Skip to content

Commit 1d673d8

Browse files
committed
fix(deps): update dependency execa to v9
1 parent c8f1fd4 commit 1d673d8

3 files changed

Lines changed: 13 additions & 74 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: 10 additions & 51 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
@@ -2944,21 +2944,6 @@ events@^3.3.0:
29442944
resolved "https://registry.yarnpkg.com/events/-/events-3.3.0.tgz#31a95ad0a924e2d2c419a813aeb2c4e878ea7400"
29452945
integrity sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==
29462946

2947-
execa@^4.0.0:
2948-
version "4.1.0"
2949-
resolved "https://registry.yarnpkg.com/execa/-/execa-4.1.0.tgz#4e5491ad1572f2f17a77d388c6c857135b22847a"
2950-
integrity sha512-j5W0//W7f8UxAn8hXVnwG8tLwdiUy4FJLcSupCg6maBYZDpyBvTApK7KyuI4bKj8KOh1r2YH+6ucuYtJv1bTZA==
2951-
dependencies:
2952-
cross-spawn "^7.0.0"
2953-
get-stream "^5.0.0"
2954-
human-signals "^1.1.1"
2955-
is-stream "^2.0.0"
2956-
merge-stream "^2.0.0"
2957-
npm-run-path "^4.0.0"
2958-
onetime "^5.1.0"
2959-
signal-exit "^3.0.2"
2960-
strip-final-newline "^2.0.0"
2961-
29622947
execa@^5.0.0:
29632948
version "5.1.1"
29642949
resolved "https://registry.yarnpkg.com/execa/-/execa-5.1.1.tgz#f80ad9cbf4298f7bd1d4c9555c21e93741c411dd"
@@ -3807,11 +3792,6 @@ https-proxy-agent@^7.0.5:
38073792
agent-base "^7.1.2"
38083793
debug "4"
38093794

3810-
human-signals@^1.1.1:
3811-
version "1.1.1"
3812-
resolved "https://registry.yarnpkg.com/human-signals/-/human-signals-1.1.1.tgz#c5b1cd14f50aeae09ab6c59fe63ba3395fe4dfa3"
3813-
integrity sha512-SEQu7vl8KjNL2eoGBLF3+wAjpsNfA9XMlXAYj/3EdaNfAlxKthD1xjEQfGOUhllCGGJVNY34bRr6lPINhNjyZw==
3814-
38153795
human-signals@^2.1.0:
38163796
version "2.1.0"
38173797
resolved "https://registry.yarnpkg.com/human-signals/-/human-signals-2.1.0.tgz#dc91fcba42e4d06e4abaed33b3e7a3c02f514ea0"
@@ -5437,7 +5417,7 @@ npm-registry-fetch@^16.0.0, npm-registry-fetch@^16.1.0:
54375417
npm-package-arg "^11.0.0"
54385418
proc-log "^3.0.0"
54395419

5440-
npm-run-path@^4.0.0, npm-run-path@^4.0.1:
5420+
npm-run-path@^4.0.1:
54415421
version "4.0.1"
54425422
resolved "https://registry.yarnpkg.com/npm-run-path/-/npm-run-path-4.0.1.tgz#b7ecd1e5ed53da8e37a55e1c2269e0b97ed748ea"
54435423
integrity sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==
@@ -5665,7 +5645,7 @@ once@^1.3.0, once@^1.3.1, once@^1.4.0:
56655645
dependencies:
56665646
wrappy "1"
56675647

5668-
onetime@^5.1.0, onetime@^5.1.2:
5648+
onetime@^5.1.2:
56695649
version "5.1.2"
56705650
resolved "https://registry.yarnpkg.com/onetime/-/onetime-5.1.2.tgz#d0e96ebb56b07476df1dd9c4806e5237985ca45e"
56715651
integrity sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==

0 commit comments

Comments
 (0)