Skip to content

chore(deps): update dependency execa to v9.4.1 #3997

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 20, 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 @@ -19,7 +19,7 @@
"@types/node": "22.7.5",
"@types/semver": "7.5.8",
"bundlesize": "0.18.2",
"execa": "9.4.0",
"execa": "9.4.1",
"lerna": "8.1.8",
"rollup": "4.24.0",
"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 @@ -2155,7 +2155,7 @@ __metadata:
"@types/node": "npm:22.7.5"
"@types/semver": "npm:7.5.8"
bundlesize: "npm:0.18.2"
execa: "npm:9.4.0"
execa: "npm:9.4.1"
lerna: "npm:8.1.8"
rollup: "npm:4.24.0"
semver: "npm:7.6.3"
Expand Down Expand Up @@ -3819,9 +3819,9 @@ __metadata:
languageName: node
linkType: hard

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

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

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