Skip to content

chore(deps): update dependency npm-run-all2 to v8 #1002

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"husky": "^9.1.6",
"lerna": "^8.1.8",
"lint-staged": "^15.2.10",
"npm-run-all2": "^7.0.0",
"npm-run-all2": "^8.0.0",
"oxlint": "^0.16.0",
"prettier": "^3.3.3",
"tslib": "^2.7.0",
Expand Down
21 changes: 15 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5950,6 +5950,15 @@ __metadata:
languageName: node
linkType: hard

"minimatch@npm:^10.0.1":
version: 10.0.1
resolution: "minimatch@npm:10.0.1"
dependencies:
brace-expansion: "npm:^2.0.1"
checksum: 10c0/e6c29a81fe83e1877ad51348306be2e8aeca18c88fdee7a99df44322314279e15799e41d7cb274e4e8bb0b451a3bc622d6182e157dfa1717d6cda75e9cd8cd5d
languageName: node
linkType: hard

"minimatch@npm:^3.0.4, minimatch@npm:^3.1.1, minimatch@npm:^3.1.2":
version: 3.1.2
resolution: "minimatch@npm:3.1.2"
Expand Down Expand Up @@ -6359,7 +6368,7 @@ __metadata:
husky: "npm:^9.1.6"
lerna: "npm:^8.1.8"
lint-staged: "npm:^15.2.10"
npm-run-all2: "npm:^7.0.0"
npm-run-all2: "npm:^8.0.0"
oxlint: "npm:^0.16.0"
prettier: "npm:^3.3.3"
tslib: "npm:^2.7.0"
Expand Down Expand Up @@ -6545,14 +6554,14 @@ __metadata:
languageName: node
linkType: hard

"npm-run-all2@npm:^7.0.0":
version: 7.0.2
resolution: "npm-run-all2@npm:7.0.2"
"npm-run-all2@npm:^8.0.0":
version: 8.0.1
resolution: "npm-run-all2@npm:8.0.1"
dependencies:
ansi-styles: "npm:^6.2.1"
cross-spawn: "npm:^7.0.6"
memorystream: "npm:^0.3.1"
minimatch: "npm:^9.0.0"
minimatch: "npm:^10.0.1"
pidtree: "npm:^0.6.0"
read-package-json-fast: "npm:^4.0.0"
shell-quote: "npm:^1.7.3"
Expand All @@ -6562,7 +6571,7 @@ __metadata:
npm-run-all2: bin/npm-run-all/index.js
run-p: bin/run-p/index.js
run-s: bin/run-s/index.js
checksum: 10c0/4606c0cdaad9dc7dbe5a6ae432b1aabea25e2ffd541f959307e5c34247d0658952f98352b8ce45f925241af304c6718b2198b425f234e0e9fbc30b342cedb121
checksum: 10c0/e97980a66b64e51f57f57804a8d93e4fb0845867db7a558db224c480a987c9b1e9a0d148d01cad351d4f53077c7f93f56bba5625938d213ebb3f652c1d615d86
languageName: node
linkType: hard

Expand Down
Loading