Skip to content

Commit e5074df

Browse files
committed
Update yarn.lock
Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
1 parent a49e603 commit e5074df

1 file changed

Lines changed: 50 additions & 7 deletions

File tree

yarn.lock

Lines changed: 50 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -877,6 +877,14 @@ block-elements@^1.0.0:
877877
version "1.2.0"
878878
resolved "https://registry.yarnpkg.com/block-elements/-/block-elements-1.2.0.tgz#8e04ccab638c7e2596f5065fb6c1c7518c905a5d"
879879

880+
block-stream2@^1.0.0:
881+
version "1.1.0"
882+
resolved "https://registry.yarnpkg.com/block-stream2/-/block-stream2-1.1.0.tgz#c738e3a91ba977ebb5e1fef431e13ca11d8639e2"
883+
dependencies:
884+
defined "^1.0.0"
885+
inherits "^2.0.1"
886+
readable-stream "^2.0.4"
887+
880888
block-stream@*:
881889
version "0.0.9"
882890
resolved "https://registry.yarnpkg.com/block-stream/-/block-stream-0.0.9.tgz#13ebfe778a03205cfe03751481ebb4b3300c126a"
@@ -1378,7 +1386,7 @@ concat-map@0.0.1:
13781386
version "0.0.1"
13791387
resolved "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b"
13801388

1381-
concat-stream@1.6.0, concat-stream@^1.4.1, concat-stream@^1.4.7, concat-stream@^1.5.2:
1389+
concat-stream@1.6.0, concat-stream@^1.4.1, concat-stream@^1.4.7, concat-stream@^1.4.8, concat-stream@^1.5.2:
13821390
version "1.6.0"
13831391
resolved "https://registry.yarnpkg.com/concat-stream/-/concat-stream-1.6.0.tgz#0aac662fd52be78964d5532f694784e70110acf7"
13841392
dependencies:
@@ -2100,6 +2108,10 @@ es5-ext@^0.10.12, es5-ext@^0.10.14, es5-ext@^0.10.30, es5-ext@^0.10.9, es5-ext@~
21002108
es6-iterator "2"
21012109
es6-symbol "~3.1"
21022110

2111+
es6-error@^2.0.2:
2112+
version "2.1.1"
2113+
resolved "https://registry.yarnpkg.com/es6-error/-/es6-error-2.1.1.tgz#91384301ec5ed1c9a7247d1128247216f03547cd"
2114+
21032115
es6-iterator@2, es6-iterator@^2.0.1, es6-iterator@~2.0.1:
21042116
version "2.0.1"
21052117
resolved "https://registry.yarnpkg.com/es6-iterator/-/es6-iterator-2.0.1.tgz#8e319c9f0453bf575d374940a655920e59ca5512"
@@ -3864,6 +3876,10 @@ json-stable-stringify@^1.0.0, json-stable-stringify@^1.0.1:
38643876
dependencies:
38653877
jsonify "~0.0.0"
38663878

3879+
json-stream@^1.0.0:
3880+
version "1.0.0"
3881+
resolved "https://registry.yarnpkg.com/json-stream/-/json-stream-1.0.0.tgz#1a3854e28d2bbeeab31cc7ddf683d2ddc5652708"
3882+
38673883
json-stringify-safe@~5.0.1:
38683884
version "5.0.1"
38693885
resolved "https://registry.yarnpkg.com/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz#1296a2d58fd45f19a0f6ce01d65701e2c735b6eb"
@@ -4244,7 +4260,7 @@ lodash@^3.6.0:
42444260
version "3.10.1"
42454261
resolved "https://registry.yarnpkg.com/lodash/-/lodash-3.10.1.tgz#5bf45e8e49ba4189e17d482789dfd15bd140b7b6"
42464262

4247-
lodash@^4.0.0, lodash@^4.11.1, lodash@^4.14.0, lodash@^4.17.0, lodash@^4.17.3, lodash@^4.17.4, lodash@^4.3.0:
4263+
lodash@^4.0.0, lodash@^4.11.1, lodash@^4.14.0, lodash@^4.14.2, lodash@^4.17.0, lodash@^4.17.3, lodash@^4.17.4, lodash@^4.3.0:
42484264
version "4.17.4"
42494265
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.4.tgz#78203a4d1c328ae1d86dca6460e369b57f4055ae"
42504266

@@ -4566,7 +4582,7 @@ micromatch@^2.1.5, micromatch@^2.3.7:
45664582
version "1.30.0"
45674583
resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.30.0.tgz#74c643da2dd9d6a45399963465b26d5ca7d71f01"
45684584

4569-
mime-types@^2.1.12, mime-types@^2.1.3, mime-types@~2.1.11, mime-types@~2.1.15, mime-types@~2.1.16, mime-types@~2.1.7:
4585+
mime-types@^2.1.12, mime-types@^2.1.14, mime-types@^2.1.3, mime-types@~2.1.11, mime-types@~2.1.15, mime-types@~2.1.16, mime-types@~2.1.7:
45704586
version "2.1.17"
45714587
resolved "https://registry.yarnpkg.com/mime-types/-/mime-types-2.1.17.tgz#09d7a393f03e995a79f8af857b70a9e0ab16557a"
45724588
dependencies:
@@ -4619,6 +4635,25 @@ minimist@~0.0.1:
46194635
version "0.0.10"
46204636
resolved "https://registry.yarnpkg.com/minimist/-/minimist-0.0.10.tgz#de3f98543dbf96082be48ad1a0c7cda836301dcf"
46214637

4638+
minio@^3.1.3:
4639+
version "3.2.3"
4640+
resolved "https://registry.yarnpkg.com/minio/-/minio-3.2.3.tgz#00a2ec46cba41596cf73fca162192718d0197c49"
4641+
dependencies:
4642+
async "^1.5.2"
4643+
block-stream2 "^1.0.0"
4644+
concat-stream "^1.4.8"
4645+
es6-error "^2.0.2"
4646+
json-stream "^1.0.0"
4647+
lodash "^4.14.2"
4648+
mime-types "^2.1.14"
4649+
mkdirp "^0.5.1"
4650+
querystring "0.2.0"
4651+
source-map-support "^0.4.12"
4652+
through2 "^0.6.5"
4653+
uuid "^3.1.0"
4654+
xml "^1.0.0"
4655+
xml2js "^0.4.15"
4656+
46224657
mkdirp@0.5.0:
46234658
version "0.5.0"
46244659
resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-0.5.0.tgz#1d73076a6df986cd9344e15e71fcc05a4c9abf12"
@@ -5915,7 +5950,7 @@ readable-stream@1.1, readable-stream@~1.1.9:
59155950
isarray "0.0.1"
59165951
string_decoder "~0.10.x"
59175952

5918-
readable-stream@2.3.3, readable-stream@^2.0.1, readable-stream@^2.0.2, readable-stream@^2.0.5, readable-stream@^2.0.6, readable-stream@^2.1.4, readable-stream@^2.1.5, readable-stream@^2.2.2, readable-stream@^2.2.6:
5953+
readable-stream@2.3.3, readable-stream@^2.0.1, readable-stream@^2.0.2, readable-stream@^2.0.4, readable-stream@^2.0.5, readable-stream@^2.0.6, readable-stream@^2.1.4, readable-stream@^2.1.5, readable-stream@^2.2.2, readable-stream@^2.2.6:
59195954
version "2.3.3"
59205955
resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-2.3.3.tgz#368f2512d79f9d46fdfc71349ae7878bbc1eb95c"
59215956
dependencies:
@@ -6515,7 +6550,7 @@ source-list-map@^0.1.7, source-list-map@~0.1.7:
65156550
version "0.1.8"
65166551
resolved "https://registry.yarnpkg.com/source-list-map/-/source-list-map-0.1.8.tgz#c550b2ab5427f6b3f21f5afead88c4f5587b2106"
65176552

6518-
source-map-support@^0.4.0, source-map-support@^0.4.15:
6553+
source-map-support@^0.4.0, source-map-support@^0.4.12, source-map-support@^0.4.15:
65196554
version "0.4.18"
65206555
resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.4.18.tgz#0286a6de8be42641338594e97ccea75f0a2c585f"
65216556
dependencies:
@@ -6906,7 +6941,7 @@ throttleit@^1.0.0:
69066941
version "1.0.0"
69076942
resolved "https://registry.yarnpkg.com/throttleit/-/throttleit-1.0.0.tgz#9e785836daf46743145a5984b6268d828528ac6c"
69086943

6909-
through2@^0.6.1:
6944+
through2@^0.6.1, through2@^0.6.5:
69106945
version "0.6.5"
69116946
resolved "https://registry.yarnpkg.com/through2/-/through2-0.6.5.tgz#41ab9c67b29d57209071410e1d7a7a968cd3ad48"
69126947
dependencies:
@@ -7296,6 +7331,10 @@ uuid@3.0.1, uuid@^3.0.0:
72967331
version "3.0.1"
72977332
resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.0.1.tgz#6544bba2dfda8c1cf17e629a3a305e2bb1fee6c1"
72987333

7334+
uuid@^3.1.0:
7335+
version "3.2.1"
7336+
resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.2.1.tgz#12c528bb9d58d0b9265d9a2f6f0fe8be17ff1f14"
7337+
72997338
uws@~0.14.1:
73007339
version "0.14.5"
73017340
resolved "https://registry.yarnpkg.com/uws/-/uws-0.14.5.tgz#67aaf33c46b2a587a5f6666d00f7691328f149dc"
@@ -7619,13 +7658,17 @@ xml2js@0.4.17:
76197658
sax ">=0.6.0"
76207659
xmlbuilder "^4.1.0"
76217660

7622-
xml2js@0.4.x:
7661+
xml2js@0.4.x, xml2js@^0.4.15:
76237662
version "0.4.19"
76247663
resolved "https://registry.yarnpkg.com/xml2js/-/xml2js-0.4.19.tgz#686c20f213209e94abf0d1bcf1efaa291c7827a7"
76257664
dependencies:
76267665
sax ">=0.6.0"
76277666
xmlbuilder "~9.0.1"
76287667

7668+
xml@^1.0.0:
7669+
version "1.0.1"
7670+
resolved "https://registry.yarnpkg.com/xml/-/xml-1.0.1.tgz#78ba72020029c5bc87b8a81a3cfcd74b4a2fc1e5"
7671+
76297672
xmlbuilder@4.2.1, xmlbuilder@^4.1.0:
76307673
version "4.2.1"
76317674
resolved "https://registry.yarnpkg.com/xmlbuilder/-/xmlbuilder-4.2.1.tgz#aa58a3041a066f90eaa16c2f5389ff19f3f461a5"

0 commit comments

Comments
 (0)