From a89eebbacc837656da51816e9ed9afbfe0d4ff55 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 26 Sep 2025 21:42:34 +0000 Subject: [PATCH] chore(deps): update dependency npm-run-all2 to v8 --- package-lock.json | 16 +++++++++------- package.json | 2 +- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7f5673e7fae..ca03164afcf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -160,7 +160,7 @@ "lodash.shuffle": "4.2.0", "memfs": "4.46.1", "nock": "14.0.10", - "npm-run-all2": "7.0.2", + "npm-run-all2": "8.0.4", "p-timeout": "6.1.4", "picomatch": "4.0.3", "prettier": "2.8.8", @@ -13888,15 +13888,16 @@ } }, "node_modules/npm-run-all2": { - "version": "7.0.2", - "resolved": "https://registry.npmjs.org/npm-run-all2/-/npm-run-all2-7.0.2.tgz", - "integrity": "sha512-7tXR+r9hzRNOPNTvXegM+QzCuMjzUIIq66VDunL6j60O4RrExx32XUhlrS7UK4VcdGw5/Wxzb3kfNcFix9JKDA==", + "version": "8.0.4", + "resolved": "https://registry.npmjs.org/npm-run-all2/-/npm-run-all2-8.0.4.tgz", + "integrity": "sha512-wdbB5My48XKp2ZfJUlhnLVihzeuA1hgBnqB2J9ahV77wLS+/YAJAlN8I+X3DIFIPZ3m5L7nplmlbhNiFDmXRDA==", "dev": true, + "license": "MIT", "dependencies": { "ansi-styles": "^6.2.1", "cross-spawn": "^7.0.6", "memorystream": "^0.3.1", - "minimatch": "^9.0.0", + "picomatch": "^4.0.2", "pidtree": "^0.6.0", "read-package-json-fast": "^4.0.0", "shell-quote": "^1.7.3", @@ -13909,8 +13910,8 @@ "run-s": "bin/run-s/index.js" }, "engines": { - "node": "^18.17.0 || >=20.5.0", - "npm": ">= 9" + "node": "^20.5.0 || >=22.0.0", + "npm": ">= 10" } }, "node_modules/npm-run-all2/node_modules/which": { @@ -13918,6 +13919,7 @@ "resolved": "https://registry.npmjs.org/which/-/which-5.0.0.tgz", "integrity": "sha512-JEdGzHwwkrbWoGOlIHqQ5gtprKGOenpDHpxE9zVR1bWbOtYRyPPHMe9FaP6x61CmNaTThSkb0DAJte5jD+DmzQ==", "dev": true, + "license": "ISC", "dependencies": { "isexe": "^3.1.1" }, diff --git a/package.json b/package.json index 041c6b6cc19..3870df4d245 100644 --- a/package.json +++ b/package.json @@ -203,7 +203,7 @@ "lodash.shuffle": "4.2.0", "memfs": "4.46.1", "nock": "14.0.10", - "npm-run-all2": "7.0.2", + "npm-run-all2": "8.0.4", "p-timeout": "6.1.4", "picomatch": "4.0.3", "prettier": "2.8.8",