From 1d9b4a8dcb486bc35959d81c00ca07d75c1c9261 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 08:05:09 +0000 Subject: [PATCH] Bump npm-run-all2 from 8.0.4 to 9.0.0 Bumps [npm-run-all2](https://github.com/bcomnes/npm-run-all2) from 8.0.4 to 9.0.0. - [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.0) --- updated-dependencies: - dependency-name: npm-run-all2 dependency-version: 9.0.0 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 07ae397..001e589 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "@types/node": "^25.0.0", "auto-changelog": "^2.2.0", "gh-release": "^7.0.0", - "npm-run-all2": "^8.0.4", + "npm-run-all2": "^9.0.0", "p-temporary-directory": "^2.0.1", "standard": "^17.0.0", "tap": "^21.1.1",