Update dependency npm-run-all2 to v8
All checks were successful
renovate/stability-days Updates have met minimum release age requirement

This commit is contained in:
Renovate Bot 2025-05-28 15:42:44 +00:00
parent 96ae3ad7fb
commit 08bf5e9fe2
2 changed files with 21 additions and 8 deletions

27
package-lock.json generated
View file

@ -22,7 +22,7 @@
"jsdoc": "4.0.4", "jsdoc": "4.0.4",
"less": "4.3.0", "less": "4.3.0",
"less-plugin-clean-css": "1.6.0", "less-plugin-clean-css": "1.6.0",
"npm-run-all2": "7.0.2", "npm-run-all2": "8.0.4",
"onchange": "7.1.0", "onchange": "7.1.0",
"uglifyify": "5.0.2" "uglifyify": "5.0.2"
} }
@ -3919,16 +3919,16 @@
} }
}, },
"node_modules/npm-run-all2": { "node_modules/npm-run-all2": {
"version": "7.0.2", "version": "8.0.4",
"resolved": "https://registry.npmjs.org/npm-run-all2/-/npm-run-all2-7.0.2.tgz", "resolved": "https://registry.npmjs.org/npm-run-all2/-/npm-run-all2-8.0.4.tgz",
"integrity": "sha512-7tXR+r9hzRNOPNTvXegM+QzCuMjzUIIq66VDunL6j60O4RrExx32XUhlrS7UK4VcdGw5/Wxzb3kfNcFix9JKDA==", "integrity": "sha512-wdbB5My48XKp2ZfJUlhnLVihzeuA1hgBnqB2J9ahV77wLS+/YAJAlN8I+X3DIFIPZ3m5L7nplmlbhNiFDmXRDA==",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"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", "picomatch": "^4.0.2",
"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",
@ -3941,8 +3941,21 @@
"run-s": "bin/run-s/index.js" "run-s": "bin/run-s/index.js"
}, },
"engines": { "engines": {
"node": "^18.17.0 || >=20.5.0", "node": "^20.5.0 || >=22.0.0",
"npm": ">= 9" "npm": ">= 10"
}
},
"node_modules/npm-run-all2/node_modules/picomatch": {
"version": "4.0.2",
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.2.tgz",
"integrity": "sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=12"
},
"funding": {
"url": "https://github.com/sponsors/jonschlinkert"
} }
}, },
"node_modules/object-inspect": { "node_modules/object-inspect": {

View file

@ -44,7 +44,7 @@
"jsdoc": "4.0.4", "jsdoc": "4.0.4",
"less": "4.3.0", "less": "4.3.0",
"less-plugin-clean-css": "1.6.0", "less-plugin-clean-css": "1.6.0",
"npm-run-all2": "7.0.2", "npm-run-all2": "8.0.4",
"onchange": "7.1.0", "onchange": "7.1.0",
"uglifyify": "5.0.2" "uglifyify": "5.0.2"
} }