diff --git a/package.json b/package.json index 058cefb1c7..04dc6c3b95 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "@types/react-dom": "^18.3.0", "@typescript-eslint/eslint-plugin": "^7.18.0", "babel-jest": "^29.7.0", - "concurrently": "^9.1.0", + "concurrently": "^9.1.2", "cross-env": "^7.0.3", "cypress": "^14.0.3", "eslint": "^8.57.1", diff --git a/yarn.lock b/yarn.lock index 5a01391627..853da7cdee 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4785,10 +4785,10 @@ concat-stream@^2.0.0: readable-stream "^3.0.2" typedarray "^0.0.6" -concurrently@^9.1.0: - version "9.1.0" - resolved "https://registry.npmjs.org/concurrently/-/concurrently-9.1.0.tgz#8da6d609f4321752912dab9be8710232ac496aa0" - integrity sha512-VxkzwMAn4LP7WyMnJNbHN5mKV9L2IbyDjpzemKr99sXNR3GqRNMMHdm7prV1ws9wg7ETj6WUkNOigZVsptwbgg== +concurrently@^9.1.2: + version "9.1.2" + resolved "https://registry.npmjs.org/concurrently/-/concurrently-9.1.2.tgz#22d9109296961eaee773e12bfb1ce9a66bc9836c" + integrity sha512-H9MWcoPsYddwbOGM6difjVwVZHl63nwMEwDJG/L7VGtuaJhb12h2caPG2tVPWs7emuYix252iGfqOyrz1GczTQ== dependencies: chalk "^4.1.2" lodash "^4.17.21"