From 498ff1042a46558bac73e60f5175c7c1ba7be708 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 22 Jun 2025 11:12:52 +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 | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index d25da0c..9032e28 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "examples" ], "devDependencies": { - "concurrently": "^9.1.2", + "concurrently": "^9.2.0", "nodemon": "^3.1.10", "parcel": "^2.14.4", "typescript": "^5.8.3" @@ -2403,9 +2403,9 @@ "license": "MIT" }, "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": { diff --git a/package.json b/package.json index ddaa714..9a94d07 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "examples" ], "devDependencies": { - "concurrently": "^9.1.2", + "concurrently": "^9.2.0", "nodemon": "^3.1.10", "parcel": "^2.14.4", "typescript": "^5.8.3"