From 0423a690c3ec35d2e95c103f704547f707fccd44 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 00:31:39 +0000 Subject: [PATCH] Bump concurrently from 9.2.1 to 10.0.3 Bumps [concurrently](https://github.com/open-cli-tools/concurrently) from 9.2.1 to 10.0.3. - [Release notes](https://github.com/open-cli-tools/concurrently/releases) - [Commits](https://github.com/open-cli-tools/concurrently/compare/v9.2.1...v10.0.3) --- updated-dependencies: - dependency-name: concurrently dependency-version: 10.0.3 dependency-type: direct:production 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 06c49f8..2a297ca 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "tcp-server" ], "dependencies": { - "concurrently": "^9.1.2", + "concurrently": "^10.0.3", "dotenv": "^17.0.1", "express": "^5.1.0" },