diff --git a/package.json b/package.json index 38b4cbd..f21f710 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "@types/jest": "^24.0.25", "@types/node": "^13.1.1", "@types/supertest": "^2.0.8", - "concurrently": "^5.0.2", + "concurrently": "^5.3.0", "jest": "^24.9.0", "nodemon": "^2.0.2", "prettier": "^1.19.1", diff --git a/yarn.lock b/yarn.lock index bcf00a0..14a5b8b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1259,10 +1259,10 @@ concat-stream@^1.5.2: readable-stream "^2.2.2" typedarray "^0.0.6" -concurrently@^5.0.2: - version "5.0.2" - resolved "https://registry.yarnpkg.com/concurrently/-/concurrently-5.0.2.tgz#4d2911018c0f15ddec34a8e668fc48dced7f3b1e" - integrity sha512-iUNVI6PzKO0RVXV9pHWM0khvEbELxf3XLIoChaV6hHyoIaJuxQWZiOwlNysnJX5khsfvIK66+OJqRdbYrdsR1g== +concurrently@^5.3.0: + version "5.3.0" + resolved "https://registry.yarnpkg.com/concurrently/-/concurrently-5.3.0.tgz#7500de6410d043c912b2da27de3202cb489b1e7b" + integrity sha512-8MhqOB6PWlBfA2vJ8a0bSFKATOdWlHiQlk11IfmQBPaHVP8oP2gsh2MObE6UR3hqDHqvaIvLTyceNW6obVuFHQ== dependencies: chalk "^2.4.2" date-fns "^2.0.1"