comparison client/yarn.lock @ 450:f8d8f12bab91

client: Remove swagger remains. * Remove swagger mention from README, remove components needed for swagger and dependencies. These were left from removing swagger bd96611a7555. While doing so yarn.lock is also slightly updated.
author Bernhard Reiter <bernhard@intevation.de>
date Wed, 22 Aug 2018 10:02:46 +0200
parents d7a06b9fffc9
children 516f0f84fe39
comparison
equal deleted inserted replaced
429:df368413f323 450:f8d8f12bab91
1013 chalk "^2.3.2" 1013 chalk "^2.3.2"
1014 strip-ansi "^4.0.0" 1014 strip-ansi "^4.0.0"
1015 text-table "^0.2.0" 1015 text-table "^0.2.0"
1016 webpack-log "^1.1.2" 1016 webpack-log "^1.1.2"
1017 1017
1018 "@zeit/schemas@1.7.0":
1019 version "1.7.0"
1020 resolved "https://registry.yarnpkg.com/@zeit/schemas/-/schemas-1.7.0.tgz#84624e270a0d420714be7279ffabc7e1745afc1a"
1021
1022 abab@^1.0.4: 1018 abab@^1.0.4:
1023 version "1.0.4" 1019 version "1.0.4"
1024 resolved "https://registry.yarnpkg.com/abab/-/abab-1.0.4.tgz#5faad9c2c07f60dd76770f71cf025b62a63cfd4e" 1020 resolved "https://registry.yarnpkg.com/abab/-/abab-1.0.4.tgz#5faad9c2c07f60dd76770f71cf025b62a63cfd4e"
1025 1021
1026 abab@^2.0.0: 1022 abab@^2.0.0:
1147 1143
1148 ajv-keywords@^3.1.0: 1144 ajv-keywords@^3.1.0:
1149 version "3.2.0" 1145 version "3.2.0"
1150 resolved "https://registry.yarnpkg.com/ajv-keywords/-/ajv-keywords-3.2.0.tgz#e86b819c602cf8821ad637413698f1dec021847a" 1146 resolved "https://registry.yarnpkg.com/ajv-keywords/-/ajv-keywords-3.2.0.tgz#e86b819c602cf8821ad637413698f1dec021847a"
1151 1147
1152 ajv@6.5.2, ajv@^6.1.0: 1148 ajv@^5.1.0, ajv@^5.2.3, ajv@^5.3.0:
1149 version "5.5.2"
1150 resolved "https://registry.yarnpkg.com/ajv/-/ajv-5.5.2.tgz#73b5eeca3fab653e3d3f9422b341ad42205dc965"
1151 dependencies:
1152 co "^4.6.0"
1153 fast-deep-equal "^1.0.0"
1154 fast-json-stable-stringify "^2.0.0"
1155 json-schema-traverse "^0.3.0"
1156
1157 ajv@^6.1.0:
1153 version "6.5.2" 1158 version "6.5.2"
1154 resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.5.2.tgz#678495f9b82f7cca6be248dd92f59bff5e1f4360" 1159 resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.5.2.tgz#678495f9b82f7cca6be248dd92f59bff5e1f4360"
1155 dependencies: 1160 dependencies:
1156 fast-deep-equal "^2.0.1" 1161 fast-deep-equal "^2.0.1"
1157 fast-json-stable-stringify "^2.0.0" 1162 fast-json-stable-stringify "^2.0.0"
1158 json-schema-traverse "^0.4.1" 1163 json-schema-traverse "^0.4.1"
1159 uri-js "^4.2.1" 1164 uri-js "^4.2.1"
1160 1165
1161 ajv@^5.1.0, ajv@^5.2.3, ajv@^5.3.0:
1162 version "5.5.2"
1163 resolved "https://registry.yarnpkg.com/ajv/-/ajv-5.5.2.tgz#73b5eeca3fab653e3d3f9422b341ad42205dc965"
1164 dependencies:
1165 co "^4.6.0"
1166 fast-deep-equal "^1.0.0"
1167 fast-json-stable-stringify "^2.0.0"
1168 json-schema-traverse "^0.3.0"
1169
1170 align-text@^0.1.1, align-text@^0.1.3: 1166 align-text@^0.1.1, align-text@^0.1.3:
1171 version "0.1.4" 1167 version "0.1.4"
1172 resolved "https://registry.yarnpkg.com/align-text/-/align-text-0.1.4.tgz#0cd90a561093f35d0a99256c22b7069433fad117" 1168 resolved "https://registry.yarnpkg.com/align-text/-/align-text-0.1.4.tgz#0cd90a561093f35d0a99256c22b7069433fad117"
1173 dependencies: 1169 dependencies:
1174 kind-of "^3.0.2" 1170 kind-of "^3.0.2"
1185 1181
1186 animate.css@^3.7.0: 1182 animate.css@^3.7.0:
1187 version "3.7.0" 1183 version "3.7.0"
1188 resolved "https://registry.yarnpkg.com/animate.css/-/animate.css-3.7.0.tgz#5de25d1ee5fba11ba6a1e2c4fa568f512eb7d4da" 1184 resolved "https://registry.yarnpkg.com/animate.css/-/animate.css-3.7.0.tgz#5de25d1ee5fba11ba6a1e2c4fa568f512eb7d4da"
1189 1185
1190 ansi-align@^2.0.0:
1191 version "2.0.0"
1192 resolved "https://registry.yarnpkg.com/ansi-align/-/ansi-align-2.0.0.tgz#c36aeccba563b89ceb556f3690f0b1d9e3547f7f"
1193 dependencies:
1194 string-width "^2.0.0"
1195
1196 ansi-escapes@^3.0.0: 1186 ansi-escapes@^3.0.0:
1197 version "3.1.0" 1187 version "3.1.0"
1198 resolved "https://registry.yarnpkg.com/ansi-escapes/-/ansi-escapes-3.1.0.tgz#f73207bb81207d75fd6c83f125af26eea378ca30" 1188 resolved "https://registry.yarnpkg.com/ansi-escapes/-/ansi-escapes-3.1.0.tgz#f73207bb81207d75fd6c83f125af26eea378ca30"
1199 1189
1200 ansi-html@0.0.7: 1190 ansi-html@0.0.7:
1244 version "1.1.5" 1234 version "1.1.5"
1245 resolved "https://registry.yarnpkg.com/are-we-there-yet/-/are-we-there-yet-1.1.5.tgz#4b35c2944f062a8bfcda66410760350fe9ddfc21" 1235 resolved "https://registry.yarnpkg.com/are-we-there-yet/-/are-we-there-yet-1.1.5.tgz#4b35c2944f062a8bfcda66410760350fe9ddfc21"
1246 dependencies: 1236 dependencies:
1247 delegates "^1.0.0" 1237 delegates "^1.0.0"
1248 readable-stream "^2.0.6" 1238 readable-stream "^2.0.6"
1249
1250 arg@2.0.0:
1251 version "2.0.0"
1252 resolved "https://registry.yarnpkg.com/arg/-/arg-2.0.0.tgz#c06e7ff69ab05b3a4a03ebe0407fac4cba657545"
1253 1239
1254 argparse@^1.0.7: 1240 argparse@^1.0.7:
1255 version "1.0.10" 1241 version "1.0.10"
1256 resolved "https://registry.yarnpkg.com/argparse/-/argparse-1.0.10.tgz#bcd6791ea5ae09725e17e5ad988134cd40b3d911" 1242 resolved "https://registry.yarnpkg.com/argparse/-/argparse-1.0.10.tgz#bcd6791ea5ae09725e17e5ad988134cd40b3d911"
1257 dependencies: 1243 dependencies:
1738 1724
1739 bootstrap@^4.1.1: 1725 bootstrap@^4.1.1:
1740 version "4.1.3" 1726 version "4.1.3"
1741 resolved "https://registry.yarnpkg.com/bootstrap/-/bootstrap-4.1.3.tgz#0eb371af2c8448e8c210411d0cb824a6409a12be" 1727 resolved "https://registry.yarnpkg.com/bootstrap/-/bootstrap-4.1.3.tgz#0eb371af2c8448e8c210411d0cb824a6409a12be"
1742 1728
1743 boxen@1.3.0:
1744 version "1.3.0"
1745 resolved "https://registry.yarnpkg.com/boxen/-/boxen-1.3.0.tgz#55c6c39a8ba58d9c61ad22cd877532deb665a20b"
1746 dependencies:
1747 ansi-align "^2.0.0"
1748 camelcase "^4.0.0"
1749 chalk "^2.0.1"
1750 cli-boxes "^1.0.0"
1751 string-width "^2.0.0"
1752 term-size "^1.2.0"
1753 widest-line "^2.0.0"
1754
1755 brace-expansion@^1.0.0, brace-expansion@^1.1.7: 1729 brace-expansion@^1.0.0, brace-expansion@^1.1.7:
1756 version "1.1.11" 1730 version "1.1.11"
1757 resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-1.1.11.tgz#3c7fcbf529d87226f3d2f52b966ff5271eb441dd" 1731 resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-1.1.11.tgz#3c7fcbf529d87226f3d2f52b966ff5271eb441dd"
1758 dependencies: 1732 dependencies:
1759 balanced-match "^1.0.0" 1733 balanced-match "^1.0.0"
1989 1963
1990 camelcase@^3.0.0: 1964 camelcase@^3.0.0:
1991 version "3.0.0" 1965 version "3.0.0"
1992 resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-3.0.0.tgz#32fc4b9fcdaf845fcdf7e73bb97cac2261f0ab0a" 1966 resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-3.0.0.tgz#32fc4b9fcdaf845fcdf7e73bb97cac2261f0ab0a"
1993 1967
1994 camelcase@^4.0.0, camelcase@^4.1.0: 1968 camelcase@^4.1.0:
1995 version "4.1.0" 1969 version "4.1.0"
1996 resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-4.1.0.tgz#d545635be1e33c542649c69173e5de6acfae34dd" 1970 resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-4.1.0.tgz#d545635be1e33c542649c69173e5de6acfae34dd"
1997 1971
1998 caniuse-api@^3.0.0: 1972 caniuse-api@^3.0.0:
1999 version "3.0.0" 1973 version "3.0.0"
2033 version "0.1.1" 2007 version "0.1.1"
2034 resolved "https://registry.yarnpkg.com/chai-nightwatch/-/chai-nightwatch-0.1.1.tgz#1ca56de768d3c0868fe7fc2f4d32c2fe894e6be9" 2008 resolved "https://registry.yarnpkg.com/chai-nightwatch/-/chai-nightwatch-0.1.1.tgz#1ca56de768d3c0868fe7fc2f4d32c2fe894e6be9"
2035 dependencies: 2009 dependencies:
2036 assertion-error "1.0.0" 2010 assertion-error "1.0.0"
2037 deep-eql "0.1.3" 2011 deep-eql "0.1.3"
2038
2039 chalk@2.4.1, chalk@^2.0.0, chalk@^2.0.1, chalk@^2.1.0, chalk@^2.3.0, chalk@^2.3.1, chalk@^2.3.2, chalk@^2.4.1:
2040 version "2.4.1"
2041 resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.1.tgz#18c49ab16a037b6eb0152cc83e3471338215b66e"
2042 dependencies:
2043 ansi-styles "^3.2.1"
2044 escape-string-regexp "^1.0.5"
2045 supports-color "^5.3.0"
2046 2012
2047 chalk@^1.1.1, chalk@^1.1.3: 2013 chalk@^1.1.1, chalk@^1.1.3:
2048 version "1.1.3" 2014 version "1.1.3"
2049 resolved "https://registry.yarnpkg.com/chalk/-/chalk-1.1.3.tgz#a8115c55e4a702fe4d150abd3872822a7e09fc98" 2015 resolved "https://registry.yarnpkg.com/chalk/-/chalk-1.1.3.tgz#a8115c55e4a702fe4d150abd3872822a7e09fc98"
2050 dependencies: 2016 dependencies:
2051 ansi-styles "^2.2.1" 2017 ansi-styles "^2.2.1"
2052 escape-string-regexp "^1.0.2" 2018 escape-string-regexp "^1.0.2"
2053 has-ansi "^2.0.0" 2019 has-ansi "^2.0.0"
2054 strip-ansi "^3.0.0" 2020 strip-ansi "^3.0.0"
2055 supports-color "^2.0.0" 2021 supports-color "^2.0.0"
2022
2023 chalk@^2.0.0, chalk@^2.0.1, chalk@^2.1.0, chalk@^2.3.0, chalk@^2.3.1, chalk@^2.3.2, chalk@^2.4.1:
2024 version "2.4.1"
2025 resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.1.tgz#18c49ab16a037b6eb0152cc83e3471338215b66e"
2026 dependencies:
2027 ansi-styles "^3.2.1"
2028 escape-string-regexp "^1.0.5"
2029 supports-color "^5.3.0"
2056 2030
2057 character-parser@^2.1.1: 2031 character-parser@^2.1.1:
2058 version "2.2.0" 2032 version "2.2.0"
2059 resolved "https://registry.yarnpkg.com/character-parser/-/character-parser-2.2.0.tgz#c7ce28f36d4bcd9744e5ffc2c5fcde1c73261fc0" 2033 resolved "https://registry.yarnpkg.com/character-parser/-/character-parser-2.2.0.tgz#c7ce28f36d4bcd9744e5ffc2c5fcde1c73261fc0"
2060 dependencies: 2034 dependencies:
2152 version "4.2.1" 2126 version "4.2.1"
2153 resolved "https://registry.yarnpkg.com/clean-css/-/clean-css-4.2.1.tgz#2d411ef76b8569b6d0c84068dabe85b0aa5e5c17" 2127 resolved "https://registry.yarnpkg.com/clean-css/-/clean-css-4.2.1.tgz#2d411ef76b8569b6d0c84068dabe85b0aa5e5c17"
2154 dependencies: 2128 dependencies:
2155 source-map "~0.6.0" 2129 source-map "~0.6.0"
2156 2130
2157 cli-boxes@^1.0.0:
2158 version "1.0.0"
2159 resolved "https://registry.yarnpkg.com/cli-boxes/-/cli-boxes-1.0.0.tgz#4fa917c3e59c94a004cd61f8ee509da651687143"
2160
2161 cli-cursor@^2.1.0: 2131 cli-cursor@^2.1.0:
2162 version "2.1.0" 2132 version "2.1.0"
2163 resolved "https://registry.yarnpkg.com/cli-cursor/-/cli-cursor-2.1.0.tgz#b35dac376479facc3e94747d41d0d0f5238ffcb5" 2133 resolved "https://registry.yarnpkg.com/cli-cursor/-/cli-cursor-2.1.0.tgz#b35dac376479facc3e94747d41d0d0f5238ffcb5"
2164 dependencies: 2134 dependencies:
2165 restore-cursor "^2.0.0" 2135 restore-cursor "^2.0.0"
2170 2140
2171 cli-width@^2.0.0: 2141 cli-width@^2.0.0:
2172 version "2.2.0" 2142 version "2.2.0"
2173 resolved "https://registry.yarnpkg.com/cli-width/-/cli-width-2.2.0.tgz#ff19ede8a9a5e579324147b0c11f0fbcbabed639" 2143 resolved "https://registry.yarnpkg.com/cli-width/-/cli-width-2.2.0.tgz#ff19ede8a9a5e579324147b0c11f0fbcbabed639"
2174 2144
2175 clipboardy@1.2.3, clipboardy@^1.2.3: 2145 clipboardy@^1.2.3:
2176 version "1.2.3" 2146 version "1.2.3"
2177 resolved "https://registry.yarnpkg.com/clipboardy/-/clipboardy-1.2.3.tgz#0526361bf78724c1f20be248d428e365433c07ef" 2147 resolved "https://registry.yarnpkg.com/clipboardy/-/clipboardy-1.2.3.tgz#0526361bf78724c1f20be248d428e365433c07ef"
2178 dependencies: 2148 dependencies:
2179 arch "^2.1.0" 2149 arch "^2.1.0"
2180 execa "^0.8.0" 2150 execa "^0.8.0"
3616 3586
3617 fast-levenshtein@~2.0.4: 3587 fast-levenshtein@~2.0.4:
3618 version "2.0.6" 3588 version "2.0.6"
3619 resolved "https://registry.yarnpkg.com/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz#3d8a5c66883a16a30ca8643e851f19baa7797917" 3589 resolved "https://registry.yarnpkg.com/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz#3d8a5c66883a16a30ca8643e851f19baa7797917"
3620 3590
3621 fast-url-parser@1.1.3:
3622 version "1.1.3"
3623 resolved "https://registry.yarnpkg.com/fast-url-parser/-/fast-url-parser-1.1.3.tgz#f4af3ea9f34d8a271cf58ad2b3759f431f0b318d"
3624 dependencies:
3625 punycode "^1.3.2"
3626
3627 fastparse@^1.1.1: 3591 fastparse@^1.1.1:
3628 version "1.1.1" 3592 version "1.1.1"
3629 resolved "https://registry.yarnpkg.com/fastparse/-/fastparse-1.1.1.tgz#d1e2643b38a94d7583b479060e6c4affc94071f8" 3593 resolved "https://registry.yarnpkg.com/fastparse/-/fastparse-1.1.1.tgz#d1e2643b38a94d7583b479060e6c4affc94071f8"
3630 3594
3631 faye-websocket@^0.10.0: 3595 faye-websocket@^0.10.0:
3984 version "3.1.0" 3948 version "3.1.0"
3985 resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-3.1.0.tgz#9e6af6299d8d3bd2bd40430832bd113df906c5ae" 3949 resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-3.1.0.tgz#9e6af6299d8d3bd2bd40430832bd113df906c5ae"
3986 dependencies: 3950 dependencies:
3987 is-glob "^3.1.0" 3951 is-glob "^3.1.0"
3988 path-dirname "^1.0.0" 3952 path-dirname "^1.0.0"
3989
3990 glob-slash@^1.0.0:
3991 version "1.0.0"
3992 resolved "https://registry.yarnpkg.com/glob-slash/-/glob-slash-1.0.0.tgz#fe52efa433233f74a2fe64c7abb9bc848202ab95"
3993
3994 glob-slasher@1.0.1:
3995 version "1.0.1"
3996 resolved "https://registry.yarnpkg.com/glob-slasher/-/glob-slasher-1.0.1.tgz#747a0e5bb222642ee10d3e05443e109493cb0f8e"
3997 dependencies:
3998 glob-slash "^1.0.0"
3999 lodash.isobject "^2.4.1"
4000 toxic "^1.0.0"
4001 3953
4002 glob-to-regexp@^0.3.0: 3954 glob-to-regexp@^0.3.0:
4003 version "0.3.0" 3955 version "0.3.0"
4004 resolved "https://registry.yarnpkg.com/glob-to-regexp/-/glob-to-regexp-0.3.0.tgz#8c5a1494d2066c570cc3bfe4496175acc4d502ab" 3956 resolved "https://registry.yarnpkg.com/glob-to-regexp/-/glob-to-regexp-0.3.0.tgz#8c5a1494d2066c570cc3bfe4496175acc4d502ab"
4005 3957
5559 5511
5560 lodash._isiterateecall@^3.0.0: 5512 lodash._isiterateecall@^3.0.0:
5561 version "3.0.9" 5513 version "3.0.9"
5562 resolved "https://registry.yarnpkg.com/lodash._isiterateecall/-/lodash._isiterateecall-3.0.9.tgz#5203ad7ba425fae842460e696db9cf3e6aac057c" 5514 resolved "https://registry.yarnpkg.com/lodash._isiterateecall/-/lodash._isiterateecall-3.0.9.tgz#5203ad7ba425fae842460e696db9cf3e6aac057c"
5563 5515
5564 lodash._objecttypes@~2.4.1:
5565 version "2.4.1"
5566 resolved "https://registry.yarnpkg.com/lodash._objecttypes/-/lodash._objecttypes-2.4.1.tgz#7c0b7f69d98a1f76529f890b0cdb1b4dfec11c11"
5567
5568 lodash._stack@^4.0.0: 5516 lodash._stack@^4.0.0:
5569 version "4.1.3" 5517 version "4.1.3"
5570 resolved "https://registry.yarnpkg.com/lodash._stack/-/lodash._stack-4.1.3.tgz#751aa76c1b964b047e76d14fc72a093fcb5e2dd0" 5518 resolved "https://registry.yarnpkg.com/lodash._stack/-/lodash._stack-4.1.3.tgz#751aa76c1b964b047e76d14fc72a093fcb5e2dd0"
5571 5519
5572 lodash.assign@^4.2.0: 5520 lodash.assign@^4.2.0:
5621 resolved "https://registry.yarnpkg.com/lodash.isarguments/-/lodash.isarguments-3.1.0.tgz#2f573d85c6a24289ff00663b491c1d338ff3458a" 5569 resolved "https://registry.yarnpkg.com/lodash.isarguments/-/lodash.isarguments-3.1.0.tgz#2f573d85c6a24289ff00663b491c1d338ff3458a"
5622 5570
5623 lodash.isarray@^3.0.0: 5571 lodash.isarray@^3.0.0:
5624 version "3.0.4" 5572 version "3.0.4"
5625 resolved "https://registry.yarnpkg.com/lodash.isarray/-/lodash.isarray-3.0.4.tgz#79e4eb88c36a8122af86f844aa9bcd851b5fbb55" 5573 resolved "https://registry.yarnpkg.com/lodash.isarray/-/lodash.isarray-3.0.4.tgz#79e4eb88c36a8122af86f844aa9bcd851b5fbb55"
5626
5627 lodash.isobject@^2.4.1:
5628 version "2.4.1"
5629 resolved "https://registry.yarnpkg.com/lodash.isobject/-/lodash.isobject-2.4.1.tgz#5a2e47fe69953f1ee631a7eba1fe64d2d06558f5"
5630 dependencies:
5631 lodash._objecttypes "~2.4.1"
5632 5574
5633 lodash.isplainobject@^4.0.0: 5575 lodash.isplainobject@^4.0.0:
5634 version "4.0.6" 5576 version "4.0.6"
5635 resolved "https://registry.yarnpkg.com/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz#7c526a52d89b45c45cc690b88163be0497f550cb" 5577 resolved "https://registry.yarnpkg.com/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz#7c526a52d89b45c45cc690b88163be0497f550cb"
5636 5578
5895 5837
5896 "mime-db@>= 1.34.0 < 2", mime-db@~1.35.0: 5838 "mime-db@>= 1.34.0 < 2", mime-db@~1.35.0:
5897 version "1.35.0" 5839 version "1.35.0"
5898 resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.35.0.tgz#0569d657466491283709663ad379a99b90d9ab47" 5840 resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.35.0.tgz#0569d657466491283709663ad379a99b90d9ab47"
5899 5841
5900 mime-db@~1.33.0:
5901 version "1.33.0"
5902 resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.33.0.tgz#a3492050a5cb9b63450541e39d9788d2272783db"
5903
5904 mime-types@2.1.18:
5905 version "2.1.18"
5906 resolved "https://registry.yarnpkg.com/mime-types/-/mime-types-2.1.18.tgz#6f323f60a83d11146f831ff11fd66e2fe5503bb8"
5907 dependencies:
5908 mime-db "~1.33.0"
5909
5910 mime-types@^2.1.12, mime-types@~2.1.17, mime-types@~2.1.18, mime-types@~2.1.19: 5842 mime-types@^2.1.12, mime-types@~2.1.17, mime-types@~2.1.18, mime-types@~2.1.19:
5911 version "2.1.19" 5843 version "2.1.19"
5912 resolved "https://registry.yarnpkg.com/mime-types/-/mime-types-2.1.19.tgz#71e464537a7ef81c15f2db9d97e913fc0ff606f0" 5844 resolved "https://registry.yarnpkg.com/mime-types/-/mime-types-2.1.19.tgz#71e464537a7ef81c15f2db9d97e913fc0ff606f0"
5913 dependencies: 5845 dependencies:
5914 mime-db "~1.35.0" 5846 mime-db "~1.35.0"
5939 5871
5940 minimalistic-crypto-utils@^1.0.0, minimalistic-crypto-utils@^1.0.1: 5872 minimalistic-crypto-utils@^1.0.0, minimalistic-crypto-utils@^1.0.1:
5941 version "1.0.1" 5873 version "1.0.1"
5942 resolved "https://registry.yarnpkg.com/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz#f6c00c1c0b082246e5c4d99dfb8c7c083b2b582a" 5874 resolved "https://registry.yarnpkg.com/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz#f6c00c1c0b082246e5c4d99dfb8c7c083b2b582a"
5943 5875
5944 "minimatch@2 || 3", minimatch@3.0.4, minimatch@^3.0.2, minimatch@^3.0.3, minimatch@^3.0.4, minimatch@~3.0.2: 5876 "minimatch@2 || 3", minimatch@^3.0.2, minimatch@^3.0.3, minimatch@^3.0.4, minimatch@~3.0.2:
5945 version "3.0.4" 5877 version "3.0.4"
5946 resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083" 5878 resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083"
5947 dependencies: 5879 dependencies:
5948 brace-expansion "^1.1.7" 5880 brace-expansion "^1.1.7"
5949 5881
6670 6602
6671 path-is-absolute@^1.0.0, path-is-absolute@^1.0.1: 6603 path-is-absolute@^1.0.0, path-is-absolute@^1.0.1:
6672 version "1.0.1" 6604 version "1.0.1"
6673 resolved "https://registry.yarnpkg.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz#174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f" 6605 resolved "https://registry.yarnpkg.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz#174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f"
6674 6606
6675 path-is-inside@1.0.2, path-is-inside@^1.0.1, path-is-inside@^1.0.2: 6607 path-is-inside@^1.0.1, path-is-inside@^1.0.2:
6676 version "1.0.2" 6608 version "1.0.2"
6677 resolved "https://registry.yarnpkg.com/path-is-inside/-/path-is-inside-1.0.2.tgz#365417dede44430d1c11af61027facf074bdfc53" 6609 resolved "https://registry.yarnpkg.com/path-is-inside/-/path-is-inside-1.0.2.tgz#365417dede44430d1c11af61027facf074bdfc53"
6678 6610
6679 path-key@^2.0.0, path-key@^2.0.1: 6611 path-key@^2.0.0, path-key@^2.0.1:
6680 version "2.0.1" 6612 version "2.0.1"
6685 resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.6.tgz#d62dbb5679405d72c4737ec58600e9ddcf06d24c" 6617 resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.6.tgz#d62dbb5679405d72c4737ec58600e9ddcf06d24c"
6686 6618
6687 path-to-regexp@0.1.7: 6619 path-to-regexp@0.1.7:
6688 version "0.1.7" 6620 version "0.1.7"
6689 resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-0.1.7.tgz#df604178005f522f15eb4490e7247a1bfaa67f8c" 6621 resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-0.1.7.tgz#df604178005f522f15eb4490e7247a1bfaa67f8c"
6690
6691 path-to-regexp@2.2.1:
6692 version "2.2.1"
6693 resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-2.2.1.tgz#90b617025a16381a879bc82a38d4e8bdeb2bcf45"
6694 6622
6695 path-type@^1.0.0: 6623 path-type@^1.0.0:
6696 version "1.1.0" 6624 version "1.1.0"
6697 resolved "https://registry.yarnpkg.com/path-type/-/path-type-1.1.0.tgz#59c44f7ee491da704da415da5a4070ba4f8fe441" 6625 resolved "https://registry.yarnpkg.com/path-type/-/path-type-1.1.0.tgz#59c44f7ee491da704da415da5a4070ba4f8fe441"
6698 dependencies: 6626 dependencies:
7332 7260
7333 punycode@2.x.x, punycode@^2.1.0: 7261 punycode@2.x.x, punycode@^2.1.0:
7334 version "2.1.1" 7262 version "2.1.1"
7335 resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.1.1.tgz#b58b010ac40c22c5657616c8d2c2c02c7bf479ec" 7263 resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.1.1.tgz#b58b010ac40c22c5657616c8d2c2c02c7bf479ec"
7336 7264
7337 punycode@^1.2.4, punycode@^1.3.2, punycode@^1.4.1: 7265 punycode@^1.2.4, punycode@^1.4.1:
7338 version "1.4.1" 7266 version "1.4.1"
7339 resolved "https://registry.yarnpkg.com/punycode/-/punycode-1.4.1.tgz#c0d5a63b2718800ad8e1eb0fa5269c84dd41845e" 7267 resolved "https://registry.yarnpkg.com/punycode/-/punycode-1.4.1.tgz#c0d5a63b2718800ad8e1eb0fa5269c84dd41845e"
7340 7268
7341 q@1.4.1: 7269 q@1.4.1:
7342 version "1.4.1" 7270 version "1.4.1"
7417 version "2.0.2" 7345 version "2.0.2"
7418 resolved "https://registry.yarnpkg.com/rbush/-/rbush-2.0.2.tgz#bb6005c2731b7ba1d5a9a035772927d16a614605" 7346 resolved "https://registry.yarnpkg.com/rbush/-/rbush-2.0.2.tgz#bb6005c2731b7ba1d5a9a035772927d16a614605"
7419 dependencies: 7347 dependencies:
7420 quickselect "^1.0.1" 7348 quickselect "^1.0.1"
7421 7349
7422 rc@^1.0.1, rc@^1.1.6, rc@^1.2.7: 7350 rc@^1.2.7:
7423 version "1.2.8" 7351 version "1.2.8"
7424 resolved "https://registry.yarnpkg.com/rc/-/rc-1.2.8.tgz#cd924bf5200a075b83c188cd6b9e211b7fc0d3ed" 7352 resolved "https://registry.yarnpkg.com/rc/-/rc-1.2.8.tgz#cd924bf5200a075b83c188cd6b9e211b7fc0d3ed"
7425 dependencies: 7353 dependencies:
7426 deep-extend "^0.6.0" 7354 deep-extend "^0.6.0"
7427 ini "~1.3.0" 7355 ini "~1.3.0"
7571 regenerate-unicode-properties "^7.0.0" 7499 regenerate-unicode-properties "^7.0.0"
7572 regjsgen "^0.4.0" 7500 regjsgen "^0.4.0"
7573 regjsparser "^0.3.0" 7501 regjsparser "^0.3.0"
7574 unicode-match-property-ecmascript "^1.0.4" 7502 unicode-match-property-ecmascript "^1.0.4"
7575 unicode-match-property-value-ecmascript "^1.0.2" 7503 unicode-match-property-value-ecmascript "^1.0.2"
7576
7577 registry-auth-token@3.3.2:
7578 version "3.3.2"
7579 resolved "https://registry.yarnpkg.com/registry-auth-token/-/registry-auth-token-3.3.2.tgz#851fd49038eecb586911115af845260eec983f20"
7580 dependencies:
7581 rc "^1.1.6"
7582 safe-buffer "^5.0.1"
7583
7584 registry-url@3.1.0:
7585 version "3.1.0"
7586 resolved "https://registry.yarnpkg.com/registry-url/-/registry-url-3.1.0.tgz#3d4ef870f73dde1d77f0cf9a381432444e174942"
7587 dependencies:
7588 rc "^1.0.1"
7589 7504
7590 regjsgen@^0.2.0: 7505 regjsgen@^0.2.0:
7591 version "0.2.0" 7506 version "0.2.0"
7592 resolved "https://registry.yarnpkg.com/regjsgen/-/regjsgen-0.2.0.tgz#6c016adeac554f75823fe37ac05b92d5a4edb1f7" 7507 resolved "https://registry.yarnpkg.com/regjsgen/-/regjsgen-0.2.0.tgz#6c016adeac554f75823fe37ac05b92d5a4edb1f7"
7593 7508
7945 7860
7946 serialize-javascript@^1.4.0: 7861 serialize-javascript@^1.4.0:
7947 version "1.5.0" 7862 version "1.5.0"
7948 resolved "https://registry.yarnpkg.com/serialize-javascript/-/serialize-javascript-1.5.0.tgz#1aa336162c88a890ddad5384baebc93a655161fe" 7863 resolved "https://registry.yarnpkg.com/serialize-javascript/-/serialize-javascript-1.5.0.tgz#1aa336162c88a890ddad5384baebc93a655161fe"
7949 7864
7950 serve-handler@3.6.0:
7951 version "3.6.0"
7952 resolved "https://registry.yarnpkg.com/serve-handler/-/serve-handler-3.6.0.tgz#f4167c06d0a26c38ed753418230ed43a59adf9cb"
7953 dependencies:
7954 bytes "3.0.0"
7955 content-disposition "0.5.2"
7956 fast-url-parser "1.1.3"
7957 glob-slasher "1.0.1"
7958 mime-types "2.1.18"
7959 minimatch "3.0.4"
7960 path-is-inside "1.0.2"
7961 path-to-regexp "2.2.1"
7962
7963 serve-index@^1.7.2: 7865 serve-index@^1.7.2:
7964 version "1.9.1" 7866 version "1.9.1"
7965 resolved "https://registry.yarnpkg.com/serve-index/-/serve-index-1.9.1.tgz#d3768d69b1e7d82e5ce050fff5b453bea12a9239" 7867 resolved "https://registry.yarnpkg.com/serve-index/-/serve-index-1.9.1.tgz#d3768d69b1e7d82e5ce050fff5b453bea12a9239"
7966 dependencies: 7868 dependencies:
7967 accepts "~1.3.4" 7869 accepts "~1.3.4"
7978 dependencies: 7880 dependencies:
7979 encodeurl "~1.0.2" 7881 encodeurl "~1.0.2"
7980 escape-html "~1.0.3" 7882 escape-html "~1.0.3"
7981 parseurl "~1.3.2" 7883 parseurl "~1.3.2"
7982 send "0.16.2" 7884 send "0.16.2"
7983
7984 serve@^9.2.0:
7985 version "9.4.2"
7986 resolved "https://registry.yarnpkg.com/serve/-/serve-9.4.2.tgz#943a1526f424de74ac874aea449d9f9c74ffad2d"
7987 dependencies:
7988 "@zeit/schemas" "1.7.0"
7989 ajv "6.5.2"
7990 arg "2.0.0"
7991 boxen "1.3.0"
7992 chalk "2.4.1"
7993 clipboardy "1.2.3"
7994 serve-handler "3.6.0"
7995 update-check "1.5.2"
7996 7885
7997 set-blocking@^2.0.0, set-blocking@~2.0.0: 7886 set-blocking@^2.0.0, set-blocking@~2.0.0:
7998 version "2.0.0" 7887 version "2.0.0"
7999 resolved "https://registry.yarnpkg.com/set-blocking/-/set-blocking-2.0.0.tgz#045f9782d011ae9a6803ddd382b24392b3d890f7" 7888 resolved "https://registry.yarnpkg.com/set-blocking/-/set-blocking-2.0.0.tgz#045f9782d011ae9a6803ddd382b24392b3d890f7"
8000 7889
8501 sax "~1.2.4" 8390 sax "~1.2.4"
8502 stable "~0.1.6" 8391 stable "~0.1.6"
8503 unquote "~1.1.1" 8392 unquote "~1.1.1"
8504 util.promisify "~1.0.0" 8393 util.promisify "~1.0.0"
8505 8394
8506 swagger-ui-dist@^3.17.3:
8507 version "3.18.1"
8508 resolved "https://registry.yarnpkg.com/swagger-ui-dist/-/swagger-ui-dist-3.18.1.tgz#3cd227f9d720aa44b7ef7628d87948a8df03a314"
8509
8510 symbol-tree@^3.2.2: 8395 symbol-tree@^3.2.2:
8511 version "3.2.2" 8396 version "3.2.2"
8512 resolved "https://registry.yarnpkg.com/symbol-tree/-/symbol-tree-3.2.2.tgz#ae27db38f660a7ae2e1c3b7d1bc290819b8519e6" 8397 resolved "https://registry.yarnpkg.com/symbol-tree/-/symbol-tree-3.2.2.tgz#ae27db38f660a7ae2e1c3b7d1bc290819b8519e6"
8513 8398
8514 table@4.0.2: 8399 table@4.0.2:
8544 minizlib "^1.1.0" 8429 minizlib "^1.1.0"
8545 mkdirp "^0.5.0" 8430 mkdirp "^0.5.0"
8546 safe-buffer "^5.1.2" 8431 safe-buffer "^5.1.2"
8547 yallist "^3.0.2" 8432 yallist "^3.0.2"
8548 8433
8549 term-size@^1.2.0:
8550 version "1.2.0"
8551 resolved "https://registry.yarnpkg.com/term-size/-/term-size-1.2.0.tgz#458b83887f288fc56d6fffbfad262e26638efa69"
8552 dependencies:
8553 execa "^0.7.0"
8554
8555 test-exclude@^4.2.1: 8434 test-exclude@^4.2.1:
8556 version "4.2.1" 8435 version "4.2.1"
8557 resolved "https://registry.yarnpkg.com/test-exclude/-/test-exclude-4.2.1.tgz#dfa222f03480bca69207ca728b37d74b45f724fa" 8436 resolved "https://registry.yarnpkg.com/test-exclude/-/test-exclude-4.2.1.tgz#dfa222f03480bca69207ca728b37d74b45f724fa"
8558 dependencies: 8437 dependencies:
8559 arrify "^1.0.1" 8438 arrify "^1.0.1"
8675 tough-cookie@~2.3.3: 8554 tough-cookie@~2.3.3:
8676 version "2.3.4" 8555 version "2.3.4"
8677 resolved "https://registry.yarnpkg.com/tough-cookie/-/tough-cookie-2.3.4.tgz#ec60cee38ac675063ffc97a5c18970578ee83655" 8556 resolved "https://registry.yarnpkg.com/tough-cookie/-/tough-cookie-2.3.4.tgz#ec60cee38ac675063ffc97a5c18970578ee83655"
8678 dependencies: 8557 dependencies:
8679 punycode "^1.4.1" 8558 punycode "^1.4.1"
8680
8681 toxic@^1.0.0:
8682 version "1.0.1"
8683 resolved "https://registry.yarnpkg.com/toxic/-/toxic-1.0.1.tgz#8c2e2528da591100adc3883f2c0e56acfb1c7288"
8684 dependencies:
8685 lodash "^4.17.10"
8686 8559
8687 tr46@^1.0.1: 8560 tr46@^1.0.1:
8688 version "1.0.1" 8561 version "1.0.1"
8689 resolved "https://registry.yarnpkg.com/tr46/-/tr46-1.0.1.tgz#a8b13fd6bfd2489519674ccde55ba3693b706d09" 8562 resolved "https://registry.yarnpkg.com/tr46/-/tr46-1.0.1.tgz#a8b13fd6bfd2489519674ccde55ba3693b706d09"
8690 dependencies: 8563 dependencies:
8868 isobject "^3.0.0" 8741 isobject "^3.0.0"
8869 8742
8870 upath@^1.0.5: 8743 upath@^1.0.5:
8871 version "1.1.0" 8744 version "1.1.0"
8872 resolved "https://registry.yarnpkg.com/upath/-/upath-1.1.0.tgz#35256597e46a581db4793d0ce47fa9aebfc9fabd" 8745 resolved "https://registry.yarnpkg.com/upath/-/upath-1.1.0.tgz#35256597e46a581db4793d0ce47fa9aebfc9fabd"
8873
8874 update-check@1.5.2:
8875 version "1.5.2"
8876 resolved "https://registry.yarnpkg.com/update-check/-/update-check-1.5.2.tgz#2fe09f725c543440b3d7dabe8971f2d5caaedc28"
8877 dependencies:
8878 registry-auth-token "3.3.2"
8879 registry-url "3.1.0"
8880 8746
8881 upper-case@^1.1.1: 8747 upper-case@^1.1.1:
8882 version "1.1.3" 8748 version "1.1.3"
8883 resolved "https://registry.yarnpkg.com/upper-case/-/upper-case-1.1.3.tgz#f6b4501c2ec4cdd26ba78be7222961de77621598" 8749 resolved "https://registry.yarnpkg.com/upper-case/-/upper-case-1.1.3.tgz#f6b4501c2ec4cdd26ba78be7222961de77621598"
8884 8750
9279 version "1.1.3" 9145 version "1.1.3"
9280 resolved "https://registry.yarnpkg.com/wide-align/-/wide-align-1.1.3.tgz#ae074e6bdc0c14a431e804e624549c633b000457" 9146 resolved "https://registry.yarnpkg.com/wide-align/-/wide-align-1.1.3.tgz#ae074e6bdc0c14a431e804e624549c633b000457"
9281 dependencies: 9147 dependencies:
9282 string-width "^1.0.2 || 2" 9148 string-width "^1.0.2 || 2"
9283 9149
9284 widest-line@^2.0.0:
9285 version "2.0.0"
9286 resolved "https://registry.yarnpkg.com/widest-line/-/widest-line-2.0.0.tgz#0142a4e8a243f8882c0233aa0e0281aa76152273"
9287 dependencies:
9288 string-width "^2.1.1"
9289
9290 window-size@0.1.0: 9150 window-size@0.1.0:
9291 version "0.1.0" 9151 version "0.1.0"
9292 resolved "https://registry.yarnpkg.com/window-size/-/window-size-0.1.0.tgz#5438cd2ea93b202efa3a19fe8887aee7c94f9c9d" 9152 resolved "https://registry.yarnpkg.com/window-size/-/window-size-0.1.0.tgz#5438cd2ea93b202efa3a19fe8887aee7c94f9c9d"
9293 9153
9294 with@^5.0.0: 9154 with@^5.0.0: