diff --git a/package.json b/package.json index 96eda3d2..897d4ed7 100644 --- a/package.json +++ b/package.json @@ -107,7 +107,7 @@ "babel-loader": "^8.2.5", "commitizen": "^4.2.5", "commitlint": "^17.1.2", - "concurrently": "^7.4.0", + "concurrently": "^7.5.0", "husky": "^8.0.1", "jest": "^29.2.1", "jest-environment-jsdom": "^29.2.1", diff --git a/yarn.lock b/yarn.lock index 2d4f9063..1a4f8c1c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5732,10 +5732,10 @@ concat-stream@^1.5.0: readable-stream "^2.2.2" typedarray "^0.0.6" -concurrently@^7.4.0: - version "7.4.0" - resolved "https://registry.yarnpkg.com/concurrently/-/concurrently-7.4.0.tgz#bb0e344964bc172673577c420db21e963f2f7368" - integrity sha512-M6AfrueDt/GEna/Vg9BqQ+93yuvzkSKmoTixnwEJkH0LlcGrRC2eCmjeG1tLLHIYfpYJABokqSGyMcXjm96AFA== +concurrently@^7.5.0: + version "7.5.0" + resolved "https://registry.yarnpkg.com/concurrently/-/concurrently-7.5.0.tgz#4dd432d4634a8251f27ab000c4974e78e3906bd3" + integrity sha512-5E3mwiS+i2JYBzr5BpXkFxOnleZTMsG+WnE/dCG4/P+oiVXrbmrBwJ2ozn4SxwB2EZDrKR568X+puVohxz3/Mg== dependencies: chalk "^4.1.0" date-fns "^2.29.1"