Skip to content

Commit 1096347

Browse files
⬆️ deps: Upgrade dependency npm-run-all2 to v7.
1 parent 9615dca commit 1096347

File tree

2 files changed

+39
-27
lines changed

2 files changed

+39
-27
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
"husky": "9.1.6",
103103
"lint-staged": "15.2.10",
104104
"np": "10.0.7",
105-
"npm-run-all2": "6.2.6",
105+
"npm-run-all2": "7.0.0",
106106
"pinst": "3.0.0",
107107
"power-assert": "1.6.1",
108108
"regenerator-runtime": "0.14.1",

yarn.lock

Lines changed: 38 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -5846,6 +5846,11 @@ isexe@^2.0.0:
58465846
resolved "https://registry.yarnpkg.com/isexe/-/isexe-2.0.0.tgz#e8fbf374dc556ff8947a10dcb0572d633f2cfa10"
58475847
integrity sha1-6PvzdNxVb/iUehDcsFctYz8s+hA=
58485848

5849+
isexe@^3.1.1:
5850+
version "3.1.1"
5851+
resolved "https://registry.yarnpkg.com/isexe/-/isexe-3.1.1.tgz#4a407e2bd78ddfb14bea0c27c6f7072dde775f0d"
5852+
integrity sha512-LpB/54B+/2J5hqQ7imZHfdU31OlgQqx7ZicVlkm9kzg9/w8GKLEcFfJl/t7DCEDueOyBAD6zCCwTO6Fzs0NoEQ==
5853+
58495854
isstream@~0.1.2:
58505855
version "0.1.2"
58515856
resolved "https://registry.yarnpkg.com/isstream/-/isstream-0.1.2.tgz#47e63f7af55afa6f92e1500e690eb8b8529c099a"
@@ -5992,10 +5997,10 @@ json-parse-even-better-errors@^2.3.0:
59925997
resolved "https://registry.yarnpkg.com/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz#7c47805a94319928e05777405dc12e1f7a4ee02d"
59935998
integrity sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==
59945999

5995-
json-parse-even-better-errors@^3.0.0:
5996-
version "3.0.1"
5997-
resolved "https://registry.yarnpkg.com/json-parse-even-better-errors/-/json-parse-even-better-errors-3.0.1.tgz#02bb29fb5da90b5444581749c22cedd3597c6cb0"
5998-
integrity sha512-aatBvbL26wVUCLmbWdCpeu9iF5wOyWpagiKkInA+kfws3sWdBrTnsvN2CKcyCYyUrc7rebNBlK6+kteg7ksecg==
6000+
json-parse-even-better-errors@^4.0.0:
6001+
version "4.0.0"
6002+
resolved "https://registry.yarnpkg.com/json-parse-even-better-errors/-/json-parse-even-better-errors-4.0.0.tgz#d3f67bd5925e81d3e31aa466acc821c8375cec43"
6003+
integrity sha512-lR4MXjGNgkJc7tkQ97kb2nuEMnNCyU//XYVH0MKTGcXEiSudQ5MKGKen3C5QubYy0vmq+JGitUg92uuywGEwIA==
59996004

60006005
json-schema-traverse@^0.4.1:
60016006
version "0.4.1"
@@ -6631,6 +6636,13 @@ min-indent@^1.0.0, min-indent@^1.0.1:
66316636
resolved "https://registry.yarnpkg.com/min-indent/-/min-indent-1.0.1.tgz#a63f681673b30571fbe8bc25686ae746eefa9869"
66326637
integrity sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==
66336638

6639+
minimatch@^10.0.1:
6640+
version "10.0.1"
6641+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.0.1.tgz#ce0521856b453c86e25f2c4c0d03e6ff7ddc440b"
6642+
integrity sha512-ethXTt3SGGR+95gudmqJ1eNhRO7eGEGIgYA9vnPatK4/etz2MEVDno5GMCibdMTuBMyElzIlgxMna3K94XDIDQ==
6643+
dependencies:
6644+
brace-expansion "^2.0.1"
6645+
66346646
minimatch@^3.0.4:
66356647
version "3.0.4"
66366648
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083"
@@ -6906,24 +6918,24 @@ npm-name@^8.0.0:
69066918
registry-url "^6.0.1"
69076919
validate-npm-package-name "^5.0.0"
69086920

6909-
npm-normalize-package-bin@^3.0.0:
6910-
version "3.0.1"
6911-
resolved "https://registry.yarnpkg.com/npm-normalize-package-bin/-/npm-normalize-package-bin-3.0.1.tgz#25447e32a9a7de1f51362c61a559233b89947832"
6912-
integrity sha512-dMxCf+zZ+3zeQZXKxmyuCKlIDPGuv8EF940xbkC4kQVDTtqoh6rJFO+JTKSA6/Rwi0getWmtuy4Itup0AMcaDQ==
6921+
npm-normalize-package-bin@^4.0.0:
6922+
version "4.0.0"
6923+
resolved "https://registry.yarnpkg.com/npm-normalize-package-bin/-/npm-normalize-package-bin-4.0.0.tgz#df79e70cd0a113b77c02d1fe243c96b8e618acb1"
6924+
integrity sha512-TZKxPvItzai9kN9H/TkmCtx/ZN/hvr3vUycjlfmH0ootY9yFBzNOpiXAdIn1Iteqsvk4lQn6B5PTrt+n6h8k/w==
69136925

6914-
npm-run-all2@6.2.6:
6915-
version "6.2.6"
6916-
resolved "https://registry.yarnpkg.com/npm-run-all2/-/npm-run-all2-6.2.6.tgz#53dc4a871c9f5abae88d1d20ffc9f1dad06574f6"
6917-
integrity sha512-tkyb4pc0Zb0oOswCb5tORPk9MvVL6gcDq1cMItQHmsbVk1skk7YF6cH+UU2GxeNLHMuk6wFEOSmEmJ2cnAK1jg==
6926+
npm-run-all2@7.0.0:
6927+
version "7.0.0"
6928+
resolved "https://registry.yarnpkg.com/npm-run-all2/-/npm-run-all2-7.0.0.tgz#ca3dcd2bb4012534f4ee17442cab6892c8743c7f"
6929+
integrity sha512-hXQT0BFU0G37H516ZJgISho4FslbdqMj7U8A7xoj81mhYSyxnwfF6dsraWAA1xL7ak/8yUVvAN4Lx4PpTc5Ohg==
69186930
dependencies:
69196931
ansi-styles "^6.2.1"
69206932
cross-spawn "^7.0.3"
69216933
memorystream "^0.3.1"
6922-
minimatch "^9.0.0"
6934+
minimatch "^10.0.1"
69236935
pidtree "^0.6.0"
6924-
read-package-json-fast "^3.0.2"
6936+
read-package-json-fast "^4.0.0"
69256937
shell-quote "^1.7.3"
6926-
which "^3.0.1"
6938+
which "^5.0.0"
69276939

69286940
npm-run-path@^5.1.0:
69296941
version "5.1.0"
@@ -7618,13 +7630,13 @@ [email protected], rc@^1.2.8:
76187630
minimist "^1.2.0"
76197631
strip-json-comments "~2.0.1"
76207632

7621-
read-package-json-fast@^3.0.2:
7622-
version "3.0.2"
7623-
resolved "https://registry.yarnpkg.com/read-package-json-fast/-/read-package-json-fast-3.0.2.tgz#394908a9725dc7a5f14e70c8e7556dff1d2b1049"
7624-
integrity sha512-0J+Msgym3vrLOUB3hzQCuZHII0xkNGCtz/HJH9xZshwv9DbDwkw1KaE3gx/e2J5rpEY5rtOy6cyhKOPrkP7FZw==
7633+
read-package-json-fast@^4.0.0:
7634+
version "4.0.0"
7635+
resolved "https://registry.yarnpkg.com/read-package-json-fast/-/read-package-json-fast-4.0.0.tgz#8ccbc05740bb9f58264f400acc0b4b4eee8d1b39"
7636+
integrity sha512-qpt8EwugBWDw2cgE2W+/3oxC+KTez2uSVR8JU9Q36TXPAGCaozfQUs59v4j4GFpWTaw0i6hAZSvOmu1J0uOEUg==
76257637
dependencies:
7626-
json-parse-even-better-errors "^3.0.0"
7627-
npm-normalize-package-bin "^3.0.0"
7638+
json-parse-even-better-errors "^4.0.0"
7639+
npm-normalize-package-bin "^4.0.0"
76287640

76297641
read-package-up@^11.0.0:
76307642
version "11.0.0"
@@ -9144,12 +9156,12 @@ which@^2.0.1:
91449156
dependencies:
91459157
isexe "^2.0.0"
91469158

9147-
which@^3.0.1:
9148-
version "3.0.1"
9149-
resolved "https://registry.yarnpkg.com/which/-/which-3.0.1.tgz#89f1cd0c23f629a8105ffe69b8172791c87b4be1"
9150-
integrity sha512-XA1b62dzQzLfaEOSQFTCOd5KFf/1VSzZo7/7TUjnya6u0vGGKzU96UQBZTAThCb2j4/xjBAyii1OhRLJEivHvg==
9159+
which@^5.0.0:
9160+
version "5.0.0"
9161+
resolved "https://registry.yarnpkg.com/which/-/which-5.0.0.tgz#d93f2d93f79834d4363c7d0c23e00d07c466c8d6"
9162+
integrity sha512-JEdGzHwwkrbWoGOlIHqQ5gtprKGOenpDHpxE9zVR1bWbOtYRyPPHMe9FaP6x61CmNaTThSkb0DAJte5jD+DmzQ==
91519163
dependencies:
9152-
isexe "^2.0.0"
9164+
isexe "^3.1.1"
91539165

91549166
wide-align@^1.1.2:
91559167
version "1.1.5"

0 commit comments

Comments
 (0)