Skip to content

Commit 8c35f32

Browse files
committed
fix(deps): update dependency execa to v9
1 parent f828774 commit 8c35f32

3 files changed

Lines changed: 14 additions & 75 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"aggregate-error": "^3.0.0",
2222
"debug": "^4.0.0",
2323
"dir-glob": "^3.0.0",
24-
"execa": "^4.0.0",
24+
"execa": "^9.0.0",
2525
"lodash-es": "^4.17.4",
2626
"micromatch": "^4.0.0",
2727
"p-reduce": "^3.0.0"

pnpm-lock.yaml

Lines changed: 11 additions & 52 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

yarn.lock

Lines changed: 2 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -2907,21 +2907,6 @@ events@^3.3.0:
29072907
resolved "https://registry.yarnpkg.com/events/-/events-3.3.0.tgz#31a95ad0a924e2d2c419a813aeb2c4e878ea7400"
29082908
integrity sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==
29092909

2910-
execa@^4.0.0:
2911-
version "4.1.0"
2912-
resolved "https://registry.yarnpkg.com/execa/-/execa-4.1.0.tgz#4e5491ad1572f2f17a77d388c6c857135b22847a"
2913-
integrity sha512-j5W0//W7f8UxAn8hXVnwG8tLwdiUy4FJLcSupCg6maBYZDpyBvTApK7KyuI4bKj8KOh1r2YH+6ucuYtJv1bTZA==
2914-
dependencies:
2915-
cross-spawn "^7.0.0"
2916-
get-stream "^5.0.0"
2917-
human-signals "^1.1.1"
2918-
is-stream "^2.0.0"
2919-
merge-stream "^2.0.0"
2920-
npm-run-path "^4.0.0"
2921-
onetime "^5.1.0"
2922-
signal-exit "^3.0.2"
2923-
strip-final-newline "^2.0.0"
2924-
29252910
execa@^5.0.0:
29262911
version "5.1.1"
29272912
resolved "https://registry.yarnpkg.com/execa/-/execa-5.1.1.tgz#f80ad9cbf4298f7bd1d4c9555c21e93741c411dd"
@@ -3742,11 +3727,6 @@ https-proxy-agent@^7.0.0, https-proxy-agent@^7.0.1:
37423727
agent-base "^7.0.2"
37433728
debug "4"
37443729

3745-
human-signals@^1.1.1:
3746-
version "1.1.1"
3747-
resolved "https://registry.yarnpkg.com/human-signals/-/human-signals-1.1.1.tgz#c5b1cd14f50aeae09ab6c59fe63ba3395fe4dfa3"
3748-
integrity sha512-SEQu7vl8KjNL2eoGBLF3+wAjpsNfA9XMlXAYj/3EdaNfAlxKthD1xjEQfGOUhllCGGJVNY34bRr6lPINhNjyZw==
3749-
37503730
human-signals@^2.1.0:
37513731
version "2.1.0"
37523732
resolved "https://registry.yarnpkg.com/human-signals/-/human-signals-2.1.0.tgz#dc91fcba42e4d06e4abaed33b3e7a3c02f514ea0"
@@ -5336,7 +5316,7 @@ npm-registry-fetch@^16.0.0, npm-registry-fetch@^16.1.0:
53365316
npm-package-arg "^11.0.0"
53375317
proc-log "^3.0.0"
53385318

5339-
npm-run-path@^4.0.0, npm-run-path@^4.0.1:
5319+
npm-run-path@^4.0.1:
53405320
version "4.0.1"
53415321
resolved "https://registry.yarnpkg.com/npm-run-path/-/npm-run-path-4.0.1.tgz#b7ecd1e5ed53da8e37a55e1c2269e0b97ed748ea"
53425322
integrity sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==
@@ -5574,7 +5554,7 @@ once@^1.3.0, once@^1.3.1, once@^1.4.0:
55745554
dependencies:
55755555
wrappy "1"
55765556

5577-
onetime@^5.1.0, onetime@^5.1.2:
5557+
onetime@^5.1.2:
55785558
version "5.1.2"
55795559
resolved "https://registry.yarnpkg.com/onetime/-/onetime-5.1.2.tgz#d0e96ebb56b07476df1dd9c4806e5237985ca45e"
55805560
integrity sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==

0 commit comments

Comments
 (0)