aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar dependabot[bot]2021-10-04 21:09:09 +0000
committerGravatar vitalyster2021-10-05 00:18:12 +0300
commit269ad99415ad7b3f495489aa338ee17e775c62fe (patch)
tree86ce76c932cb56bf45f16b637a24136c86f36b47
parentcb6ba3b860e0eea9a847a398eb86b82b23363203 (diff)
Bump concurrently from 6.2.2 to 6.3.0
Bumps [concurrently](https://github.com/open-cli-tools/concurrently) from 6.2.2 to 6.3.0. - [Release notes](https://github.com/open-cli-tools/concurrently/releases) - [Commits](https://github.com/open-cli-tools/concurrently/compare/v6.2.2...v6.3.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.json6
-rw-r--r--package.json2
2 files changed, 4 insertions, 4 deletions
diff --git a/package-lock.json b/package-lock.json
index 0f806af2..ec2a8852 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -2301,9 +2301,9 @@
"dev": true
},
"concurrently": {
- "version": "6.2.2",
- "resolved": "https://registry.npmjs.org/concurrently/-/concurrently-6.2.2.tgz",
- "integrity": "sha512-7a45BjVakAl3pprLOeqaOoZfIWZRmdC68NkjyzPbKu0/pE6CRmqS3l8RG7Q2cX9LnRHkB0oPM6af8PS7NEQvYQ==",
+ "version": "6.3.0",
+ "resolved": "https://registry.npmjs.org/concurrently/-/concurrently-6.3.0.tgz",
+ "integrity": "sha512-k4k1jQGHHKsfbqzkUszVf29qECBrkvBKkcPJEUDTyVR7tZd1G/JOfnst4g1sYbFvJ4UjHZisj1aWQR8yLKpGPw==",
"dev": true,
"requires": {
"chalk": "^4.1.0",
diff --git a/package.json b/package.json
index 584b626c..b0fdf139 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.2",
+ "concurrently": "^6.3.0",
"copy-webpack-plugin": "^9.0.1",
"core-js": "^3.18.1",
"cross-env": "^7.0.3",