Skip to content

Commit 4e6de1e

Browse files
chore(deps-dev): 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](kimmobrunfeldt/concurrently@v6.0.1...v6.0.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent c08a8ff commit 4e6de1e

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
"chai": "^4.3.4",
8080
"chai-as-promised": "^7.1.1",
8181
"codelyzer": "^6.0.1",
82-
"concurrently": "^6.0.1",
82+
"concurrently": "^6.0.2",
8383
"cross-env": "^7.0.3",
8484
"electron-builder": "^22.10.5",
8585
"electron-rebuild": "^2.3.5",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3012,14 +3012,14 @@ concat-stream@1.6.2, concat-stream@^1.5.0:
30123012
readable-stream "^2.2.2"
30133013
typedarray "^0.0.6"
30143014

3015-
concurrently@^6.0.1:
3016-
version "6.0.1"
3017-
resolved "https://registry.yarnpkg.com/concurrently/-/concurrently-6.0.1.tgz#b472efd9398bd9f5b117e22f72c3e50bf0a8a651"
3018-
integrity sha512-YCF/Wf31a910hXu7eGN9/SyHKD/usw3Shw4IPYuqIsxxC39v92engYlIlOs/zXnBJtX/6aVuhgzfhZeGJkhU4w==
3015+
concurrently@^6.0.2:
3016+
version "6.0.2"
3017+
resolved "https://registry.yarnpkg.com/concurrently/-/concurrently-6.0.2.tgz#4ecdfc78a72a6f626a3a5d3c2a7a81962f3663e3"
3018+
integrity sha512-u+1Q0dJG5BidgUTpz9CU16yoHTt/oApFDQ3mbvHwSDgMjU7aGqy0q8ZQyaZyaNxdwRKTD872Ux3Twc6//sWA+Q==
30193019
dependencies:
30203020
chalk "^4.1.0"
30213021
date-fns "^2.16.1"
3022-
lodash "^4.17.20"
3022+
lodash "^4.17.21"
30233023
read-pkg "^5.2.0"
30243024
rxjs "^6.6.3"
30253025
spawn-command "^0.0.2-1"
@@ -6146,10 +6146,10 @@ lodash.zip@^4.2.0:
61466146
resolved "https://registry.yarnpkg.com/lodash.zip/-/lodash.zip-4.2.0.tgz#ec6662e4896408ed4ab6c542a3990b72cc080020"
61476147
integrity sha1-7GZi5IlkCO1KtsVCo5kLcswIACA=
61486148

6149-
lodash@^4.17.10, lodash@^4.17.11, lodash@^4.17.13, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.19, lodash@^4.17.20, lodash@^4.17.5, lodash@^4.3.0, lodash@^4.8.0, lodash@~4.17.10:
6150-
version "4.17.20"
6151-
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.20.tgz#b44a9b6297bcb698f1c51a3545a2b3b368d59c52"
6152-
integrity sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA==
6149+
lodash@^4.17.10, lodash@^4.17.11, lodash@^4.17.13, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.19, lodash@^4.17.21, lodash@^4.17.5, lodash@^4.3.0, lodash@^4.8.0, lodash@~4.17.10:
6150+
version "4.17.21"
6151+
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
6152+
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
61536153

61546154
log-symbols@4.0.0, log-symbols@^4.0.0:
61556155
version "4.0.0"

0 commit comments

Comments
 (0)