diff options
author | dependabot[bot] | 2021-09-28 21:10:25 +0000 |
---|---|---|
committer | vitalyster | 2021-09-29 12:40:08 +0300 |
commit | bc931d8b4b7f5e7d7df2e7b1545036830879cb10 (patch) | |
tree | 40c8715eccae3ec903093bb3c5105528401216b5 /package.json | |
parent | 3924f44c5234cdba7b2cdc5bc80d3a394e3d4d1c (diff) |
Bump concurrently from 6.2.1 to 6.2.2
Bumps [concurrently](https://github.com/open-cli-tools/concurrently) from 6.2.1 to 6.2.2.
- [Release notes](https://github.com/open-cli-tools/concurrently/releases)
- [Commits](https://github.com/open-cli-tools/concurrently/compare/v6.2.1...v6.2.2)
---
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 afc32636..2bdab49f 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "@babel/core": "^7.15.5", "@babel/preset-env": "^7.15.6", "babel-loader": "^8.2.2", - "concurrently": "^6.2.1", + "concurrently": "^6.2.2", "copy-webpack-plugin": "^9.0.1", "core-js": "^3.18.1", "cross-env": "^7.0.3", |