diff --git a/package.json b/package.json index fe092c9..9cd29c7 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "test": "(cd client && yarn test) && (cd server && yarn test)" }, "dependencies": { - "concurrently": "^4.1.0", + "concurrently": "^5.1.0", "rimraf": "^2.6.2" } }