Update dependency npm-run-all2 to v8

This commit is contained in:
renovate[bot]
2025-05-03 10:09:57 +00:00
committed by GitHub
parent 23f8aa8bdd
commit 857d0a602f
2 changed files with 7 additions and 7 deletions

View File

@@ -38,7 +38,7 @@
"buffer": "^5.5.0||^6.0.0", "buffer": "^5.5.0||^6.0.0",
"commander": "^13.0.0", "commander": "^13.0.0",
"generate-license-file": "^4.0.0", "generate-license-file": "^4.0.0",
"npm-run-all2": "^7.0.1", "npm-run-all2": "^8.0.0",
"terser": "^5.36.0", "terser": "^5.36.0",
"typescript": "~5.8.0", "typescript": "~5.8.0",
"vite": "^6.0.0", "vite": "^6.0.0",

View File

@@ -1980,7 +1980,7 @@ mimic-fn@^2.1.0:
resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-2.1.0.tgz#7ed2c2ccccaf84d3ffcb7a69b57711fc2083401b" resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-2.1.0.tgz#7ed2c2ccccaf84d3ffcb7a69b57711fc2083401b"
integrity sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg== integrity sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==
minimatch@^10.0.0: minimatch@^10.0.0, minimatch@^10.0.1:
version "10.0.1" version "10.0.1"
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.0.1.tgz#ce0521856b453c86e25f2c4c0d03e6ff7ddc440b" resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.0.1.tgz#ce0521856b453c86e25f2c4c0d03e6ff7ddc440b"
integrity sha512-ethXTt3SGGR+95gudmqJ1eNhRO7eGEGIgYA9vnPatK4/etz2MEVDno5GMCibdMTuBMyElzIlgxMna3K94XDIDQ== integrity sha512-ethXTt3SGGR+95gudmqJ1eNhRO7eGEGIgYA9vnPatK4/etz2MEVDno5GMCibdMTuBMyElzIlgxMna3K94XDIDQ==
@@ -2216,15 +2216,15 @@ npm-registry-fetch@^18.0.0, npm-registry-fetch@^18.0.1:
npm-package-arg "^12.0.0" npm-package-arg "^12.0.0"
proc-log "^5.0.0" proc-log "^5.0.0"
npm-run-all2@^7.0.1: npm-run-all2@^8.0.0:
version "7.0.2" version "8.0.1"
resolved "https://registry.yarnpkg.com/npm-run-all2/-/npm-run-all2-7.0.2.tgz#26155c140b5e3f1155efd7f5d67212c8027b397c" resolved "https://registry.yarnpkg.com/npm-run-all2/-/npm-run-all2-8.0.1.tgz#23211c8777306ca519b69adc55db56088f06f9a7"
integrity sha512-7tXR+r9hzRNOPNTvXegM+QzCuMjzUIIq66VDunL6j60O4RrExx32XUhlrS7UK4VcdGw5/Wxzb3kfNcFix9JKDA== integrity sha512-jkhE0AsELQeCtScrcJ/7mSIdk+ZsnWjvKk3KwE96HZ6+OFVB74XhxQtHT1W6kdUfn92fRnBb29Mz82j9bV2XEQ==
dependencies: dependencies:
ansi-styles "^6.2.1" ansi-styles "^6.2.1"
cross-spawn "^7.0.6" cross-spawn "^7.0.6"
memorystream "^0.3.1" memorystream "^0.3.1"
minimatch "^9.0.0" minimatch "^10.0.1"
pidtree "^0.6.0" pidtree "^0.6.0"
read-package-json-fast "^4.0.0" read-package-json-fast "^4.0.0"
shell-quote "^1.7.3" shell-quote "^1.7.3"