Skip to content

Commit

Permalink
Update nock to version 9.0.9 馃殌 (#8073)
Browse files Browse the repository at this point in the history
* chore(package): update nock to version 9.0.9

https://greenkeeper.io/

* chore: yarn.lock
  • Loading branch information
greenkeeperio-bot authored and kirrg001 committed Mar 3, 2017
1 parent 4fe24e5 commit d3954b7
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
"matchdep": "1.0.1",
"minimist": "1.2.0",
"mocha": "3.2.0",
"nock": "9.0.4",
"nock": "9.0.9",
"rewire": "2.5.2",
"run-sequence": "1.2.2",
"should": "11.2.0",
Expand Down
15 changes: 14 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4239,7 +4239,20 @@ netjet@1.1.3:
lru-cache "^4.0.0"
posthtml "^0.9.0"

nock@9.0.4, nock@^9.0.2:
nock@9.0.9:
version "9.0.9"
resolved "https://registry.yarnpkg.com/nock/-/nock-9.0.9.tgz#ca4cd923352e206ae3c7d6595cfd7fb223299ec0"
dependencies:
chai ">=1.9.2 <4.0.0"
debug "^2.2.0"
deep-equal "^1.0.0"
json-stringify-safe "^5.0.1"
lodash "~4.17.2"
mkdirp "^0.5.0"
propagate "0.4.0"
qs "^6.0.2"

nock@^9.0.2:
version "9.0.4"
resolved "https://registry.yarnpkg.com/nock/-/nock-9.0.4.tgz#56156e7d0c19980e294d932312e25859d1e3409b"
dependencies:
Expand Down

0 comments on commit d3954b7

Please sign in to comment.