Skip to content

Commit

Permalink
Merge pull request #1266 from blackflux/dev
Browse files Browse the repository at this point in the history
[Gally]: master <- dev
  • Loading branch information
simlu committed Mar 18, 2020
2 parents 2564c71 + d391cca commit 4acb1ba
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"eslint-plugin-markdown": "1.0.2",
"eslint-plugin-mocha": "6.3.0",
"js-gardener": "2.0.139",
"lambda-tdd": "2.11.32",
"lambda-tdd": "2.11.33",
"mocha": "7.1.1",
"nock": "12.0.3",
"nyc": "15.0.0",
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4067,18 +4067,18 @@ lambda-serverless-api@6.11.3:
route-recognizer "0.3.4"
swagger-parser "9.0.1"

lambda-tdd@2.11.32:
version "2.11.32"
resolved "https://registry.yarnpkg.com/lambda-tdd/-/lambda-tdd-2.11.32.tgz#fec80fd49947936e9ba4645513d8e60015f0612e"
integrity sha512-7ZbOYFDZ+F4sJN2QDliv90XVTDT183QqdxmmO/hxOQ6Ot/f931HxNTLbK3ix/P4MZPxGUYG/8Gc3H1SoiD3byg==
lambda-tdd@2.11.33:
version "2.11.33"
resolved "https://registry.yarnpkg.com/lambda-tdd/-/lambda-tdd-2.11.33.tgz#e95b6eba47495209d7aafa7cd9dbe23cf842dd8c"
integrity sha512-LLBmqxbY76uUfhnMzSx1vs5vyZ0hLjT9FfmQp3QSY3fSI2RvUkJGIUi9runWexPBcUqRJ6pHZzonz4E8Xgoh8Q==
dependencies:
app-root-path "3.0.0"
glob "7.1.6"
joi-strict "1.2.1"
js-yaml "3.13.1"
lambda-wrapper "0.3.0"
lodash.get "4.4.2"
node-tdd "2.10.0"
node-tdd "2.10.1"
smart-fs "1.11.9"

lambda-wrapper@0.3.0:
Expand Down Expand Up @@ -5044,17 +5044,17 @@ node-sass-tilde-importer@^1.0.2:
dependencies:
find-parent-dir "^0.3.0"

node-tdd@2.10.0:
version "2.10.0"
resolved "https://registry.yarnpkg.com/node-tdd/-/node-tdd-2.10.0.tgz#56660622699f01348d6bde729f47dc18952aed03"
integrity sha512-A2BI/Aei4FO7JRyGpMPCZHnExX4yO1YsHLnkVtNqi4aCgXGJ9vMoeY2STzZCKLO90XI/2bxyp2WjWYAo6FHuZg==
node-tdd@2.10.1:
version "2.10.1"
resolved "https://registry.yarnpkg.com/node-tdd/-/node-tdd-2.10.1.tgz#19940da016f1ddc745098960b1950b298ccd3871"
integrity sha512-32iEVH/LwVRoXKBIhIwsvud84VjVkEMvND0d8lP26u0MyV4LsMq+nzQXVeb+VXL/7gby2x9HYgo03BeZNYn3nQ==
dependencies:
callsites "3.1.0"
joi-strict "1.2.1"
lodash.get "4.4.2"
minimist "1.2.5"
nock "12.0.3"
smart-fs "1.11.9"
smart-fs "1.11.10"
timekeeper "2.2.0"
tmp "0.1.0"
uuid "7.0.2"
Expand Down

0 comments on commit 4acb1ba

Please sign in to comment.