Skip to content

Commit 67e88ba

Browse files
chore(deps): update dependency npm-run-all2 to v8
1 parent a305799 commit 67e88ba

2 files changed

Lines changed: 6 additions & 13 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"eslint-plugin-import": "^2.32.0",
4444
"fs-extra": "^11.3.0",
4545
"npm-check-updates": "^17.1.18",
46-
"npm-run-all2": "^7.0.0",
46+
"npm-run-all2": "^8.0.0",
4747
"prettier": "^3.6.2",
4848
"typescript": "^5.8.3",
4949
"vitest": "^3.2.4"

yarn.lock

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2797,13 +2797,6 @@ minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
27972797
dependencies:
27982798
brace-expansion "^1.1.7"
27992799

2800-
minimatch@^9.0.0:
2801-
version "9.0.5"
2802-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.5.tgz#d74f9dd6b57d83d8e98cfb82133b03978bc929e5"
2803-
integrity sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==
2804-
dependencies:
2805-
brace-expansion "^2.0.1"
2806-
28072800
minimatch@^9.0.4:
28082801
version "9.0.4"
28092802
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.4.tgz#8e49c731d1749cbec05050ee5145147b32496a51"
@@ -2856,15 +2849,15 @@ npm-normalize-package-bin@^4.0.0:
28562849
resolved "https://registry.yarnpkg.com/npm-normalize-package-bin/-/npm-normalize-package-bin-4.0.0.tgz#df79e70cd0a113b77c02d1fe243c96b8e618acb1"
28572850
integrity sha512-TZKxPvItzai9kN9H/TkmCtx/ZN/hvr3vUycjlfmH0ootY9yFBzNOpiXAdIn1Iteqsvk4lQn6B5PTrt+n6h8k/w==
28582851

2859-
npm-run-all2@^7.0.0:
2860-
version "7.0.2"
2861-
resolved "https://registry.yarnpkg.com/npm-run-all2/-/npm-run-all2-7.0.2.tgz#26155c140b5e3f1155efd7f5d67212c8027b397c"
2862-
integrity sha512-7tXR+r9hzRNOPNTvXegM+QzCuMjzUIIq66VDunL6j60O4RrExx32XUhlrS7UK4VcdGw5/Wxzb3kfNcFix9JKDA==
2852+
npm-run-all2@^8.0.0:
2853+
version "8.0.4"
2854+
resolved "https://registry.yarnpkg.com/npm-run-all2/-/npm-run-all2-8.0.4.tgz#bcc070fd0cdb8d45496ec875d99a659a112e3f74"
2855+
integrity sha512-wdbB5My48XKp2ZfJUlhnLVihzeuA1hgBnqB2J9ahV77wLS+/YAJAlN8I+X3DIFIPZ3m5L7nplmlbhNiFDmXRDA==
28632856
dependencies:
28642857
ansi-styles "^6.2.1"
28652858
cross-spawn "^7.0.6"
28662859
memorystream "^0.3.1"
2867-
minimatch "^9.0.0"
2860+
picomatch "^4.0.2"
28682861
pidtree "^0.6.0"
28692862
read-package-json-fast "^4.0.0"
28702863
shell-quote "^1.7.3"

0 commit comments

Comments
 (0)