Skip to content

Commit 361a583

Browse files
Update dependency npm-run-all2 to v8.0.4
1 parent 2d562b1 commit 361a583

2 files changed

Lines changed: 11 additions & 13 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"@typescript-eslint/eslint-plugin": "8.32.1",
3333
"@typescript-eslint/parser": "8.32.1",
3434
"eslint": "8.57.1",
35-
"npm-run-all2": "8.0.3",
35+
"npm-run-all2": "8.0.4",
3636
"prettier": "3.6.2",
3737
"ts-node": "10.9.2",
3838
"ts-node-dev": "2.0.0",

yarn.lock

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3355,13 +3355,6 @@ mimic-function@^5.0.0:
33553355
resolved "https://registry.yarnpkg.com/mimic-function/-/mimic-function-5.0.1.tgz#acbe2b3349f99b9deaca7fb70e48b83e94e67076"
33563356
integrity sha512-VP79XUPxV2CigYP3jWwAUFSku2aKqBH7uTAapFWCBqutsbmDo96KY5o8uh6U+/YSIn5OxJnXp73beVkpqMIGhA==
33573357

3358-
minimatch@^10.0.1:
3359-
version "10.0.1"
3360-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.0.1.tgz#ce0521856b453c86e25f2c4c0d03e6ff7ddc440b"
3361-
integrity sha512-ethXTt3SGGR+95gudmqJ1eNhRO7eGEGIgYA9vnPatK4/etz2MEVDno5GMCibdMTuBMyElzIlgxMna3K94XDIDQ==
3362-
dependencies:
3363-
brace-expansion "^2.0.1"
3364-
33653358
minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
33663359
version "3.1.2"
33673360
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
@@ -3472,15 +3465,15 @@ npm-normalize-package-bin@^4.0.0:
34723465
resolved "https://registry.yarnpkg.com/npm-normalize-package-bin/-/npm-normalize-package-bin-4.0.0.tgz#df79e70cd0a113b77c02d1fe243c96b8e618acb1"
34733466
integrity sha512-TZKxPvItzai9kN9H/TkmCtx/ZN/hvr3vUycjlfmH0ootY9yFBzNOpiXAdIn1Iteqsvk4lQn6B5PTrt+n6h8k/w==
34743467

3475-
npm-run-all2@8.0.3:
3476-
version "8.0.3"
3477-
resolved "https://registry.yarnpkg.com/npm-run-all2/-/npm-run-all2-8.0.3.tgz#7b836ae3b1ede7ab942aceb88f188aaaa528ddfc"
3478-
integrity sha512-0mAycidMUMThrLt8AT3LGtOMgfLaMg6/4oUKHTKMU0jDSIsdKBsKp98H8zBFcJylQC4CtOB140UUFbOlFyE9gA==
3468+
npm-run-all2@8.0.4:
3469+
version "8.0.4"
3470+
resolved "https://registry.yarnpkg.com/npm-run-all2/-/npm-run-all2-8.0.4.tgz#bcc070fd0cdb8d45496ec875d99a659a112e3f74"
3471+
integrity sha512-wdbB5My48XKp2ZfJUlhnLVihzeuA1hgBnqB2J9ahV77wLS+/YAJAlN8I+X3DIFIPZ3m5L7nplmlbhNiFDmXRDA==
34793472
dependencies:
34803473
ansi-styles "^6.2.1"
34813474
cross-spawn "^7.0.6"
34823475
memorystream "^0.3.1"
3483-
minimatch "^10.0.1"
3476+
picomatch "^4.0.2"
34843477
pidtree "^0.6.0"
34853478
read-package-json-fast "^4.0.0"
34863479
shell-quote "^1.7.3"
@@ -3662,6 +3655,11 @@ picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.3.1:
36623655
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42"
36633656
integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==
36643657

3658+
picomatch@^4.0.2:
3659+
version "4.0.3"
3660+
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-4.0.3.tgz#796c76136d1eead715db1e7bad785dedd695a042"
3661+
integrity sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==
3662+
36653663
pidtree@^0.6.0:
36663664
version "0.6.0"
36673665
resolved "https://registry.yarnpkg.com/pidtree/-/pidtree-0.6.0.tgz#90ad7b6d42d5841e69e0a2419ef38f8883aa057c"

0 commit comments

Comments
 (0)