Skip to content

Commit 410b8d5

Browse files
chore(deps): update dependency npm-run-all2 to v8
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 89e2c7e commit 410b8d5

File tree

2 files changed

+29
-9
lines changed

2 files changed

+29
-9
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"eslint-config-prettier": "^9.0.0",
3333
"eslint-plugin-prettier": "^5.0.0",
3434
"eslint-plugin-promise": "^6.0.0",
35-
"npm-run-all2": "^7.0.0",
35+
"npm-run-all2": "^8.0.0",
3636
"prettier": "^3.0.0",
3737
"ts-node": "^10.9.2",
3838
"typescript": "^5.0.0",

yarn.lock

Lines changed: 28 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1447,6 +1447,17 @@ __metadata:
14471447
languageName: node
14481448
linkType: hard
14491449

1450+
"cross-spawn@npm:^7.0.6":
1451+
version: 7.0.6
1452+
resolution: "cross-spawn@npm:7.0.6"
1453+
dependencies:
1454+
path-key: "npm:^3.1.0"
1455+
shebang-command: "npm:^2.0.0"
1456+
which: "npm:^2.0.1"
1457+
checksum: 10c0/053ea8b2135caff68a9e81470e845613e374e7309a47731e81639de3eaeb90c3d01af0e0b44d2ab9d50b43467223b88567dfeb3262db942dc063b9976718ffc1
1458+
languageName: node
1459+
linkType: hard
1460+
14501461
"debug@npm:2.6.9":
14511462
version: 2.6.9
14521463
resolution: "debug@npm:2.6.9"
@@ -2815,6 +2826,15 @@ __metadata:
28152826
languageName: node
28162827
linkType: hard
28172828

2829+
"minimatch@npm:^10.0.1":
2830+
version: 10.0.1
2831+
resolution: "minimatch@npm:10.0.1"
2832+
dependencies:
2833+
brace-expansion: "npm:^2.0.1"
2834+
checksum: 10c0/e6c29a81fe83e1877ad51348306be2e8aeca18c88fdee7a99df44322314279e15799e41d7cb274e4e8bb0b451a3bc622d6182e157dfa1717d6cda75e9cd8cd5d
2835+
languageName: node
2836+
linkType: hard
2837+
28182838
"minimatch@npm:^3.0.0, minimatch@npm:^3.1.2":
28192839
version: 3.1.2
28202840
resolution: "minimatch@npm:3.1.2"
@@ -2824,7 +2844,7 @@ __metadata:
28242844
languageName: node
28252845
linkType: hard
28262846

2827-
"minimatch@npm:^9.0.0, minimatch@npm:^9.0.4":
2847+
"minimatch@npm:^9.0.4":
28282848
version: 9.0.5
28292849
resolution: "minimatch@npm:9.0.5"
28302850
dependencies:
@@ -3058,14 +3078,14 @@ __metadata:
30583078
languageName: node
30593079
linkType: hard
30603080

3061-
"npm-run-all2@npm:^7.0.0":
3062-
version: 7.0.1
3063-
resolution: "npm-run-all2@npm:7.0.1"
3081+
"npm-run-all2@npm:^8.0.0":
3082+
version: 8.0.1
3083+
resolution: "npm-run-all2@npm:8.0.1"
30643084
dependencies:
30653085
ansi-styles: "npm:^6.2.1"
3066-
cross-spawn: "npm:^7.0.3"
3086+
cross-spawn: "npm:^7.0.6"
30673087
memorystream: "npm:^0.3.1"
3068-
minimatch: "npm:^9.0.0"
3088+
minimatch: "npm:^10.0.1"
30693089
pidtree: "npm:^0.6.0"
30703090
read-package-json-fast: "npm:^4.0.0"
30713091
shell-quote: "npm:^1.7.3"
@@ -3075,7 +3095,7 @@ __metadata:
30753095
npm-run-all2: bin/npm-run-all/index.js
30763096
run-p: bin/run-p/index.js
30773097
run-s: bin/run-s/index.js
3078-
checksum: 10c0/1f2438341473280f7f55015f04a9c5bbbb3226e8235ef50811f50f98514f10ff2ac1640da592e0d5a2e6c7b95060e1bb1c7a86b5177fa746151912ac99a8f3b7
3098+
checksum: 10c0/e97980a66b64e51f57f57804a8d93e4fb0845867db7a558db224c480a987c9b1e9a0d148d01cad351d4f53077c7f93f56bba5625938d213ebb3f652c1d615d86
30793099
languageName: node
30803100
linkType: hard
30813101

@@ -3482,7 +3502,7 @@ __metadata:
34823502
html-minifier: "npm:^4.0.0"
34833503
liquidjs: "npm:^10.0.0"
34843504
markdown-it: "npm:^14.0.0"
3485-
npm-run-all2: "npm:^7.0.0"
3505+
npm-run-all2: "npm:^8.0.0"
34863506
prettier: "npm:^3.0.0"
34873507
sass: "npm:^1.49.8"
34883508
supports-color: "npm:^10.0.0"

0 commit comments

Comments
 (0)