diff --git a/package.json b/package.json index 38555e5a..e857da36 100644 --- a/package.json +++ b/package.json @@ -95,7 +95,7 @@ "babel-loader": "^9.1.3", "commitizen": "^4.3.0", "commitlint": "^19.5.0", - "concurrently": "^9.0.1", + "concurrently": "^9.1.0", "eslint": "^8.57.0", "eslint-plugin-prettier": "^5.1.3", "husky": "^9.0.11", diff --git a/yarn.lock b/yarn.lock index 6f543f97..0e2e6ce8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3171,10 +3171,10 @@ concat-stream@^2.0.0: readable-stream "^3.0.2" typedarray "^0.0.6" -concurrently@^9.0.1: - version "9.0.1" - resolved "https://registry.yarnpkg.com/concurrently/-/concurrently-9.0.1.tgz#01e171bf6c7af0c022eb85daef95bff04d8185aa" - integrity sha512-wYKvCd/f54sTXJMSfV6Ln/B8UrfLBKOYa+lzc6CHay3Qek+LorVSBdMVfyewFhRbH0Rbabsk4D+3PL/VjQ5gzg== +concurrently@^9.1.0: + version "9.1.0" + resolved "https://registry.yarnpkg.com/concurrently/-/concurrently-9.1.0.tgz#8da6d609f4321752912dab9be8710232ac496aa0" + integrity sha512-VxkzwMAn4LP7WyMnJNbHN5mKV9L2IbyDjpzemKr99sXNR3GqRNMMHdm7prV1ws9wg7ETj6WUkNOigZVsptwbgg== dependencies: chalk "^4.1.2" lodash "^4.17.21"