From f6f9abf67586973acc80f60be169100b0a5c5bfd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 25 May 2025 18:05:52 +0000 Subject: [PATCH] chore(deps): update dependency npm-run-all2 to v8.0.4 --- package-lock.json | 26 +++++--------------------- package.json | 2 +- 2 files changed, 6 insertions(+), 22 deletions(-) diff --git a/package-lock.json b/package-lock.json index c95255f5..8e41cf0d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -34,7 +34,7 @@ "fetch-mock": "npm:@gr2m/fetch-mock@9.11.0-pull-request-644.1", "lockfile-lint": "4.14.1", "ls-engines": "0.9.3", - "npm-run-all2": "8.0.3", + "npm-run-all2": "8.0.4", "prettier": "3.5.3", "publint": "0.3.12", "semantic-release": "24.2.5", @@ -9076,16 +9076,16 @@ } }, "node_modules/npm-run-all2": { - "version": "8.0.3", - "resolved": "https://registry.npmjs.org/npm-run-all2/-/npm-run-all2-8.0.3.tgz", - "integrity": "sha512-0mAycidMUMThrLt8AT3LGtOMgfLaMg6/4oUKHTKMU0jDSIsdKBsKp98H8zBFcJylQC4CtOB140UUFbOlFyE9gA==", + "version": "8.0.4", + "resolved": "https://registry.npmjs.org/npm-run-all2/-/npm-run-all2-8.0.4.tgz", + "integrity": "sha512-wdbB5My48XKp2ZfJUlhnLVihzeuA1hgBnqB2J9ahV77wLS+/YAJAlN8I+X3DIFIPZ3m5L7nplmlbhNiFDmXRDA==", "dev": true, "license": "MIT", "dependencies": { "ansi-styles": "^6.2.1", "cross-spawn": "^7.0.6", "memorystream": "^0.3.1", - "minimatch": "^10.0.1", + "picomatch": "^4.0.2", "pidtree": "^0.6.0", "read-package-json-fast": "^4.0.0", "shell-quote": "^1.7.3", @@ -9122,22 +9122,6 @@ "node": "^18.17.0 || >=20.5.0" } }, - "node_modules/npm-run-all2/node_modules/minimatch": { - "version": "10.0.1", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.0.1.tgz", - "integrity": "sha512-ethXTt3SGGR+95gudmqJ1eNhRO7eGEGIgYA9vnPatK4/etz2MEVDno5GMCibdMTuBMyElzIlgxMna3K94XDIDQ==", - "dev": true, - "license": "ISC", - "dependencies": { - "brace-expansion": "^2.0.1" - }, - "engines": { - "node": "20 || >=22" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, "node_modules/npm-run-all2/node_modules/npm-normalize-package-bin": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/npm-normalize-package-bin/-/npm-normalize-package-bin-4.0.0.tgz", diff --git a/package.json b/package.json index e383315c..891ee60d 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "fetch-mock": "npm:@gr2m/fetch-mock@9.11.0-pull-request-644.1", "lockfile-lint": "4.14.1", "ls-engines": "0.9.3", - "npm-run-all2": "8.0.3", + "npm-run-all2": "8.0.4", "prettier": "3.5.3", "publint": "0.3.12", "semantic-release": "24.2.5",