From db3ed6ae4314c6a4bf21d9c1ec260088582f7da0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 May 2026 00:09:15 +0000 Subject: [PATCH] chore(frontend): bump npm-run-all2 in /services/frontend 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] --- services/frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/frontend/package.json b/services/frontend/package.json index ad10349b..fb4bd9a4 100644 --- a/services/frontend/package.json +++ b/services/frontend/package.json @@ -51,7 +51,7 @@ "eslint": "^10.0.0", "eslint-plugin-vue": "^10.8.0", "jiti": "^2.6.1", - "npm-run-all2": "^8.0.4", + "npm-run-all2": "^9.0.1", "prettier": "^3.8.1", "release-it": "^19.2.4", "tailwindcss": "^4.2.1",