|
2 | 2 | # yarn lockfile v1
|
3 | 3 |
|
4 | 4 |
|
| 5 | + |
| 6 | + version "0.8.0" |
| 7 | + resolved "https://registry.yarnpkg.com/@cspotcode/source-map-consumer/-/source-map-consumer-0.8.0.tgz#33bf4b7b39c178821606f669bbc447a6a629786b" |
| 8 | + integrity sha512-41qniHzTU8yAGbCp04ohlmSrZf8bkf/iJsl3V0dRGsQN/5GFfx+LbCSsCpp2gqrqjTVg/K6O8ycoV35JIwAzAg== |
| 9 | + |
| 10 | + |
| 11 | + version "0.7.0" |
| 12 | + resolved "https://registry.yarnpkg.com/@cspotcode/source-map-support/-/source-map-support-0.7.0.tgz#4789840aa859e46d2f3173727ab707c66bf344f5" |
| 13 | + integrity sha512-X4xqRHqN8ACt2aHVe51OxeA2HjbcL4MqFqXkrmQszJ1NOUuUu5u6Vqx/0lZSVNku7velL5FC/s5uEAj1lsBMhA== |
| 14 | + dependencies: |
| 15 | + "@cspotcode/source-map-consumer" "0.8.0" |
| 16 | + |
| 17 | +"@tsconfig/node10@^1.0.7": |
| 18 | + version "1.0.8" |
| 19 | + resolved "https://registry.yarnpkg.com/@tsconfig/node10/-/node10-1.0.8.tgz#c1e4e80d6f964fbecb3359c43bd48b40f7cadad9" |
| 20 | + integrity sha512-6XFfSQmMgq0CFLY1MslA/CPUfhIL919M1rMsa5lP2P097N2Wd1sSX0tx1u4olM16fLNhtHZpRhedZJphNJqmZg== |
| 21 | + |
| 22 | +"@tsconfig/node12@^1.0.7": |
| 23 | + version "1.0.9" |
| 24 | + resolved "https://registry.yarnpkg.com/@tsconfig/node12/-/node12-1.0.9.tgz#62c1f6dee2ebd9aead80dc3afa56810e58e1a04c" |
| 25 | + integrity sha512-/yBMcem+fbvhSREH+s14YJi18sp7J9jpuhYByADT2rypfajMZZN4WQ6zBGgBKp53NKmqI36wFYDb3yaMPurITw== |
| 26 | + |
| 27 | +"@tsconfig/node14@^1.0.0": |
| 28 | + version "1.0.1" |
| 29 | + resolved "https://registry.yarnpkg.com/@tsconfig/node14/-/node14-1.0.1.tgz#95f2d167ffb9b8d2068b0b235302fafd4df711f2" |
| 30 | + integrity sha512-509r2+yARFfHHE7T6Puu2jjkoycftovhXRqW328PDXTVGKihlb1P8Z9mMZH04ebyajfRY7dedfGynlrFHJUQCg== |
| 31 | + |
| 32 | +"@tsconfig/node16@^1.0.2": |
| 33 | + version "1.0.2" |
| 34 | + resolved "https://registry.yarnpkg.com/@tsconfig/node16/-/node16-1.0.2.tgz#423c77877d0569db20e1fc80885ac4118314010e" |
| 35 | + integrity sha512-eZxlbI8GZscaGS7kkc/trHTT5xgrjH3/1n2JDwusC9iahPKWMRvRjJSAN5mCXviuTGQ/lHnhvv8Q1YTpnfz9gA== |
| 36 | + |
5 | 37 |
|
6 | 38 | version "8.10.13"
|
7 | 39 | resolved "https://registry.yarnpkg.com/@types/aws-lambda/-/aws-lambda-8.10.13.tgz#92cc06b1cc88b5d0b327d2671dcf3daea96923a5"
|
@@ -107,6 +139,16 @@ accepts@~1.3.5:
|
107 | 139 | mime-types "~2.1.18"
|
108 | 140 | negotiator "0.6.1"
|
109 | 141 |
|
| 142 | +acorn-walk@^8.1.1: |
| 143 | + version "8.2.0" |
| 144 | + resolved "https://registry.yarnpkg.com/acorn-walk/-/acorn-walk-8.2.0.tgz#741210f2e2426454508853a2f44d0ab83b7f69c1" |
| 145 | + integrity sha512-k+iyHEuPgSw6SbuDpGQM+06HQUa04DZ3o+F6CSzXMvvI5KMvnaEqXe+YVe555R9nn6GPt404fos4wcgpw12SDA== |
| 146 | + |
| 147 | +acorn@^8.4.1: |
| 148 | + version "8.5.0" |
| 149 | + resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.5.0.tgz#4512ccb99b3698c752591e9bb4472e38ad43cee2" |
| 150 | + integrity sha512-yXbYeFy+jUuYd3/CDcg2NkIYE991XYX/bje7LmjJigUciaeO1JR4XxXgCIV1/Zc/dRuFEyw1L0pbA+qynJkW5Q== |
| 151 | + |
110 | 152 | apollo-cache-control@^0.1.0:
|
111 | 153 | version "0.1.1"
|
112 | 154 | resolved "https://registry.yarnpkg.com/apollo-cache-control/-/apollo-cache-control-0.1.1.tgz#173d14ceb3eb9e7cb53de7eb8b61bee6159d4171"
|
@@ -167,14 +209,15 @@ apollo-utilities@^1.0.0, apollo-utilities@^1.0.1:
|
167 | 209 | dependencies:
|
168 | 210 | fast-json-stable-stringify "^2.0.0"
|
169 | 211 |
|
| 212 | +arg@^4.1.0: |
| 213 | + version "4.1.3" |
| 214 | + resolved "https://registry.yarnpkg.com/arg/-/arg-4.1.3.tgz#269fc7ad5b8e42cb63c896d5666017261c144089" |
| 215 | + integrity sha512-58S9QDqG0Xx27YwPSt9fJxivjYl432YCwfDMfZ+71RAqUrZef7LrKQZ3LHLOwCS4FLNBplP533Zx895SeOCHvA== |
| 216 | + |
170 | 217 |
|
171 | 218 | version "1.1.1"
|
172 | 219 | resolved "https://registry.yarnpkg.com/array-flatten/-/array-flatten-1.1.1.tgz#9a5f699051b1e7073328f2a008968b64ea2955d2"
|
173 | 220 |
|
174 |
| -arrify@^1.0.0: |
175 |
| - version "1.0.1" |
176 |
| - resolved "https://registry.yarnpkg.com/arrify/-/arrify-1.0.1.tgz#898508da2226f380df904728456849c1501a4b0d" |
177 |
| - |
178 | 221 | async-limiter@~1.0.0:
|
179 | 222 | version "1.0.0"
|
180 | 223 | resolved "https://registry.yarnpkg.com/async-limiter/-/async-limiter-1.0.0.tgz#78faed8c3d074ab81f22b4e985d79e8738f720f8"
|
|
212 | 255 | version "1.0.1"
|
213 | 256 | resolved "https://registry.yarnpkg.com/buffer-equal-constant-time/-/buffer-equal-constant-time-1.0.1.tgz#f8e71132f7ffe6e01a5c9697a4c6f3e48d5cc819"
|
214 | 257 |
|
215 |
| -buffer-from@^1.0.0, buffer-from@^1.1.0: |
| 258 | +buffer-from@^1.0.0: |
216 | 259 | version "1.1.1"
|
217 | 260 | resolved "https://registry.yarnpkg.com/buffer-from/-/buffer-from-1.1.1.tgz#32713bc028f75c02fdb710d7c7bcec1f2c6070ef"
|
218 | 261 |
|
@@ -283,6 +326,11 @@ cors@^2.8.4:
|
283 | 326 | object-assign "^4"
|
284 | 327 | vary "^1"
|
285 | 328 |
|
| 329 | +create-require@^1.1.0: |
| 330 | + version "1.1.1" |
| 331 | + resolved "https://registry.yarnpkg.com/create-require/-/create-require-1.1.1.tgz#c1d7e8f1e5f6cfc9ff65f9cd352d37348756c333" |
| 332 | + integrity sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ== |
| 333 | + |
286 | 334 |
|
287 | 335 | version "2.2.2"
|
288 | 336 | resolved "https://registry.yarnpkg.com/cross-fetch/-/cross-fetch-2.2.2.tgz#a47ff4f7fc712daba8f6a695a11c948440d45723"
|
|
341 | 389 | dependencies:
|
342 | 390 | streamsearch "0.1.2"
|
343 | 391 |
|
344 |
| -diff@^3.1.0: |
345 |
| - version "3.5.0" |
346 |
| - resolved "https://registry.yarnpkg.com/diff/-/diff-3.5.0.tgz#800c0dd1e0a8bfbc95835c202ad220fe317e5a12" |
| 392 | +diff@^4.0.1: |
| 393 | + version "4.0.2" |
| 394 | + resolved "https://registry.yarnpkg.com/diff/-/diff-4.0.2.tgz#60f3aecb89d5fae520c11aa19efc2bb982aade7d" |
| 395 | + integrity sha512-58lmxKSA4BNyLz+HHMUzlOEpg09FV+ev6ZMe3vJihgdxzgcwZ8VoEEPmALCZG9LmqfVoNMMKpttIYTVG6uDY7A== |
347 | 396 |
|
348 | 397 |
|
349 | 398 | version "1.0.10"
|
|
732 | 781 | version "1.4.1"
|
733 | 782 | resolved "https://registry.yarnpkg.com/mime/-/mime-1.4.1.tgz#121f9ebc49e3766f311a76e1fa1c8003c4b03aa6"
|
734 | 783 |
|
735 |
| - |
736 |
| - version "0.0.8" |
737 |
| - resolved "https://registry.yarnpkg.com/minimist/-/minimist-0.0.8.tgz#857fcabfc3397d2625b8228262e86aa7a011b05d" |
738 |
| - |
739 |
| -minimist@^1.2.0: |
740 |
| - version "1.2.0" |
741 |
| - resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.0.tgz#a35008b20f41383eec1fb914f4cd5df79a264284" |
742 |
| - |
743 |
| -mkdirp@^0.5.1: |
744 |
| - version "0.5.1" |
745 |
| - resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-0.5.1.tgz#30057438eac6cf7f8c4767f38648d6697d75c903" |
746 |
| - dependencies: |
747 |
| - minimist "0.0.8" |
748 |
| - |
749 | 784 |
|
750 | 785 | version "2.0.0"
|
751 | 786 | resolved "https://registry.yarnpkg.com/ms/-/ms-2.0.0.tgz#5608aeadfc00be6c2901df5f9861788de0d597c8"
|
|
955 | 990 | version "1.1.1"
|
956 | 991 | resolved "https://registry.yarnpkg.com/setprototypeof/-/setprototypeof-1.1.1.tgz#7e95acb24aa92f5885e0abef5ba131330d4ae683"
|
957 | 992 |
|
958 |
| -source-map-support@^0.5.1, source-map-support@^0.5.6: |
| 993 | +source-map-support@^0.5.1: |
959 | 994 | version "0.5.9"
|
960 | 995 | resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.9.tgz#41bc953b2534267ea2d605bccfa7bfa3111ced5f"
|
961 | 996 | dependencies:
|
@@ -1013,18 +1048,23 @@ tough-cookie@^2.0.0:
|
1013 | 1048 | psl "^1.1.28"
|
1014 | 1049 | punycode "^2.1.1"
|
1015 | 1050 |
|
1016 |
| - |
1017 |
| - version "7.0.1" |
1018 |
| - resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-7.0.1.tgz#9562dc2d1e6d248d24bc55f773e3f614337d9baf" |
1019 |
| - dependencies: |
1020 |
| - arrify "^1.0.0" |
1021 |
| - buffer-from "^1.1.0" |
1022 |
| - diff "^3.1.0" |
| 1051 | + |
| 1052 | + version "10.3.0" |
| 1053 | + resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-10.3.0.tgz#a797f2ed3ff50c9a5d814ce400437cb0c1c048b4" |
| 1054 | + integrity sha512-RYIy3i8IgpFH45AX4fQHExrT8BxDeKTdC83QFJkNzkvt8uFB6QJ8XMyhynYiKMLxt9a7yuXaDBZNOYS3XjDcYw== |
| 1055 | + dependencies: |
| 1056 | + "@cspotcode/source-map-support" "0.7.0" |
| 1057 | + "@tsconfig/node10" "^1.0.7" |
| 1058 | + "@tsconfig/node12" "^1.0.7" |
| 1059 | + "@tsconfig/node14" "^1.0.0" |
| 1060 | + "@tsconfig/node16" "^1.0.2" |
| 1061 | + acorn "^8.4.1" |
| 1062 | + acorn-walk "^8.1.1" |
| 1063 | + arg "^4.1.0" |
| 1064 | + create-require "^1.1.0" |
| 1065 | + diff "^4.0.1" |
1023 | 1066 | make-error "^1.1.1"
|
1024 |
| - minimist "^1.2.0" |
1025 |
| - mkdirp "^0.5.1" |
1026 |
| - source-map-support "^0.5.6" |
1027 |
| - yn "^2.0.0" |
| 1067 | + yn "3.1.1" |
1028 | 1068 |
|
1029 | 1069 | type-is@~1.6.16:
|
1030 | 1070 | version "1.6.16"
|
@@ -1084,9 +1124,10 @@ ws@^6.1.0:
|
1084 | 1124 | dependencies:
|
1085 | 1125 | async-limiter "~1.0.0"
|
1086 | 1126 |
|
1087 |
| -yn@^2.0.0: |
1088 |
| - version "2.0.0" |
1089 |
| - resolved "https://registry.yarnpkg.com/yn/-/yn-2.0.0.tgz#e5adabc8acf408f6385fc76495684c88e6af689a" |
| 1127 | + |
| 1128 | + version "3.1.1" |
| 1129 | + resolved "https://registry.yarnpkg.com/yn/-/yn-3.1.1.tgz#1e87401a09d767c1d5eab26a6e4c185182d2eb50" |
| 1130 | + integrity sha512-Ux4ygGWsu2c7isFWe8Yu1YluJmqVhxqK2cLXNQA5AcC3QfbGNpM7fu0Y8b/z16pXLnFxZYvWhd3fhBY9DLmC6Q== |
1090 | 1131 |
|
1091 | 1132 | zen-observable-ts@^0.8.11:
|
1092 | 1133 | version "0.8.11"
|
|
0 commit comments