Skip to content

Commit

Permalink
Merge pull request #228 from blackflux/dev
Browse files Browse the repository at this point in the history
[Gally]: master <- dev
  • Loading branch information
simlu committed Jan 9, 2020
2 parents 119a352 + 94f69e9 commit 2382fde
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -25,7 +25,7 @@
"eslint-plugin-markdown": "1.0.1",
"eslint-plugin-mocha": "6.2.2",
"js-gardener": "2.0.129",
"node-tdd": "2.6.1",
"node-tdd": "2.6.2",
"nyc": "15.0.0",
"semantic-release": "15.14.0"
},
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Expand Up @@ -4744,10 +4744,10 @@ nice-try@^1.0.4:
resolved "https://registry.yarnpkg.com/nice-try/-/nice-try-1.0.5.tgz#a3378a7696ce7d223e88fc9b764bd7ef1089e366"
integrity sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==

nock@11.7.1:
version "11.7.1"
resolved "https://registry.yarnpkg.com/nock/-/nock-11.7.1.tgz#761971f24093e291af6e1f0af5b6eb048b94b1c1"
integrity sha512-fW+dlMyquAEvgtmGoRHftKrNnJ7yZcbINQDTW7OKRoTYa+11GA0u0UokWHuvCyZrG5TXkplnEv2jmj6R3vvImg==
nock@11.7.2:
version "11.7.2"
resolved "https://registry.yarnpkg.com/nock/-/nock-11.7.2.tgz#4cee4fa838dc3635c074c5b3436bcdec7f7ee213"
integrity sha512-7swr5bL1xBZ5FctyubjxEVySXOSebyqcL7Vy1bx1nS9IUqQWj81cmKjVKJLr8fHhtzI1MV8nyCdENA/cGcY1+Q==
dependencies:
debug "^4.1.0"
json-stringify-safe "^5.0.1"
Expand Down Expand Up @@ -4829,17 +4829,17 @@ node-preload@^0.2.0:
dependencies:
process-on-spawn "^1.0.0"

node-tdd@2.6.1:
version "2.6.1"
resolved "https://registry.yarnpkg.com/node-tdd/-/node-tdd-2.6.1.tgz#0d377d1787bd4f42f79ab5e0ddb4711fc64d91e4"
integrity sha512-tQSu6SyioiwbCXTUnOgDhsA0XQ7j6TPJRTk45NAj6yECUMefaVT4/7lMJccZ1RL/UDSHbn+yXHX2kwgOZikHMA==
node-tdd@2.6.2:
version "2.6.2"
resolved "https://registry.yarnpkg.com/node-tdd/-/node-tdd-2.6.2.tgz#ef0906e05408d8da0f6477eb03fc427606644cdd"
integrity sha512-L7dokRn4B0j2W6CQPR8BajVoxKlSGMOK3BCUNBRiXG8Jl1b1NlnFikv9FxIqS4EV+uVoq/nn26seevoCC2eC6Q==
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"
nock "11.7.2"
smart-fs "1.11.8"
timekeeper "2.2.0"
tmp "0.1.0"
Expand Down

0 comments on commit 2382fde

Please sign in to comment.