From 30255e9381b8c80c58bf70c30d647ee3a335ed90 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 18 Oct 2024 05:28:47 +0000 Subject: [PATCH] feat(Dependencies): Update dependency npm-run-all2 to v6.2.4 | datasource | package | from | to | | ---------- | ------------ | ----- | ----- | | npm | npm-run-all2 | 6.2.3 | 6.2.4 | --- package-lock.json | 31 ++++++++++++++++++++++++------- package.json | 4 ++-- 2 files changed, 26 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4d8a6103c1..a5e4ef1ab3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@denbi/cloud-portal-webapp", - "version": "4.895.0", + "version": "4.896.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@denbi/cloud-portal-webapp", - "version": "4.895.0", + "version": "4.896.0", "dependencies": { "@angular-eslint/eslint-plugin": "^18.3.0", "@angular/animations": "18.2.8", @@ -99,7 +99,7 @@ "less-loader": "12.2.0", "lint-staged": "15.2.10", "ngx-spec": "2.1.6", - "npm-run-all2": "6.2.3", + "npm-run-all2": "6.2.4", "prettier": "3.3.3", "raw-loader": "4.0.2", "sass-loader": "16.0.2", @@ -13037,9 +13037,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": { @@ -13049,7 +13049,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", @@ -13075,6 +13076,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": "5.3.0", "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-5.3.0.tgz", diff --git a/package.json b/package.json index 58d5e226fb..2a031f4176 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@denbi/cloud-portal-webapp", - "version": "4.895.0", + "version": "4.896.0", "description": "de.NBI Cloud Portal", "scripts": { "ng": "ng serve", @@ -109,7 +109,7 @@ "less-loader": "12.2.0", "lint-staged": "15.2.10", "ngx-spec": "2.1.6", - "npm-run-all2": "6.2.3", + "npm-run-all2": "6.2.4", "prettier": "3.3.3", "raw-loader": "4.0.2", "sass-loader": "16.0.2",