From 857d0a602fe2f923f47db614f707fa00aabd95b6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 3 May 2025 10:09:57 +0000 Subject: [PATCH] Update dependency npm-run-all2 to v8 --- package.json | 2 +- yarn.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 40326bb..edcac55 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "buffer": "^5.5.0||^6.0.0", "commander": "^13.0.0", "generate-license-file": "^4.0.0", - "npm-run-all2": "^7.0.1", + "npm-run-all2": "^8.0.0", "terser": "^5.36.0", "typescript": "~5.8.0", "vite": "^6.0.0", diff --git a/yarn.lock b/yarn.lock index c127502..21e65e3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1980,7 +1980,7 @@ mimic-fn@^2.1.0: resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-2.1.0.tgz#7ed2c2ccccaf84d3ffcb7a69b57711fc2083401b" integrity sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg== -minimatch@^10.0.0: +minimatch@^10.0.0, minimatch@^10.0.1: version "10.0.1" resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.0.1.tgz#ce0521856b453c86e25f2c4c0d03e6ff7ddc440b" 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" proc-log "^5.0.0" -npm-run-all2@^7.0.1: - version "7.0.2" - resolved "https://registry.yarnpkg.com/npm-run-all2/-/npm-run-all2-7.0.2.tgz#26155c140b5e3f1155efd7f5d67212c8027b397c" - integrity sha512-7tXR+r9hzRNOPNTvXegM+QzCuMjzUIIq66VDunL6j60O4RrExx32XUhlrS7UK4VcdGw5/Wxzb3kfNcFix9JKDA== +npm-run-all2@^8.0.0: + version "8.0.1" + resolved "https://registry.yarnpkg.com/npm-run-all2/-/npm-run-all2-8.0.1.tgz#23211c8777306ca519b69adc55db56088f06f9a7" + integrity sha512-jkhE0AsELQeCtScrcJ/7mSIdk+ZsnWjvKk3KwE96HZ6+OFVB74XhxQtHT1W6kdUfn92fRnBb29Mz82j9bV2XEQ== dependencies: ansi-styles "^6.2.1" cross-spawn "^7.0.6" memorystream "^0.3.1" - minimatch "^9.0.0" + minimatch "^10.0.1" pidtree "^0.6.0" read-package-json-fast "^4.0.0" shell-quote "^1.7.3"