From 573e97d0643c98033fd9e1a99a8bb3aa930cf063 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 May 2025 10:08:05 +0000 Subject: [PATCH] build(deps-dev): bump npm-run-all2 from 8.0.1 to 8.0.2 Bumps [npm-run-all2](https://github.com/bcomnes/npm-run-all2) from 8.0.1 to 8.0.2. - [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/v8.0.1...v8.0.2) --- updated-dependencies: - dependency-name: npm-run-all2 dependency-version: 8.0.2 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 36 +++++------------------------------- package.json | 2 +- 2 files changed, 6 insertions(+), 32 deletions(-) diff --git a/package-lock.json b/package-lock.json index f9dec0e0..ad184197 100644 --- a/package-lock.json +++ b/package-lock.json @@ -46,7 +46,7 @@ "karma-mocha-reporter": "2.2.5", "lint-staged": "16.0.0", "mocha": "11.3.0", - "npm-run-all2": "8.0.1", + "npm-run-all2": "8.0.2", "nyc": "17.1.0", "prettier": "3.5.3", "publint": "0.3.12", @@ -8333,16 +8333,16 @@ } }, "node_modules/npm-run-all2": { - "version": "8.0.1", - "resolved": "https://registry.npmjs.org/npm-run-all2/-/npm-run-all2-8.0.1.tgz", - "integrity": "sha512-jkhE0AsELQeCtScrcJ/7mSIdk+ZsnWjvKk3KwE96HZ6+OFVB74XhxQtHT1W6kdUfn92fRnBb29Mz82j9bV2XEQ==", + "version": "8.0.2", + "resolved": "https://registry.npmjs.org/npm-run-all2/-/npm-run-all2-8.0.2.tgz", + "integrity": "sha512-yU70kTcohhAETxUjJQxTdQbaDJWCyv+DlKHEWdOifxZ0hZUKRh26mY2mfzlPxfGbsTRbgBuEHeakB6wx0CvVaQ==", "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", @@ -8372,16 +8372,6 @@ "url": "https://github.com/chalk/ansi-styles?sponsor=1" } }, - "node_modules/npm-run-all2/node_modules/brace-expansion": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", - "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", - "dev": true, - "license": "MIT", - "dependencies": { - "balanced-match": "^1.0.0" - } - }, "node_modules/npm-run-all2/node_modules/isexe": { "version": "3.1.1", "resolved": "https://registry.npmjs.org/isexe/-/isexe-3.1.1.tgz", @@ -8392,22 +8382,6 @@ "node": ">=16" } }, - "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/which": { "version": "5.0.0", "resolved": "https://registry.npmjs.org/which/-/which-5.0.0.tgz", diff --git a/package.json b/package.json index a48bc8af..6a15e9b7 100644 --- a/package.json +++ b/package.json @@ -99,7 +99,7 @@ "karma-mocha-reporter": "2.2.5", "lint-staged": "16.0.0", "mocha": "11.3.0", - "npm-run-all2": "8.0.1", + "npm-run-all2": "8.0.2", "nyc": "17.1.0", "prettier": "3.5.3", "publint": "0.3.12",