Skip to content

Commit e646a47

Browse files
chore(deps): update dependency npm-run-all2 to v8
1 parent c91588a commit e646a47

File tree

2 files changed

+14
-7
lines changed

2 files changed

+14
-7
lines changed

package.json

+1-1
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.1",
6767
"pre-commit": "1.2.2",
6868
"prettier": "3.5.3",
6969
"rimraf": "5.0.10",

yarn.lock

+13-6
Original file line numberDiff line numberDiff line change
@@ -3910,6 +3910,13 @@ mimic-function@^5.0.0:
39103910
resolved "https://registry.yarnpkg.com/mimic-function/-/mimic-function-5.0.1.tgz#acbe2b3349f99b9deaca7fb70e48b83e94e67076"
39113911
integrity sha512-VP79XUPxV2CigYP3jWwAUFSku2aKqBH7uTAapFWCBqutsbmDo96KY5o8uh6U+/YSIn5OxJnXp73beVkpqMIGhA==
39123912

3913+
minimatch@^10.0.1:
3914+
version "10.0.1"
3915+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.0.1.tgz#ce0521856b453c86e25f2c4c0d03e6ff7ddc440b"
3916+
integrity sha512-ethXTt3SGGR+95gudmqJ1eNhRO7eGEGIgYA9vnPatK4/etz2MEVDno5GMCibdMTuBMyElzIlgxMna3K94XDIDQ==
3917+
dependencies:
3918+
brace-expansion "^2.0.1"
3919+
39133920
minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
39143921
version "3.1.2"
39153922
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
@@ -3924,7 +3931,7 @@ minimatch@^5.0.1:
39243931
dependencies:
39253932
brace-expansion "^2.0.1"
39263933

3927-
minimatch@^9.0.0, minimatch@^9.0.1:
3934+
minimatch@^9.0.1:
39283935
version "9.0.3"
39293936
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.3.tgz#a6e00c3de44c3a542bfaae70abfc22420a6da825"
39303937
integrity sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==
@@ -3993,15 +4000,15 @@ npm-normalize-package-bin@^4.0.0:
39934000
resolved "https://registry.yarnpkg.com/npm-normalize-package-bin/-/npm-normalize-package-bin-4.0.0.tgz#df79e70cd0a113b77c02d1fe243c96b8e618acb1"
39944001
integrity sha512-TZKxPvItzai9kN9H/TkmCtx/ZN/hvr3vUycjlfmH0ootY9yFBzNOpiXAdIn1Iteqsvk4lQn6B5PTrt+n6h8k/w==
39954002

3996-
npm-run-all2@7.0.2:
3997-
version "7.0.2"
3998-
resolved "https://registry.yarnpkg.com/npm-run-all2/-/npm-run-all2-7.0.2.tgz#26155c140b5e3f1155efd7f5d67212c8027b397c"
3999-
integrity sha512-7tXR+r9hzRNOPNTvXegM+QzCuMjzUIIq66VDunL6j60O4RrExx32XUhlrS7UK4VcdGw5/Wxzb3kfNcFix9JKDA==
4003+
npm-run-all2@8.0.1:
4004+
version "8.0.1"
4005+
resolved "https://registry.yarnpkg.com/npm-run-all2/-/npm-run-all2-8.0.1.tgz#23211c8777306ca519b69adc55db56088f06f9a7"
4006+
integrity sha512-jkhE0AsELQeCtScrcJ/7mSIdk+ZsnWjvKk3KwE96HZ6+OFVB74XhxQtHT1W6kdUfn92fRnBb29Mz82j9bV2XEQ==
40004007
dependencies:
40014008
ansi-styles "^6.2.1"
40024009
cross-spawn "^7.0.6"
40034010
memorystream "^0.3.1"
4004-
minimatch "^9.0.0"
4011+
minimatch "^10.0.1"
40054012
pidtree "^0.6.0"
40064013
read-package-json-fast "^4.0.0"
40074014
shell-quote "^1.7.3"

0 commit comments

Comments
 (0)