From 200022e9779d3c20e5e26ec7131c52a1a3c3bc55 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Aug 2026 01:03:36 +0000 Subject: [PATCH] chore(deps-dev): bump npm-run-all2 from 9.0.2 to 9.0.3 Bumps [npm-run-all2](https://github.com/bcomnes/npm-run-all2) from 9.0.2 to 9.0.3. - [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/v9.0.2...v9.0.3) --- updated-dependencies: - dependency-name: npm-run-all2 dependency-version: 9.0.3 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index f84b2653..c4ed8294 100644 --- a/package-lock.json +++ b/package-lock.json @@ -64,7 +64,7 @@ "lint-staged": "^16.2.6", "load-grunt-tasks": "^5.1.0", "mini-css-extract-plugin": "^2.9.4", - "npm-run-all2": "^9.0.2", + "npm-run-all2": "^9.0.3", "patch-package": "^8.0.1", "postcss-loader": "^8.2.0", "prettier": "npm:wp-prettier@^3.0.0", @@ -25399,13 +25399,13 @@ } }, "node_modules/npm-run-all2": { - "version": "9.0.2", - "resolved": "https://registry.npmjs.org/npm-run-all2/-/npm-run-all2-9.0.2.tgz", - "integrity": "sha512-+dd4SO2jAlLE06OzmJKzIe6QvvjXezcbmobnh8usR0a8BzQCABTdqTXqVPji0ICOhSQpIIrkGd7IzNl5iDaRSA==", + "version": "9.0.3", + "resolved": "https://registry.npmjs.org/npm-run-all2/-/npm-run-all2-9.0.3.tgz", + "integrity": "sha512-BQAEdU1PtYc48qYRdghW2BVTQT3VqWCoFQmO87NlM1h1PYwMCKQpUWaNyB20V26caNzFsXQDfyOdznLlHCih6g==", "dev": true, "license": "MIT", "dependencies": { - "ansi-styles": "^6.2.1", + "ansi-styles": "^7.0.0", "cross-spawn": "^7.0.6", "memorystream": "^0.3.1", "picomatch": "^4.0.2", @@ -25426,13 +25426,13 @@ } }, "node_modules/npm-run-all2/node_modules/ansi-styles": { - "version": "6.2.3", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.3.tgz", - "integrity": "sha512-4Dj6M28JB+oAH8kFkTLUo+a2jwOFkuqb3yucU0CANcRRUbxS0cP0nZYCGjcc3BNXwRIsUVmDGgzawme7zvJHvg==", + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-7.0.0.tgz", + "integrity": "sha512-kKvt3m4uwzqL0wlkPd09CmljPJGOZZ4D0fP65sqFSvPkMRKhNi+74MgIJ5QxE6SxqB4t4KyUFGg8+n5zjo6hew==", "dev": true, "license": "MIT", "engines": { - "node": ">=12" + "node": ">=22" }, "funding": { "url": "https://github.com/chalk/ansi-styles?sponsor=1" diff --git a/package.json b/package.json index 91b57f40..b34aea72 100644 --- a/package.json +++ b/package.json @@ -107,7 +107,7 @@ "lint-staged": "^16.2.6", "load-grunt-tasks": "^5.1.0", "mini-css-extract-plugin": "^2.9.4", - "npm-run-all2": "^9.0.2", + "npm-run-all2": "^9.0.3", "patch-package": "^8.0.1", "postcss-loader": "^8.2.0", "prettier": "npm:wp-prettier@^3.0.0",