Skip to content

Commit 35bbba4

Browse files
Update dependency concurrently to v7.5.0
1 parent eeaf99e commit 35bbba4

File tree

2 files changed

+62
-8
lines changed

2 files changed

+62
-8
lines changed

packages/acceptance-tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"dependencies": {
1616
"@types/eventsource": "1.1.8",
1717
"@types/supertest": "2.0.12",
18-
"concurrently": "7.1.0",
18+
"concurrently": "7.5.0",
1919
"bullmq": "1.78.2",
2020
"eventsource": "2.0.2",
2121
"get-port": "5.1.1",

yarn.lock

Lines changed: 61 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1516,6 +1516,15 @@ cliui@^7.0.2:
15161516
strip-ansi "^6.0.0"
15171517
wrap-ansi "^7.0.0"
15181518

1519+
cliui@^8.0.1:
1520+
version "8.0.1"
1521+
resolved "https://registry.yarnpkg.com/cliui/-/cliui-8.0.1.tgz#0c04b075db02cbfe60dc8e6cf2f5486b1a3608aa"
1522+
integrity sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==
1523+
dependencies:
1524+
string-width "^4.2.0"
1525+
strip-ansi "^6.0.1"
1526+
wrap-ansi "^7.0.0"
1527+
15191528
clone-response@^1.0.2:
15201529
version "1.0.2"
15211530
resolved "https://registry.yarnpkg.com/clone-response/-/clone-response-1.0.2.tgz#d1dc973920314df67fbeb94223b4ee350239e96b"
@@ -1617,19 +1626,20 @@ concat-stream@^1.4.7:
16171626
readable-stream "^2.2.2"
16181627
typedarray "^0.0.6"
16191628

1620-
concurrently@7.1.0:
1621-
version "7.1.0"
1622-
resolved "https://registry.yarnpkg.com/concurrently/-/concurrently-7.1.0.tgz#477b49b8cfc630bb491f9b02e9ed7fb7bff02942"
1623-
integrity sha512-Bz0tMlYKZRUDqJlNiF/OImojMB9ruKUz6GCfmhFnSapXgPe+3xzY4byqoKG9tUZ7L2PGEUjfLPOLfIX3labnmw==
1629+
concurrently@7.5.0:
1630+
version "7.5.0"
1631+
resolved "https://registry.yarnpkg.com/concurrently/-/concurrently-7.5.0.tgz#4dd432d4634a8251f27ab000c4974e78e3906bd3"
1632+
integrity sha512-5E3mwiS+i2JYBzr5BpXkFxOnleZTMsG+WnE/dCG4/P+oiVXrbmrBwJ2ozn4SxwB2EZDrKR568X+puVohxz3/Mg==
16241633
dependencies:
16251634
chalk "^4.1.0"
1626-
date-fns "^2.16.1"
1635+
date-fns "^2.29.1"
16271636
lodash "^4.17.21"
1628-
rxjs "^6.6.3"
1637+
rxjs "^7.0.0"
1638+
shell-quote "^1.7.3"
16291639
spawn-command "^0.0.2-1"
16301640
supports-color "^8.1.0"
16311641
tree-kill "^1.2.2"
1632-
yargs "^16.2.0"
1642+
yargs "^17.3.1"
16331643

16341644
concurrently@^7.0.0:
16351645
version "7.0.0"
@@ -1804,6 +1814,11 @@ date-fns@^2.16.1:
18041814
resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-2.17.0.tgz#afa55daea539239db0a64e236ce716ef3d681ba1"
18051815
integrity sha512-ZEhqxUtEZeGgg9eHNSOAJ8O9xqSgiJdrL0lzSSfMF54x6KXWJiOH/xntSJ9YomJPrYH/p08t6gWjGWq1SDJlSA==
18061816

1817+
date-fns@^2.29.1:
1818+
version "2.29.3"
1819+
resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-2.29.3.tgz#27402d2fc67eb442b511b70bbdf98e6411cd68a8"
1820+
integrity sha512-dDCnyH2WnnKusqvZZ6+jA1O51Ibt8ZMRNkDZdyAyK4YfbDwa/cEmuztzG5pk6hqlp9aSBPYcjOlktquahGwGeA==
1821+
18071822
dateformat@^4.5.1:
18081823
version "4.5.1"
18091824
resolved "https://registry.yarnpkg.com/dateformat/-/dateformat-4.5.1.tgz#c20e7a9ca77d147906b6dc2261a8be0a5bd2173c"
@@ -4842,6 +4857,13 @@ rxjs@^6.6.3:
48424857
dependencies:
48434858
tslib "^1.9.0"
48444859

4860+
rxjs@^7.0.0:
4861+
version "7.5.7"
4862+
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-7.5.7.tgz#2ec0d57fdc89ece220d2e702730ae8f1e49def39"
4863+
integrity sha512-z9MzKh/UcOqB3i20H6rtrlaE/CgjLOvheWK/9ILrbhROGTweAi1BaFsTT9FbwZi5Trr1qNRs+MXkhmR06awzQA==
4864+
dependencies:
4865+
tslib "^2.1.0"
4866+
48454867
rxjs@^7.5.4:
48464868
version "7.5.4"
48474869
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-7.5.4.tgz#3d6bd407e6b7ce9a123e76b1e770dc5761aa368d"
@@ -4990,6 +5012,11 @@ shebang-regex@^3.0.0:
49905012
resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-3.0.0.tgz#ae16f1644d873ecad843b0307b143362d4c42172"
49915013
integrity sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==
49925014

5015+
shell-quote@^1.7.3:
5016+
version "1.7.4"
5017+
resolved "https://registry.yarnpkg.com/shell-quote/-/shell-quote-1.7.4.tgz#33fe15dee71ab2a81fcbd3a52106c5cfb9fb75d8"
5018+
integrity sha512-8o/QEhSSRb1a5i7TFR0iM4G16Z0vYB2OQVs4G3aAFXjn3T6yEx8AZxy1PgDF7I00LZHYA3WxaSYIf5e5sAX8Rw==
5019+
49935020
side-channel@^1.0.4:
49945021
version "1.0.4"
49955022
resolved "https://registry.yarnpkg.com/side-channel/-/side-channel-1.0.4.tgz#efce5c8fdc104ee751b25c58d4290011fa5ea2cf"
@@ -5188,6 +5215,15 @@ string-width@^4.1.0, string-width@^4.2.0:
51885215
is-fullwidth-code-point "^3.0.0"
51895216
strip-ansi "^6.0.0"
51905217

5218+
string-width@^4.2.3:
5219+
version "4.2.3"
5220+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
5221+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
5222+
dependencies:
5223+
emoji-regex "^8.0.0"
5224+
is-fullwidth-code-point "^3.0.0"
5225+
strip-ansi "^6.0.1"
5226+
51915227
string_decoder@^1.1.1:
51925228
version "1.3.0"
51935229
resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.3.0.tgz#42f114594a46cf1a8e30b0a84f56c78c3edac21e"
@@ -6035,6 +6071,11 @@ yargs-parser@^20.2.2:
60356071
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-20.2.6.tgz#69f920addf61aafc0b8b89002f5d66e28f2d8b20"
60366072
integrity sha512-AP1+fQIWSM/sMiET8fyayjx/J+JmTPt2Mr0FkrgqB4todtfa53sOsrSAcIrJRD5XS20bKUwaDIuMkWKCEiQLKA==
60376073

6074+
yargs-parser@^21.0.0:
6075+
version "21.1.1"
6076+
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-21.1.1.tgz#9096bceebf990d21bb31fa9516e0ede294a77d35"
6077+
integrity sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==
6078+
60386079
60396080
version "2.0.0"
60406081
resolved "https://registry.yarnpkg.com/yargs-unparser/-/yargs-unparser-2.0.0.tgz#f131f9226911ae5d9ad38c432fe809366c2325eb"
@@ -6058,6 +6099,19 @@ [email protected], yargs@^16.2.0:
60586099
y18n "^5.0.5"
60596100
yargs-parser "^20.2.2"
60606101

6102+
yargs@^17.3.1:
6103+
version "17.6.0"
6104+
resolved "https://registry.yarnpkg.com/yargs/-/yargs-17.6.0.tgz#e134900fc1f218bc230192bdec06a0a5f973e46c"
6105+
integrity sha512-8H/wTDqlSwoSnScvV2N/JHfLWOKuh5MVla9hqLjK3nsfyy6Y4kDSYSvkU5YCUEPOSnRXfIyx3Sq+B/IWudTo4g==
6106+
dependencies:
6107+
cliui "^8.0.1"
6108+
escalade "^3.1.1"
6109+
get-caller-file "^2.0.5"
6110+
require-directory "^2.1.1"
6111+
string-width "^4.2.3"
6112+
y18n "^5.0.5"
6113+
yargs-parser "^21.0.0"
6114+
60616115
ylru@^1.2.0:
60626116
version "1.2.1"
60636117
resolved "https://registry.yarnpkg.com/ylru/-/ylru-1.2.1.tgz#f576b63341547989c1de7ba288760923b27fe84f"

0 commit comments

Comments
 (0)