Skip to content

Commit

Permalink
Merge pull request #205 from blackflux/dev
Browse files Browse the repository at this point in the history
[Gally]: master <- dev
  • Loading branch information
simlu committed Dec 21, 2019
2 parents 8c2f79f + 903af5e commit 1bd0e35
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"eslint-plugin-markdown": "1.0.1",
"eslint-plugin-mocha": "6.2.2",
"js-gardener": "2.0.121",
"node-tdd": "2.5.22",
"node-tdd": "2.5.24",
"nyc": "14.1.1",
"semantic-release": "15.13.31"
},
Expand Down
34 changes: 29 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4794,16 +4794,16 @@ node-pre-gyp@^0.12.0:
semver "^5.3.0"
tar "^4"

node-tdd@2.5.22:
version "2.5.22"
resolved "https://registry.yarnpkg.com/node-tdd/-/node-tdd-2.5.22.tgz#9222fffe991d5a60a942fe7466feed711bfeb93d"
integrity sha512-QRb5IXoOpSBtzdzmxhtyDiN+u1szksTG7h5EAZ3g9IEQq/4ONDr+nw+EOOHYrgWci/wEhhsUEpbQGljVvo9r0A==
node-tdd@2.5.24:
version "2.5.24"
resolved "https://registry.yarnpkg.com/node-tdd/-/node-tdd-2.5.24.tgz#69eed6ec1afc5992aadd3db19cf44b476f6bb2b9"
integrity sha512-3AKJbyxhXLZtOuzFxRyRBU4nl3OkoJLAOyfCM0iwJGD9NITZbkh9UHwNH7wrz5jQvqGBt54aq60etqfa4/7p8A==
dependencies:
callsites "3.1.0"
joi-strict "1.1.10"
lodash.get "4.4.2"
nock "11.7.0"
smart-fs "1.11.3"
smart-fs "1.11.5"
timekeeper "2.2.0"
tmp "0.1.0"

Expand Down Expand Up @@ -6679,6 +6679,20 @@ smart-fs@1.11.4:
xml-js "1.6.11"
yaml-boost "1.9.18"

smart-fs@1.11.5:
version "1.11.5"
resolved "https://registry.yarnpkg.com/smart-fs/-/smart-fs-1.11.5.tgz#01c0f7a073c9937266ae51045870c9878eb1b4b6"
integrity sha512-lcBoa8tclM4ySLOR3wZ/IjDptw5AQWRzNuBtTl8QPmxCSsBo6jz/AtepopBYKWCjtMBXOZc/F/ksxPJQP89beA==
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.10"
xml-js "1.6.11"
yaml-boost "1.9.19"

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 Expand Up @@ -7834,6 +7848,16 @@ yaml-boost@1.9.18:
lodash.mergewith "4.6.2"
lodash.set "4.3.2"

yaml-boost@1.9.19:
version "1.9.19"
resolved "https://registry.yarnpkg.com/yaml-boost/-/yaml-boost-1.9.19.tgz#cf5b303c2237d4fc340c59213ef378764aa12383"
integrity sha512-+RNGBTYyqAEIVJlR+FsZuzLPfYmWXRxFvi5wNV7Z+OCCGoSLLP/m8+FIdroRXIzRkzksq/fQPf7efyjXoM+Pjw==
dependencies:
js-yaml "3.13.1"
lodash.get "4.4.2"
lodash.mergewith "4.6.2"
lodash.set "4.3.2"

yaml@^1.7.2:
version "1.7.2"
resolved "https://registry.yarnpkg.com/yaml/-/yaml-1.7.2.tgz#f26aabf738590ab61efaca502358e48dc9f348b2"
Expand Down

0 comments on commit 1bd0e35

Please sign in to comment.