diff options
author | dependabot[bot] | 2021-05-10 09:29:54 +0000 |
---|---|---|
committer | vitalyster | 2021-05-12 11:28:37 +0300 |
commit | e9473efba7cb5f5054fd788f6f3727f38c655d98 (patch) | |
tree | 37a54ea4b3bf6f5e3baec750b431236a0ff1bff8 /package.json | |
parent | 939c7b3e0e260638f99623542c42bdabce0cf2ff (diff) |
Bump concurrently from 6.0.2 to 6.1.0
Bumps [concurrently](https://github.com/kimmobrunfeldt/concurrently) from 6.0.2 to 6.1.0.
- [Release notes](https://github.com/kimmobrunfeldt/concurrently/releases)
- [Commits](https://github.com/kimmobrunfeldt/concurrently/compare/v6.0.2...v6.1.0)
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 3fdce17d..5d2a8e1f 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "@babel/core": "^7.14.0", "@babel/preset-env": "^7.14.1", "babel-loader": "^8.2.2", - "concurrently": "^6.0.2", + "concurrently": "^6.1.0", "copy-webpack-plugin": "^8.1.1", "core-js": "^3.12.1", "cross-env": "^7.0.3", |