From 6244b6f9f8530d9336c3ee49be5fcfaca1295d35 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 01:34:04 +0000 Subject: [PATCH] fix(deps): update dependency npm-run-all2 to v6.2.4 --- package-lock.json | 27 +++++++++++++++---- package.json | 2 +- .../dependencies/common/package.json | 2 +- 3 files changed, 24 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index fee9e4b7585..f30a98ca16b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -38,7 +38,7 @@ "husky": "9.1.6", "jsdom": "25.0.1", "lint-staged": "15.2.10", - "npm-run-all2": "6.2.3", + "npm-run-all2": "6.2.4", "postcss-scss": "4.0.9", "prettier": "3.3.3", "prettier-plugin-gherkin": "3.1.0", @@ -8823,9 +8823,9 @@ } }, "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": { @@ -8835,7 +8835,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", @@ -8861,6 +8862,22 @@ "url": "https://github.com/chalk/ansi-styles?sponsor=1" } }, + "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, + "license": "ISC", + "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", diff --git a/package.json b/package.json index b1fd24a75cd..d97b4f4f7ab 100644 --- a/package.json +++ b/package.json @@ -76,7 +76,7 @@ "husky": "9.1.6", "jsdom": "25.0.1", "lint-staged": "15.2.10", - "npm-run-all2": "6.2.3", + "npm-run-all2": "6.2.4", "postcss-scss": "4.0.9", "prettier": "3.3.3", "prettier-plugin-gherkin": "3.1.0", diff --git a/src/main/resources/generator/dependencies/common/package.json b/src/main/resources/generator/dependencies/common/package.json index 459d3a14bd9..60bd9582ea7 100644 --- a/src/main/resources/generator/dependencies/common/package.json +++ b/src/main/resources/generator/dependencies/common/package.json @@ -34,7 +34,7 @@ "mkdirp": "3.0.1", "node": "20.18.0", "npm": "10.9.0", - "npm-run-all2": "6.2.3", + "npm-run-all2": "6.2.4", "onchange": "7.1.0", "path-exists-cli": "2.0.0", "piqure": "2.1.1",