Skip to content
This repository was archived by the owner on Jun 27, 2019. It is now read-only.

Commit 5823cd6

Browse files
Bump concurrently from 3.6.1 to 4.0.1
Bumps [concurrently](https://github.com/kimmobrunfeldt/concurrently) from 3.6.1 to 4.0.1. - [Release notes](https://github.com/kimmobrunfeldt/concurrently/releases) - [Commits](kimmobrunfeldt/concurrently@3.6.1...v4.0.1) Signed-off-by: dependabot[bot] <[email protected]>
1 parent e7c2d4d commit 5823cd6

File tree

2 files changed

+76
-19
lines changed

2 files changed

+76
-19
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
"babel-eslint": "~8.2.6",
104104
"chai": "^4.1.2",
105105
"cucumber": "^4.2.1",
106-
"concurrently": "~3.6.1",
106+
"concurrently": "~4.0.1",
107107
"cross-env": "^5.2.0",
108108
"eslint": "~4.19.1",
109109
"istanbul": "1.1.0-alpha.1",

yarn.lock

Lines changed: 75 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1806,10 +1806,6 @@ [email protected]:
18061806
version "2.15.1"
18071807
resolved "https://registry.yarnpkg.com/commander/-/commander-2.15.1.tgz#df46e867d0fc2aec66a34662b406a9ccafff5b0f"
18081808

1809-
1810-
version "2.6.0"
1811-
resolved "https://registry.yarnpkg.com/commander/-/commander-2.6.0.tgz#9df7e52fb2a0cb0fb89058ee80c3104225f37e1d"
1812-
18131809
commander@^2.15.1, commander@^2.9.0:
18141810
version "2.16.0"
18151811
resolved "https://registry.yarnpkg.com/commander/-/commander-2.16.0.tgz#f16390593996ceb4f3eeb020b31d78528f7f8a50"
@@ -1865,19 +1861,19 @@ concat-stream@^1.5.2, concat-stream@^1.6.0, concat-stream@^1.6.2:
18651861
readable-stream "^2.2.2"
18661862
typedarray "^0.0.6"
18671863

1868-
concurrently@~3.6.1:
1869-
version "3.6.1"
1870-
resolved "https://registry.yarnpkg.com/concurrently/-/concurrently-3.6.1.tgz#2f95baec5c4051294dfbb55b57a3b98a3e2b45ec"
1864+
concurrently@~4.0.1:
1865+
version "4.0.1"
1866+
resolved "https://registry.yarnpkg.com/concurrently/-/concurrently-4.0.1.tgz#f6310fbadf2f476dd95df952edb5c0ab789f672c"
18711867
dependencies:
18721868
chalk "^2.4.1"
1873-
commander "2.6.0"
18741869
date-fns "^1.23.0"
1875-
lodash "^4.5.1"
1876-
read-pkg "^3.0.0"
1877-
rx "2.3.24"
1870+
lodash "^4.17.10"
1871+
read-pkg "^4.0.1"
1872+
rxjs "6.2.2"
18781873
spawn-command "^0.0.2-1"
1879-
supports-color "^3.2.3"
1874+
supports-color "^4.5.0"
18801875
tree-kill "^1.1.0"
1876+
yargs "^12.0.1"
18811877

18821878
config@^1.27.0:
18831879
version "1.30.0"
@@ -2151,6 +2147,12 @@ decamelize@^1.0.0, decamelize@^1.1.1, decamelize@^1.1.2:
21512147
version "1.2.0"
21522148
resolved "https://registry.yarnpkg.com/decamelize/-/decamelize-1.2.0.tgz#f6534d15148269b20352e7bee26f501f9a191290"
21532149

2150+
decamelize@^2.0.0:
2151+
version "2.0.0"
2152+
resolved "https://registry.yarnpkg.com/decamelize/-/decamelize-2.0.0.tgz#656d7bbc8094c4c788ea53c5840908c9c7d063c7"
2153+
dependencies:
2154+
xregexp "4.0.0"
2155+
21542156
decode-uri-component@^0.2.0:
21552157
version "0.2.0"
21562158
resolved "https://registry.yarnpkg.com/decode-uri-component/-/decode-uri-component-0.2.0.tgz#eb3913333458775cb84cd1a1fae062106bb87545"
@@ -3480,6 +3482,10 @@ has-flag@^1.0.0:
34803482
version "1.0.0"
34813483
resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-1.0.0.tgz#9d9e793165ce017a00f00418c43f942a7b1d11fa"
34823484

3485+
has-flag@^2.0.0:
3486+
version "2.0.0"
3487+
resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-2.0.0.tgz#e8207af1cc7b30d446cc70b734b5e8be18f88d51"
3488+
34833489
has-flag@^3.0.0:
34843490
version "3.0.0"
34853491
resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-3.0.0.tgz#b5d454dc2199ae225699f3467e5a07f3b955bafd"
@@ -4575,7 +4581,7 @@ lodash.unescape@^4.0.1:
45754581
version "4.0.1"
45764582
resolved "https://registry.yarnpkg.com/lodash.unescape/-/lodash.unescape-4.0.1.tgz#bf2249886ce514cda112fae9218cdc065211fc9c"
45774583

4578-
lodash@^4.0.0, lodash@^4.0.1, lodash@^4.13.1, lodash@^4.14.0, lodash@^4.15.0, lodash@^4.17.10, lodash@^4.17.2, lodash@^4.17.4, lodash@^4.17.5, lodash@^4.2.0, lodash@^4.3.0, lodash@^4.5.1, lodash@~4.17.10:
4584+
lodash@^4.0.0, lodash@^4.0.1, lodash@^4.13.1, lodash@^4.14.0, lodash@^4.15.0, lodash@^4.17.10, lodash@^4.17.2, lodash@^4.17.4, lodash@^4.17.5, lodash@^4.2.0, lodash@^4.3.0, lodash@~4.17.10:
45794585
version "4.17.10"
45804586
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.10.tgz#1b7793cf7259ea38fb3661d4d38b3260af8ae4e7"
45814587

@@ -5884,6 +5890,14 @@ read-pkg@^3.0.0:
58845890
normalize-package-data "^2.3.2"
58855891
path-type "^3.0.0"
58865892

5893+
read-pkg@^4.0.1:
5894+
version "4.0.1"
5895+
resolved "https://registry.yarnpkg.com/read-pkg/-/read-pkg-4.0.1.tgz#963625378f3e1c4d48c85872b5a6ec7d5d093237"
5896+
dependencies:
5897+
normalize-package-data "^2.3.2"
5898+
parse-json "^4.0.0"
5899+
pify "^3.0.0"
5900+
58875901
58885902
version "1.1.13"
58895903
resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-1.1.13.tgz#f6eef764f514c89e2b9e23146a75ba106756d23e"
@@ -6234,14 +6248,16 @@ rx-lite@*, rx-lite@^4.0.8:
62346248
version "4.0.8"
62356249
resolved "https://registry.yarnpkg.com/rx-lite/-/rx-lite-4.0.8.tgz#0b1e11af8bc44836f04a6407e92da42467b79444"
62366250

6237-
6238-
version "2.3.24"
6239-
resolved "https://registry.yarnpkg.com/rx/-/rx-2.3.24.tgz#14f950a4217d7e35daa71bbcbe58eff68ea4b2b7"
6240-
62416251
rx@^4.1.0:
62426252
version "4.1.0"
62436253
resolved "https://registry.yarnpkg.com/rx/-/rx-4.1.0.tgz#a5f13ff79ef3b740fe30aa803fb09f98805d4782"
62446254

6255+
6256+
version "6.2.2"
6257+
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.2.2.tgz#eb75fa3c186ff5289907d06483a77884586e1cf9"
6258+
dependencies:
6259+
tslib "^1.9.0"
6260+
62456261
rxjs@^5.5.2:
62466262
version "5.5.11"
62476263
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-5.5.11.tgz#f733027ca43e3bec6b994473be4ab98ad43ced87"
@@ -6828,12 +6844,18 @@ supports-color@^2.0.0:
68286844
version "2.0.0"
68296845
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-2.0.0.tgz#535d045ce6b6363fa40117084629995e9df324c7"
68306846

6831-
supports-color@^3.1.2, supports-color@^3.2.3:
6847+
supports-color@^3.1.2:
68326848
version "3.2.3"
68336849
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-3.2.3.tgz#65ac0504b3954171d8a64946b2ae3cbb8a5f54f6"
68346850
dependencies:
68356851
has-flag "^1.0.0"
68366852

6853+
supports-color@^4.5.0:
6854+
version "4.5.0"
6855+
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-4.5.0.tgz#be7a0de484dec5c5cddf8b3d59125044912f635b"
6856+
dependencies:
6857+
has-flag "^2.0.0"
6858+
68376859
68386860
version "1.0.1"
68396861
resolved "https://registry.yarnpkg.com/symbol-observable/-/symbol-observable-1.0.1.tgz#8340fc4702c3122df5d22288f88283f513d3fdd4"
@@ -7049,6 +7071,10 @@ [email protected]:
70497071
version "1.0.1"
70507072
resolved "https://registry.yarnpkg.com/trunc-text/-/trunc-text-1.0.1.tgz#58f876d8ac59b224b79834bb478b8656e69622b5"
70517073

7074+
tslib@^1.9.0:
7075+
version "1.9.3"
7076+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.9.3.tgz#d7e4dd79245d85428c4d7e4822a79917954ca286"
7077+
70527078
tunnel-agent@^0.6.0:
70537079
version "0.6.0"
70547080
resolved "https://registry.yarnpkg.com/tunnel-agent/-/tunnel-agent-0.6.0.tgz#27a5dea06b36b04a0a9966774b290868f0fc40fd"
@@ -7434,6 +7460,10 @@ xmlhttprequest-ssl@~1.5.4:
74347460
version "1.5.5"
74357461
resolved "https://registry.yarnpkg.com/xmlhttprequest-ssl/-/xmlhttprequest-ssl-1.5.5.tgz#c2876b06168aadc40e57d97e81191ac8f4398b3e"
74367462

7463+
7464+
version "4.0.0"
7465+
resolved "https://registry.yarnpkg.com/xregexp/-/xregexp-4.0.0.tgz#e698189de49dd2a18cc5687b05e17c8e43943020"
7466+
74377467
xtend@^4.0.0, xtend@~4.0.0, xtend@~4.0.1:
74387468
version "4.0.1"
74397469
resolved "https://registry.yarnpkg.com/xtend/-/xtend-4.0.1.tgz#a5c6d532be656e23db820efb943a1f04998d63af"
@@ -7442,6 +7472,10 @@ y18n@^3.2.1:
74427472
version "3.2.1"
74437473
resolved "https://registry.yarnpkg.com/y18n/-/y18n-3.2.1.tgz#6d15fba884c08679c0d77e88e7759e811e07fa41"
74447474

7475+
"y18n@^3.2.1 || ^4.0.0":
7476+
version "4.0.0"
7477+
resolved "https://registry.yarnpkg.com/y18n/-/y18n-4.0.0.tgz#95ef94f85ecc81d007c264e190a120f0a3c8566b"
7478+
74457479
yallist@^2.1.2:
74467480
version "2.1.2"
74477481
resolved "https://registry.yarnpkg.com/yallist/-/yallist-2.1.2.tgz#1c11f9218f076089a47dd512f93c6699a6a81d52"
@@ -7450,6 +7484,12 @@ yallist@^3.0.0, yallist@^3.0.2:
74507484
version "3.0.2"
74517485
resolved "https://registry.yarnpkg.com/yallist/-/yallist-3.0.2.tgz#8452b4bb7e83c7c188d8041c1a837c773d6d8bb9"
74527486

7487+
yargs-parser@^10.1.0:
7488+
version "10.1.0"
7489+
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-10.1.0.tgz#7202265b89f7e9e9f2e5765e0fe735a905edbaa8"
7490+
dependencies:
7491+
camelcase "^4.1.0"
7492+
74537493
yargs-parser@^5.0.0:
74547494
version "5.0.0"
74557495
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-5.0.0.tgz#275ecf0d7ffe05c77e64e7c86e4cd94bf0e1228a"
@@ -7485,6 +7525,23 @@ [email protected]:
74857525
y18n "^3.2.1"
74867526
yargs-parser "^9.0.2"
74877527

7528+
yargs@^12.0.1:
7529+
version "12.0.1"
7530+
resolved "https://registry.yarnpkg.com/yargs/-/yargs-12.0.1.tgz#6432e56123bb4e7c3562115401e98374060261c2"
7531+
dependencies:
7532+
cliui "^4.0.0"
7533+
decamelize "^2.0.0"
7534+
find-up "^3.0.0"
7535+
get-caller-file "^1.0.1"
7536+
os-locale "^2.0.0"
7537+
require-directory "^2.1.1"
7538+
require-main-filename "^1.0.1"
7539+
set-blocking "^2.0.0"
7540+
string-width "^2.0.0"
7541+
which-module "^2.0.0"
7542+
y18n "^3.2.1 || ^4.0.0"
7543+
yargs-parser "^10.1.0"
7544+
74887545
yargs@^7.0.0:
74897546
version "7.1.0"
74907547
resolved "https://registry.yarnpkg.com/yargs/-/yargs-7.1.0.tgz#6ba318eb16961727f5d284f8ea003e8d6154d0c8"

0 commit comments

Comments
 (0)