From 2dd872c2a30754433f095d81322d4a1cb9e6561c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 2 May 2025 18:34:56 +0000 Subject: [PATCH] chore(deps): update dependency npm-run-all2 to v8 --- package-lock.json | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 80d80f9f..1ce08942 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "conventional-changelog-jshint": "5.0.0", "lockfile-lint": "4.14.1", "ls-engines": "0.9.3", - "npm-run-all2": "7.0.2", + "npm-run-all2": "8.0.0", "prettier": "3.5.3", "publint": "0.3.12", "semantic-release": "24.2.3", @@ -7453,9 +7453,9 @@ } }, "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.0", + "resolved": "https://registry.npmjs.org/npm-run-all2/-/npm-run-all2-8.0.0.tgz", + "integrity": "sha512-HQ9Z8cQqDIKvTpZgxa7oPRqi07iEdau5E1V6vMkON05v5McgAEvLltVuWGmBE3fiObCTthkxlpJbCZJYGAVDjg==", "dev": true, "license": "MIT", "dependencies": { @@ -7475,8 +7475,8 @@ "run-s": "bin/run-s/index.js" }, "engines": { - "node": "^18.17.0 || >=20.5.0", - "npm": ">= 9" + "node": ">=20.5.0", + "npm": ">= 10" } }, "node_modules/npm-run-all2/node_modules/brace-expansion": { diff --git a/package.json b/package.json index e29ff037..10adb66c 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "conventional-changelog-jshint": "5.0.0", "lockfile-lint": "4.14.1", "ls-engines": "0.9.3", - "npm-run-all2": "7.0.2", + "npm-run-all2": "8.0.0", "prettier": "3.5.3", "publint": "0.3.12", "semantic-release": "24.2.3",