From 9c2e1c56908e2997e5780c4c14e381fcf6b11f03 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Sep 2025 01:03:47 +0000 Subject: [PATCH] Bump concurrently from 9.1.2 to 9.2.1 in /frontend Bumps [concurrently](https://github.com/open-cli-tools/concurrently) from 9.1.2 to 9.2.1. - [Release notes](https://github.com/open-cli-tools/concurrently/releases) - [Commits](https://github.com/open-cli-tools/concurrently/compare/v9.1.2...v9.2.1) --- updated-dependencies: - dependency-name: concurrently dependency-version: 9.2.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- frontend/package-lock.json | 28 +++++++++++++--------------- frontend/package.json | 2 +- 2 files changed, 14 insertions(+), 16 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 08b07625..fa90f0f5 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -11,7 +11,7 @@ "test-client" ], "devDependencies": { - "concurrently": "^9.1.2", + "concurrently": "^9.2.1", "eslint": "9.28.0", "eslint-plugin-unused-imports": "^4.1.4", "npm-check-updates": "^18.0.1", @@ -1778,17 +1778,18 @@ "license": "MIT" }, "node_modules/concurrently": { - "version": "9.1.2", + "version": "9.2.1", + "resolved": "https://registry.npmjs.org/concurrently/-/concurrently-9.2.1.tgz", + "integrity": "sha512-fsfrO0MxV64Znoy8/l1vVIjjHa29SZyyqPgQBwhiDcaW8wJc2W3XWVOGx4M3oJBnv/zdUZIIp1gDeS98GzP8Ng==", "dev": true, "license": "MIT", "dependencies": { - "chalk": "^4.1.2", - "lodash": "^4.17.21", - "rxjs": "^7.8.1", - "shell-quote": "^1.8.1", - "supports-color": "^8.1.1", - "tree-kill": "^1.2.2", - "yargs": "^17.7.2" + "chalk": "4.1.2", + "rxjs": "7.8.2", + "shell-quote": "1.8.3", + "supports-color": "8.1.1", + "tree-kill": "1.2.2", + "yargs": "17.7.2" }, "bin": { "conc": "dist/bin/concurrently.js", @@ -2806,11 +2807,6 @@ "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/lodash": { - "version": "4.17.21", - "dev": true, - "license": "MIT" - }, "node_modules/lodash.merge": { "version": "4.6.2", "dev": true, @@ -3724,7 +3720,9 @@ } }, "node_modules/shell-quote": { - "version": "1.8.2", + "version": "1.8.3", + "resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.8.3.tgz", + "integrity": "sha512-ObmnIF4hXNg1BqhnHmgbDETF8dLPCggZWBjkQfhZpbszZnYur5DUljTcCHii5LC3J5E0yeO/1LIMyH+UvHQgyw==", "dev": true, "license": "MIT", "engines": { diff --git a/frontend/package.json b/frontend/package.json index 718efea1..7a7422a0 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -20,7 +20,7 @@ "update": "ncu -u -ws" }, "devDependencies": { - "concurrently": "^9.1.2", + "concurrently": "^9.2.1", "eslint": "9.28.0", "eslint-plugin-unused-imports": "^4.1.4", "npm-check-updates": "^18.0.1",