From 687b6d3e03e950c736b0642a5f81e98582ca25c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jul 2025 06:37:04 +0000 Subject: [PATCH] chore(deps-dev): bump concurrently from 9.1.2 to 9.2.0 Bumps [concurrently](https://github.com/open-cli-tools/concurrently) from 9.1.2 to 9.2.0. - [Release notes](https://github.com/open-cli-tools/concurrently/releases) - [Commits](https://github.com/open-cli-tools/concurrently/compare/v9.1.2...v9.2.0) --- updated-dependencies: - dependency-name: concurrently dependency-version: 9.2.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 ++++----- package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index a7eb596f0..1a161edd0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "bootstrap": "^5.3.7", "bundlewatch": "^0.4.1", "clean-css-cli": "^5.6.3", - "concurrently": "^9.1.2", + "concurrently": "^9.2.0", "cross-env": "^7.0.3", "eslint": "^9.29.0", "eslint-config-xo": "^0.47.0", @@ -4698,11 +4698,10 @@ "dev": true }, "node_modules/concurrently": { - "version": "9.1.2", - "resolved": "https://registry.npmjs.org/concurrently/-/concurrently-9.1.2.tgz", - "integrity": "sha512-H9MWcoPsYddwbOGM6difjVwVZHl63nwMEwDJG/L7VGtuaJhb12h2caPG2tVPWs7emuYix252iGfqOyrz1GczTQ==", + "version": "9.2.0", + "resolved": "https://registry.npmjs.org/concurrently/-/concurrently-9.2.0.tgz", + "integrity": "sha512-IsB/fiXTupmagMW4MNp2lx2cdSN2FfZq78vF90LBB+zZHArbIQZjQtzXCiXnvTxCZSvXanTqFLWBjw2UkLx1SQ==", "dev": true, - "license": "MIT", "dependencies": { "chalk": "^4.1.2", "lodash": "^4.17.21", diff --git a/package.json b/package.json index 8c0f1c1ed..6d0e83dd9 100644 --- a/package.json +++ b/package.json @@ -73,7 +73,7 @@ "bootstrap": "^5.3.7", "bundlewatch": "^0.4.1", "clean-css-cli": "^5.6.3", - "concurrently": "^9.1.2", + "concurrently": "^9.2.0", "cross-env": "^7.0.3", "eslint": "^9.29.0", "eslint-config-xo": "^0.47.0",