Skip to content

chore(deps): update dependency execa to v9.5.0 #4049

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 28, 2024
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.7.7",
"@types/semver": "7.5.8",
"bundlesize": "0.18.2",
"execa": "9.4.1",
"execa": "9.5.0",
"lerna": "8.1.8",
"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 @@ -2367,7 +2367,7 @@ __metadata:
"@types/node": "npm:22.7.7"
"@types/semver": "npm:7.5.8"
bundlesize: "npm:0.18.2"
execa: "npm:9.4.1"
execa: "npm:9.5.0"
lerna: "npm:8.1.8"
rollup: "npm:4.24.2"
semver: "npm:7.6.3"
Expand Down Expand Up @@ -4123,9 +4123,9 @@ __metadata:
languageName: node
linkType: hard

"execa@npm:9.4.1":
version: 9.4.1
resolution: "execa@npm:9.4.1"
"execa@npm:9.5.0":
version: 9.5.0
resolution: "execa@npm:9.5.0"
dependencies:
"@sindresorhus/merge-streams": "npm:^4.0.0"
cross-spawn: "npm:^7.0.3"
Expand All @@ -4139,7 +4139,7 @@ __metadata:
signal-exit: "npm:^4.1.0"
strip-final-newline: "npm:^4.0.0"
yoctocolors: "npm:^2.0.0"
checksum: 10/a9b4177049ffe3d998746b789f7cd22ffc5583f789c322d8fa7601f3f630b5b27b97df6e0223c0dfb04305c639e67cbb69a8375c2529b85f5e23c03081fd47c2
checksum: 10/766ff23fa1048972c11e53d32ce3d2e0a7e52288db1eee8b192879d61688703b72940bb38319eeea8e84b5e2855651b2aa7dc1f77060195127317c15e118a28d
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.4.1",
"execa": "9.5.0",
"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 @@ -3849,9 +3849,9 @@ __metadata:
languageName: node
linkType: hard

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

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