diff options
author | dependabot[bot] | 2021-12-17 21:07:32 +0000 |
---|---|---|
committer | vitalyster | 2021-12-18 21:58:17 +0300 |
commit | 8c3492b2878fb1c151f99a6a79d25225d189cc6e (patch) | |
tree | 6a3de7d14de19886d183118b782e36db527d2c39 /package.json | |
parent | 46d811f4739e81ee126b51c31aa2607cb390f8df (diff) |
Bump concurrently from 6.4.0 to 6.5.0
Bumps [concurrently](https://github.com/open-cli-tools/concurrently) from 6.4.0 to 6.5.0.
- [Release notes](https://github.com/open-cli-tools/concurrently/releases)
- [Commits](https://github.com/open-cli-tools/concurrently/compare/v6.4.0...v6.5.0)
---
updated-dependencies:
- dependency-name: concurrently
dependency-type: direct:development
update-type: version-update:semver-minor
...
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 2c132195..52be403b 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "@babel/core": "^7.16.5", "@babel/preset-env": "^7.16.5", "babel-loader": "^8.2.3", - "concurrently": "^6.4.0", + "concurrently": "^6.5.0", "copy-webpack-plugin": "^10.2.0", "core-js": "^3.20.0", "cross-env": "^7.0.3", |