diff options
author | dependabot[bot] | 2021-04-06 07:30:08 +0000 |
---|---|---|
committer | vitalyster | 2021-04-06 14:37:22 +0300 |
commit | 8dc659371253bba250b92cec31d1030019087d18 (patch) | |
tree | eb6800b77f12585451ee9098263309b8011053c6 /package.json | |
parent | 03b15bcca612f963fe74230367858a809ef00476 (diff) |
Bump concurrently from 6.0.0 to 6.0.1
Bumps [concurrently](https://github.com/kimmobrunfeldt/concurrently) from 6.0.0 to 6.0.1.
- [Release notes](https://github.com/kimmobrunfeldt/concurrently/releases)
- [Commits](https://github.com/kimmobrunfeldt/concurrently/compare/v6.0.0...v6.0.1)
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 d347c0c3..b77e81c2 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "@babel/core": "^7.13.14", "@babel/preset-env": "^7.13.12", "babel-loader": "^8.2.2", - "concurrently": "^6.0.0", + "concurrently": "^6.0.1", "copy-webpack-plugin": "^8.1.0", "core-js": "^3.10.0", "cross-env": "^7.0.3", |