Skip to content

Commit

Permalink
Merge pull request #638 from blackflux/dependabot/npm_and_yarn/dev/no…
Browse files Browse the repository at this point in the history
…de-tdd-2.6.0
  • Loading branch information
dependabot-preview[bot] committed Jan 7, 2020
2 parents 110747a + a2fa99d commit 8fa8e88
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"eslint-plugin-markdown": "1.0.1",
"eslint-plugin-mocha": "6.2.2",
"js-gardener": "2.0.128",
"node-tdd": "2.5.28",
"node-tdd": "2.6.0",
"nyc": "15.0.0",
"semantic-release": "15.14.0"
},
Expand Down
28 changes: 22 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4553,7 +4553,7 @@ minimist@0.0.8:
resolved "https://registry.yarnpkg.com/minimist/-/minimist-0.0.8.tgz#857fcabfc3397d2625b8228262e86aa7a011b05d"
integrity sha1-hX/Kv8M5fSYluCKCYuhqp6ARsF0=

minimist@^1.1.3, minimist@^1.2.0:
minimist@1.2.0, minimist@^1.1.3, minimist@^1.2.0:
version "1.2.0"
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.0.tgz#a35008b20f41383eec1fb914f4cd5df79a264284"
integrity sha1-o1AIsg9BOD7sH7kU9M1d95omQoQ=
Expand Down Expand Up @@ -4817,16 +4817,18 @@ node-preload@^0.2.0:
dependencies:
process-on-spawn "^1.0.0"

node-tdd@2.5.28:
version "2.5.28"
resolved "https://registry.yarnpkg.com/node-tdd/-/node-tdd-2.5.28.tgz#ab71d55f0381366a0b4c97c3ba03f9bc3fcbfa76"
integrity sha512-9sckNgsK66gtSKE+aszqhgLyJFRU/odb1TQzLTR06iVfoOi3hPOJTVQUnHobdoHzMh2mn5zQVf7M9Is7nwdRSQ==
node-tdd@2.6.0:
version "2.6.0"
resolved "https://registry.yarnpkg.com/node-tdd/-/node-tdd-2.6.0.tgz#8d59cb04ea949f044b755d16ea02c53f576dc632"
integrity sha512-zH3MpB0aEQ0c2B8NorZ2W03pwEJf15I4F0DqTVxgv+XDJ2HMKXfSALvxNs6gu4wPMnCiAyRSyvAdgqpCzZMygA==
dependencies:
callsites "3.1.0"
joi-strict "1.1.11"
lodash.get "4.4.2"
lodash.isequal "4.5.0"
minimist "1.2.0"
nock "11.7.1"
smart-fs "1.11.7"
smart-fs "1.11.8"
timekeeper "2.2.0"
tmp "0.1.0"

Expand Down Expand Up @@ -6683,6 +6685,20 @@ smart-fs@1.11.7:
xml-js "1.6.11"
yaml-boost "1.9.19"

smart-fs@1.11.8:
version "1.11.8"
resolved "https://registry.yarnpkg.com/smart-fs/-/smart-fs-1.11.8.tgz#c3c268da7794018a5f81488bc63d281c3e2d1dd9"
integrity sha512-QOK7QsswqAzpfnjNVomKM+07CzcGxKV+e845XPW3SbKdIV/XoIUetQjZG9lbyBZQxjlI2AfR5VjNaX9bkowd/w==
dependencies:
fs-extra "8.1.0"
js-yaml "3.13.1"
json-stringify-pretty-compact "2.0.0"
lodash.clonedeep "4.5.0"
lodash.isequal "4.5.0"
object-align "1.0.11"
xml-js "1.6.11"
yaml-boost "1.9.20"

snapdragon-node@^2.0.1:
version "2.1.1"
resolved "https://registry.yarnpkg.com/snapdragon-node/-/snapdragon-node-2.1.1.tgz#6c175f86ff14bdb0724563e8f3c1b021a286853b"
Expand Down

0 comments on commit 8fa8e88

Please sign in to comment.