Skip to content

Commit 55c7357

Browse files
committed
fix(deps): update dependency execa to v9
1 parent 44a58b3 commit 55c7357

3 files changed

Lines changed: 7 additions & 68 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: 4 additions & 45 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
@@ -3230,21 +3230,6 @@ events@^3.3.0:
32303230
resolved "https://registry.yarnpkg.com/events/-/events-3.3.0.tgz#31a95ad0a924e2d2c419a813aeb2c4e878ea7400"
32313231
integrity sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==
32323232

3233-
execa@^4.0.0:
3234-
version "4.1.0"
3235-
resolved "https://registry.yarnpkg.com/execa/-/execa-4.1.0.tgz#4e5491ad1572f2f17a77d388c6c857135b22847a"
3236-
integrity sha512-j5W0//W7f8UxAn8hXVnwG8tLwdiUy4FJLcSupCg6maBYZDpyBvTApK7KyuI4bKj8KOh1r2YH+6ucuYtJv1bTZA==
3237-
dependencies:
3238-
cross-spawn "^7.0.0"
3239-
get-stream "^5.0.0"
3240-
human-signals "^1.1.1"
3241-
is-stream "^2.0.0"
3242-
merge-stream "^2.0.0"
3243-
npm-run-path "^4.0.0"
3244-
onetime "^5.1.0"
3245-
signal-exit "^3.0.2"
3246-
strip-final-newline "^2.0.0"
3247-
32483233
execa@^5.0.0:
32493234
version "5.1.1"
32503235
resolved "https://registry.yarnpkg.com/execa/-/execa-5.1.1.tgz#f80ad9cbf4298f7bd1d4c9555c21e93741c411dd"
@@ -4095,11 +4080,6 @@ https-proxy-agent@^7.0.5:
40954080
agent-base "^7.1.2"
40964081
debug "4"
40974082

4098-
human-signals@^1.1.1:
4099-
version "1.1.1"
4100-
resolved "https://registry.yarnpkg.com/human-signals/-/human-signals-1.1.1.tgz#c5b1cd14f50aeae09ab6c59fe63ba3395fe4dfa3"
4101-
integrity sha512-SEQu7vl8KjNL2eoGBLF3+wAjpsNfA9XMlXAYj/3EdaNfAlxKthD1xjEQfGOUhllCGGJVNY34bRr6lPINhNjyZw==
4102-
41034083
human-signals@^2.1.0:
41044084
version "2.1.0"
41054085
resolved "https://registry.yarnpkg.com/human-signals/-/human-signals-2.1.0.tgz#dc91fcba42e4d06e4abaed33b3e7a3c02f514ea0"
@@ -5695,7 +5675,7 @@ npm-registry-fetch@^16.0.0, npm-registry-fetch@^16.1.0:
56955675
npm-package-arg "^11.0.0"
56965676
proc-log "^3.0.0"
56975677

5698-
npm-run-path@^4.0.0, npm-run-path@^4.0.1:
5678+
npm-run-path@^4.0.1:
56995679
version "4.0.1"
57005680
resolved "https://registry.yarnpkg.com/npm-run-path/-/npm-run-path-4.0.1.tgz#b7ecd1e5ed53da8e37a55e1c2269e0b97ed748ea"
57015681
integrity sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==
@@ -5929,7 +5909,7 @@ once@^1.3.0, once@^1.3.1, once@^1.4.0:
59295909
dependencies:
59305910
wrappy "1"
59315911

5932-
onetime@^5.1.0, onetime@^5.1.2:
5912+
onetime@^5.1.2:
59335913
version "5.1.2"
59345914
resolved "https://registry.yarnpkg.com/onetime/-/onetime-5.1.2.tgz#d0e96ebb56b07476df1dd9c4806e5237985ca45e"
59355915
integrity sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==

0 commit comments

Comments
 (0)