From c4effe7663b18866a9ae2370de5fe4c13afa4e79 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Oct 2024 13:23:25 -0700 Subject: [PATCH] Bump the development-dependencies group across 1 directory with 2 updates (#1313) Bumps the development-dependencies group with 2 updates in the / directory: [npm-run-all2](https://github.com/bcomnes/npm-run-all2) and [vnu-jar](https://github.com/validator/validator). Updates `npm-run-all2` from 6.2.3 to 6.2.4 - [Release notes](https://github.com/bcomnes/npm-run-all2/releases) - [Changelog](https://github.com/bcomnes/npm-run-all2/blob/master/CHANGELOG.md) - [Commits](https://github.com/bcomnes/npm-run-all2/compare/v6.2.3...v6.2.4) Updates `vnu-jar` from 23.4.11 to 24.10.17 - [Release notes](https://github.com/validator/validator/releases) - [Changelog](https://github.com/validator/validator/blob/main/CHANGELOG.md) - [Commits](https://github.com/validator/validator/commits) --- updated-dependencies: - dependency-name: npm-run-all2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: vnu-jar dependency-type: direct:development update-type: version-update:semver-major dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 36 +++++++++++++++++++++++++----------- package.json | 4 ++-- 2 files changed, 27 insertions(+), 13 deletions(-) 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}",