diff options
author | dependabot[bot] | 2021-12-20 21:09:32 +0000 |
---|---|---|
committer | vitalyster | 2021-12-21 00:20:43 +0300 |
commit | a6563ac5813c4e6b2f635e5588674e4940ee4813 (patch) | |
tree | a826245bab9d30486e6708138cbbc2a6d83f2697 /package.json | |
parent | 6d813b9deb0384231a822a7045ec1fb6db15d953 (diff) |
Bump concurrently from 6.5.0 to 6.5.1
Bumps [concurrently](https://github.com/open-cli-tools/concurrently) from 6.5.0 to 6.5.1.
- [Release notes](https://github.com/open-cli-tools/concurrently/releases)
- [Commits](https://github.com/open-cli-tools/concurrently/compare/v6.5.0...v6.5.1)
---
updated-dependencies:
- dependency-name: concurrently
dependency-type: direct:development
update-type: version-update:semver-patch
...
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 57d6705e..80ac9daf 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.5.0", + "concurrently": "^6.5.1", "copy-webpack-plugin": "^10.2.0", "core-js": "^3.20.0", "cross-env": "^7.0.3", |