aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar dependabot[bot]2021-04-06 07:30:08 +0000
committerGravatar vitalyster2021-04-06 14:37:22 +0300
commit8dc659371253bba250b92cec31d1030019087d18 (patch)
treeeb6800b77f12585451ee9098263309b8011053c6
parent03b15bcca612f963fe74230367858a809ef00476 (diff)
Bump concurrently from 6.0.0 to 6.0.1
Bumps [concurrently](https://github.com/kimmobrunfeldt/concurrently) from 6.0.0 to 6.0.1. - [Release notes](https://github.com/kimmobrunfeldt/concurrently/releases) - [Commits](https://github.com/kimmobrunfeldt/concurrently/compare/v6.0.0...v6.0.1) Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--package-lock.json12
-rw-r--r--package.json2
2 files changed, 7 insertions, 7 deletions
diff --git a/package-lock.json b/package-lock.json
index 1e616214..f897102e 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -2032,9 +2032,9 @@
"dev": true
},
"concurrently": {
- "version": "6.0.0",
- "resolved": "https://registry.npmjs.org/concurrently/-/concurrently-6.0.0.tgz",
- "integrity": "sha512-Ik9Igqnef2ONLjN2o/OVx1Ow5tymVvvEwQeYCQdD/oV+CN9oWhxLk7ibcBdOtv0UzBqHCEKRwbKceYoTK8t3fQ==",
+ "version": "6.0.1",
+ "resolved": "https://registry.npmjs.org/concurrently/-/concurrently-6.0.1.tgz",
+ "integrity": "sha512-YCF/Wf31a910hXu7eGN9/SyHKD/usw3Shw4IPYuqIsxxC39v92engYlIlOs/zXnBJtX/6aVuhgzfhZeGJkhU4w==",
"dev": true,
"requires": {
"chalk": "^4.1.0",
@@ -8068,9 +8068,9 @@
"dev": true
},
"rxjs": {
- "version": "6.6.6",
- "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-6.6.6.tgz",
- "integrity": "sha512-/oTwee4N4iWzAMAL9xdGKjkEHmIwupR3oXbQjCKywF1BeFohswF3vZdogbmEF6pZkOsXTzWkrZszrWpQTByYVg==",
+ "version": "6.6.7",
+ "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-6.6.7.tgz",
+ "integrity": "sha512-hTdwr+7yYNIT5n4AMYp85KA6yw2Va0FLa3Rguvbpa4W3I5xynaBZo41cM3XM+4Q6fRMj3sBYIR1VAmZMXYJvRQ==",
"dev": true,
"requires": {
"tslib": "^1.9.0"
diff --git a/package.json b/package.json
index d347c0c3..b77e81c2 100644
--- a/package.json
+++ b/package.json
@@ -32,7 +32,7 @@
"@babel/core": "^7.13.14",
"@babel/preset-env": "^7.13.12",
"babel-loader": "^8.2.2",
- "concurrently": "^6.0.0",
+ "concurrently": "^6.0.1",
"copy-webpack-plugin": "^8.1.0",
"core-js": "^3.10.0",
"cross-env": "^7.0.3",