Skip to content

Commit 2f20723

Browse files
chore(deps): update dependency execa to v5 (#205)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 9f379cf commit 2f20723

File tree

2 files changed

+30
-5
lines changed

2 files changed

+30
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"eslint-plugin-prettier": "^3.1.2",
5353
"eslint-plugin-vue": "^7.1.0",
5454
"eslint-plugin-vue-libs": "^4.0.0",
55-
"execa": "^4.0.0",
55+
"execa": "^5.0.0",
5656
"fs-extra": "^9.0.0",
5757
"full-icu": "^1.3.1",
5858
"http-server": "^0.12.1",

yarn.lock

Lines changed: 29 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3116,7 +3116,7 @@ cross-spawn@^6.0.0, cross-spawn@^6.0.5:
31163116
shebang-command "^1.2.0"
31173117
which "^1.2.9"
31183118

3119-
cross-spawn@^7.0.0, cross-spawn@^7.0.1, cross-spawn@^7.0.2:
3119+
cross-spawn@^7.0.0, cross-spawn@^7.0.1, cross-spawn@^7.0.2, cross-spawn@^7.0.3:
31203120
version "7.0.3"
31213121
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.3.tgz#f73a85b9d5d41d045551c177e2882d4ac85728a6"
31223122
integrity sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==
@@ -4025,6 +4025,21 @@ execa@^4.0.0, execa@^4.0.3, execa@^4.1.0:
40254025
signal-exit "^3.0.2"
40264026
strip-final-newline "^2.0.0"
40274027

4028+
execa@^5.0.0:
4029+
version "5.0.0"
4030+
resolved "https://registry.yarnpkg.com/execa/-/execa-5.0.0.tgz#4029b0007998a841fbd1032e5f4de86a3c1e3376"
4031+
integrity sha512-ov6w/2LCiuyO4RLYGdpFGjkcs0wMTgGE8PrkTHikeUy5iJekXyPIKUjifk5CsE0pt7sMCrMZ3YNqoCj6idQOnQ==
4032+
dependencies:
4033+
cross-spawn "^7.0.3"
4034+
get-stream "^6.0.0"
4035+
human-signals "^2.1.0"
4036+
is-stream "^2.0.0"
4037+
merge-stream "^2.0.0"
4038+
npm-run-path "^4.0.1"
4039+
onetime "^5.1.2"
4040+
signal-exit "^3.0.3"
4041+
strip-final-newline "^2.0.0"
4042+
40284043
exit@^0.1.2:
40294044
version "0.1.2"
40304045
resolved "https://registry.yarnpkg.com/exit/-/exit-0.1.2.tgz#0632638f8d877cc82107d30a0fff1a17cba1cd0c"
@@ -4550,6 +4565,11 @@ get-stream@^5.0.0, get-stream@^5.1.0:
45504565
dependencies:
45514566
pump "^3.0.0"
45524567

4568+
get-stream@^6.0.0:
4569+
version "6.0.0"
4570+
resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-6.0.0.tgz#3e0012cb6827319da2706e601a1583e8629a6718"
4571+
integrity sha512-A1B3Bh1UmL0bidM/YX2NsCOTnGJePL9rO/M+Mw3m9f2gUpfokS0hi5Eah0WSUEWZdZhIZtMjkIYS7mDfOqNHbg==
4572+
45534573
get-value@^2.0.3, get-value@^2.0.6:
45544574
version "2.0.6"
45554575
resolved "https://registry.yarnpkg.com/get-value/-/get-value-2.0.6.tgz#dc15ca1c672387ca76bd37ac0a395ba2042a2c28"
@@ -5005,6 +5025,11 @@ human-signals@^1.1.1:
50055025
resolved "https://registry.yarnpkg.com/human-signals/-/human-signals-1.1.1.tgz#c5b1cd14f50aeae09ab6c59fe63ba3395fe4dfa3"
50065026
integrity sha512-SEQu7vl8KjNL2eoGBLF3+wAjpsNfA9XMlXAYj/3EdaNfAlxKthD1xjEQfGOUhllCGGJVNY34bRr6lPINhNjyZw==
50075027

5028+
human-signals@^2.1.0:
5029+
version "2.1.0"
5030+
resolved "https://registry.yarnpkg.com/human-signals/-/human-signals-2.1.0.tgz#dc91fcba42e4d06e4abaed33b3e7a3c02f514ea0"
5031+
integrity sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==
5032+
50085033
humanize-ms@^1.2.1:
50095034
version "1.2.1"
50105035
resolved "https://registry.yarnpkg.com/humanize-ms/-/humanize-ms-1.2.1.tgz#c46e3159a293f6b896da29316d8b6fe8bb79bbed"
@@ -7416,7 +7441,7 @@ npm-run-path@^2.0.0:
74167441
dependencies:
74177442
path-key "^2.0.0"
74187443

7419-
npm-run-path@^4.0.0:
7444+
npm-run-path@^4.0.0, npm-run-path@^4.0.1:
74207445
version "4.0.1"
74217446
resolved "https://registry.yarnpkg.com/npm-run-path/-/npm-run-path-4.0.1.tgz#b7ecd1e5ed53da8e37a55e1c2269e0b97ed748ea"
74227447
integrity sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==
@@ -7537,7 +7562,7 @@ once@^1.3.0, once@^1.3.1, once@^1.4.0:
75377562
dependencies:
75387563
wrappy "1"
75397564

7540-
onetime@^5.1.0:
7565+
onetime@^5.1.0, onetime@^5.1.2:
75417566
version "5.1.2"
75427567
resolved "https://registry.yarnpkg.com/onetime/-/onetime-5.1.2.tgz#d0e96ebb56b07476df1dd9c4806e5237985ca45e"
75437568
integrity sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==
@@ -9173,7 +9198,7 @@ shipjs@^0.23.0:
91739198
temp-write "4.0.0"
91749199
tempfile "^3.0.0"
91759200

9176-
signal-exit@^3.0.0, signal-exit@^3.0.2:
9201+
signal-exit@^3.0.0, signal-exit@^3.0.2, signal-exit@^3.0.3:
91779202
version "3.0.3"
91789203
resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.3.tgz#a1410c2edd8f077b08b4e253c8eacfcaf057461c"
91799204
integrity sha512-VUJ49FC8U1OxwZLxIbTTrDvLnf/6TDgxZcK8wxR8zs13xpx7xbG60ndBlhNrFi2EMuFRoeDoJO7wthSLq42EjA==

0 commit comments

Comments
 (0)