diff --git a/package.json b/package.json index 5a03dbc..6abf765 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "@types/storybook__addon-actions": "3.0.3", "@types/storybook__react": "3.0.8", "babel-core": "6.26.3", - "concurrently": "3.6.0", + "concurrently": "3.6.1", "cpx": "1.5.0", "cpy-cli": "2.0.0", "cypress": "3.0.2", diff --git a/yarn.lock b/yarn.lock index d215c51..8914a3b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2655,9 +2655,9 @@ concat-stream@1.6.0, concat-stream@^1.5.0: readable-stream "^2.2.2" typedarray "^0.0.6" -concurrently@3.6.0: - version "3.6.0" - resolved "https://registry.yarnpkg.com/concurrently/-/concurrently-3.6.0.tgz#c25e34b156a9d5bd4f256a0d85f6192438ae481f" +concurrently@3.6.1: + version "3.6.1" + resolved "https://registry.yarnpkg.com/concurrently/-/concurrently-3.6.1.tgz#2f95baec5c4051294dfbb55b57a3b98a3e2b45ec" dependencies: chalk "^2.4.1" commander "2.6.0"