Skip to content

Commit 6d321dd

Browse files
committed
Update dependencies
1 parent d05b3f6 commit 6d321dd

File tree

1 file changed

+77
-88
lines changed

1 file changed

+77
-88
lines changed

yarn.lock

Lines changed: 77 additions & 88 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@
2121
js-tokens "^4.0.0"
2222

2323
"@types/assert@^1.4.6":
24-
version "1.4.6"
25-
resolved "https://registry.yarnpkg.com/@types/assert/-/assert-1.4.6.tgz#deb4788a16621e39f28aab166fb62c3d79df24b9"
24+
version "1.5.1"
25+
resolved "https://registry.yarnpkg.com/@types/assert/-/assert-1.5.1.tgz#9c4b57935d446ffcfb31d583799c47272161e270"
2626

2727
"@types/chai@^4.2.11":
28-
version "4.2.11"
29-
resolved "https://registry.yarnpkg.com/@types/chai/-/chai-4.2.11.tgz#d3614d6c5f500142358e6ed24e1bf16657536c50"
28+
version "4.2.12"
29+
resolved "https://registry.yarnpkg.com/@types/chai/-/chai-4.2.12.tgz#6160ae454cd89dae05adc3bb97997f488b608201"
3030

3131
"@types/color-name@^1.1.1":
3232
version "1.1.1"
@@ -37,8 +37,8 @@
3737
resolved "https://registry.yarnpkg.com/@types/eslint-visitor-keys/-/eslint-visitor-keys-1.0.0.tgz#1ee30d79544ca84d68d4b3cdb0af4f205663dd2d"
3838

3939
"@types/json-schema@^7.0.3":
40-
version "7.0.4"
41-
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.4.tgz#38fd73ddfd9b55abb1e1b2ed578cb55bd7b7d339"
40+
version "7.0.5"
41+
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.5.tgz#dcce4430e64b443ba8945f0290fb564ad5bac6dd"
4242

4343
"@types/lodash.get@^4.4.6":
4444
version "4.4.6"
@@ -55,42 +55,42 @@
5555
resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-7.0.2.tgz#b17f16cf933597e10d6d78eae3251e692ce8b0ce"
5656

5757
"@typescript-eslint/eslint-plugin@^2.27.0":
58-
version "2.27.0"
59-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-2.27.0.tgz#e479cdc4c9cf46f96b4c287755733311b0d0ba4b"
58+
version "2.34.0"
59+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-2.34.0.tgz#6f8ce8a46c7dea4a6f1d171d2bb8fbae6dac2be9"
6060
dependencies:
61-
"@typescript-eslint/experimental-utils" "2.27.0"
61+
"@typescript-eslint/experimental-utils" "2.34.0"
6262
functional-red-black-tree "^1.0.1"
6363
regexpp "^3.0.0"
6464
tsutils "^3.17.1"
6565

66-
"@typescript-eslint/experimental-utils@2.27.0":
67-
version "2.27.0"
68-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.27.0.tgz#801a952c10b58e486c9a0b36cf21e2aab1e9e01a"
66+
"@typescript-eslint/experimental-utils@2.34.0":
67+
version "2.34.0"
68+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.34.0.tgz#d3524b644cdb40eebceca67f8cf3e4cc9c8f980f"
6969
dependencies:
7070
"@types/json-schema" "^7.0.3"
71-
"@typescript-eslint/typescript-estree" "2.27.0"
71+
"@typescript-eslint/typescript-estree" "2.34.0"
7272
eslint-scope "^5.0.0"
7373
eslint-utils "^2.0.0"
7474

7575
"@typescript-eslint/parser@^2.27.0":
76-
version "2.27.0"
77-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-2.27.0.tgz#d91664335b2c46584294e42eb4ff35838c427287"
76+
version "2.34.0"
77+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-2.34.0.tgz#50252630ca319685420e9a39ca05fe185a256bc8"
7878
dependencies:
7979
"@types/eslint-visitor-keys" "^1.0.0"
80-
"@typescript-eslint/experimental-utils" "2.27.0"
81-
"@typescript-eslint/typescript-estree" "2.27.0"
80+
"@typescript-eslint/experimental-utils" "2.34.0"
81+
"@typescript-eslint/typescript-estree" "2.34.0"
8282
eslint-visitor-keys "^1.1.0"
8383

84-
"@typescript-eslint/typescript-estree@2.27.0":
85-
version "2.27.0"
86-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.27.0.tgz#a288e54605412da8b81f1660b56c8b2e42966ce8"
84+
"@typescript-eslint/typescript-estree@2.34.0":
85+
version "2.34.0"
86+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.34.0.tgz#14aeb6353b39ef0732cc7f1b8285294937cf37d5"
8787
dependencies:
8888
debug "^4.1.1"
8989
eslint-visitor-keys "^1.1.0"
9090
glob "^7.1.6"
9191
is-glob "^4.0.1"
9292
lodash "^4.17.15"
93-
semver "^6.3.0"
93+
semver "^7.3.2"
9494
tsutils "^3.17.1"
9595

9696
acorn-jsx@^5.2.0:
@@ -175,8 +175,8 @@ balanced-match@^1.0.0:
175175
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.0.tgz#89b4d199ab2bee49de164ea02b89ce462d71b767"
176176

177177
binary-extensions@^2.0.0:
178-
version "2.0.0"
179-
resolved "https://registry.yarnpkg.com/binary-extensions/-/binary-extensions-2.0.0.tgz#23c0df14f6a88077f5f986c0d167ec03c3d5537c"
178+
version "2.1.0"
179+
resolved "https://registry.yarnpkg.com/binary-extensions/-/binary-extensions-2.1.0.tgz#30fa40c9e7fe07dbc895678cd287024dea241dd9"
180180

181181
brace-expansion@^1.1.7:
182182
version "1.1.11"
@@ -362,20 +362,20 @@ emoji-regex@^8.0.0:
362362
resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-8.0.0.tgz#e818fd69ce5ccfcb404594f842963bf53164cc37"
363363

364364
es-abstract@^1.17.0-next.1, es-abstract@^1.17.5:
365-
version "1.17.5"
366-
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.17.5.tgz#d8c9d1d66c8981fb9200e2251d799eee92774ae9"
365+
version "1.17.6"
366+
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.17.6.tgz#9142071707857b2cacc7b89ecb670316c3e2d52a"
367367
dependencies:
368368
es-to-primitive "^1.2.1"
369369
function-bind "^1.1.1"
370370
has "^1.0.3"
371371
has-symbols "^1.0.1"
372-
is-callable "^1.1.5"
373-
is-regex "^1.0.5"
372+
is-callable "^1.2.0"
373+
is-regex "^1.1.0"
374374
object-inspect "^1.7.0"
375375
object-keys "^1.1.1"
376376
object.assign "^4.1.0"
377-
string.prototype.trimleft "^2.1.1"
378-
string.prototype.trimright "^2.1.1"
377+
string.prototype.trimend "^1.0.1"
378+
string.prototype.trimstart "^1.0.1"
379379

380380
es-to-primitive@^1.2.1:
381381
version "1.2.1"
@@ -390,8 +390,8 @@ escape-string-regexp@1.0.5, escape-string-regexp@^1.0.5:
390390
resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4"
391391

392392
eslint-scope@^5.0.0:
393-
version "5.0.0"
394-
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-5.0.0.tgz#e87c8887c73e8d1ec84f1ca591645c358bfc8fb9"
393+
version "5.1.0"
394+
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-5.1.0.tgz#d0f971dfe59c69e0cada684b23d49dbf82600ce5"
395395
dependencies:
396396
esrecurse "^4.1.0"
397397
estraverse "^4.1.1"
@@ -403,14 +403,14 @@ eslint-utils@^1.4.3:
403403
eslint-visitor-keys "^1.1.0"
404404

405405
eslint-utils@^2.0.0:
406-
version "2.0.0"
407-
resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-2.0.0.tgz#7be1cc70f27a72a76cd14aa698bcabed6890e1cd"
406+
version "2.1.0"
407+
resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-2.1.0.tgz#d2de5e03424e707dc10c74068ddedae708741b27"
408408
dependencies:
409409
eslint-visitor-keys "^1.1.0"
410410

411411
eslint-visitor-keys@^1.1.0:
412-
version "1.1.0"
413-
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.1.0.tgz#e2a82cea84ff246ad6fb57f9bde5b46621459ec2"
412+
version "1.3.0"
413+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz#30ebd1ef7c2fdff01c3a4f151044af25fab0523e"
414414

415415
eslint@^6.8.0:
416416
version "6.8.0"
@@ -557,8 +557,8 @@ fs.realpath@^1.0.0:
557557
resolved "https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f"
558558

559559
fsevents@~2.1.1:
560-
version "2.1.2"
561-
resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.1.2.tgz#4c0a1fb34bc68e543b4b82a9ec392bfbda840805"
560+
version "2.1.3"
561+
resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.1.3.tgz#fb738703ae8d2f9fe900c33836ddebee8b97f23e"
562562

563563
function-bind@^1.1.1:
564564
version "1.1.1"
@@ -611,9 +611,8 @@ globals@^12.1.0:
611611
type-fest "^0.8.1"
612612

613613
"graphql@^14.5.0 || ^15.0.0":
614-
version "15.0.0"
615-
resolved "https://registry.yarnpkg.com/graphql/-/graphql-15.0.0.tgz#042a5eb5e2506a2e2111ce41eb446a8e570b8be9"
616-
integrity sha512-ZyVO1xIF9F+4cxfkdhOJINM+51B06Friuv4M66W7HzUOeFd+vNzUn4vtswYINPi6sysjf1M2Ri/rwZALqgwbaQ==
614+
version "15.3.0"
615+
resolved "https://registry.yarnpkg.com/graphql/-/graphql-15.3.0.tgz#3ad2b0caab0d110e3be4a5a9b2aa281e362b5278"
617616

618617
growl@1.10.5:
619618
version "1.10.5"
@@ -701,9 +700,9 @@ is-buffer@~2.0.3:
701700
version "2.0.4"
702701
resolved "https://registry.yarnpkg.com/is-buffer/-/is-buffer-2.0.4.tgz#3e572f23c8411a5cfd9557c849e3665e0b290623"
703702

704-
is-callable@^1.1.4, is-callable@^1.1.5:
705-
version "1.1.5"
706-
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.1.5.tgz#f7e46b596890456db74e7f6e976cb3273d06faab"
703+
is-callable@^1.1.4, is-callable@^1.2.0:
704+
version "1.2.0"
705+
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.0.tgz#83336560b54a38e35e3a2df7afd0454d691468bb"
707706

708707
is-date-object@^1.0.1:
709708
version "1.0.2"
@@ -735,11 +734,11 @@ is-promise@^2.1.0:
735734
version "2.1.0"
736735
resolved "https://registry.yarnpkg.com/is-promise/-/is-promise-2.1.0.tgz#79a2a9ece7f096e80f36d2b2f3bc16c1ff4bf3fa"
737736

738-
is-regex@^1.0.5:
739-
version "1.0.5"
740-
resolved "https://registry.yarnpkg.com/is-regex/-/is-regex-1.0.5.tgz#39d589a358bf18967f726967120b8fc1aed74eae"
737+
is-regex@^1.1.0:
738+
version "1.1.1"
739+
resolved "https://registry.yarnpkg.com/is-regex/-/is-regex-1.1.1.tgz#c6f98aacc546f6cec5468a07b7b153ab564a57b9"
741740
dependencies:
742-
has "^1.0.3"
741+
has-symbols "^1.0.1"
743742

744743
is-symbol@^1.0.2:
745744
version "1.0.3"
@@ -788,10 +787,14 @@ lodash.get@^4.4.2:
788787
version "4.4.2"
789788
resolved "https://registry.yarnpkg.com/lodash.get/-/lodash.get-4.4.2.tgz#2d177f652fa31e939b4438d5341499dfa3825e99"
790789

791-
lodash@^4.17.14, lodash@^4.17.15:
790+
lodash@^4.17.14:
792791
version "4.17.15"
793792
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.15.tgz#b447f6670a0455bbfeedd11392eff330ea097548"
794793

794+
lodash@^4.17.15:
795+
version "4.17.19"
796+
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.19.tgz#e48ddedbe30b3321783c5b4301fbd353bc1e4a4b"
797+
795798
log-symbols@3.0.0:
796799
version "3.0.0"
797800
resolved "https://registry.yarnpkg.com/log-symbols/-/log-symbols-3.0.0.tgz#f3a08516a5dea893336a7dee14d18a1cfdab77c4"
@@ -816,21 +819,15 @@ minimist@^1.2.5:
816819
version "1.2.5"
817820
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.5.tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602"
818821

819-
mkdirp@0.5.3:
820-
version "0.5.3"
821-
resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-0.5.3.tgz#5a514b7179259287952881e94410ec5465659f8c"
822-
dependencies:
823-
minimist "^1.2.5"
824-
825-
mkdirp@^0.5.1:
822+
mkdirp@0.5.5, mkdirp@^0.5.1:
826823
version "0.5.5"
827824
resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-0.5.5.tgz#d91cefd62d1436ca0f41620e251288d420099def"
828825
dependencies:
829826
minimist "^1.2.5"
830827

831828
mocha@^7.1.1:
832-
version "7.1.1"
833-
resolved "https://registry.yarnpkg.com/mocha/-/mocha-7.1.1.tgz#89fbb30d09429845b1bb893a830bf5771049a441"
829+
version "7.2.0"
830+
resolved "https://registry.yarnpkg.com/mocha/-/mocha-7.2.0.tgz#01cc227b00d875ab1eed03a75106689cfed5a604"
834831
dependencies:
835832
ansi-colors "3.2.3"
836833
browser-stdout "1.3.1"
@@ -845,7 +842,7 @@ mocha@^7.1.1:
845842
js-yaml "3.13.1"
846843
log-symbols "3.0.0"
847844
minimatch "3.0.4"
848-
mkdirp "0.5.3"
845+
mkdirp "0.5.5"
849846
ms "2.1.1"
850847
node-environment-flags "1.0.6"
851848
object.assign "4.1.0"
@@ -889,8 +886,8 @@ normalize-path@^3.0.0, normalize-path@~3.0.0:
889886
resolved "https://registry.yarnpkg.com/normalize-path/-/normalize-path-3.0.0.tgz#0dcd69ff23a1c9b11fd0978316644a0388216a65"
890887

891888
object-inspect@^1.7.0:
892-
version "1.7.0"
893-
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.7.0.tgz#f4f6bd181ad77f006b5ece60bd0b6f398ff74a67"
889+
version "1.8.0"
890+
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.8.0.tgz#df807e5ecf53a609cc6bfe93eac3cc7be5b3a9d0"
894891

895892
object-keys@^1.0.11, object-keys@^1.0.12, object-keys@^1.1.1:
896893
version "1.1.1"
@@ -1058,10 +1055,14 @@ semver@^5.5.0, semver@^5.7.0:
10581055
version "5.7.1"
10591056
resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.1.tgz#a954f931aeba508d307bbf069eff0c01c96116f7"
10601057

1061-
semver@^6.1.2, semver@^6.3.0:
1058+
semver@^6.1.2:
10621059
version "6.3.0"
10631060
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d"
10641061

1062+
semver@^7.3.2:
1063+
version "7.3.2"
1064+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.2.tgz#604962b052b81ed0786aae84389ffba70ffd3938"
1065+
10651066
set-blocking@^2.0.0:
10661067
version "2.0.0"
10671068
resolved "https://registry.yarnpkg.com/set-blocking/-/set-blocking-2.0.0.tgz#045f9782d011ae9a6803ddd382b24392b3d890f7"
@@ -1088,9 +1089,9 @@ slice-ansi@^2.1.0:
10881089
astral-regex "^1.0.0"
10891090
is-fullwidth-code-point "^2.0.0"
10901091

1091-
source-map-support@^0.5.6:
1092-
version "0.5.16"
1093-
resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.16.tgz#0ae069e7fe3ba7538c64c98515e35339eac5a042"
1092+
source-map-support@^0.5.17:
1093+
version "0.5.19"
1094+
resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.19.tgz#a98b62f86dcaf4f67399648c085291ab9e8fed61"
10941095
dependencies:
10951096
buffer-from "^1.0.0"
10961097
source-map "^0.6.0"
@@ -1126,30 +1127,14 @@ string-width@^4.1.0:
11261127
is-fullwidth-code-point "^3.0.0"
11271128
strip-ansi "^6.0.0"
11281129

1129-
string.prototype.trimend@^1.0.0:
1130+
string.prototype.trimend@^1.0.1:
11301131
version "1.0.1"
11311132
resolved "https://registry.yarnpkg.com/string.prototype.trimend/-/string.prototype.trimend-1.0.1.tgz#85812a6b847ac002270f5808146064c995fb6913"
11321133
dependencies:
11331134
define-properties "^1.1.3"
11341135
es-abstract "^1.17.5"
11351136

1136-
string.prototype.trimleft@^2.1.1:
1137-
version "2.1.2"
1138-
resolved "https://registry.yarnpkg.com/string.prototype.trimleft/-/string.prototype.trimleft-2.1.2.tgz#4408aa2e5d6ddd0c9a80739b087fbc067c03b3cc"
1139-
dependencies:
1140-
define-properties "^1.1.3"
1141-
es-abstract "^1.17.5"
1142-
string.prototype.trimstart "^1.0.0"
1143-
1144-
string.prototype.trimright@^2.1.1:
1145-
version "2.1.2"
1146-
resolved "https://registry.yarnpkg.com/string.prototype.trimright/-/string.prototype.trimright-2.1.2.tgz#c76f1cef30f21bbad8afeb8db1511496cfb0f2a3"
1147-
dependencies:
1148-
define-properties "^1.1.3"
1149-
es-abstract "^1.17.5"
1150-
string.prototype.trimend "^1.0.0"
1151-
1152-
string.prototype.trimstart@^1.0.0:
1137+
string.prototype.trimstart@^1.0.1:
11531138
version "1.0.1"
11541139
resolved "https://registry.yarnpkg.com/string.prototype.trimstart/-/string.prototype.trimstart-1.0.1.tgz#14af6d9f34b053f7cfc89b72f8f2ee14b9039a54"
11551140
dependencies:
@@ -1230,16 +1215,20 @@ to-regex-range@^5.0.1:
12301215
is-number "^7.0.0"
12311216

12321217
ts-node@^8.8.2:
1233-
version "8.8.2"
1234-
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-8.8.2.tgz#0b39e690bee39ea5111513a9d2bcdc0bc121755f"
1218+
version "8.10.2"
1219+
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-8.10.2.tgz#eee03764633b1234ddd37f8db9ec10b75ec7fb8d"
12351220
dependencies:
12361221
arg "^4.1.0"
12371222
diff "^4.0.1"
12381223
make-error "^1.1.1"
1239-
source-map-support "^0.5.6"
1224+
source-map-support "^0.5.17"
12401225
yn "3.1.1"
12411226

1242-
tslib@^1.8.1, tslib@^1.9.0:
1227+
tslib@^1.8.1:
1228+
version "1.13.0"
1229+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.13.0.tgz#c881e13cc7015894ed914862d276436fa9a47043"
1230+
1231+
tslib@^1.9.0:
12431232
version "1.11.1"
12441233
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.11.1.tgz#eb15d128827fbee2841549e171f45ed338ac7e35"
12451234

@@ -1268,8 +1257,8 @@ type-fest@^0.8.1:
12681257
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.8.1.tgz#09e249ebde851d3b1e48d27c105444667f17b83d"
12691258

12701259
typescript@^3.8.3:
1271-
version "3.8.3"
1272-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.8.3.tgz#409eb8544ea0335711205869ec458ab109ee1061"
1260+
version "3.9.7"
1261+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.7.tgz#98d600a5ebdc38f40cb277522f12dc800e9e25fa"
12731262

12741263
uri-js@^4.2.2:
12751264
version "4.2.2"

0 commit comments

Comments
 (0)