Skip to content

Commit 8d0ae97

Browse files
authored
fix(adapter-node-http): Bump nock version to correctly handle re… (#289)
Resolves #278.
1 parent d5dd3dd commit 8d0ae97

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

packages/@pollyjs/adapter-node-http/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"@pollyjs/adapter": "^3.0.0",
4747
"@pollyjs/utils": "^3.0.0",
4848
"lodash-es": "^4.17.11",
49-
"nock": "^11.7.0"
49+
"nock": "^11.7.2"
5050
},
5151
"devDependencies": {
5252
"@pollyjs/core": "^3.0.0",

yarn.lock

+5-6
Original file line numberDiff line numberDiff line change
@@ -4147,7 +4147,7 @@ caseless@~0.12.0:
41474147
version "0.12.0"
41484148
resolved "https://registry.yarnpkg.com/caseless/-/caseless-0.12.0.tgz#1b681c21ff84033c826543090689420d187151dc"
41494149

4150-
chai@^4.1.2, chai@^4.2.0:
4150+
chai@^4.2.0:
41514151
version "4.2.0"
41524152
resolved "https://registry.yarnpkg.com/chai/-/chai-4.2.0.tgz#760aa72cf20e3795e84b12877ce0e83737aa29e5"
41534153
integrity sha512-XQU3bhBukrOsQCuwZndwGcCVQHyZi53fQ6Ys1Fym7E4olpIqqZZhhoFJoaKVvV17lWQoXYwgWN2nF5crA8J2jw==
@@ -10419,12 +10419,11 @@ nocache@^2.1.0:
1041910419
resolved "https://registry.yarnpkg.com/nocache/-/nocache-2.1.0.tgz#120c9ffec43b5729b1d5de88cd71aa75a0ba491f"
1042010420
integrity sha512-0L9FvHG3nfnnmaEQPjT9xhfN4ISk0A8/2j4M37Np4mcDesJjHgEUfgPhdCyZuFI954tjokaIj/A3NdpFNdEh4Q==
1042110421

10422-
nock@^11.7.0:
10423-
version "11.7.0"
10424-
resolved "https://registry.yarnpkg.com/nock/-/nock-11.7.0.tgz#5eaae8b8a55c0dfc014d05692c8cf3d31d61a342"
10425-
integrity sha512-7c1jhHew74C33OBeRYyQENT+YXQiejpwIrEjinh6dRurBae+Ei4QjeUaPlkptIF0ZacEiVCnw8dWaxqepkiihg==
10422+
nock@^11.7.2:
10423+
version "11.7.2"
10424+
resolved "https://registry.yarnpkg.com/nock/-/nock-11.7.2.tgz#4cee4fa838dc3635c074c5b3436bcdec7f7ee213"
10425+
integrity sha512-7swr5bL1xBZ5FctyubjxEVySXOSebyqcL7Vy1bx1nS9IUqQWj81cmKjVKJLr8fHhtzI1MV8nyCdENA/cGcY1+Q==
1042610426
dependencies:
10427-
chai "^4.1.2"
1042810427
debug "^4.1.0"
1042910428
json-stringify-safe "^5.0.1"
1043010429
lodash "^4.17.13"

0 commit comments

Comments
 (0)