From 67b8a7726ddabb4473d225bd41e753240b6e24f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 04:29:20 +0000 Subject: [PATCH] chore(deps-dev): bump concurrently from 9.2.1 to 10.0.1 Bumps [concurrently](https://github.com/open-cli-tools/concurrently) from 9.2.1 to 10.0.1. - [Release notes](https://github.com/open-cli-tools/concurrently/releases) - [Commits](https://github.com/open-cli-tools/concurrently/compare/v9.2.1...v10.0.1) --- updated-dependencies: - dependency-name: concurrently dependency-version: 10.0.1 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 d439a41d..741a15aa 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "@fastify/sensible": "^6.0.0", "@types/node": "^25.0.3", "c8": "^11.0.0", - "concurrently": "^9.0.0", + "concurrently": "^10.0.1", "cross-env": "^10.0.0", "eslint": "^9.17.0", "fastify-tsconfig": "^3.0.0",