From 70baa258c93402e23ab133e697b38f3713eb35b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 23 May 2026 12:04:08 +0000 Subject: [PATCH] chore(deps-dev): bump npm-run-all2 from 8.0.4 to 9.0.1 Bumps [npm-run-all2](https://github.com/bcomnes/npm-run-all2) from 8.0.4 to 9.0.1. - [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.4...v9.0.1) --- updated-dependencies: - dependency-name: npm-run-all2 dependency-version: 9.0.1 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 210e9112..aab2b9cc 100644 --- a/package.json +++ b/package.json @@ -95,7 +95,7 @@ "c8": "^11", "jest": "30.3.0", "jest-junit": "16.0.0", - "npm-run-all2": "^8.0.1", + "npm-run-all2": "^9.0.1", "typescript": "5.9.3", "webpack": "^5" },