diff --git a/package-lock.json b/package-lock.json index 4678c769..fafd1b40 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "linkinator": "6.1.2", "node-sass": "^9.0.0", "nodemon": "^3.1.7", - "npm-run-all2": "^6.2.3", + "npm-run-all2": "^6.2.4", "popper.js": "^1.16.1", "postcss": "^8.4.47", "postcss-cli": "^11.0.0", @@ -38,7 +38,7 @@ "stylelint": "^16.10.0", "stylelint-config-twbs-bootstrap": "^15.1.0", "terser": "^5.34.1", - "vnu-jar": "23.4.11" + "vnu-jar": "24.10.17" }, "peerDependencies": { "jquery": "1.9.1 - 3", @@ -8788,11 +8788,10 @@ } }, "node_modules/npm-run-all2": { - "version": "6.2.3", - "resolved": "https://registry.npmjs.org/npm-run-all2/-/npm-run-all2-6.2.3.tgz", - "integrity": "sha512-5RsxC7jEc/RjxOYBVdEfrJf5FsJ0pHA7jr2/OxrThXknajETCTYjigOCG3iaGjdYIKEQlDuCG0ir0T1HTva8pg==", + "version": "6.2.4", + "resolved": "https://registry.npmjs.org/npm-run-all2/-/npm-run-all2-6.2.4.tgz", + "integrity": "sha512-h/v0JWs0P12iR076jL0iTi4JzZVaJPnwse2+s4XzaIxwjtybQbQM2kg/Wd7Lxi0iEOXy3ZX2tLPNbm3MqzIFqw==", "dev": true, - "license": "MIT", "dependencies": { "ansi-styles": "^6.2.1", "cross-spawn": "^7.0.3", @@ -8800,7 +8799,8 @@ "minimatch": "^9.0.0", "pidtree": "^0.6.0", "read-package-json-fast": "^3.0.2", - "shell-quote": "^1.7.3" + "shell-quote": "^1.7.3", + "which": "^3.0.1" }, "bin": { "npm-run-all": "bin/npm-run-all/index.js", @@ -8852,6 +8852,21 @@ "url": "https://github.com/sponsors/isaacs" } }, + "node_modules/npm-run-all2/node_modules/which": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/which/-/which-3.0.1.tgz", + "integrity": "sha512-XA1b62dzQzLfaEOSQFTCOd5KFf/1VSzZo7/7TUjnya6u0vGGKzU96UQBZTAThCb2j4/xjBAyii1OhRLJEivHvg==", + "dev": true, + "dependencies": { + "isexe": "^2.0.0" + }, + "bin": { + "node-which": "bin/which.js" + }, + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + } + }, "node_modules/npm-run-path": { "version": "4.0.1", "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-4.0.1.tgz", @@ -12076,11 +12091,10 @@ } }, "node_modules/vnu-jar": { - "version": "23.4.11", - "resolved": "https://registry.npmjs.org/vnu-jar/-/vnu-jar-23.4.11.tgz", - "integrity": "sha512-lI5dzBYXtxhilNI7EeQ5iUduYnNBq7YWx4UjfBVLXfBQHnXYZSf3y3bpM0bSyDU6jy/+OyKV7nw4tzpR5lXSZg==", + "version": "24.10.17", + "resolved": "https://registry.npmjs.org/vnu-jar/-/vnu-jar-24.10.17.tgz", + "integrity": "sha512-YT7gNrRY5PiJrI1GavlWRHWIwqq2o52COc6J9QeXPfoldKRiZ9BeGP4shNLLaVfi0naA+/LMksdYWkKCr4pnVg==", "dev": true, - "license": "MIT", "engines": { "node": ">=0.10" } diff --git a/package.json b/package.json index d072c47b..e7867bc4 100644 --- a/package.json +++ b/package.json @@ -84,7 +84,7 @@ "linkinator": "6.1.2", "node-sass": "^9.0.0", "nodemon": "^3.1.7", - "npm-run-all2": "^6.2.3", + "npm-run-all2": "^6.2.4", "popper.js": "^1.16.1", "postcss": "^8.4.47", "postcss-cli": "^11.0.0", @@ -92,7 +92,7 @@ "stylelint": "^16.10.0", "stylelint-config-twbs-bootstrap": "^15.1.0", "terser": "^5.34.1", - "vnu-jar": "23.4.11" + "vnu-jar": "24.10.17" }, "files": [ "dist/{css,js}/**/*.{css,js,map,svg}",