From 20286ea2e13751f58662b47adfed3ae75fde79cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 May 2025 03:37:59 +0000 Subject: [PATCH] chore(deps-dev): bump npm-run-all2 from 7.0.2 to 8.0.1 Bumps [npm-run-all2](https://github.com/bcomnes/npm-run-all2) from 7.0.2 to 8.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/v7.0.2...v8.0.1) --- updated-dependencies: - dependency-name: npm-run-all2 dependency-version: 8.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 5cde935..c0a26db 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "top-bun": "^10.0.0", "auto-changelog": "^2.0.0", "gh-release": "^7.0.0", - "npm-run-all2": "^7.0.0", + "npm-run-all2": "^8.0.1", "neostandard": "^0.12.0", "c8": "^10.0.0", "esbuild": "~0.25.0",