From b139a7cd1f20cb1da50735edd29982bffb7068eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 07:13:41 +0000 Subject: [PATCH] Bump npm-run-all2 from 6.2.6 to 7.0.0 Bumps [npm-run-all2](https://github.com/bcomnes/npm-run-all2) from 6.2.6 to 7.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/v6.2.6...v7.0.0) --- updated-dependencies: - dependency-name: npm-run-all2 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 9d35ddf..156d1fd 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "installed-check": "^9.3.0", "json-schema-to-ts": "^3.1.1", "neostandard": "^0.11.0", - "npm-run-all2": "^6.0.0", + "npm-run-all2": "^7.0.0", "patch-package": "^8.0.0", "type-fest": "^4.26.1", "typescript": "~5.6.2"