diff --git a/package.json b/package.json index b9f35893..853f7a05 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "@typescript-eslint/eslint-plugin": "4.18.0", "@typescript-eslint/parser": "4.18.0", "babel-loader": "8.2.2", - "concurrently": "6.0.1", + "concurrently": "6.3.0", "eslint": "7.22.0", "eslint-config-airbnb": "18.2.1", "eslint-config-prettier": "7.2.0", diff --git a/yarn.lock b/yarn.lock index 48c44103..80f5b656 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4939,15 +4939,14 @@ concat-stream@^1.5.0: readable-stream "^2.2.2" typedarray "^0.0.6" -concurrently@6.0.1: - version "6.0.1" - resolved "https://registry.yarnpkg.com/concurrently/-/concurrently-6.0.1.tgz#b472efd9398bd9f5b117e22f72c3e50bf0a8a651" - integrity sha512-YCF/Wf31a910hXu7eGN9/SyHKD/usw3Shw4IPYuqIsxxC39v92engYlIlOs/zXnBJtX/6aVuhgzfhZeGJkhU4w== +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.20" - read-pkg "^5.2.0" + lodash "^4.17.21" rxjs "^6.6.3" spawn-command "^0.0.2-1" supports-color "^8.1.0"