Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@arethetypeswrong/cli": "0.18.2",
"@types/node": "22.16.5",
"cross-fetch": "4.1.0",
"nock": "14.0.6",
"nock": "14.0.7",
"publint": "0.3.12",
"tsup": "8.5.0",
"typescript": "5.8.3",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"devDependencies": {
"@arethetypeswrong/cli": "0.18.2",
"@types/node": "22.16.5",
"nock": "14.0.6",
"nock": "14.0.7",
"publint": "0.3.12",
"tsup": "8.5.0",
"typescript": "5.8.3",
Expand Down
12 changes: 6 additions & 6 deletions clients/algoliasearch-client-javascript/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ __metadata:
"@arethetypeswrong/cli": "npm:0.18.2"
"@types/node": "npm:22.16.5"
cross-fetch: "npm:4.1.0"
nock: "npm:14.0.6"
nock: "npm:14.0.7"
publint: "npm:0.3.12"
tsup: "npm:8.5.0"
typescript: "npm:5.8.3"
Expand All @@ -296,7 +296,7 @@ __metadata:
"@algolia/client-common": "npm:5.34.1"
"@arethetypeswrong/cli": "npm:0.18.2"
"@types/node": "npm:22.16.5"
nock: "npm:14.0.6"
nock: "npm:14.0.7"
publint: "npm:0.3.12"
tsup: "npm:8.5.0"
typescript: "npm:5.8.3"
Expand Down Expand Up @@ -6119,14 +6119,14 @@ __metadata:
languageName: node
linkType: hard

"nock@npm:14.0.6":
version: 14.0.6
resolution: "nock@npm:14.0.6"
"nock@npm:14.0.7":
version: 14.0.7
resolution: "nock@npm:14.0.7"
dependencies:
"@mswjs/interceptors": "npm:^0.39.3"
json-stringify-safe: "npm:^5.0.1"
propagate: "npm:^2.0.0"
checksum: 10/32048a34b1109b6ff85b25a9c9a939e57779929ac6d33332dd09a8803ae9dc2296f577d9f9ba9b0482e503b0eb01ca2b5f3e25678db2619b5a0364f2fd2b0f5e
checksum: 10/b7d52d539e04430c9299a36654b15f62e15ed79ed4adda865ff1a4023d8eb23471024f16dc84095bb025f5bd84515df996f4be273ba7c8cc96976427e43cf4b3
languageName: node
linkType: hard

Expand Down
Loading