Skip to content

Commit d482e0f

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

File tree

2 files changed

+40
-19
lines changed

2 files changed

+40
-19
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"husky": "8.0.3",
5959
"jest": "30.2.0",
6060
"lint-staged": "16.2.6",
61-
"npm-run-all2": "6.2.6",
61+
"npm-run-all2": "8.0.4",
6262
"nyc": "15.1.0",
6363
"prettier": "3.4.2",
6464
"prettier-config-standard": "7.0.0",

yarn.lock

Lines changed: 39 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -6450,6 +6450,15 @@ cross-spawn@^7.0.0, cross-spawn@^7.0.2, cross-spawn@^7.0.3:
64506450
shebang-command "^2.0.0"
64516451
which "^2.0.1"
64526452

6453+
cross-spawn@^7.0.6:
6454+
version "7.0.6"
6455+
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.6.tgz#8a58fe78f00dcd70c370451759dfbfaf03e8ee9f"
6456+
integrity sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==
6457+
dependencies:
6458+
path-key "^3.1.0"
6459+
shebang-command "^2.0.0"
6460+
which "^2.0.1"
6461+
64536462
css-functions-list@^3.2.1:
64546463
version "3.2.1"
64556464
resolved "https://registry.yarnpkg.com/css-functions-list/-/css-functions-list-3.2.1.tgz#2eb205d8ce9f9ce74c5c1d7490b66b77c45ce3ea"
@@ -11308,6 +11317,11 @@ json-parse-even-better-errors@^3.0.0:
1130811317
resolved "https://registry.yarnpkg.com/json-parse-even-better-errors/-/json-parse-even-better-errors-3.0.0.tgz#2cb2ee33069a78870a0c7e3da560026b89669cf7"
1130911318
integrity sha512-iZbGHafX/59r39gPwVPRBGw0QQKnA7tte5pSMrhWOW7swGsVvVTjmfyAV9pNqk8YGT7tRCdxRu8uzcgZwoDooA==
1131011319

11320+
json-parse-even-better-errors@^4.0.0:
11321+
version "4.0.0"
11322+
resolved "https://registry.yarnpkg.com/json-parse-even-better-errors/-/json-parse-even-better-errors-4.0.0.tgz#d3f67bd5925e81d3e31aa466acc821c8375cec43"
11323+
integrity sha512-lR4MXjGNgkJc7tkQ97kb2nuEMnNCyU//XYVH0MKTGcXEiSudQ5MKGKen3C5QubYy0vmq+JGitUg92uuywGEwIA==
11324+
1131111325
json-schema-traverse@^0.4.1:
1131211326
version "0.4.1"
1131311327
resolved "https://registry.yarnpkg.com/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz#69f6a87d9513ab8bb8fe63bdb0979c448e684660"
@@ -12454,24 +12468,24 @@ normalize-url@^8.0.0:
1245412468
resolved "https://registry.yarnpkg.com/normalize-url/-/normalize-url-8.0.0.tgz#593dbd284f743e8dcf6a5ddf8fadff149c82701a"
1245512469
integrity sha512-uVFpKhj5MheNBJRTiMZ9pE/7hD1QTeEvugSJW/OmLzAp78PB5O6adfMNTvmfKhXBkvCzC+rqifWcVYpGFwTjnw==
1245612470

12457-
npm-normalize-package-bin@^3.0.0:
12458-
version "3.0.1"
12459-
resolved "https://registry.yarnpkg.com/npm-normalize-package-bin/-/npm-normalize-package-bin-3.0.1.tgz#25447e32a9a7de1f51362c61a559233b89947832"
12460-
integrity sha512-dMxCf+zZ+3zeQZXKxmyuCKlIDPGuv8EF940xbkC4kQVDTtqoh6rJFO+JTKSA6/Rwi0getWmtuy4Itup0AMcaDQ==
12471+
npm-normalize-package-bin@^4.0.0:
12472+
version "4.0.0"
12473+
resolved "https://registry.yarnpkg.com/npm-normalize-package-bin/-/npm-normalize-package-bin-4.0.0.tgz#df79e70cd0a113b77c02d1fe243c96b8e618acb1"
12474+
integrity sha512-TZKxPvItzai9kN9H/TkmCtx/ZN/hvr3vUycjlfmH0ootY9yFBzNOpiXAdIn1Iteqsvk4lQn6B5PTrt+n6h8k/w==
1246112475

12462-
npm-run-all2@6.2.6:
12463-
version "6.2.6"
12464-
resolved "https://registry.yarnpkg.com/npm-run-all2/-/npm-run-all2-6.2.6.tgz#53dc4a871c9f5abae88d1d20ffc9f1dad06574f6"
12465-
integrity sha512-tkyb4pc0Zb0oOswCb5tORPk9MvVL6gcDq1cMItQHmsbVk1skk7YF6cH+UU2GxeNLHMuk6wFEOSmEmJ2cnAK1jg==
12476+
npm-run-all2@8.0.4:
12477+
version "8.0.4"
12478+
resolved "https://registry.yarnpkg.com/npm-run-all2/-/npm-run-all2-8.0.4.tgz#bcc070fd0cdb8d45496ec875d99a659a112e3f74"
12479+
integrity sha512-wdbB5My48XKp2ZfJUlhnLVihzeuA1hgBnqB2J9ahV77wLS+/YAJAlN8I+X3DIFIPZ3m5L7nplmlbhNiFDmXRDA==
1246612480
dependencies:
1246712481
ansi-styles "^6.2.1"
12468-
cross-spawn "^7.0.3"
12482+
cross-spawn "^7.0.6"
1246912483
memorystream "^0.3.1"
12470-
minimatch "^9.0.0"
12484+
picomatch "^4.0.2"
1247112485
pidtree "^0.6.0"
12472-
read-package-json-fast "^3.0.2"
12486+
read-package-json-fast "^4.0.0"
1247312487
shell-quote "^1.7.3"
12474-
which "^3.0.1"
12488+
which "^5.0.0"
1247512489

1247612490
npm-run-path@^4.0.1:
1247712491
version "4.0.1"
@@ -13717,13 +13731,13 @@ [email protected]:
1371713731
dependencies:
1371813732
loose-envify "^1.1.0"
1371913733

13720-
read-package-json-fast@^3.0.2:
13721-
version "3.0.2"
13722-
resolved "https://registry.yarnpkg.com/read-package-json-fast/-/read-package-json-fast-3.0.2.tgz#394908a9725dc7a5f14e70c8e7556dff1d2b1049"
13723-
integrity sha512-0J+Msgym3vrLOUB3hzQCuZHII0xkNGCtz/HJH9xZshwv9DbDwkw1KaE3gx/e2J5rpEY5rtOy6cyhKOPrkP7FZw==
13734+
read-package-json-fast@^4.0.0:
13735+
version "4.0.0"
13736+
resolved "https://registry.yarnpkg.com/read-package-json-fast/-/read-package-json-fast-4.0.0.tgz#8ccbc05740bb9f58264f400acc0b4b4eee8d1b39"
13737+
integrity sha512-qpt8EwugBWDw2cgE2W+/3oxC+KTez2uSVR8JU9Q36TXPAGCaozfQUs59v4j4GFpWTaw0i6hAZSvOmu1J0uOEUg==
1372413738
dependencies:
13725-
json-parse-even-better-errors "^3.0.0"
13726-
npm-normalize-package-bin "^3.0.0"
13739+
json-parse-even-better-errors "^4.0.0"
13740+
npm-normalize-package-bin "^4.0.0"
1372713741

1372813742
[email protected], read-pkg-up@^10.0.0:
1372913743
version "10.0.0"
@@ -17379,6 +17393,13 @@ which@^4.0.0:
1737917393
dependencies:
1738017394
isexe "^3.1.1"
1738117395

17396+
which@^5.0.0:
17397+
version "5.0.0"
17398+
resolved "https://registry.yarnpkg.com/which/-/which-5.0.0.tgz#d93f2d93f79834d4363c7d0c23e00d07c466c8d6"
17399+
integrity sha512-JEdGzHwwkrbWoGOlIHqQ5gtprKGOenpDHpxE9zVR1bWbOtYRyPPHMe9FaP6x61CmNaTThSkb0DAJte5jD+DmzQ==
17400+
dependencies:
17401+
isexe "^3.1.1"
17402+
1738217403
wide-align@^1.1.0:
1738317404
version "1.1.5"
1738417405
resolved "https://registry.yarnpkg.com/wide-align/-/wide-align-1.1.5.tgz#df1d4c206854369ecf3c9a4898f1b23fbd9d15d3"

0 commit comments

Comments
 (0)