diff --git a/package-lock.json b/package-lock.json index 402f5e3..3073da1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -51,7 +51,7 @@ "@playwright/test": "^1.43.0", "aegir": "^47.0.10", "clinic": "^13.0.0", - "concurrently": "^9.1.2", + "concurrently": "^9.2.1", "cross-env": "^7.0.3", "debug": "^4.3.4", "dotenv": "^16.4.5", @@ -10602,19 +10602,18 @@ } }, "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.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", @@ -33000,9 +32999,9 @@ } }, "node_modules/shell-quote": { - "version": "1.8.2", - "resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.8.2.tgz", - "integrity": "sha512-AzqKpGKjrj7EM6rKVQEPpB288oCfnrEIuyoT9cyF4nmGa7V8Zk6f7RRqYisX8X9m+Q7bd632aZW4ky7EhbQztA==", + "version": "1.8.3", + "resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.8.3.tgz", + "integrity": "sha512-ObmnIF4hXNg1BqhnHmgbDETF8dLPCggZWBjkQfhZpbszZnYur5DUljTcCHii5LC3J5E0yeO/1LIMyH+UvHQgyw==", "license": "MIT", "engines": { "node": ">= 0.4" diff --git a/package.json b/package.json index d256a94..a3cabc5 100644 --- a/package.json +++ b/package.json @@ -107,7 +107,7 @@ "@playwright/test": "^1.43.0", "aegir": "^47.0.10", "clinic": "^13.0.0", - "concurrently": "^9.1.2", + "concurrently": "^9.2.1", "cross-env": "^7.0.3", "debug": "^4.3.4", "dotenv": "^16.4.5",