From d7eab1320a4a77d2ab659f26681cd2e9b02efa57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 01:05:37 +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 bec3745..e4a8f51 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "autoprefixer": "10.5.4", "babel-plugin-rename-jsx-attribute": "0.2.4", "babel-plugin-transform-jsx-classnames": "1.2.2", - "concurrently": "10.0.4", + "concurrently": "10.0.5", "eslint": "9.39.5", "eslint-plugin-react": "7.37.5", "globals": "17.11.0", @@ -2295,9 +2295,9 @@ "license": "MIT" }, "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 282a751..0043914 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "autoprefixer": "10.5.4", "babel-plugin-rename-jsx-attribute": "0.2.4", "babel-plugin-transform-jsx-classnames": "1.2.2", - "concurrently": "10.0.4", + "concurrently": "10.0.5", "eslint": "9.39.5", "eslint-plugin-react": "7.37.5", "globals": "17.11.0",