From dd1162234d874c1cedf42f98220af810edd9cb6d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 May 2026 02:37:51 +0000 Subject: [PATCH] build(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] --- packages/envl-cli/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/envl-cli/package.json b/packages/envl-cli/package.json index a963049..2eccbcf 100644 --- a/packages/envl-cli/package.json +++ b/packages/envl-cli/package.json @@ -41,7 +41,7 @@ "eslint": "^9.39.1", "eslint-config-prettier": "^10.1.8", "eslint-typescript": "^1.1.0", - "npm-run-all2": "^8.0.4", + "npm-run-all2": "^9.0.1", "prettier": "^3.7.3", "typescript-eslint": "^8.48.0", "vitest": "^4.0.15"