Skip to content

Commit 2b10c91

Browse files
chore(deps): update dependency npm-run-all2 to v8
1 parent db74d78 commit 2b10c91

File tree

2 files changed

+12
-7
lines changed

2 files changed

+12
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"husky": "9.1.7",
6464
"jest": "29.7.0",
6565
"lint-staged": "15.5.2",
66-
"npm-run-all2": "7.0.2",
66+
"npm-run-all2": "8.0.4",
6767
"pre-commit": "1.2.2",
6868
"prettier": "3.6.2",
6969
"rimraf": "5.0.10",

yarn.lock

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4059,7 +4059,7 @@ minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
40594059
dependencies:
40604060
brace-expansion "^1.1.7"
40614061

4062-
minimatch@^9.0.0, minimatch@^9.0.1:
4062+
minimatch@^9.0.1:
40634063
version "9.0.3"
40644064
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.3.tgz#a6e00c3de44c3a542bfaae70abfc22420a6da825"
40654065
integrity sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==
@@ -4138,15 +4138,15 @@ npm-normalize-package-bin@^4.0.0:
41384138
resolved "https://registry.yarnpkg.com/npm-normalize-package-bin/-/npm-normalize-package-bin-4.0.0.tgz#df79e70cd0a113b77c02d1fe243c96b8e618acb1"
41394139
integrity sha512-TZKxPvItzai9kN9H/TkmCtx/ZN/hvr3vUycjlfmH0ootY9yFBzNOpiXAdIn1Iteqsvk4lQn6B5PTrt+n6h8k/w==
41404140

4141-
npm-run-all2@7.0.2:
4142-
version "7.0.2"
4143-
resolved "https://registry.yarnpkg.com/npm-run-all2/-/npm-run-all2-7.0.2.tgz#26155c140b5e3f1155efd7f5d67212c8027b397c"
4144-
integrity sha512-7tXR+r9hzRNOPNTvXegM+QzCuMjzUIIq66VDunL6j60O4RrExx32XUhlrS7UK4VcdGw5/Wxzb3kfNcFix9JKDA==
4141+
npm-run-all2@8.0.4:
4142+
version "8.0.4"
4143+
resolved "https://registry.yarnpkg.com/npm-run-all2/-/npm-run-all2-8.0.4.tgz#bcc070fd0cdb8d45496ec875d99a659a112e3f74"
4144+
integrity sha512-wdbB5My48XKp2ZfJUlhnLVihzeuA1hgBnqB2J9ahV77wLS+/YAJAlN8I+X3DIFIPZ3m5L7nplmlbhNiFDmXRDA==
41454145
dependencies:
41464146
ansi-styles "^6.2.1"
41474147
cross-spawn "^7.0.6"
41484148
memorystream "^0.3.1"
4149-
minimatch "^9.0.0"
4149+
picomatch "^4.0.2"
41504150
pidtree "^0.6.0"
41514151
read-package-json-fast "^4.0.0"
41524152
shell-quote "^1.7.3"
@@ -4319,6 +4319,11 @@ picomatch@^2.0.4, picomatch@^2.2.3, picomatch@^2.3.1:
43194319
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42"
43204320
integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==
43214321

4322+
picomatch@^4.0.2:
4323+
version "4.0.3"
4324+
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-4.0.3.tgz#796c76136d1eead715db1e7bad785dedd695a042"
4325+
integrity sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==
4326+
43224327
pidtree@^0.6.0:
43234328
version "0.6.0"
43244329
resolved "https://registry.yarnpkg.com/pidtree/-/pidtree-0.6.0.tgz#90ad7b6d42d5841e69e0a2419ef38f8883aa057c"

0 commit comments

Comments
 (0)