Skip to content

Commit 311db13

Browse files
fix(deps): update dependency npm-run-all2 to v8 (#196)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f6057e2 commit 311db13

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
"identity-obj-proxy": "^3.0.0",
8080
"jsdom": "^26.1.0",
8181
"lint-staged": "^16.1.2",
82-
"npm-run-all2": "^7.0.1",
82+
"npm-run-all2": "^8.0.4",
8383
"playroom": "^0.44.0",
8484
"postcss": "^8.5.1",
8585
"prettier": "^3.6.2",

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7073,7 +7073,7 @@ minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
70737073
dependencies:
70747074
brace-expansion "^1.1.7"
70757075

7076-
minimatch@^9.0.0, minimatch@^9.0.4:
7076+
minimatch@^9.0.4:
70777077
version "9.0.5"
70787078
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.5.tgz#d74f9dd6b57d83d8e98cfb82133b03978bc929e5"
70797079
integrity sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==
@@ -7239,15 +7239,15 @@ npm-normalize-package-bin@^4.0.0:
72397239
resolved "https://registry.yarnpkg.com/npm-normalize-package-bin/-/npm-normalize-package-bin-4.0.0.tgz#df79e70cd0a113b77c02d1fe243c96b8e618acb1"
72407240
integrity sha512-TZKxPvItzai9kN9H/TkmCtx/ZN/hvr3vUycjlfmH0ootY9yFBzNOpiXAdIn1Iteqsvk4lQn6B5PTrt+n6h8k/w==
72417241

7242-
npm-run-all2@^7.0.1:
7243-
version "7.0.2"
7244-
resolved "https://registry.yarnpkg.com/npm-run-all2/-/npm-run-all2-7.0.2.tgz#26155c140b5e3f1155efd7f5d67212c8027b397c"
7245-
integrity sha512-7tXR+r9hzRNOPNTvXegM+QzCuMjzUIIq66VDunL6j60O4RrExx32XUhlrS7UK4VcdGw5/Wxzb3kfNcFix9JKDA==
7242+
npm-run-all2@^8.0.4:
7243+
version "8.0.4"
7244+
resolved "https://registry.yarnpkg.com/npm-run-all2/-/npm-run-all2-8.0.4.tgz#bcc070fd0cdb8d45496ec875d99a659a112e3f74"
7245+
integrity sha512-wdbB5My48XKp2ZfJUlhnLVihzeuA1hgBnqB2J9ahV77wLS+/YAJAlN8I+X3DIFIPZ3m5L7nplmlbhNiFDmXRDA==
72467246
dependencies:
72477247
ansi-styles "^6.2.1"
72487248
cross-spawn "^7.0.6"
72497249
memorystream "^0.3.1"
7250-
minimatch "^9.0.0"
7250+
picomatch "^4.0.2"
72517251
pidtree "^0.6.0"
72527252
read-package-json-fast "^4.0.0"
72537253
shell-quote "^1.7.3"

0 commit comments

Comments
 (0)