From f5a81b43268fd5dde6a738e8b44c66dcab4b4ab6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Jun 2026 11:33:22 +0000 Subject: [PATCH] chore(deps-dev): bump npm-run-all2 from 8.0.4 to 9.0.2 Bumps [npm-run-all2](https://github.com/bcomnes/npm-run-all2) from 8.0.4 to 9.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.4...v9.0.2) --- updated-dependencies: - dependency-name: npm-run-all2 dependency-version: 9.0.2 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 12a9fa302..6236eff0e 100644 --- a/package.json +++ b/package.json @@ -140,7 +140,7 @@ "fast-glob": "^3.3.1", "memfs": "^4.46.1", "mocha": "11.7.6", - "npm-run-all2": "^8", + "npm-run-all2": "^9", "rimraf": "^6", "ts-loader": "9.6.0", "typescript": "5.9.3",