Skip to content

Commit

Permalink
Merge pull request #1654 from blackflux/dev
Browse files Browse the repository at this point in the history
[Gally]: master <- dev
  • Loading branch information
simlu committed Jun 22, 2020
2 parents 22e4ccf + e2a6309 commit ad1f65a
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"@babel/register": "7.10.1",
"@blackflux/eslint-plugin-rules": "1.3.30",
"@blackflux/robo-config-plugin": "3.4.11",
"aws-sdk": "2.698.0",
"aws-sdk": "2.700.0",
"babel-eslint": "10.1.0",
"chai": "4.2.0",
"coveralls": "3.1.0",
Expand All @@ -69,7 +69,7 @@
"eslint-plugin-json": "2.1.1",
"eslint-plugin-markdown": "1.0.2",
"eslint-plugin-mocha": "7.0.1",
"js-gardener": "2.0.163",
"js-gardener": "2.0.164",
"mocha": "8.0.1",
"node-tdd": "2.11.5",
"nyc": "15.1.0",
Expand Down
28 changes: 14 additions & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -894,10 +894,10 @@ aws-sdk-wrap@4.4.7:
promise-pool-ext "1.3.2"
smart-fs "1.11.13"

aws-sdk@2.698.0:
version "2.698.0"
resolved "https://registry.yarnpkg.com/aws-sdk/-/aws-sdk-2.698.0.tgz#edb85a004f13ac002e59baf6639f9215dbbd1e3f"
integrity sha512-6S01wJMGwVLU7uld3sNXd1YuZab/Rha7qMFznxOHjkX/N+N0N1+Spd0T4NqXX9ebSai+OfeLT2H0IwyH4LAIZw==
aws-sdk@2.700.0:
version "2.700.0"
resolved "https://registry.yarnpkg.com/aws-sdk/-/aws-sdk-2.700.0.tgz#4bad5970e262d04f47484506f49f6d34735d3f6c"
integrity sha512-faBkr/D3IavfL2mwst4/thiKsHkN8YCwU9927Mkiushbe7n4UXxlcNf7LnVxFyjr3WIf4KfziSw4bajRAiAjYA==
dependencies:
buffer "4.9.2"
events "1.1.1"
Expand Down Expand Up @@ -4019,10 +4019,10 @@ joi-strict@1.2.2:
dependencies:
"@hapi/joi" "17.1.1"

js-gardener@2.0.163:
version "2.0.163"
resolved "https://registry.yarnpkg.com/js-gardener/-/js-gardener-2.0.163.tgz#63dc195ee0e8fbc44aa594a140aa88074a6a2955"
integrity sha512-kyEB5mqdQMCg/ugcVQw1LixZUsvhCOWLefi99kenJko/oUjEb9TqK2Ak9M/XI/qO3Q1mfvrk1nEMksCzeImYBg==
js-gardener@2.0.164:
version "2.0.164"
resolved "https://registry.yarnpkg.com/js-gardener/-/js-gardener-2.0.164.tgz#014d83dcae0aa202618a42ac27bb864a3b685200"
integrity sha512-eIOfiww/HUMBHHsgBw4n1r/ovA/8DjJTUl+56BkCeepkt8z+BOAuFlSfKM4wQn484MAc8k/B8w96Qa762D9l7Q==
dependencies:
chalk "4.1.0"
fancy-log "1.3.3"
Expand All @@ -4033,7 +4033,7 @@ js-gardener@2.0.163:
lodash.get "4.4.2"
mocha "8.0.1"
npm-check "5.9.2"
robo-config "3.8.1"
robo-config "3.8.2"

js-tokens@^3.0.0:
version "3.0.2"
Expand Down Expand Up @@ -6713,10 +6713,10 @@ rimraf@^3.0.0:
dependencies:
glob "^7.1.3"

robo-config@3.8.1:
version "3.8.1"
resolved "https://registry.yarnpkg.com/robo-config/-/robo-config-3.8.1.tgz#09932183096a1007d2575e0c5d4d962c082d8c4b"
integrity sha512-WI0lFf8gAex4sdyqrkSRExQia5l3fKYPgnaeurfoeJQKJpuRHIEWgFZiyH1flbibV4BZnvg0SSA78imLcNC7iQ==
robo-config@3.8.2:
version "3.8.2"
resolved "https://registry.yarnpkg.com/robo-config/-/robo-config-3.8.2.tgz#b70cf0edcaf5ade777498d11a3dd93d02b7db54a"
integrity sha512-aSSKW/d1fRD/sQRnumWNJVmGMc9J4P5sGBRW1x1cmdtUWNv5r6zjtH2drTXQQUIvy2v68JbhF7HL6HlXvas6nw==
dependencies:
app-root-path "3.0.0"
deepmerge "4.2.2"
Expand All @@ -6727,7 +6727,7 @@ robo-config@3.8.1:
object-deep-contain "1.0.24"
object-scan "13.1.1"
object-treeify "1.1.25"
smart-fs "1.11.13"
smart-fs "1.11.14"

run-async@^0.1.0:
version "0.1.0"
Expand Down

0 comments on commit ad1f65a

Please sign in to comment.