Skip to content

Commit 3157ff0

Browse files
chore(deps): update dependency concurrently to v6 (#972)
Co-authored-by: Renovate Bot <[email protected]>
1 parent e9d61cd commit 3157ff0

File tree

2 files changed

+27
-92
lines changed

2 files changed

+27
-92
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"babel-eslint": "10.1.0",
4646
"babel-plugin-add-module-exports": "1.0.4",
4747
"babel-plugin-dev-expression": "0.2.2",
48-
"concurrently": "5.3.0",
48+
"concurrently": "6.0.0",
4949
"eslint": "7.22.0",
5050
"eslint-config-prettier": "6.15.0",
5151
"eslint-plugin-import": "2.22.1",

yarn.lock

Lines changed: 26 additions & 91 deletions
Original file line numberDiff line numberDiff line change
@@ -1806,7 +1806,7 @@ caseless@~0.12.0:
18061806
resolved "https://registry.yarnpkg.com/caseless/-/caseless-0.12.0.tgz#1b681c21ff84033c826543090689420d187151dc"
18071807
integrity sha1-G2gcIf+EAzyCZUMJBolCDRhxUdw=
18081808

1809-
chalk@^2.0.0, chalk@^2.0.1, chalk@^2.3.0, chalk@^2.3.2, chalk@^2.4.2:
1809+
chalk@^2.0.0, chalk@^2.0.1, chalk@^2.3.0, chalk@^2.3.2:
18101810
version "2.4.2"
18111811
resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424"
18121812
integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==
@@ -2080,20 +2080,20 @@ concat-stream@^1.5.0:
20802080
readable-stream "^2.2.2"
20812081
typedarray "^0.0.6"
20822082

2083-
concurrently@5.3.0:
2084-
version "5.3.0"
2085-
resolved "https://registry.yarnpkg.com/concurrently/-/concurrently-5.3.0.tgz#7500de6410d043c912b2da27de3202cb489b1e7b"
2086-
integrity sha512-8MhqOB6PWlBfA2vJ8a0bSFKATOdWlHiQlk11IfmQBPaHVP8oP2gsh2MObE6UR3hqDHqvaIvLTyceNW6obVuFHQ==
2083+
concurrently@6.0.0:
2084+
version "6.0.0"
2085+
resolved "https://registry.yarnpkg.com/concurrently/-/concurrently-6.0.0.tgz#c1a876dd99390979c71f8c6fe6796882f3a13199"
2086+
integrity sha512-Ik9Igqnef2ONLjN2o/OVx1Ow5tymVvvEwQeYCQdD/oV+CN9oWhxLk7ibcBdOtv0UzBqHCEKRwbKceYoTK8t3fQ==
20872087
dependencies:
2088-
chalk "^2.4.2"
2089-
date-fns "^2.0.1"
2090-
lodash "^4.17.15"
2091-
read-pkg "^4.0.1"
2092-
rxjs "^6.5.2"
2088+
chalk "^4.1.0"
2089+
date-fns "^2.16.1"
2090+
lodash "^4.17.20"
2091+
read-pkg "^5.2.0"
2092+
rxjs "^6.6.3"
20932093
spawn-command "^0.0.2-1"
2094-
supports-color "^6.1.0"
2094+
supports-color "^8.1.0"
20952095
tree-kill "^1.2.2"
2096-
yargs "^13.3.0"
2096+
yargs "^16.2.0"
20972097

20982098
config-chain@^1.1.12:
20992099
version "1.1.12"
@@ -2265,10 +2265,10 @@ dashdash@^1.12.0:
22652265
dependencies:
22662266
assert-plus "^1.0.0"
22672267

2268-
date-fns@^2.0.1:
2269-
version "2.17.0"
2270-
resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-2.17.0.tgz#afa55daea539239db0a64e236ce716ef3d681ba1"
2271-
integrity sha512-ZEhqxUtEZeGgg9eHNSOAJ8O9xqSgiJdrL0lzSSfMF54x6KXWJiOH/xntSJ9YomJPrYH/p08t6gWjGWq1SDJlSA==
2268+
date-fns@^2.16.1:
2269+
version "2.19.0"
2270+
resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-2.19.0.tgz#65193348635a28d5d916c43ec7ce6fbd145059e1"
2271+
integrity sha512-X3bf2iTPgCAQp9wvjOQytnf5vO5rESYRXlPIVcgSbtT5OTScPcsf9eZU+B/YIkKAtYr5WeCii58BgATrNitlWg==
22722272

22732273
dateformat@^3.0.0:
22742274
version "3.0.3"
@@ -2303,7 +2303,7 @@ debug@^3.1.0:
23032303
dependencies:
23042304
ms "^2.1.1"
23052305

2306-
debuglog@*, debuglog@^1.0.1:
2306+
debuglog@^1.0.1:
23072307
version "1.0.1"
23082308
resolved "https://registry.yarnpkg.com/debuglog/-/debuglog-1.0.1.tgz#aa24ffb9ac3df9a2351837cfb2d279360cd78492"
23092309
integrity sha1-qiT/uaw9+aI1GDfPstJ5NgzXhJI=
@@ -3628,7 +3628,7 @@ import-lazy@^2.1.0:
36283628
resolved "https://registry.yarnpkg.com/import-lazy/-/import-lazy-2.1.0.tgz#05698e3d45c88e8d7e9d92cb0584e77f096f3e43"
36293629
integrity sha1-BWmOPUXIjo1+nZLLBYTnfwlvPkM=
36303630

3631-
imurmurhash@*, imurmurhash@^0.1.4:
3631+
imurmurhash@^0.1.4:
36323632
version "0.1.4"
36333633
resolved "https://registry.yarnpkg.com/imurmurhash/-/imurmurhash-0.1.4.tgz#9218b9b2b928a238b13dc4fb6b6d576f231453ea"
36343634
integrity sha1-khi5srkoojixPcT7a21XbyMUU+o=
@@ -4474,11 +4474,6 @@ lockfile@^1.0.4:
44744474
dependencies:
44754475
signal-exit "^3.0.2"
44764476

4477-
lodash._baseindexof@*:
4478-
version "3.1.0"
4479-
resolved "https://registry.yarnpkg.com/lodash._baseindexof/-/lodash._baseindexof-3.1.0.tgz#fe52b53a1c6761e42618d654e4a25789ed61822c"
4480-
integrity sha1-/lK1OhxnYeQmGNZU5KJXie1hgiw=
4481-
44824477
lodash._baseuniq@~4.6.0:
44834478
version "4.6.0"
44844479
resolved "https://registry.yarnpkg.com/lodash._baseuniq/-/lodash._baseuniq-4.6.0.tgz#0ebb44e456814af7905c6212fa2c9b2d51b841e8"
@@ -4487,33 +4482,11 @@ lodash._baseuniq@~4.6.0:
44874482
lodash._createset "~4.0.0"
44884483
lodash._root "~3.0.0"
44894484

4490-
lodash._bindcallback@*:
4491-
version "3.0.1"
4492-
resolved "https://registry.yarnpkg.com/lodash._bindcallback/-/lodash._bindcallback-3.0.1.tgz#e531c27644cf8b57a99e17ed95b35c748789392e"
4493-
integrity sha1-5THCdkTPi1epnhftlbNcdIeJOS4=
4494-
4495-
lodash._cacheindexof@*:
4496-
version "3.0.2"
4497-
resolved "https://registry.yarnpkg.com/lodash._cacheindexof/-/lodash._cacheindexof-3.0.2.tgz#3dc69ac82498d2ee5e3ce56091bafd2adc7bde92"
4498-
integrity sha1-PcaayCSY0u5ePOVgkbr9Ktx73pI=
4499-
4500-
lodash._createcache@*:
4501-
version "3.1.2"
4502-
resolved "https://registry.yarnpkg.com/lodash._createcache/-/lodash._createcache-3.1.2.tgz#56d6a064017625e79ebca6b8018e17440bdcf093"
4503-
integrity sha1-VtagZAF2JeeevKa4AY4XRAvc8JM=
4504-
dependencies:
4505-
lodash._getnative "^3.0.0"
4506-
45074485
lodash._createset@~4.0.0:
45084486
version "4.0.3"
45094487
resolved "https://registry.yarnpkg.com/lodash._createset/-/lodash._createset-4.0.3.tgz#0f4659fbb09d75194fa9e2b88a6644d363c9fe26"
45104488
integrity sha1-D0ZZ+7CddRlPqeK4imZE02PJ/iY=
45114489

4512-
lodash._getnative@*, lodash._getnative@^3.0.0:
4513-
version "3.9.1"
4514-
resolved "https://registry.yarnpkg.com/lodash._getnative/-/lodash._getnative-3.9.1.tgz#570bc7dede46d61cdcde687d65d3eecbaa3aaff5"
4515-
integrity sha1-VwvH3t5G1hzc3mh9ZdPuy6o6r/U=
4516-
45174490
lodash._root@~3.0.0:
45184491
version "3.0.1"
45194492
resolved "https://registry.yarnpkg.com/lodash._root/-/lodash._root-3.0.1.tgz#fba1c4524c19ee9a5f8136b4609f017cf4ded692"
@@ -4554,11 +4527,6 @@ lodash.isstring@^4.0.1:
45544527
resolved "https://registry.yarnpkg.com/lodash.isstring/-/lodash.isstring-4.0.1.tgz#d527dfb5456eca7cc9bb95d5daeaf88ba54a5451"
45554528
integrity sha1-1SfftUVuynzJu5XV2ur4i6VKVFE=
45564529

4557-
lodash.restparam@*:
4558-
version "3.6.1"
4559-
resolved "https://registry.yarnpkg.com/lodash.restparam/-/lodash.restparam-3.6.1.tgz#936a4e309ef330a7645ed4145986c85ae5b20805"
4560-
integrity sha1-k2pOMJ7zMKdkXtQUWYbIWuWyCAU=
4561-
45624530
lodash.toarray@^4.4.0:
45634531
version "4.4.0"
45644532
resolved "https://registry.yarnpkg.com/lodash.toarray/-/lodash.toarray-4.4.0.tgz#24c4bfcd6b2fba38bfd0594db1179d8e9b656561"
@@ -6019,15 +5987,6 @@ read-pkg@^2.0.0:
60195987
normalize-package-data "^2.3.2"
60205988
path-type "^2.0.0"
60215989

6022-
read-pkg@^4.0.1:
6023-
version "4.0.1"
6024-
resolved "https://registry.yarnpkg.com/read-pkg/-/read-pkg-4.0.1.tgz#963625378f3e1c4d48c85872b5a6ec7d5d093237"
6025-
integrity sha1-ljYlN48+HE1IyFhytabsfV0JMjc=
6026-
dependencies:
6027-
normalize-package-data "^2.3.2"
6028-
parse-json "^4.0.0"
6029-
pify "^3.0.0"
6030-
60315990
read-pkg@^5.0.0, read-pkg@^5.2.0:
60325991
version "5.2.0"
60335992
resolved "https://registry.yarnpkg.com/read-pkg/-/read-pkg-5.2.0.tgz#7bf295438ca5a33e56cd30e053b34ee7250c93cc"
@@ -6418,7 +6377,7 @@ run-queue@^1.0.0, run-queue@^1.0.3:
64186377
dependencies:
64196378
aproba "^1.1.1"
64206379

6421-
rxjs@^6.5.2, rxjs@^6.6.6:
6380+
rxjs@^6.6.3, rxjs@^6.6.6:
64226381
version "6.6.6"
64236382
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.6.6.tgz#14d8417aa5a07c5e633995b525e1e3c0dec03b70"
64246383
integrity sha512-/oTwee4N4iWzAMAL9xdGKjkEHmIwupR3oXbQjCKywF1BeFohswF3vZdogbmEF6pZkOsXTzWkrZszrWpQTByYVg==
@@ -7070,20 +7029,20 @@ supports-color@^5.3.0:
70707029
dependencies:
70717030
has-flag "^3.0.0"
70727031

7073-
supports-color@^6.1.0:
7074-
version "6.1.0"
7075-
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-6.1.0.tgz#0764abc69c63d5ac842dd4867e8d025e880df8f3"
7076-
integrity sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ==
7077-
dependencies:
7078-
has-flag "^3.0.0"
7079-
70807032
supports-color@^7.0.0, supports-color@^7.1.0:
70817033
version "7.2.0"
70827034
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-7.2.0.tgz#1b7dcdcb32b8138801b3e478ba6a51caa89648da"
70837035
integrity sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==
70847036
dependencies:
70857037
has-flag "^4.0.0"
70867038

7039+
supports-color@^8.1.0:
7040+
version "8.1.1"
7041+
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-8.1.1.tgz#cd6fc17e28500cff56c1b86c0a7fd4a54a73005c"
7042+
integrity sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==
7043+
dependencies:
7044+
has-flag "^4.0.0"
7045+
70877046
supports-hyperlinks@^2.1.0:
70887047
version "2.1.0"
70897048
resolved "https://registry.yarnpkg.com/supports-hyperlinks/-/supports-hyperlinks-2.1.0.tgz#f663df252af5f37c5d49bbd7eeefa9e0b9e59e47"
@@ -7733,14 +7692,6 @@ yaml@^1.10.0:
77337692
resolved "https://registry.yarnpkg.com/yaml/-/yaml-1.10.0.tgz#3b593add944876077d4d683fee01081bd9fff31e"
77347693
integrity sha512-yr2icI4glYaNG+KWONODapy2/jDdMSDnrONSjblABjD9B4Z5LgiircSt8m8sRZFNi08kG9Sm0uSHtEmP3zaEGg==
77357694

7736-
yargs-parser@^13.1.2:
7737-
version "13.1.2"
7738-
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-13.1.2.tgz#130f09702ebaeef2650d54ce6e3e5706f7a4fb38"
7739-
integrity sha512-3lbsNRf/j+A4QuSZfDRA7HRSfWrzO0YjqTJd5kjAq37Zep1CEgaYmrH9Q3GwPiB9cHyd1Y1UwggGhJGoxipbzg==
7740-
dependencies:
7741-
camelcase "^5.0.0"
7742-
decamelize "^1.2.0"
7743-
77447695
yargs-parser@^15.0.1:
77457696
version "15.0.1"
77467697
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-15.0.1.tgz#54786af40b820dcb2fb8025b11b4d659d76323b3"
@@ -7761,22 +7712,6 @@ yargs-parser@^7.0.0:
77617712
dependencies:
77627713
camelcase "^4.1.0"
77637714

7764-
yargs@^13.3.0:
7765-
version "13.3.2"
7766-
resolved "https://registry.yarnpkg.com/yargs/-/yargs-13.3.2.tgz#ad7ffefec1aa59565ac915f82dccb38a9c31a2dd"
7767-
integrity sha512-AX3Zw5iPruN5ie6xGRIDgqkT+ZhnRlZMLMHAs8tg7nRruy2Nb+i5o9bwghAogtM08q1dpr2LVoS8KSTMYpWXUw==
7768-
dependencies:
7769-
cliui "^5.0.0"
7770-
find-up "^3.0.0"
7771-
get-caller-file "^2.0.1"
7772-
require-directory "^2.1.1"
7773-
require-main-filename "^2.0.0"
7774-
set-blocking "^2.0.0"
7775-
string-width "^3.0.0"
7776-
which-module "^2.0.0"
7777-
y18n "^4.0.0"
7778-
yargs-parser "^13.1.2"
7779-
77807715
yargs@^14.2.3:
77817716
version "14.2.3"
77827717
resolved "https://registry.yarnpkg.com/yargs/-/yargs-14.2.3.tgz#1a1c3edced1afb2a2fea33604bc6d1d8d688a414"

0 commit comments

Comments
 (0)