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 526b6ee4..ff1c3116 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",