aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar dependabot[bot]2021-12-17 21:07:32 +0000
committerGravatar vitalyster2021-12-18 21:58:17 +0300
commit8c3492b2878fb1c151f99a6a79d25225d189cc6e (patch)
tree6a3de7d14de19886d183118b782e36db527d2c39
parent46d811f4739e81ee126b51c31aa2607cb390f8df (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>
-rw-r--r--package-lock.json14
-rw-r--r--package.json2
2 files changed, 8 insertions, 8 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",
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",