Skip to content

Commit 7d361a6

Browse files
authored
fix(adapter-node-http): Bump nock version (#319)
1 parent 41dd093 commit 7d361a6

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
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": "^4.0.2",
4747
"@pollyjs/utils": "^4.0.2",
4848
"lodash-es": "^4.17.11",
49-
"nock": "^11.7.2"
49+
"nock": "^12.0.3"
5050
},
5151
"devDependencies": {
5252
"@pollyjs/core": "^4.0.2",

yarn.lock

+4-5
Original file line numberDiff line numberDiff line change
@@ -10419,15 +10419,14 @@ 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.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==
10422+
nock@^12.0.3:
10423+
version "12.0.3"
10424+
resolved "https://registry.yarnpkg.com/nock/-/nock-12.0.3.tgz#83f25076dbc4c9aa82b5cdf54c9604c7a778d1c9"
10425+
integrity sha512-QNb/j8kbFnKCiyqi9C5DD0jH/FubFGj5rt9NQFONXwQm3IPB0CULECg/eS3AU1KgZb/6SwUa4/DTRKhVxkGABw==
1042610426
dependencies:
1042710427
debug "^4.1.0"
1042810428
json-stringify-safe "^5.0.1"
1042910429
lodash "^4.17.13"
10430-
mkdirp "^0.5.0"
1043110430
propagate "^2.0.0"
1043210431

1043310432

0 commit comments

Comments
 (0)