Skip to content

Commit

Permalink
Update dependency nock to v10.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed Oct 12, 2018
1 parent a106b27 commit f4d10f6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"husky": "0.14.3",
"installed-check": "2.2.0",
"mocha": "5.2.0",
"nock": "10.0.0",
"nock": "10.0.1",
"nyc": "13.0.1",
"sinon": "6.3.5"
},
Expand Down
14 changes: 10 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -721,6 +721,12 @@ debug@^4.0.0:
dependencies:
ms "^2.1.1"

debug@^4.1.0:
version "4.1.0"
resolved "https://registry.yarnpkg.com/debug/-/debug-4.1.0.tgz#373687bffa678b38b1cd91f861b63850035ddc87"
dependencies:
ms "^2.1.1"

debuglog@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/debuglog/-/debuglog-1.0.1.tgz#aa24ffb9ac3df9a2351837cfb2d279360cd78492"
Expand Down Expand Up @@ -2273,12 +2279,12 @@ nise@^1.4.5:
path-to-regexp "^1.7.0"
text-encoding "^0.6.4"

nock@10.0.0:
version "10.0.0"
resolved "https://registry.yarnpkg.com/nock/-/nock-10.0.0.tgz#bcbd2c003961baffcae2ecd28e074574233d3869"
nock@10.0.1:
version "10.0.1"
resolved "https://registry.yarnpkg.com/nock/-/nock-10.0.1.tgz#71eeb580c2995878e582b3e32420daead9eb44f7"
dependencies:
chai "^4.1.2"
debug "^3.1.0"
debug "^4.1.0"
deep-equal "^1.0.0"
json-stringify-safe "^5.0.1"
lodash "^4.17.5"
Expand Down

0 comments on commit f4d10f6

Please sign in to comment.