aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar dependabot[bot]2021-04-13 07:36:31 +0000
committerGravatar vitalyster2021-04-13 14:09:55 +0300
commit706c30871fd5a94722a8a8e3acd3a7ec9b70542f (patch)
treecc7bd12a7b8abf0187a197d1ddf79efd9e7fa3eb
parent76bf4e85f4532cb0f51f8b731328a9288631a86c (diff)
Bump concurrently from 6.0.1 to 6.0.2
Bumps [concurrently](https://github.com/kimmobrunfeldt/concurrently) from 6.0.1 to 6.0.2. - [Release notes](https://github.com/kimmobrunfeldt/concurrently/releases) - [Commits](https://github.com/kimmobrunfeldt/concurrently/compare/v6.0.1...v6.0.2) 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 820bc7ed..3496faa6 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -2052,14 +2052,14 @@
"dev": true
},
"concurrently": {
- "version": "6.0.1",
- "resolved": "https://registry.npmjs.org/concurrently/-/concurrently-6.0.1.tgz",
- "integrity": "sha512-YCF/Wf31a910hXu7eGN9/SyHKD/usw3Shw4IPYuqIsxxC39v92engYlIlOs/zXnBJtX/6aVuhgzfhZeGJkhU4w==",
+ "version": "6.0.2",
+ "resolved": "https://registry.npmjs.org/concurrently/-/concurrently-6.0.2.tgz",
+ "integrity": "sha512-u+1Q0dJG5BidgUTpz9CU16yoHTt/oApFDQ3mbvHwSDgMjU7aGqy0q8ZQyaZyaNxdwRKTD872Ux3Twc6//sWA+Q==",
"dev": true,
"requires": {
"chalk": "^4.1.0",
"date-fns": "^2.16.1",
- "lodash": "^4.17.20",
+ "lodash": "^4.17.21",
"read-pkg": "^5.2.0",
"rxjs": "^6.6.3",
"spawn-command": "^0.0.2-1",
@@ -2550,9 +2550,9 @@
}
},
"date-fns": {
- "version": "2.19.0",
- "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-2.19.0.tgz",
- "integrity": "sha512-X3bf2iTPgCAQp9wvjOQytnf5vO5rESYRXlPIVcgSbtT5OTScPcsf9eZU+B/YIkKAtYr5WeCii58BgATrNitlWg==",
+ "version": "2.20.2",
+ "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-2.20.2.tgz",
+ "integrity": "sha512-QS0Z8SD/ALhKFvhtU4Fhz+1crsI7fPzBquXmdWay33KJPEU7btro2hnmmErpQRmt2D624B1lbjXQKDUMLnQTmQ==",
"dev": true
},
"debug": {
diff --git a/package.json b/package.json
index dfcb620f..8ca1e493 100644
--- a/package.json
+++ b/package.json
@@ -32,7 +32,7 @@
"@babel/core": "^7.13.15",
"@babel/preset-env": "^7.13.15",
"babel-loader": "^8.2.2",
- "concurrently": "^6.0.1",
+ "concurrently": "^6.0.2",
"copy-webpack-plugin": "^8.1.1",
"core-js": "^3.10.1",
"cross-env": "^7.0.3",