diff --git a/package.json b/package.json index 41d958965a934b..6d7860e6138765 100644 --- a/package.json +++ b/package.json @@ -110,7 +110,7 @@ "chai-dom": "^1.10.0", "chalk": "^4.1.2", "compression-webpack-plugin": "^9.0.0", - "concurrently": "^6.2.1", + "concurrently": "^6.3.0", "confusing-browser-globals": "^1.0.10", "core-js": "^2.6.11", "cpy-cli": "^3.1.1", diff --git a/yarn.lock b/yarn.lock index 249493e1126a16..ee645032c277a4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5828,15 +5828,14 @@ concat-stream@^2.0.0: readable-stream "^3.0.2" typedarray "^0.0.6" -concurrently@^6.2.1: - version "6.2.1" - resolved "https://registry.yarnpkg.com/concurrently/-/concurrently-6.2.1.tgz#d880fc1d77559084732fa514092a3d5109a0d5bf" - integrity sha512-emgwhH+ezkuYKSHZQ+AkgEpoUZZlbpPVYCVv7YZx0r+T7fny1H03r2nYRebpi2DudHR4n1Rgbo2YTxKOxVJ4+g== +concurrently@^6.3.0: + version "6.3.0" + resolved "https://registry.yarnpkg.com/concurrently/-/concurrently-6.3.0.tgz#63128cb4a6ed54d3c0ed8528728590a5fe54582a" + integrity sha512-k4k1jQGHHKsfbqzkUszVf29qECBrkvBKkcPJEUDTyVR7tZd1G/JOfnst4g1sYbFvJ4UjHZisj1aWQR8yLKpGPw== dependencies: chalk "^4.1.0" date-fns "^2.16.1" lodash "^4.17.21" - read-pkg "^5.2.0" rxjs "^6.6.3" spawn-command "^0.0.2-1" supports-color "^8.1.0"