Skip to content

Commit e60abdf

Browse files
chore(deps): update dependency npm-run-all2 to v7 (#3065)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a5b6f7d commit e60abdf

File tree

2 files changed

+28
-20
lines changed

2 files changed

+28
-20
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@
145145
"eslint-plugin-simple-import-sort": "^12.1.1",
146146
"https-browserify": "^1.0.0",
147147
"husky": "^9.0.0",
148-
"npm-run-all2": "^6.0.0",
148+
"npm-run-all2": "^7.0.0",
149149
"os-browserify": "^0.3.0",
150150
"path-browserify": "^1.0.1",
151151
"prettier": "^3.3.3",

yarn.lock

Lines changed: 27 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -9058,10 +9058,10 @@ json-parse-even-better-errors@^2.3.0, json-parse-even-better-errors@^2.3.1:
90589058
resolved "https://registry.yarnpkg.com/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz#7c47805a94319928e05777405dc12e1f7a4ee02d"
90599059
integrity sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==
90609060

9061-
json-parse-even-better-errors@^3.0.0:
9062-
version "3.0.1"
9063-
resolved "https://registry.yarnpkg.com/json-parse-even-better-errors/-/json-parse-even-better-errors-3.0.1.tgz#02bb29fb5da90b5444581749c22cedd3597c6cb0"
9064-
integrity sha512-aatBvbL26wVUCLmbWdCpeu9iF5wOyWpagiKkInA+kfws3sWdBrTnsvN2CKcyCYyUrc7rebNBlK6+kteg7ksecg==
9061+
json-parse-even-better-errors@^4.0.0:
9062+
version "4.0.0"
9063+
resolved "https://registry.yarnpkg.com/json-parse-even-better-errors/-/json-parse-even-better-errors-4.0.0.tgz#d3f67bd5925e81d3e31aa466acc821c8375cec43"
9064+
integrity sha512-lR4MXjGNgkJc7tkQ97kb2nuEMnNCyU//XYVH0MKTGcXEiSudQ5MKGKen3C5QubYy0vmq+JGitUg92uuywGEwIA==
90659065

90669066
json-schema-traverse@^0.4.1:
90679067
version "0.4.1"
@@ -10076,23 +10076,24 @@ normalize.css@^8.0.1:
1007610076
resolved "https://registry.yarnpkg.com/normalize.css/-/normalize.css-8.0.1.tgz#9b98a208738b9cc2634caacbc42d131c97487bf3"
1007710077
integrity sha512-qizSNPO93t1YUuUhP22btGOo3chcvDFqFaj2TRybP0DMxkHOCTYwp3n34fel4a31ORXy4m1Xq0Gyqpb5m33qIg==
1007810078

10079-
npm-normalize-package-bin@^3.0.0:
10080-
version "3.0.1"
10081-
resolved "https://registry.yarnpkg.com/npm-normalize-package-bin/-/npm-normalize-package-bin-3.0.1.tgz#25447e32a9a7de1f51362c61a559233b89947832"
10082-
integrity sha512-dMxCf+zZ+3zeQZXKxmyuCKlIDPGuv8EF940xbkC4kQVDTtqoh6rJFO+JTKSA6/Rwi0getWmtuy4Itup0AMcaDQ==
10079+
npm-normalize-package-bin@^4.0.0:
10080+
version "4.0.0"
10081+
resolved "https://registry.yarnpkg.com/npm-normalize-package-bin/-/npm-normalize-package-bin-4.0.0.tgz#df79e70cd0a113b77c02d1fe243c96b8e618acb1"
10082+
integrity sha512-TZKxPvItzai9kN9H/TkmCtx/ZN/hvr3vUycjlfmH0ootY9yFBzNOpiXAdIn1Iteqsvk4lQn6B5PTrt+n6h8k/w==
1008310083

10084-
npm-run-all2@^6.0.0:
10085-
version "6.1.2"
10086-
resolved "https://registry.yarnpkg.com/npm-run-all2/-/npm-run-all2-6.1.2.tgz#637b2b804f32dd8cee9e5edf7d47a9fc4ca8bf9d"
10087-
integrity sha512-WwwnS8Ft+RpXve6T2EIEVpFLSqN+ORHRvgNk3H9N62SZXjmzKoRhMFg3I17TK3oMaAEr+XFbRirWS2Fn3BCPSg==
10084+
npm-run-all2@^7.0.0:
10085+
version "7.0.1"
10086+
resolved "https://registry.yarnpkg.com/npm-run-all2/-/npm-run-all2-7.0.1.tgz#7a20f65d072db4a880802d4ba5cd19566daef752"
10087+
integrity sha512-Adbv+bJQ8UTAM03rRODqrO5cx0YU5KCG2CvHtSURiadvdTjjgGJXdbc1oQ9CXBh9dnGfHSoSB1Web/0Dzp6kOQ==
1008810088
dependencies:
1008910089
ansi-styles "^6.2.1"
1009010090
cross-spawn "^7.0.3"
1009110091
memorystream "^0.3.1"
1009210092
minimatch "^9.0.0"
1009310093
pidtree "^0.6.0"
10094-
read-package-json-fast "^3.0.2"
10094+
read-package-json-fast "^4.0.0"
1009510095
shell-quote "^1.7.3"
10096+
which "^5.0.0"
1009610097

1009710098
npm-run-path@^4.0.1:
1009810099
version "4.0.1"
@@ -11820,13 +11821,13 @@ read-cache@^1.0.0:
1182011821
dependencies:
1182111822
pify "^2.3.0"
1182211823

11823-
read-package-json-fast@^3.0.2:
11824-
version "3.0.2"
11825-
resolved "https://registry.yarnpkg.com/read-package-json-fast/-/read-package-json-fast-3.0.2.tgz#394908a9725dc7a5f14e70c8e7556dff1d2b1049"
11826-
integrity sha512-0J+Msgym3vrLOUB3hzQCuZHII0xkNGCtz/HJH9xZshwv9DbDwkw1KaE3gx/e2J5rpEY5rtOy6cyhKOPrkP7FZw==
11824+
read-package-json-fast@^4.0.0:
11825+
version "4.0.0"
11826+
resolved "https://registry.yarnpkg.com/read-package-json-fast/-/read-package-json-fast-4.0.0.tgz#8ccbc05740bb9f58264f400acc0b4b4eee8d1b39"
11827+
integrity sha512-qpt8EwugBWDw2cgE2W+/3oxC+KTez2uSVR8JU9Q36TXPAGCaozfQUs59v4j4GFpWTaw0i6hAZSvOmu1J0uOEUg==
1182711828
dependencies:
11828-
json-parse-even-better-errors "^3.0.0"
11829-
npm-normalize-package-bin "^3.0.0"
11829+
json-parse-even-better-errors "^4.0.0"
11830+
npm-normalize-package-bin "^4.0.0"
1183011831

1183111832
"readable-stream@>=1.0.33-1 <1.1.0-0":
1183211833
version "1.0.34"
@@ -14299,6 +14300,13 @@ which@^4.0.0:
1429914300
dependencies:
1430014301
isexe "^3.1.1"
1430114302

14303+
which@^5.0.0:
14304+
version "5.0.0"
14305+
resolved "https://registry.yarnpkg.com/which/-/which-5.0.0.tgz#d93f2d93f79834d4363c7d0c23e00d07c466c8d6"
14306+
integrity sha512-JEdGzHwwkrbWoGOlIHqQ5gtprKGOenpDHpxE9zVR1bWbOtYRyPPHMe9FaP6x61CmNaTThSkb0DAJte5jD+DmzQ==
14307+
dependencies:
14308+
isexe "^3.1.1"
14309+
1430214310
wide-align@^1.1.2:
1430314311
version "1.1.5"
1430414312
resolved "https://registry.yarnpkg.com/wide-align/-/wide-align-1.1.5.tgz#df1d4c206854369ecf3c9a4898f1b23fbd9d15d3"

0 commit comments

Comments
 (0)