From 751f0dee9d5100716d6e6cecc06dd0740d43f86c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 10:12:58 +0000 Subject: [PATCH] Bump concurrently from 10.0.4 to 10.0.5 Bumps [concurrently](https://github.com/open-cli-tools/concurrently) from 10.0.4 to 10.0.5. - [Release notes](https://github.com/open-cli-tools/concurrently/releases) - [Commits](https://github.com/open-cli-tools/concurrently/compare/v10.0.4...v10.0.5) --- updated-dependencies: - dependency-name: concurrently dependency-version: 10.0.5 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 352f679a..104f7d24 100644 --- a/package-lock.json +++ b/package-lock.json @@ -33,7 +33,7 @@ "@typescript-eslint/eslint-plugin": "^8.66.0", "@typescript-eslint/parser": "^8.67.0", "bun": "^1.3.14", - "concurrently": "^10.0.4", + "concurrently": "^10.0.5", "core-js": "3.50.0", "eslint": "^10.8.0", "eslint-formatter-pretty": "^7.1.0", @@ -7295,9 +7295,9 @@ "dev": true }, "node_modules/concurrently": { - "version": "10.0.4", - "resolved": "https://registry.npmjs.org/concurrently/-/concurrently-10.0.4.tgz", - "integrity": "sha512-trZql+7l/0+WRAsAnEdctr4+iiOS6ZrViI6H8QWcCF9MFS/LT0dKpe8vluB1to6it+OxSI4VospFTIFMW8DJRw==", + "version": "10.0.5", + "resolved": "https://registry.npmjs.org/concurrently/-/concurrently-10.0.5.tgz", + "integrity": "sha512-JaP/CoftUrCcAFW/g//RbgEGwlelnEae6cfBLgH6ZdO6s8jPkn6p9SB9u6pdVxYXoiSnFqseOlHfrEfF82TVOg==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index b6fe771e..a10c88ec 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "@typescript-eslint/eslint-plugin": "^8.66.0", "@typescript-eslint/parser": "^8.67.0", "bun": "^1.3.14", - "concurrently": "^10.0.4", + "concurrently": "^10.0.5", "core-js": "3.50.0", "eslint": "^10.8.0", "eslint-formatter-pretty": "^7.1.0",