From bff82bf56798d42997669a01457ecac4a4b7ba66 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 22 Jun 2025 10:13:48 +0000 Subject: [PATCH] build(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 | 6 ++++-- package.json | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 534a9c411..906f38461 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "archiver": "^7.0.1", "axios": "^1.10.0", "browser-sync": "^3.0.4", - "concurrently": "^9.1.2", + "concurrently": "^9.2.0", "express": "^4.21.2", "fast-glob": "^3.3.3", "github-markdown-css": "^5.8.1", @@ -10300,7 +10300,9 @@ "license": "MIT" }, "node_modules/concurrently": { - "version": "9.1.2", + "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": { diff --git a/package.json b/package.json index a0a3fb2ce..6d9a987d0 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "archiver": "^7.0.1", "axios": "^1.10.0", "browser-sync": "^3.0.4", - "concurrently": "^9.1.2", + "concurrently": "^9.2.0", "express": "^4.21.2", "fast-glob": "^3.3.3", "github-markdown-css": "^5.8.1",