Skip to content

Commit 788d37c

Browse files
chore(deps): update dependency nock to v14 (#4411)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9378e5d commit 788d37c

File tree

3 files changed

+69
-10
lines changed

3 files changed

+69
-10
lines changed

clients/algoliasearch-client-javascript/packages/requester-fetch/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"@arethetypeswrong/cli": "0.17.3",
5555
"@types/node": "22.10.10",
5656
"cross-fetch": "4.1.0",
57-
"nock": "13.5.6",
57+
"nock": "14.0.0",
5858
"publint": "0.3.2",
5959
"tsup": "8.3.6",
6060
"typescript": "5.7.3",

clients/algoliasearch-client-javascript/packages/requester-node-http/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"devDependencies": {
4141
"@arethetypeswrong/cli": "0.17.3",
4242
"@types/node": "22.10.10",
43-
"nock": "13.5.6",
43+
"nock": "14.0.0",
4444
"publint": "0.3.2",
4545
"tsup": "8.3.6",
4646
"typescript": "5.7.3",

clients/algoliasearch-client-javascript/yarn.lock

Lines changed: 67 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ __metadata:
247247
"@arethetypeswrong/cli": "npm:0.17.3"
248248
"@types/node": "npm:22.10.10"
249249
cross-fetch: "npm:4.1.0"
250-
nock: "npm:13.5.6"
250+
nock: "npm:14.0.0"
251251
publint: "npm:0.3.2"
252252
tsup: "npm:8.3.6"
253253
typescript: "npm:5.7.3"
@@ -262,7 +262,7 @@ __metadata:
262262
"@algolia/client-common": "npm:5.20.0"
263263
"@arethetypeswrong/cli": "npm:0.17.3"
264264
"@types/node": "npm:22.10.10"
265-
nock: "npm:13.5.6"
265+
nock: "npm:14.0.0"
266266
publint: "npm:0.3.2"
267267
tsup: "npm:8.3.6"
268268
typescript: "npm:5.7.3"
@@ -1164,6 +1164,20 @@ __metadata:
11641164
languageName: node
11651165
linkType: hard
11661166

1167+
"@mswjs/interceptors@npm:^0.37.3":
1168+
version: 0.37.5
1169+
resolution: "@mswjs/interceptors@npm:0.37.5"
1170+
dependencies:
1171+
"@open-draft/deferred-promise": "npm:^2.2.0"
1172+
"@open-draft/logger": "npm:^0.3.0"
1173+
"@open-draft/until": "npm:^2.0.0"
1174+
is-node-process: "npm:^1.2.0"
1175+
outvariant: "npm:^1.4.3"
1176+
strict-event-emitter: "npm:^0.5.1"
1177+
checksum: 10/82c587af9343d620dac0549a300d85def0513d7d2d6befce5c7cd0f7776f9dca8831a89e07bf73df128212a49ddc7468dae44eaad821bd50d9b5c0564207f642
1178+
languageName: node
1179+
linkType: hard
1180+
11671181
"@napi-rs/wasm-runtime@npm:0.2.4":
11681182
version: 0.2.4
11691183
resolution: "@napi-rs/wasm-runtime@npm:0.2.4"
@@ -1646,6 +1660,30 @@ __metadata:
16461660
languageName: node
16471661
linkType: hard
16481662

1663+
"@open-draft/deferred-promise@npm:^2.2.0":
1664+
version: 2.2.0
1665+
resolution: "@open-draft/deferred-promise@npm:2.2.0"
1666+
checksum: 10/bc3bb1668a555bb87b33383cafcf207d9561e17d2ca0d9e61b7ce88e82b66e36a333d3676c1d39eb5848022c03c8145331fcdc828ba297f88cb1de9c5cef6c19
1667+
languageName: node
1668+
linkType: hard
1669+
1670+
"@open-draft/logger@npm:^0.3.0":
1671+
version: 0.3.0
1672+
resolution: "@open-draft/logger@npm:0.3.0"
1673+
dependencies:
1674+
is-node-process: "npm:^1.2.0"
1675+
outvariant: "npm:^1.4.0"
1676+
checksum: 10/7a280f170bcd4e91d3eedbefe628efd10c3bd06dd2461d06a7fdbced89ef457a38785847f88cc630fb4fd7dfa176d6f77aed17e5a9b08000baff647433b5ff78
1677+
languageName: node
1678+
linkType: hard
1679+
1680+
"@open-draft/until@npm:^2.0.0":
1681+
version: 2.1.0
1682+
resolution: "@open-draft/until@npm:2.1.0"
1683+
checksum: 10/622be42950afc8e89715d0fd6d56cbdcd13e36625e23b174bd3d9f06f80e25f9adf75d6698af93bca1e1bf465b9ce00ec05214a12189b671fb9da0f58215b6f4
1684+
languageName: node
1685+
linkType: hard
1686+
16491687
"@pkgjs/parseargs@npm:^0.11.0":
16501688
version: 0.11.0
16511689
resolution: "@pkgjs/parseargs@npm:0.11.0"
@@ -3340,7 +3378,7 @@ __metadata:
33403378
languageName: node
33413379
linkType: hard
33423380

3343-
"debug@npm:4, debug@npm:^4.1.0, debug@npm:^4.3.4, debug@npm:^4.3.7":
3381+
"debug@npm:4, debug@npm:^4.3.4, debug@npm:^4.3.7":
33443382
version: 4.3.7
33453383
resolution: "debug@npm:4.3.7"
33463384
dependencies:
@@ -4806,6 +4844,13 @@ __metadata:
48064844
languageName: node
48074845
linkType: hard
48084846

4847+
"is-node-process@npm:^1.2.0":
4848+
version: 1.2.0
4849+
resolution: "is-node-process@npm:1.2.0"
4850+
checksum: 10/930765cdc6d81ab8f1bbecbea4a8d35c7c6d88a3ff61f3630e0fc7f22d624d7661c1df05c58547d0eb6a639dfa9304682c8e342c4113a6ed51472b704cee2928
4851+
languageName: node
4852+
linkType: hard
4853+
48094854
"is-number@npm:^7.0.0":
48104855
version: 7.0.0
48114856
resolution: "is-number@npm:7.0.0"
@@ -5878,14 +5923,14 @@ __metadata:
58785923
languageName: node
58795924
linkType: hard
58805925

5881-
"nock@npm:13.5.6":
5882-
version: 13.5.6
5883-
resolution: "nock@npm:13.5.6"
5926+
"nock@npm:14.0.0":
5927+
version: 14.0.0
5928+
resolution: "nock@npm:14.0.0"
58845929
dependencies:
5885-
debug: "npm:^4.1.0"
5930+
"@mswjs/interceptors": "npm:^0.37.3"
58865931
json-stringify-safe: "npm:^5.0.1"
58875932
propagate: "npm:^2.0.0"
5888-
checksum: 10/a57c265b75e5f7767e2f8baf058773cdbf357c31c5fea2761386ec03a008a657f9df921899fe2a9502773b47145b708863b32345aef529b3c45cba4019120f88
5933+
checksum: 10/88138f268ec5f6c1789e3f8c46f48f0d7d5ae5b3e6764a08bf665bc892912a947f7e036fc9a1aa81f2626101a78e68181ee44610f3ab3c1ad3487e677c2467aa
58895934
languageName: node
58905935
linkType: hard
58915936

@@ -6309,6 +6354,13 @@ __metadata:
63096354
languageName: node
63106355
linkType: hard
63116356

6357+
"outvariant@npm:^1.4.0, outvariant@npm:^1.4.3":
6358+
version: 1.4.3
6359+
resolution: "outvariant@npm:1.4.3"
6360+
checksum: 10/3a7582745850cb344d49641867a4c080858c54f4091afd91b9c0765ba6e471c2bc841348f0fff344845ddd0a4db42fd5d68c6f7ebaf32d4b676a3a9987b2488a
6361+
languageName: node
6362+
linkType: hard
6363+
63126364
"p-finally@npm:^1.0.0":
63136365
version: 1.0.0
63146366
resolution: "p-finally@npm:1.0.0"
@@ -7635,6 +7687,13 @@ __metadata:
76357687
languageName: node
76367688
linkType: hard
76377689

7690+
"strict-event-emitter@npm:^0.5.1":
7691+
version: 0.5.1
7692+
resolution: "strict-event-emitter@npm:0.5.1"
7693+
checksum: 10/25c84d88be85940d3547db665b871bfecea4ea0bedfeb22aae8db48126820cfb2b0bc2fba695392592a09b1aa36b686d6eede499e1ecd151593c03fe5a50d512
7694+
languageName: node
7695+
linkType: hard
7696+
76387697
"string-width-cjs@npm:string-width@^4.2.0, string-width@npm:^1.0.2 || 2 || 3 || 4, string-width@npm:^4.1.0, string-width@npm:^4.2.0, string-width@npm:^4.2.3":
76397698
version: 4.2.3
76407699
resolution: "string-width@npm:4.2.3"

0 commit comments

Comments
 (0)