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-lock.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-lock.json')
-rw-r--r-- | package-lock.json | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/package-lock.json b/package-lock.json index ae1a81a3..45c59c50 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,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", @@ -2572,9 +2572,9 @@ "dev": true }, "node_modules/concurrently": { - "version": "6.4.0", - "resolved": "https://registry.npmjs.org/concurrently/-/concurrently-6.4.0.tgz", - "integrity": "sha512-HZ3D0RTQMH3oS4gvtYj1P+NBc6PzE2McEra6yEFcQKrUQ9HvtTGU4Dbne083F034p+LRb7kWU0tPRNvSGs1UCQ==", + "version": "6.5.0", + "resolved": "https://registry.npmjs.org/concurrently/-/concurrently-6.5.0.tgz", + "integrity": "sha512-BjC0KYxXtO6EiWa46gfWYzcLULPBCb+5+VZFtzCemR/co0QSHU4mysEvmT6cnedPpQ9dtJzb+2G694o3V7TgLg==", "dev": true, "dependencies": { "chalk": "^4.1.0", @@ -9903,9 +9903,9 @@ "dev": true }, "concurrently": { - "version": "6.4.0", - "resolved": "https://registry.npmjs.org/concurrently/-/concurrently-6.4.0.tgz", - "integrity": "sha512-HZ3D0RTQMH3oS4gvtYj1P+NBc6PzE2McEra6yEFcQKrUQ9HvtTGU4Dbne083F034p+LRb7kWU0tPRNvSGs1UCQ==", + "version": "6.5.0", + "resolved": "https://registry.npmjs.org/concurrently/-/concurrently-6.5.0.tgz", + "integrity": "sha512-BjC0KYxXtO6EiWa46gfWYzcLULPBCb+5+VZFtzCemR/co0QSHU4mysEvmT6cnedPpQ9dtJzb+2G694o3V7TgLg==", "dev": true, "requires": { "chalk": "^4.1.0", |