From 2b50f5a5cde1d1c440ac367c6d50fdcb54547f94 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 06:17:28 +0000 Subject: [PATCH] chore(deps): update dependency npm-run-all2 to v6.2.4 --- package-lock.json | 11 ++++++----- package.json | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index cb960df..f6e51cc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "devDependencies": { "cordova": "12.0.0", "dprint": "0.47.2", - "npm-run-all2": "6.2.3", + "npm-run-all2": "6.2.4", "rimraf": "6.0.1" }, "engines": { @@ -5032,9 +5032,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": { @@ -5044,7 +5044,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", diff --git a/package.json b/package.json index 2e36664..5e7cc25 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "devDependencies": { "cordova": "12.0.0", "dprint": "0.47.2", - "npm-run-all2": "6.2.3", + "npm-run-all2": "6.2.4", "rimraf": "6.0.1" } }