Update dependency npm-run-all2 to v8
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
This commit is contained in:
parent
829ee33c32
commit
d893c25847
2 changed files with 24 additions and 8 deletions
30
package-lock.json
generated
30
package-lock.json
generated
|
|
@ -22,7 +22,7 @@
|
|||
"jsdoc": "4.0.4",
|
||||
"less": "4.3.0",
|
||||
"less-plugin-clean-css": "1.6.0",
|
||||
"npm-run-all2": "7.0.2",
|
||||
"npm-run-all2": "8.0.1",
|
||||
"onchange": "7.1.0",
|
||||
"uglifyify": "5.0.2"
|
||||
}
|
||||
|
|
@ -3919,16 +3919,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.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",
|
||||
|
|
@ -3941,8 +3941,24 @@
|
|||
"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/minimatch": {
|
||||
"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": "20 || >=22"
|
||||
},
|
||||
"funding": {
|
||||
"url": "https://github.com/sponsors/isaacs"
|
||||
}
|
||||
},
|
||||
"node_modules/object-inspect": {
|
||||
|
|
|
|||
|
|
@ -44,7 +44,7 @@
|
|||
"jsdoc": "4.0.4",
|
||||
"less": "4.3.0",
|
||||
"less-plugin-clean-css": "1.6.0",
|
||||
"npm-run-all2": "7.0.2",
|
||||
"npm-run-all2": "8.0.1",
|
||||
"onchange": "7.1.0",
|
||||
"uglifyify": "5.0.2"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue