From d39257f7b5b0fc576c0888e34afd210c57874b90 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 11:45:56 +0000 Subject: [PATCH] Bump npm-run-all2 from 6.2.6 to 9.0.3 in /modules/web Bumps [npm-run-all2](https://github.com/bcomnes/npm-run-all2) from 6.2.6 to 9.0.3. - [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...v9.0.3) --- updated-dependencies: - dependency-name: npm-run-all2 dependency-version: 9.0.3 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- modules/web/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/web/package.json b/modules/web/package.json index 1ef881998..b303d778f 100644 --- a/modules/web/package.json +++ b/modules/web/package.json @@ -39,7 +39,7 @@ "@vue/tsconfig": "^0.5.1", "eslint": "^9.12.0", "eslint-plugin-vue": "^9.29.0", - "npm-run-all2": "^6.2.3", + "npm-run-all2": "^9.0.3", "prettier": "^3.3.3", "typescript": "~5.5.4", "unplugin-auto-import": "^0.18.3",