From a7c8bcb8a576a3c38e4b8e7c3236aee0c8385748 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 2 May 2025 21:52:38 +0000 Subject: [PATCH] chore(deps): update dependency npm-run-all2 to v8.0.1 --- package-lock.json | 20 ++++++++++---------- package.json | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1ce08942..566c3914 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": "8.0.0", + "npm-run-all2": "8.0.1", "prettier": "3.5.3", "publint": "0.3.12", "semantic-release": "24.2.3", @@ -7453,16 +7453,16 @@ } }, "node_modules/npm-run-all2": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/npm-run-all2/-/npm-run-all2-8.0.0.tgz", - "integrity": "sha512-HQ9Z8cQqDIKvTpZgxa7oPRqi07iEdau5E1V6vMkON05v5McgAEvLltVuWGmBE3fiObCTthkxlpJbCZJYGAVDjg==", + "version": "8.0.1", + "resolved": "https://registry.npmjs.org/npm-run-all2/-/npm-run-all2-8.0.1.tgz", + "integrity": "sha512-jkhE0AsELQeCtScrcJ/7mSIdk+ZsnWjvKk3KwE96HZ6+OFVB74XhxQtHT1W6kdUfn92fRnBb29Mz82j9bV2XEQ==", "dev": true, "license": "MIT", "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", @@ -7475,7 +7475,7 @@ "run-s": "bin/run-s/index.js" }, "engines": { - "node": ">=20.5.0", + "node": "^20.5.0 || >=22.0.0", "npm": ">= 10" } }, @@ -7510,16 +7510,16 @@ } }, "node_modules/npm-run-all2/node_modules/minimatch": { - "version": "9.0.5", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz", - "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==", + "version": "10.0.1", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.0.1.tgz", + "integrity": "sha512-ethXTt3SGGR+95gudmqJ1eNhRO7eGEGIgYA9vnPatK4/etz2MEVDno5GMCibdMTuBMyElzIlgxMna3K94XDIDQ==", "dev": true, "license": "ISC", "dependencies": { "brace-expansion": "^2.0.1" }, "engines": { - "node": ">=16 || 14 >=14.17" + "node": "20 || >=22" }, "funding": { "url": "https://github.com/sponsors/isaacs" diff --git a/package.json b/package.json index 10adb66c..f0322ad7 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": "8.0.0", + "npm-run-all2": "8.0.1", "prettier": "3.5.3", "publint": "0.3.12", "semantic-release": "24.2.3",