Skip to content

Commit

Permalink
fix(adapter-node-http): Bump nock version to correctly handle re… (#289)
Browse files Browse the repository at this point in the history
Resolves #278.
  • Loading branch information
offirgolan committed Jan 8, 2020
1 parent d5dd3dd commit 8d0ae97
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/@pollyjs/adapter-node-http/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@pollyjs/adapter": "^3.0.0",
"@pollyjs/utils": "^3.0.0",
"lodash-es": "^4.17.11",
"nock": "^11.7.0"
"nock": "^11.7.2"
},
"devDependencies": {
"@pollyjs/core": "^3.0.0",
Expand Down
11 changes: 5 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4147,7 +4147,7 @@ caseless@~0.12.0:
version "0.12.0"
resolved "https://registry.yarnpkg.com/caseless/-/caseless-0.12.0.tgz#1b681c21ff84033c826543090689420d187151dc"

chai@^4.1.2, chai@^4.2.0:
chai@^4.2.0:
version "4.2.0"
resolved "https://registry.yarnpkg.com/chai/-/chai-4.2.0.tgz#760aa72cf20e3795e84b12877ce0e83737aa29e5"
integrity sha512-XQU3bhBukrOsQCuwZndwGcCVQHyZi53fQ6Ys1Fym7E4olpIqqZZhhoFJoaKVvV17lWQoXYwgWN2nF5crA8J2jw==
Expand Down Expand Up @@ -10419,12 +10419,11 @@ nocache@^2.1.0:
resolved "https://registry.yarnpkg.com/nocache/-/nocache-2.1.0.tgz#120c9ffec43b5729b1d5de88cd71aa75a0ba491f"
integrity sha512-0L9FvHG3nfnnmaEQPjT9xhfN4ISk0A8/2j4M37Np4mcDesJjHgEUfgPhdCyZuFI954tjokaIj/A3NdpFNdEh4Q==

nock@^11.7.0:
version "11.7.0"
resolved "https://registry.yarnpkg.com/nock/-/nock-11.7.0.tgz#5eaae8b8a55c0dfc014d05692c8cf3d31d61a342"
integrity sha512-7c1jhHew74C33OBeRYyQENT+YXQiejpwIrEjinh6dRurBae+Ei4QjeUaPlkptIF0ZacEiVCnw8dWaxqepkiihg==
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:
chai "^4.1.2"
debug "^4.1.0"
json-stringify-safe "^5.0.1"
lodash "^4.17.13"
Expand Down

0 comments on commit 8d0ae97

Please sign in to comment.