Skip to content

Commit 5140d13

Browse files
⬆️ deps: Upgrade dependency npm-run-all2 to v8.0.3. (#452)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 919da99 commit 5140d13

File tree

2 files changed

+13
-6
lines changed

2 files changed

+13
-6
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.7",
103103
"lint-staged": "16.0.0",
104104
"np": "10.2.0",
105-
"npm-run-all2": "8.0.2",
105+
"npm-run-all2": "8.0.3",
106106
"pinst": "3.0.0",
107107
"power-assert": "1.6.1",
108108
"regenerator-runtime": "0.14.1",

yarn.lock

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6778,6 +6778,13 @@ min-indent@^1.0.0, min-indent@^1.0.1:
67786778
resolved "https://registry.yarnpkg.com/min-indent/-/min-indent-1.0.1.tgz#a63f681673b30571fbe8bc25686ae746eefa9869"
67796779
integrity sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==
67806780

6781+
minimatch@^10.0.1:
6782+
version "10.0.1"
6783+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.0.1.tgz#ce0521856b453c86e25f2c4c0d03e6ff7ddc440b"
6784+
integrity sha512-ethXTt3SGGR+95gudmqJ1eNhRO7eGEGIgYA9vnPatK4/etz2MEVDno5GMCibdMTuBMyElzIlgxMna3K94XDIDQ==
6785+
dependencies:
6786+
brace-expansion "^2.0.1"
6787+
67816788
minimatch@^3.0.4:
67826789
version "3.0.4"
67836790
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083"
@@ -7052,15 +7059,15 @@ npm-normalize-package-bin@^4.0.0:
70527059
resolved "https://registry.yarnpkg.com/npm-normalize-package-bin/-/npm-normalize-package-bin-4.0.0.tgz#df79e70cd0a113b77c02d1fe243c96b8e618acb1"
70537060
integrity sha512-TZKxPvItzai9kN9H/TkmCtx/ZN/hvr3vUycjlfmH0ootY9yFBzNOpiXAdIn1Iteqsvk4lQn6B5PTrt+n6h8k/w==
70547061

7055-
7056-
version "8.0.2"
7057-
resolved "https://registry.yarnpkg.com/npm-run-all2/-/npm-run-all2-8.0.2.tgz#637cc8162d58a588dac3596e4ec4bf85937c5158"
7058-
integrity sha512-yU70kTcohhAETxUjJQxTdQbaDJWCyv+DlKHEWdOifxZ0hZUKRh26mY2mfzlPxfGbsTRbgBuEHeakB6wx0CvVaQ==
7062+
7063+
version "8.0.3"
7064+
resolved "https://registry.yarnpkg.com/npm-run-all2/-/npm-run-all2-8.0.3.tgz#7b836ae3b1ede7ab942aceb88f188aaaa528ddfc"
7065+
integrity sha512-0mAycidMUMThrLt8AT3LGtOMgfLaMg6/4oUKHTKMU0jDSIsdKBsKp98H8zBFcJylQC4CtOB140UUFbOlFyE9gA==
70597066
dependencies:
70607067
ansi-styles "^6.2.1"
70617068
cross-spawn "^7.0.6"
70627069
memorystream "^0.3.1"
7063-
picomatch "^4.0.2"
7070+
minimatch "^10.0.1"
70647071
pidtree "^0.6.0"
70657072
read-package-json-fast "^4.0.0"
70667073
shell-quote "^1.7.3"

0 commit comments

Comments
 (0)