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
2 changes: 1 addition & 1 deletion clients/algoliasearch-client-javascript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@types/node": "22.8.1",
"@types/semver": "7.5.8",
"bundlesize": "0.18.2",
"execa": "9.5.0",
"execa": "9.5.1",
"lerna": "8.1.9",
"rollup": "4.24.2",
"semver": "7.6.3",
Expand Down
10 changes: 5 additions & 5 deletions clients/algoliasearch-client-javascript/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2177,7 +2177,7 @@ __metadata:
"@types/node": "npm:22.8.1"
"@types/semver": "npm:7.5.8"
bundlesize: "npm:0.18.2"
execa: "npm:9.5.0"
execa: "npm:9.5.1"
lerna: "npm:8.1.9"
rollup: "npm:4.24.2"
semver: "npm:7.6.3"
Expand Down Expand Up @@ -3814,9 +3814,9 @@ __metadata:
languageName: node
linkType: hard

"execa@npm:9.5.0":
version: 9.5.0
resolution: "execa@npm:9.5.0"
"execa@npm:9.5.1":
version: 9.5.1
resolution: "execa@npm:9.5.1"
dependencies:
"@sindresorhus/merge-streams": "npm:^4.0.0"
cross-spawn: "npm:^7.0.3"
Expand All @@ -3830,7 +3830,7 @@ __metadata:
signal-exit: "npm:^4.1.0"
strip-final-newline: "npm:^4.0.0"
yoctocolors: "npm:^2.0.0"
checksum: 10/766ff23fa1048972c11e53d32ce3d2e0a7e52288db1eee8b192879d61688703b72940bb38319eeea8e84b5e2855651b2aa7dc1f77060195127317c15e118a28d
checksum: 10/aa030cdd43ffbf6a8825c16eec1515729553ce3655a8fa5165f0ddab2320957a9783effbeff37662e238e6f5d979d9732e3baa4bcaaeba4360856e627a214177
languageName: node
linkType: hard

Expand Down
2 changes: 1 addition & 1 deletion scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"crc": "4.3.2",
"dotenv": "16.4.5",
"esbuild": "0.24.0",
"execa": "9.5.0",
"execa": "9.5.1",
"express": "4.21.1",
"folder-hash": "4.0.4",
"fs-extra": "11.2.0",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3919,9 +3919,9 @@ __metadata:
languageName: node
linkType: hard

"execa@npm:9.5.0":
version: 9.5.0
resolution: "execa@npm:9.5.0"
"execa@npm:9.5.1":
version: 9.5.1
resolution: "execa@npm:9.5.1"
dependencies:
"@sindresorhus/merge-streams": "npm:^4.0.0"
cross-spawn: "npm:^7.0.3"
Expand All @@ -3935,7 +3935,7 @@ __metadata:
signal-exit: "npm:^4.1.0"
strip-final-newline: "npm:^4.0.0"
yoctocolors: "npm:^2.0.0"
checksum: 10/766ff23fa1048972c11e53d32ce3d2e0a7e52288db1eee8b192879d61688703b72940bb38319eeea8e84b5e2855651b2aa7dc1f77060195127317c15e118a28d
checksum: 10/aa030cdd43ffbf6a8825c16eec1515729553ce3655a8fa5165f0ddab2320957a9783effbeff37662e238e6f5d979d9732e3baa4bcaaeba4360856e627a214177
languageName: node
linkType: hard

Expand Down Expand Up @@ -7202,7 +7202,7 @@ __metadata:
crc: "npm:4.3.2"
dotenv: "npm:16.4.5"
esbuild: "npm:0.24.0"
execa: "npm:9.5.0"
execa: "npm:9.5.1"
express: "npm:4.21.1"
folder-hash: "npm:4.0.4"
fs-extra: "npm:11.2.0"
Expand Down
Loading