From 03914cf1445ece983b1a132a786dd5309dd62163 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 03:44:52 +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.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/v8.0.4...v9.0.0) --- updated-dependencies: - dependency-name: npm-run-all2 dependency-version: 9.0.0 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..469118b3 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.0", "prettier": "^3.8.1", "release-it": "^19.2.4", "tailwindcss": "^4.2.1",