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 @@ -53,7 +53,7 @@
"@arethetypeswrong/cli": "0.16.4",
"@types/node": "22.9.0",
"cross-fetch": "4.0.0",
"nock": "13.5.5",
"nock": "13.5.6",
"publint": "0.2.12",
"tsup": "8.3.5",
"typescript": "5.6.3",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"devDependencies": {
"@arethetypeswrong/cli": "0.16.4",
"@types/node": "22.9.0",
"nock": "13.5.5",
"nock": "13.5.6",
"publint": "0.2.12",
"tsup": "8.3.5",
"typescript": "5.6.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 @@ -230,7 +230,7 @@ __metadata:
"@arethetypeswrong/cli": "npm:0.16.4"
"@types/node": "npm:22.9.0"
cross-fetch: "npm:4.0.0"
nock: "npm:13.5.5"
nock: "npm:13.5.6"
publint: "npm:0.2.12"
tsup: "npm:8.3.5"
typescript: "npm:5.6.3"
Expand All @@ -245,7 +245,7 @@ __metadata:
"@algolia/client-common": "npm:5.13.0"
"@arethetypeswrong/cli": "npm:0.16.4"
"@types/node": "npm:22.9.0"
nock: "npm:13.5.5"
nock: "npm:13.5.6"
publint: "npm:0.2.12"
tsup: "npm:8.3.5"
typescript: "npm:5.6.3"
Expand Down Expand Up @@ -6070,14 +6070,14 @@ __metadata:
languageName: node
linkType: hard

"nock@npm:13.5.5":
version: 13.5.5
resolution: "nock@npm:13.5.5"
"nock@npm:13.5.6":
version: 13.5.6
resolution: "nock@npm:13.5.6"
dependencies:
debug: "npm:^4.1.0"
json-stringify-safe: "npm:^5.0.1"
propagate: "npm:^2.0.0"
checksum: 10/c19d7bf9654db056357a22b00127bb5606c1bbdff188a5b6c469825e580e31cd0cb0701bce8dd8b4876dbbd36a145fdb681fd69fd59308d6db4923ce8ab2439e
checksum: 10/a57c265b75e5f7767e2f8baf058773cdbf357c31c5fea2761386ec03a008a657f9df921899fe2a9502773b47145b708863b32345aef529b3c45cba4019120f88
languageName: node
linkType: hard

Expand Down
Loading