Skip to content

Commit a3f4c2b

Browse files
⬆️ deps: Upgrade dependency npm-run-all2 to v8. (#446)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 855077a commit a3f4c2b

File tree

2 files changed

+13
-6
lines changed

2 files changed

+13
-6
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
"husky": "9.1.7",
103103
"lint-staged": "15.5.1",
104104
"np": "10.2.0",
105-
"npm-run-all2": "7.0.2",
105+
"npm-run-all2": "8.0.1",
106106
"pinst": "3.0.0",
107107
"power-assert": "1.6.1",
108108
"regenerator-runtime": "0.14.1",

yarn.lock

+12-5
Original file line numberDiff line numberDiff line change
@@ -6761,6 +6761,13 @@ min-indent@^1.0.0, min-indent@^1.0.1:
67616761
resolved "https://registry.yarnpkg.com/min-indent/-/min-indent-1.0.1.tgz#a63f681673b30571fbe8bc25686ae746eefa9869"
67626762
integrity sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==
67636763

6764+
minimatch@^10.0.1:
6765+
version "10.0.1"
6766+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.0.1.tgz#ce0521856b453c86e25f2c4c0d03e6ff7ddc440b"
6767+
integrity sha512-ethXTt3SGGR+95gudmqJ1eNhRO7eGEGIgYA9vnPatK4/etz2MEVDno5GMCibdMTuBMyElzIlgxMna3K94XDIDQ==
6768+
dependencies:
6769+
brace-expansion "^2.0.1"
6770+
67646771
minimatch@^3.0.4:
67656772
version "3.0.4"
67666773
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083"
@@ -7030,15 +7037,15 @@ npm-normalize-package-bin@^4.0.0:
70307037
resolved "https://registry.yarnpkg.com/npm-normalize-package-bin/-/npm-normalize-package-bin-4.0.0.tgz#df79e70cd0a113b77c02d1fe243c96b8e618acb1"
70317038
integrity sha512-TZKxPvItzai9kN9H/TkmCtx/ZN/hvr3vUycjlfmH0ootY9yFBzNOpiXAdIn1Iteqsvk4lQn6B5PTrt+n6h8k/w==
70327039

7033-
npm-run-all2@7.0.2:
7034-
version "7.0.2"
7035-
resolved "https://registry.yarnpkg.com/npm-run-all2/-/npm-run-all2-7.0.2.tgz#26155c140b5e3f1155efd7f5d67212c8027b397c"
7036-
integrity sha512-7tXR+r9hzRNOPNTvXegM+QzCuMjzUIIq66VDunL6j60O4RrExx32XUhlrS7UK4VcdGw5/Wxzb3kfNcFix9JKDA==
7040+
npm-run-all2@8.0.1:
7041+
version "8.0.1"
7042+
resolved "https://registry.yarnpkg.com/npm-run-all2/-/npm-run-all2-8.0.1.tgz#23211c8777306ca519b69adc55db56088f06f9a7"
7043+
integrity sha512-jkhE0AsELQeCtScrcJ/7mSIdk+ZsnWjvKk3KwE96HZ6+OFVB74XhxQtHT1W6kdUfn92fRnBb29Mz82j9bV2XEQ==
70377044
dependencies:
70387045
ansi-styles "^6.2.1"
70397046
cross-spawn "^7.0.6"
70407047
memorystream "^0.3.1"
7041-
minimatch "^9.0.0"
7048+
minimatch "^10.0.1"
70427049
pidtree "^0.6.0"
70437050
read-package-json-fast "^4.0.0"
70447051
shell-quote "^1.7.3"

0 commit comments

Comments
 (0)