diff options
author | dependabot[bot] | 2022-04-04 21:09:14 +0000 |
---|---|---|
committer | vitalyster | 2022-04-05 10:48:37 +0300 |
commit | db92894295f702eb56f349076d788416cd6635e0 (patch) | |
tree | b65c7173d346b25ff952aa376b096cb06308bde3 /package.json | |
parent | 69ff6358474588a08875551ea0a2a55a34515271 (diff) |
Bump concurrently from 7.0.0 to 7.1.0
Bumps [concurrently](https://github.com/open-cli-tools/concurrently) from 7.0.0 to 7.1.0.
- [Release notes](https://github.com/open-cli-tools/concurrently/releases)
- [Commits](https://github.com/open-cli-tools/concurrently/compare/v7.0.0...v7.1.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 cc4970f6..5d11162b 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "@babel/core": "^7.17.8", "@babel/preset-env": "^7.16.11", "babel-loader": "^8.2.4", - "concurrently": "^7.0.0", + "concurrently": "^7.1.0", "copy-webpack-plugin": "^10.2.4", "core-js": "^3.21.1", "cross-env": "^7.0.3", |