Skip to content

Commit aa7ffca

Browse files
Update dependency concurrently to v7.3.0
1 parent 11c7c08 commit aa7ffca

File tree

2 files changed

+47
-7
lines changed

2 files changed

+47
-7
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.3.0",
1919
"bullmq": "1.78.2",
2020
"eventsource": "2.0.2",
2121
"get-port": "5.1.1",

yarn.lock

Lines changed: 46 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1617,19 +1617,20 @@ concat-stream@^1.4.7:
16171617
readable-stream "^2.2.2"
16181618
typedarray "^0.0.6"
16191619

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==
1620+
concurrently@7.3.0:
1621+
version "7.3.0"
1622+
resolved "https://registry.yarnpkg.com/concurrently/-/concurrently-7.3.0.tgz#eb45cdbc8df43da195f619aba218a980cae49184"
1623+
integrity sha512-IiDwm+8DOcFEInca494A8V402tNTQlJaYq78RF2rijOrKEk/AOHTxhN4U1cp7GYKYX5Q6Ymh1dLTBlzIMN0ikA==
16241624
dependencies:
16251625
chalk "^4.1.0"
16261626
date-fns "^2.16.1"
16271627
lodash "^4.17.21"
1628-
rxjs "^6.6.3"
1628+
rxjs "^7.0.0"
1629+
shell-quote "^1.7.3"
16291630
spawn-command "^0.0.2-1"
16301631
supports-color "^8.1.0"
16311632
tree-kill "^1.2.2"
1632-
yargs "^16.2.0"
1633+
yargs "^17.3.1"
16331634

16341635
concurrently@^7.0.0:
16351636
version "7.0.0"
@@ -4842,6 +4843,13 @@ rxjs@^6.6.3:
48424843
dependencies:
48434844
tslib "^1.9.0"
48444845

4846+
rxjs@^7.0.0:
4847+
version "7.5.6"
4848+
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-7.5.6.tgz#0446577557862afd6903517ce7cae79ecb9662bc"
4849+
integrity sha512-dnyv2/YsXhnm461G+R/Pe5bWP41Nm6LBXEYWI6eiFP4fiwx6WRI/CD0zbdVAudd9xwLEF2IDcKXLHit0FYjUzw==
4850+
dependencies:
4851+
tslib "^2.1.0"
4852+
48454853
rxjs@^7.5.4:
48464854
version "7.5.4"
48474855
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-7.5.4.tgz#3d6bd407e6b7ce9a123e76b1e770dc5761aa368d"
@@ -4990,6 +4998,11 @@ shebang-regex@^3.0.0:
49904998
resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-3.0.0.tgz#ae16f1644d873ecad843b0307b143362d4c42172"
49914999
integrity sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==
49925000

5001+
shell-quote@^1.7.3:
5002+
version "1.7.3"
5003+
resolved "https://registry.yarnpkg.com/shell-quote/-/shell-quote-1.7.3.tgz#aa40edac170445b9a431e17bb62c0b881b9c4123"
5004+
integrity sha512-Vpfqwm4EnqGdlsBFNmHhxhElJYrdfcxPThu+ryKS5J8L/fhAwLazFZtq+S+TWZ9ANj2piSQLGj6NQg+lKPmxrw==
5005+
49935006
side-channel@^1.0.4:
49945007
version "1.0.4"
49955008
resolved "https://registry.yarnpkg.com/side-channel/-/side-channel-1.0.4.tgz#efce5c8fdc104ee751b25c58d4290011fa5ea2cf"
@@ -5188,6 +5201,15 @@ string-width@^4.1.0, string-width@^4.2.0:
51885201
is-fullwidth-code-point "^3.0.0"
51895202
strip-ansi "^6.0.0"
51905203

5204+
string-width@^4.2.3:
5205+
version "4.2.3"
5206+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
5207+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
5208+
dependencies:
5209+
emoji-regex "^8.0.0"
5210+
is-fullwidth-code-point "^3.0.0"
5211+
strip-ansi "^6.0.1"
5212+
51915213
string_decoder@^1.1.1:
51925214
version "1.3.0"
51935215
resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.3.0.tgz#42f114594a46cf1a8e30b0a84f56c78c3edac21e"
@@ -6035,6 +6057,11 @@ yargs-parser@^20.2.2:
60356057
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-20.2.6.tgz#69f920addf61aafc0b8b89002f5d66e28f2d8b20"
60366058
integrity sha512-AP1+fQIWSM/sMiET8fyayjx/J+JmTPt2Mr0FkrgqB4todtfa53sOsrSAcIrJRD5XS20bKUwaDIuMkWKCEiQLKA==
60376059

6060+
yargs-parser@^21.0.0:
6061+
version "21.0.1"
6062+
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-21.0.1.tgz#0267f286c877a4f0f728fceb6f8a3e4cb95c6e35"
6063+
integrity sha512-9BK1jFpLzJROCI5TzwZL/TU4gqjK5xiHV/RfWLOahrjAko/e4DJkRDZQXfvqAsiZzzYhgAzbgz6lg48jcm4GLg==
6064+
60386065
60396066
version "2.0.0"
60406067
resolved "https://registry.yarnpkg.com/yargs-unparser/-/yargs-unparser-2.0.0.tgz#f131f9226911ae5d9ad38c432fe809366c2325eb"
@@ -6058,6 +6085,19 @@ [email protected], yargs@^16.2.0:
60586085
y18n "^5.0.5"
60596086
yargs-parser "^20.2.2"
60606087

6088+
yargs@^17.3.1:
6089+
version "17.5.1"
6090+
resolved "https://registry.yarnpkg.com/yargs/-/yargs-17.5.1.tgz#e109900cab6fcb7fd44b1d8249166feb0b36e58e"
6091+
integrity sha512-t6YAJcxDkNX7NFYiVtKvWUz8l+PaKTLiL63mJYWR2GnHq2gjEWISzsLp9wg3aY36dY1j+gfIEL3pIF+XlJJfbA==
6092+
dependencies:
6093+
cliui "^7.0.2"
6094+
escalade "^3.1.1"
6095+
get-caller-file "^2.0.5"
6096+
require-directory "^2.1.1"
6097+
string-width "^4.2.3"
6098+
y18n "^5.0.5"
6099+
yargs-parser "^21.0.0"
6100+
60616101
ylru@^1.2.0:
60626102
version "1.2.1"
60636103
resolved "https://registry.yarnpkg.com/ylru/-/ylru-1.2.1.tgz#f576b63341547989c1de7ba288760923b27fe84f"

0 commit comments

Comments
 (0)