|
15 | 15 | integrity sha512-nS6dZaISCXJ3+518CWiBfEr//gHyMO02uDxBkXTKZDN5POruCnOZ1N4YBRZDCabwF8nZMWBpRxIicmXtBs+fvw==
|
16 | 16 |
|
17 | 17 | "@babel/core@^7.9.0":
|
18 |
| - version "7.14.6" |
19 |
| - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.14.6.tgz#e0814ec1a950032ff16c13a2721de39a8416fcab" |
20 |
| - integrity sha512-gJnOEWSqTk96qG5BoIrl5bVtc23DCycmIePPYnamY9RboYdI4nFy5vAQMSl81O5K/W0sLDWfGysnOECC+KUUCA== |
| 18 | + version "7.14.8" |
| 19 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.14.8.tgz#20cdf7c84b5d86d83fac8710a8bc605a7ba3f010" |
| 20 | + integrity sha512-/AtaeEhT6ErpDhInbXmjHcUQXH0L0TEgscfcxk1qbOvLuKCa5aZT0SOOtDKFY96/CLROwbLSKyFor6idgNaU4Q== |
21 | 21 | dependencies:
|
22 | 22 | "@babel/code-frame" "^7.14.5"
|
23 |
| - "@babel/generator" "^7.14.5" |
| 23 | + "@babel/generator" "^7.14.8" |
24 | 24 | "@babel/helper-compilation-targets" "^7.14.5"
|
25 |
| - "@babel/helper-module-transforms" "^7.14.5" |
26 |
| - "@babel/helpers" "^7.14.6" |
27 |
| - "@babel/parser" "^7.14.6" |
| 25 | + "@babel/helper-module-transforms" "^7.14.8" |
| 26 | + "@babel/helpers" "^7.14.8" |
| 27 | + "@babel/parser" "^7.14.8" |
28 | 28 | "@babel/template" "^7.14.5"
|
29 |
| - "@babel/traverse" "^7.14.5" |
30 |
| - "@babel/types" "^7.14.5" |
| 29 | + "@babel/traverse" "^7.14.8" |
| 30 | + "@babel/types" "^7.14.8" |
31 | 31 | convert-source-map "^1.7.0"
|
32 | 32 | debug "^4.1.0"
|
33 | 33 | gensync "^1.0.0-beta.2"
|
34 | 34 | json5 "^2.1.2"
|
35 | 35 | semver "^6.3.0"
|
36 | 36 | source-map "^0.5.0"
|
37 | 37 |
|
38 |
| -"@babel/generator@^7.14.5": |
39 |
| - version "7.14.5" |
40 |
| - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.14.5.tgz#848d7b9f031caca9d0cd0af01b063f226f52d785" |
41 |
| - integrity sha512-y3rlP+/G25OIX3mYKKIOlQRcqj7YgrvHxOLbVmyLJ9bPmi5ttvUmpydVjcFjZphOktWuA7ovbx91ECloWTfjIA== |
| 38 | +"@babel/generator@^7.14.8": |
| 39 | + version "7.14.8" |
| 40 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.14.8.tgz#bf86fd6af96cf3b74395a8ca409515f89423e070" |
| 41 | + integrity sha512-cYDUpvIzhBVnMzRoY1fkSEhK/HmwEVwlyULYgn/tMQYd6Obag3ylCjONle3gdErfXBW61SVTlR9QR7uWlgeIkg== |
42 | 42 | dependencies:
|
43 |
| - "@babel/types" "^7.14.5" |
| 43 | + "@babel/types" "^7.14.8" |
44 | 44 | jsesc "^2.5.1"
|
45 | 45 | source-map "^0.5.0"
|
46 | 46 |
|
|
70 | 70 | semver "^6.3.0"
|
71 | 71 |
|
72 | 72 | "@babel/helper-create-class-features-plugin@^7.14.5":
|
73 |
| - version "7.14.6" |
74 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.14.6.tgz#f114469b6c06f8b5c59c6c4e74621f5085362542" |
75 |
| - integrity sha512-Z6gsfGofTxH/+LQXqYEK45kxmcensbzmk/oi8DmaQytlQCgqNZt9XQF8iqlI/SeXWVjaMNxvYvzaYw+kh42mDg== |
| 73 | + version "7.14.8" |
| 74 | + resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.14.8.tgz#a6f8c3de208b1e5629424a9a63567f56501955fc" |
| 75 | + integrity sha512-bpYvH8zJBWzeqi1o+co8qOrw+EXzQ/0c74gVmY205AWXy9nifHrOg77y+1zwxX5lXE7Icq4sPlSQ4O2kWBrteQ== |
76 | 76 | dependencies:
|
77 | 77 | "@babel/helper-annotate-as-pure" "^7.14.5"
|
78 | 78 | "@babel/helper-function-name" "^7.14.5"
|
79 |
| - "@babel/helper-member-expression-to-functions" "^7.14.5" |
| 79 | + "@babel/helper-member-expression-to-functions" "^7.14.7" |
80 | 80 | "@babel/helper-optimise-call-expression" "^7.14.5"
|
81 | 81 | "@babel/helper-replace-supers" "^7.14.5"
|
82 | 82 | "@babel/helper-split-export-declaration" "^7.14.5"
|
|
133 | 133 | dependencies:
|
134 | 134 | "@babel/types" "^7.14.5"
|
135 | 135 |
|
136 |
| -"@babel/helper-member-expression-to-functions@^7.14.5": |
| 136 | +"@babel/helper-member-expression-to-functions@^7.14.5", "@babel/helper-member-expression-to-functions@^7.14.7": |
137 | 137 | version "7.14.7"
|
138 | 138 | resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.14.7.tgz#97e56244beb94211fe277bd818e3a329c66f7970"
|
139 | 139 | integrity sha512-TMUt4xKxJn6ccjcOW7c4hlwyJArizskAhoSTOCkA0uZ+KghIaci0Qg9R043kUMWI9mtQfgny+NQ5QATnZ+paaA==
|
|
147 | 147 | dependencies:
|
148 | 148 | "@babel/types" "^7.14.5"
|
149 | 149 |
|
150 |
| -"@babel/helper-module-transforms@^7.14.5": |
151 |
| - version "7.14.5" |
152 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.14.5.tgz#7de42f10d789b423eb902ebd24031ca77cb1e10e" |
153 |
| - integrity sha512-iXpX4KW8LVODuAieD7MzhNjmM6dzYY5tfRqT+R9HDXWl0jPn/djKmA+G9s/2C2T9zggw5tK1QNqZ70USfedOwA== |
| 150 | +"@babel/helper-module-transforms@^7.14.5", "@babel/helper-module-transforms@^7.14.8": |
| 151 | + version "7.14.8" |
| 152 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.14.8.tgz#d4279f7e3fd5f4d5d342d833af36d4dd87d7dc49" |
| 153 | + integrity sha512-RyE+NFOjXn5A9YU1dkpeBaduagTlZ0+fccnIcAGbv1KGUlReBj7utF7oEth8IdIBQPcux0DDgW5MFBH2xu9KcA== |
154 | 154 | dependencies:
|
155 | 155 | "@babel/helper-module-imports" "^7.14.5"
|
156 | 156 | "@babel/helper-replace-supers" "^7.14.5"
|
157 |
| - "@babel/helper-simple-access" "^7.14.5" |
| 157 | + "@babel/helper-simple-access" "^7.14.8" |
158 | 158 | "@babel/helper-split-export-declaration" "^7.14.5"
|
159 |
| - "@babel/helper-validator-identifier" "^7.14.5" |
| 159 | + "@babel/helper-validator-identifier" "^7.14.8" |
160 | 160 | "@babel/template" "^7.14.5"
|
161 |
| - "@babel/traverse" "^7.14.5" |
162 |
| - "@babel/types" "^7.14.5" |
| 161 | + "@babel/traverse" "^7.14.8" |
| 162 | + "@babel/types" "^7.14.8" |
163 | 163 |
|
164 | 164 | "@babel/helper-optimise-call-expression@^7.14.5":
|
165 | 165 | version "7.14.5"
|
|
192 | 192 | "@babel/traverse" "^7.14.5"
|
193 | 193 | "@babel/types" "^7.14.5"
|
194 | 194 |
|
195 |
| -"@babel/helper-simple-access@^7.14.5": |
196 |
| - version "7.14.5" |
197 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.14.5.tgz#66ea85cf53ba0b4e588ba77fc813f53abcaa41c4" |
198 |
| - integrity sha512-nfBN9xvmCt6nrMZjfhkl7i0oTV3yxR4/FztsbOASyTvVcoYd0TRHh7eMLdlEcCqobydC0LAF3LtC92Iwxo0wyw== |
| 195 | +"@babel/helper-simple-access@^7.14.5", "@babel/helper-simple-access@^7.14.8": |
| 196 | + version "7.14.8" |
| 197 | + resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.14.8.tgz#82e1fec0644a7e775c74d305f212c39f8fe73924" |
| 198 | + integrity sha512-TrFN4RHh9gnWEU+s7JloIho2T76GPwRHhdzOWLqTrMnlas8T9O7ec+oEDNsRXndOmru9ymH9DFrEOxpzPoSbdg== |
199 | 199 | dependencies:
|
200 |
| - "@babel/types" "^7.14.5" |
| 200 | + "@babel/types" "^7.14.8" |
201 | 201 |
|
202 | 202 | "@babel/helper-skip-transparent-expression-wrappers@^7.14.5":
|
203 | 203 | version "7.14.5"
|
|
213 | 213 | dependencies:
|
214 | 214 | "@babel/types" "^7.14.5"
|
215 | 215 |
|
216 |
| -"@babel/helper-validator-identifier@^7.14.5": |
217 |
| - version "7.14.5" |
218 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.5.tgz#d0f0e277c512e0c938277faa85a3968c9a44c0e8" |
219 |
| - integrity sha512-5lsetuxCLilmVGyiLEfoHBRX8UCFD+1m2x3Rj97WrW3V7H3u4RWRXA4evMjImCsin2J2YT0QaVDGf+z8ondbAg== |
| 216 | +"@babel/helper-validator-identifier@^7.14.5", "@babel/helper-validator-identifier@^7.14.8": |
| 217 | + version "7.14.8" |
| 218 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.8.tgz#32be33a756f29e278a0d644fa08a2c9e0f88a34c" |
| 219 | + integrity sha512-ZGy6/XQjllhYQrNw/3zfWRwZCTVSiBLZ9DHVZxn9n2gip/7ab8mv2TWlKPIBk26RwedCBoWdjLmn+t9na2Gcow== |
220 | 220 |
|
221 | 221 | "@babel/helper-validator-option@^7.14.5":
|
222 | 222 | version "7.14.5"
|
|
233 | 233 | "@babel/traverse" "^7.14.5"
|
234 | 234 | "@babel/types" "^7.14.5"
|
235 | 235 |
|
236 |
| -"@babel/helpers@^7.14.6": |
237 |
| - version "7.14.6" |
238 |
| - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.14.6.tgz#5b58306b95f1b47e2a0199434fa8658fa6c21635" |
239 |
| - integrity sha512-yesp1ENQBiLI+iYHSJdoZKUtRpfTlL1grDIX9NRlAVppljLw/4tTyYupIB7uIYmC3stW/imAv8EqaKaS/ibmeA== |
| 236 | +"@babel/helpers@^7.14.8": |
| 237 | + version "7.14.8" |
| 238 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.14.8.tgz#839f88f463025886cff7f85a35297007e2da1b77" |
| 239 | + integrity sha512-ZRDmI56pnV+p1dH6d+UN6GINGz7Krps3+270qqI9UJ4wxYThfAIcI5i7j5vXC4FJ3Wap+S9qcebxeYiqn87DZw== |
240 | 240 | dependencies:
|
241 | 241 | "@babel/template" "^7.14.5"
|
242 |
| - "@babel/traverse" "^7.14.5" |
243 |
| - "@babel/types" "^7.14.5" |
| 242 | + "@babel/traverse" "^7.14.8" |
| 243 | + "@babel/types" "^7.14.8" |
244 | 244 |
|
245 | 245 | "@babel/highlight@^7.14.5":
|
246 | 246 | version "7.14.5"
|
|
251 | 251 | chalk "^2.0.0"
|
252 | 252 | js-tokens "^4.0.0"
|
253 | 253 |
|
254 |
| -"@babel/parser@^7.14.5", "@babel/parser@^7.14.6", "@babel/parser@^7.14.7", "@babel/parser@^7.7.0", "@babel/parser@^7.9.4": |
255 |
| - version "7.14.7" |
256 |
| - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.14.7.tgz#6099720c8839ca865a2637e6c85852ead0bdb595" |
257 |
| - integrity sha512-X67Z5y+VBJuHB/RjwECp8kSl5uYi0BvRbNeWqkaJCVh+LiTPl19WBUfG627psSgp9rSf6ojuXghQM3ha6qHHdA== |
| 254 | +"@babel/parser@^7.14.5", "@babel/parser@^7.14.8", "@babel/parser@^7.7.0", "@babel/parser@^7.9.4": |
| 255 | + version "7.14.8" |
| 256 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.14.8.tgz#66fd41666b2d7b840bd5ace7f7416d5ac60208d4" |
| 257 | + integrity sha512-syoCQFOoo/fzkWDeM0dLEZi5xqurb5vuyzwIMNZRNun+N/9A4cUZeQaE7dTrB8jGaKuJRBtEOajtnmw0I5hvvA== |
258 | 258 |
|
259 | 259 | "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.14.5":
|
260 | 260 | version "7.14.5"
|
|
756 | 756 | "@babel/helper-plugin-utils" "^7.14.5"
|
757 | 757 |
|
758 | 758 | "@babel/preset-env@^7.9.5":
|
759 |
| - version "7.14.7" |
760 |
| - resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.14.7.tgz#5c70b22d4c2d893b03d8c886a5c17422502b932a" |
761 |
| - integrity sha512-itOGqCKLsSUl0Y+1nSfhbuuOlTs0MJk2Iv7iSH+XT/mR8U1zRLO7NjWlYXB47yhK4J/7j+HYty/EhFZDYKa/VA== |
| 759 | + version "7.14.8" |
| 760 | + resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.14.8.tgz#254942f5ca80ccabcfbb2a9f524c74bca574005b" |
| 761 | + integrity sha512-a9aOppDU93oArQ51H+B8M1vH+tayZbuBqzjOhntGetZVa+4tTu5jp+XTwqHGG2lxslqomPYVSjIxQkFwXzgnxg== |
762 | 762 | dependencies:
|
763 | 763 | "@babel/compat-data" "^7.14.7"
|
764 | 764 | "@babel/helper-compilation-targets" "^7.14.5"
|
|
827 | 827 | "@babel/plugin-transform-unicode-escapes" "^7.14.5"
|
828 | 828 | "@babel/plugin-transform-unicode-regex" "^7.14.5"
|
829 | 829 | "@babel/preset-modules" "^0.1.4"
|
830 |
| - "@babel/types" "^7.14.5" |
| 830 | + "@babel/types" "^7.14.8" |
831 | 831 | babel-plugin-polyfill-corejs2 "^0.2.2"
|
832 | 832 | babel-plugin-polyfill-corejs3 "^0.2.2"
|
833 | 833 | babel-plugin-polyfill-regenerator "^0.2.2"
|
|
846 | 846 | esutils "^2.0.2"
|
847 | 847 |
|
848 | 848 | "@babel/runtime@^7.8.4":
|
849 |
| - version "7.14.6" |
850 |
| - resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.14.6.tgz#535203bc0892efc7dec60bdc27b2ecf6e409062d" |
851 |
| - integrity sha512-/PCB2uJ7oM44tz8YhC4Z/6PeOKXp4K588f+5M3clr1M4zbqztlo0XEfJ2LEzj/FgwfgGcIdl8n7YYjTCI0BYwg== |
| 849 | + version "7.14.8" |
| 850 | + resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.14.8.tgz#7119a56f421018852694290b9f9148097391b446" |
| 851 | + integrity sha512-twj3L8Og5SaCRCErB4x4ajbvBIVV77CGeFglHpeg5WC5FF8TZzBWXtTJ4MqaD9QszLYTtr+IsaAL2rEUevb+eg== |
852 | 852 | dependencies:
|
853 | 853 | regenerator-runtime "^0.13.4"
|
854 | 854 |
|
|
861 | 861 | "@babel/parser" "^7.14.5"
|
862 | 862 | "@babel/types" "^7.14.5"
|
863 | 863 |
|
864 |
| -"@babel/traverse@^7.13.0", "@babel/traverse@^7.14.5", "@babel/traverse@^7.7.0": |
865 |
| - version "7.14.7" |
866 |
| - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.14.7.tgz#64007c9774cfdc3abd23b0780bc18a3ce3631753" |
867 |
| - integrity sha512-9vDr5NzHu27wgwejuKL7kIOm4bwEtaPQ4Z6cpCmjSuaRqpH/7xc4qcGEscwMqlkwgcXl6MvqoAjZkQ24uSdIZQ== |
| 864 | +"@babel/traverse@^7.13.0", "@babel/traverse@^7.14.5", "@babel/traverse@^7.14.8", "@babel/traverse@^7.7.0": |
| 865 | + version "7.14.8" |
| 866 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.14.8.tgz#c0253f02677c5de1a8ff9df6b0aacbec7da1a8ce" |
| 867 | + integrity sha512-kexHhzCljJcFNn1KYAQ6A5wxMRzq9ebYpEDV4+WdNyr3i7O44tanbDOR/xjiG2F3sllan+LgwK+7OMk0EmydHg== |
868 | 868 | dependencies:
|
869 | 869 | "@babel/code-frame" "^7.14.5"
|
870 |
| - "@babel/generator" "^7.14.5" |
| 870 | + "@babel/generator" "^7.14.8" |
871 | 871 | "@babel/helper-function-name" "^7.14.5"
|
872 | 872 | "@babel/helper-hoist-variables" "^7.14.5"
|
873 | 873 | "@babel/helper-split-export-declaration" "^7.14.5"
|
874 |
| - "@babel/parser" "^7.14.7" |
875 |
| - "@babel/types" "^7.14.5" |
| 874 | + "@babel/parser" "^7.14.8" |
| 875 | + "@babel/types" "^7.14.8" |
876 | 876 | debug "^4.1.0"
|
877 | 877 | globals "^11.1.0"
|
878 | 878 |
|
879 |
| -"@babel/types@^7.14.5", "@babel/types@^7.4.4", "@babel/types@^7.7.0": |
880 |
| - version "7.14.5" |
881 |
| - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.14.5.tgz#3bb997ba829a2104cedb20689c4a5b8121d383ff" |
882 |
| - integrity sha512-M/NzBpEL95I5Hh4dwhin5JlE7EzO5PHMAuzjxss3tiOBD46KfQvVedN/3jEPZvdRvtsK2222XfdHogNIttFgcg== |
| 879 | +"@babel/types@^7.14.5", "@babel/types@^7.14.8", "@babel/types@^7.4.4", "@babel/types@^7.7.0": |
| 880 | + version "7.14.8" |
| 881 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.14.8.tgz#38109de8fcadc06415fbd9b74df0065d4d41c728" |
| 882 | + integrity sha512-iob4soQa7dZw8nodR/KlOQkPh9S4I8RwCxwRIFuiMRYjOzH/KJzdUfDgz6cGi5dDaclXF4P2PAhCdrBJNIg68Q== |
883 | 883 | dependencies:
|
884 |
| - "@babel/helper-validator-identifier" "^7.14.5" |
| 884 | + "@babel/helper-validator-identifier" "^7.14.8" |
885 | 885 | to-fast-properties "^2.0.0"
|
886 | 886 |
|
887 | 887 | "@types/json-schema@^7.0.5":
|
@@ -1482,9 +1482,9 @@ camelcase@^5.0.0:
|
1482 | 1482 | integrity sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==
|
1483 | 1483 |
|
1484 | 1484 | caniuse-lite@^1.0.30001219:
|
1485 |
| - version "1.0.30001245" |
1486 |
| - resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001245.tgz#45b941bbd833cb0fa53861ff2bae746b3c6ca5d4" |
1487 |
| - integrity sha512-768fM9j1PKXpOCKws6eTo3RHmvTUsG9UrpT4WoREFeZgJBTi4/X9g565azS/rVUGtqb8nt7FjLeF5u4kukERnA== |
| 1485 | + version "1.0.30001246" |
| 1486 | + resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001246.tgz#fe17d9919f87124d6bb416ef7b325356d69dc76c" |
| 1487 | + integrity sha512-Tc+ff0Co/nFNbLOrziBXmMVtpt9S2c2Y+Z9Nk9Khj09J+0zR9ejvIW5qkZAErCbOrVODCx/MN+GpB5FNBs5GFA== |
1488 | 1488 |
|
1489 | 1489 | catharsis@^0.9.0:
|
1490 | 1490 | version "0.9.0"
|
@@ -1859,9 +1859,9 @@ duplexify@^3.4.2, duplexify@^3.6.0:
|
1859 | 1859 | stream-shift "^1.0.0"
|
1860 | 1860 |
|
1861 | 1861 | electron-to-chromium@^1.3.723:
|
1862 |
| - version "1.3.776" |
1863 |
| - resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.776.tgz#33f6e2423b61f1bdaa8d2a103aae78a09764a75f" |
1864 |
| - integrity sha512-V0w7eFSBoFPpdw4xexjVPZ770UDZIevSwkkj4W97XbE3IsCsTRFpa7/yXGZ88EOQAUEA09JMMsWK0xsw0kRAYw== |
| 1862 | + version "1.3.782" |
| 1863 | + resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.782.tgz#522740fe6b4b5255ca754c68d9c406a17b0998e2" |
| 1864 | + integrity sha512-6AI2se1NqWA1SBf/tlD6tQD/6ZOt+yAhqmrTlh4XZw4/g0Mt3p6JhTQPZxRPxPZiOg0o7ss1EBP/CpYejfnoIA== |
1865 | 1865 |
|
1866 | 1866 | elliptic@^6.5.3:
|
1867 | 1867 | version "6.5.4"
|
|
0 commit comments