aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar dependabot[bot]2021-11-15 21:10:46 +0000
committerGravatar vitalyster2021-11-16 10:22:52 +0300
commit5aad163d918fe6b5288e4da583aee898cc2cc57c (patch)
treeb963fe3e93ff52fb7d4c5684959e083aaa1ac2df
parent57d88da90648e9d9c984d110cef08f2c7124ee25 (diff)
Bump concurrently from 6.3.0 to 6.4.0
Bumps [concurrently](https://github.com/open-cli-tools/concurrently) from 6.3.0 to 6.4.0. - [Release notes](https://github.com/open-cli-tools/concurrently/releases) - [Commits](https://github.com/open-cli-tools/concurrently/compare/v6.3.0...v6.4.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 5c0faf47..356fac30 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -21,7 +21,7 @@
"@babel/core": "^7.16.0",
"@babel/preset-env": "^7.16.0",
"babel-loader": "^8.2.3",
- "concurrently": "^6.3.0",
+ "concurrently": "^6.4.0",
"copy-webpack-plugin": "^9.1.0",
"core-js": "^3.19.1",
"cross-env": "^7.0.3",
@@ -4016,9 +4016,9 @@
"dev": true
},
"node_modules/concurrently": {
- "version": "6.3.0",
- "resolved": "https://registry.npmjs.org/concurrently/-/concurrently-6.3.0.tgz",
- "integrity": "sha512-k4k1jQGHHKsfbqzkUszVf29qECBrkvBKkcPJEUDTyVR7tZd1G/JOfnst4g1sYbFvJ4UjHZisj1aWQR8yLKpGPw==",
+ "version": "6.4.0",
+ "resolved": "https://registry.npmjs.org/concurrently/-/concurrently-6.4.0.tgz",
+ "integrity": "sha512-HZ3D0RTQMH3oS4gvtYj1P+NBc6PzE2McEra6yEFcQKrUQ9HvtTGU4Dbne083F034p+LRb7kWU0tPRNvSGs1UCQ==",
"dev": true,
"dependencies": {
"chalk": "^4.1.0",
@@ -13944,9 +13944,9 @@
"dev": true
},
"concurrently": {
- "version": "6.3.0",
- "resolved": "https://registry.npmjs.org/concurrently/-/concurrently-6.3.0.tgz",
- "integrity": "sha512-k4k1jQGHHKsfbqzkUszVf29qECBrkvBKkcPJEUDTyVR7tZd1G/JOfnst4g1sYbFvJ4UjHZisj1aWQR8yLKpGPw==",
+ "version": "6.4.0",
+ "resolved": "https://registry.npmjs.org/concurrently/-/concurrently-6.4.0.tgz",
+ "integrity": "sha512-HZ3D0RTQMH3oS4gvtYj1P+NBc6PzE2McEra6yEFcQKrUQ9HvtTGU4Dbne083F034p+LRb7kWU0tPRNvSGs1UCQ==",
"dev": true,
"requires": {
"chalk": "^4.1.0",
diff --git a/package.json b/package.json
index 530ef8b7..c1f0d7a9 100644
--- a/package.json
+++ b/package.json
@@ -32,7 +32,7 @@
"@babel/core": "^7.16.0",
"@babel/preset-env": "^7.16.0",
"babel-loader": "^8.2.3",
- "concurrently": "^6.3.0",
+ "concurrently": "^6.4.0",
"copy-webpack-plugin": "^9.1.0",
"core-js": "^3.19.1",
"cross-env": "^7.0.3",