|
16 | 16 | dependencies:
|
17 | 17 | "@babel/highlight" "^7.14.5"
|
18 | 18 |
|
19 |
| -"@babel/compat-data@^7.13.11", "@babel/compat-data@^7.14.5", "@babel/compat-data@^7.14.7": |
| 19 | +"@babel/compat-data@^7.13.11", "@babel/compat-data@^7.14.7": |
20 | 20 | version "7.14.7"
|
21 | 21 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.14.7.tgz#7b047d7a3a89a67d2258dc61f604f098f1bc7e08"
|
22 | 22 | integrity sha512-nS6dZaISCXJ3+518CWiBfEr//gHyMO02uDxBkXTKZDN5POruCnOZ1N4YBRZDCabwF8nZMWBpRxIicmXtBs+fvw==
|
23 | 23 |
|
24 |
| -"@babel/core@^7.1.0", "@babel/core@^7.14", "@babel/core@^7.7.5": |
25 |
| - version "7.14.6" |
26 |
| - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.14.6.tgz#e0814ec1a950032ff16c13a2721de39a8416fcab" |
27 |
| - integrity sha512-gJnOEWSqTk96qG5BoIrl5bVtc23DCycmIePPYnamY9RboYdI4nFy5vAQMSl81O5K/W0sLDWfGysnOECC+KUUCA== |
| 24 | +"@babel/compat-data@^7.15.0": |
| 25 | + version "7.15.0" |
| 26 | + resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.15.0.tgz#2dbaf8b85334796cafbb0f5793a90a2fc010b176" |
| 27 | + integrity sha512-0NqAC1IJE0S0+lL1SWFMxMkz1pKCNCjI4tr2Zx4LJSXxCLAdr6KyArnY+sno5m3yH9g737ygOyPABDsnXkpxiA== |
| 28 | + |
| 29 | +"@babel/core@^7.1.0", "@babel/core@^7.15", "@babel/core@^7.7.5": |
| 30 | + version "7.15.0" |
| 31 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.15.0.tgz#749e57c68778b73ad8082775561f67f5196aafa8" |
| 32 | + integrity sha512-tXtmTminrze5HEUPn/a0JtOzzfp0nk+UEXQ/tqIJo3WDGypl/2OFQEMll/zSFU8f/lfmfLXvTaORHF3cfXIQMw== |
28 | 33 | dependencies:
|
29 | 34 | "@babel/code-frame" "^7.14.5"
|
30 |
| - "@babel/generator" "^7.14.5" |
31 |
| - "@babel/helper-compilation-targets" "^7.14.5" |
32 |
| - "@babel/helper-module-transforms" "^7.14.5" |
33 |
| - "@babel/helpers" "^7.14.6" |
34 |
| - "@babel/parser" "^7.14.6" |
| 35 | + "@babel/generator" "^7.15.0" |
| 36 | + "@babel/helper-compilation-targets" "^7.15.0" |
| 37 | + "@babel/helper-module-transforms" "^7.15.0" |
| 38 | + "@babel/helpers" "^7.14.8" |
| 39 | + "@babel/parser" "^7.15.0" |
35 | 40 | "@babel/template" "^7.14.5"
|
36 |
| - "@babel/traverse" "^7.14.5" |
37 |
| - "@babel/types" "^7.14.5" |
| 41 | + "@babel/traverse" "^7.15.0" |
| 42 | + "@babel/types" "^7.15.0" |
38 | 43 | convert-source-map "^1.7.0"
|
39 | 44 | debug "^4.1.0"
|
40 | 45 | gensync "^1.0.0-beta.2"
|
41 | 46 | json5 "^2.1.2"
|
42 | 47 | semver "^6.3.0"
|
43 | 48 | source-map "^0.5.0"
|
44 | 49 |
|
45 |
| -"@babel/generator@^7.14.5": |
46 |
| - version "7.14.5" |
47 |
| - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.14.5.tgz#848d7b9f031caca9d0cd0af01b063f226f52d785" |
48 |
| - integrity sha512-y3rlP+/G25OIX3mYKKIOlQRcqj7YgrvHxOLbVmyLJ9bPmi5ttvUmpydVjcFjZphOktWuA7ovbx91ECloWTfjIA== |
| 50 | +"@babel/generator@^7.15.0": |
| 51 | + version "7.15.0" |
| 52 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.15.0.tgz#a7d0c172e0d814974bad5aa77ace543b97917f15" |
| 53 | + integrity sha512-eKl4XdMrbpYvuB505KTta4AV9g+wWzmVBW69tX0H2NwKVKd2YJbKgyK6M8j/rgLbmHOYJn6rUklV677nOyJrEQ== |
49 | 54 | dependencies:
|
50 |
| - "@babel/types" "^7.14.5" |
| 55 | + "@babel/types" "^7.15.0" |
51 | 56 | jsesc "^2.5.1"
|
52 | 57 | source-map "^0.5.0"
|
53 | 58 |
|
|
66 | 71 | "@babel/helper-explode-assignable-expression" "^7.14.5"
|
67 | 72 | "@babel/types" "^7.14.5"
|
68 | 73 |
|
69 |
| -"@babel/helper-compilation-targets@^7.13.0", "@babel/helper-compilation-targets@^7.14.5": |
70 |
| - version "7.14.5" |
71 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.14.5.tgz#7a99c5d0967911e972fe2c3411f7d5b498498ecf" |
72 |
| - integrity sha512-v+QtZqXEiOnpO6EYvlImB6zCD2Lel06RzOPzmkz/D/XgQiUu3C/Jb1LOqSt/AIA34TYi/Q+KlT8vTQrgdxkbLw== |
| 74 | +"@babel/helper-compilation-targets@^7.13.0", "@babel/helper-compilation-targets@^7.14.5", "@babel/helper-compilation-targets@^7.15.0": |
| 75 | + version "7.15.0" |
| 76 | + resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.15.0.tgz#973df8cbd025515f3ff25db0c05efc704fa79818" |
| 77 | + integrity sha512-h+/9t0ncd4jfZ8wsdAsoIxSa61qhBYlycXiHWqJaQBCXAhDCMbPRSMTGnZIkkmt1u4ag+UQmuqcILwqKzZ4N2A== |
73 | 78 | dependencies:
|
74 |
| - "@babel/compat-data" "^7.14.5" |
| 79 | + "@babel/compat-data" "^7.15.0" |
75 | 80 | "@babel/helper-validator-option" "^7.14.5"
|
76 | 81 | browserslist "^4.16.6"
|
77 | 82 | semver "^6.3.0"
|
|
147 | 152 | dependencies:
|
148 | 153 | "@babel/types" "^7.14.5"
|
149 | 154 |
|
| 155 | +"@babel/helper-member-expression-to-functions@^7.15.0": |
| 156 | + version "7.15.0" |
| 157 | + resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.15.0.tgz#0ddaf5299c8179f27f37327936553e9bba60990b" |
| 158 | + integrity sha512-Jq8H8U2kYiafuj2xMTPQwkTBnEEdGKpT35lJEQsRRjnG0LW3neucsaMWLgKcwu3OHKNeYugfw+Z20BXBSEs2Lg== |
| 159 | + dependencies: |
| 160 | + "@babel/types" "^7.15.0" |
| 161 | + |
150 | 162 | "@babel/helper-module-imports@^7.12.13":
|
151 | 163 | version "7.12.13"
|
152 | 164 | resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.12.13.tgz#ec67e4404f41750463e455cc3203f6a32e93fcb0"
|
|
161 | 173 | dependencies:
|
162 | 174 | "@babel/types" "^7.14.5"
|
163 | 175 |
|
164 |
| -"@babel/helper-module-transforms@^7.14.5": |
165 |
| - version "7.14.5" |
166 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.14.5.tgz#7de42f10d789b423eb902ebd24031ca77cb1e10e" |
167 |
| - integrity sha512-iXpX4KW8LVODuAieD7MzhNjmM6dzYY5tfRqT+R9HDXWl0jPn/djKmA+G9s/2C2T9zggw5tK1QNqZ70USfedOwA== |
| 176 | +"@babel/helper-module-transforms@^7.14.5", "@babel/helper-module-transforms@^7.15.0": |
| 177 | + version "7.15.0" |
| 178 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.15.0.tgz#679275581ea056373eddbe360e1419ef23783b08" |
| 179 | + integrity sha512-RkGiW5Rer7fpXv9m1B3iHIFDZdItnO2/BLfWVW/9q7+KqQSDY5kUfQEbzdXM1MVhJGcugKV7kRrNVzNxmk7NBg== |
168 | 180 | dependencies:
|
169 | 181 | "@babel/helper-module-imports" "^7.14.5"
|
170 |
| - "@babel/helper-replace-supers" "^7.14.5" |
171 |
| - "@babel/helper-simple-access" "^7.14.5" |
| 182 | + "@babel/helper-replace-supers" "^7.15.0" |
| 183 | + "@babel/helper-simple-access" "^7.14.8" |
172 | 184 | "@babel/helper-split-export-declaration" "^7.14.5"
|
173 |
| - "@babel/helper-validator-identifier" "^7.14.5" |
| 185 | + "@babel/helper-validator-identifier" "^7.14.9" |
174 | 186 | "@babel/template" "^7.14.5"
|
175 |
| - "@babel/traverse" "^7.14.5" |
176 |
| - "@babel/types" "^7.14.5" |
| 187 | + "@babel/traverse" "^7.15.0" |
| 188 | + "@babel/types" "^7.15.0" |
177 | 189 |
|
178 | 190 | "@babel/helper-optimise-call-expression@^7.14.5":
|
179 | 191 | version "7.14.5"
|
|
206 | 218 | "@babel/traverse" "^7.14.5"
|
207 | 219 | "@babel/types" "^7.14.5"
|
208 | 220 |
|
| 221 | +"@babel/helper-replace-supers@^7.15.0": |
| 222 | + version "7.15.0" |
| 223 | + resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.15.0.tgz#ace07708f5bf746bf2e6ba99572cce79b5d4e7f4" |
| 224 | + integrity sha512-6O+eWrhx+HEra/uJnifCwhwMd6Bp5+ZfZeJwbqUTuqkhIT6YcRhiZCOOFChRypOIe0cV46kFrRBlm+t5vHCEaA== |
| 225 | + dependencies: |
| 226 | + "@babel/helper-member-expression-to-functions" "^7.15.0" |
| 227 | + "@babel/helper-optimise-call-expression" "^7.14.5" |
| 228 | + "@babel/traverse" "^7.15.0" |
| 229 | + "@babel/types" "^7.15.0" |
| 230 | + |
209 | 231 | "@babel/helper-simple-access@^7.14.5":
|
210 | 232 | version "7.14.5"
|
211 | 233 | resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.14.5.tgz#66ea85cf53ba0b4e588ba77fc813f53abcaa41c4"
|
212 | 234 | integrity sha512-nfBN9xvmCt6nrMZjfhkl7i0oTV3yxR4/FztsbOASyTvVcoYd0TRHh7eMLdlEcCqobydC0LAF3LtC92Iwxo0wyw==
|
213 | 235 | dependencies:
|
214 | 236 | "@babel/types" "^7.14.5"
|
215 | 237 |
|
| 238 | +"@babel/helper-simple-access@^7.14.8": |
| 239 | + version "7.14.8" |
| 240 | + resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.14.8.tgz#82e1fec0644a7e775c74d305f212c39f8fe73924" |
| 241 | + integrity sha512-TrFN4RHh9gnWEU+s7JloIho2T76GPwRHhdzOWLqTrMnlas8T9O7ec+oEDNsRXndOmru9ymH9DFrEOxpzPoSbdg== |
| 242 | + dependencies: |
| 243 | + "@babel/types" "^7.14.8" |
| 244 | + |
216 | 245 | "@babel/helper-skip-transparent-expression-wrappers@^7.14.5":
|
217 | 246 | version "7.14.5"
|
218 | 247 | resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.14.5.tgz#96f486ac050ca9f44b009fbe5b7d394cab3a0ee4"
|
|
237 | 266 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.5.tgz#d0f0e277c512e0c938277faa85a3968c9a44c0e8"
|
238 | 267 | integrity sha512-5lsetuxCLilmVGyiLEfoHBRX8UCFD+1m2x3Rj97WrW3V7H3u4RWRXA4evMjImCsin2J2YT0QaVDGf+z8ondbAg==
|
239 | 268 |
|
| 269 | +"@babel/helper-validator-identifier@^7.14.9": |
| 270 | + version "7.14.9" |
| 271 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.9.tgz#6654d171b2024f6d8ee151bf2509699919131d48" |
| 272 | + integrity sha512-pQYxPY0UP6IHISRitNe8bsijHex4TWZXi2HwKVsjPiltzlhse2znVcm9Ace510VT1kxIHjGJCZZQBX2gJDbo0g== |
| 273 | + |
240 | 274 | "@babel/helper-validator-option@^7.14.5":
|
241 | 275 | version "7.14.5"
|
242 | 276 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.14.5.tgz#6e72a1fff18d5dfcb878e1e62f1a021c4b72d5a3"
|
|
252 | 286 | "@babel/traverse" "^7.14.5"
|
253 | 287 | "@babel/types" "^7.14.5"
|
254 | 288 |
|
255 |
| -"@babel/helpers@^7.14.6": |
256 |
| - version "7.14.6" |
257 |
| - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.14.6.tgz#5b58306b95f1b47e2a0199434fa8658fa6c21635" |
258 |
| - integrity sha512-yesp1ENQBiLI+iYHSJdoZKUtRpfTlL1grDIX9NRlAVppljLw/4tTyYupIB7uIYmC3stW/imAv8EqaKaS/ibmeA== |
| 289 | +"@babel/helpers@^7.14.8": |
| 290 | + version "7.14.8" |
| 291 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.14.8.tgz#839f88f463025886cff7f85a35297007e2da1b77" |
| 292 | + integrity sha512-ZRDmI56pnV+p1dH6d+UN6GINGz7Krps3+270qqI9UJ4wxYThfAIcI5i7j5vXC4FJ3Wap+S9qcebxeYiqn87DZw== |
259 | 293 | dependencies:
|
260 | 294 | "@babel/template" "^7.14.5"
|
261 |
| - "@babel/traverse" "^7.14.5" |
262 |
| - "@babel/types" "^7.14.5" |
| 295 | + "@babel/traverse" "^7.14.8" |
| 296 | + "@babel/types" "^7.14.8" |
263 | 297 |
|
264 | 298 | "@babel/highlight@^7.10.4":
|
265 | 299 | version "7.13.8"
|
|
279 | 313 | chalk "^2.0.0"
|
280 | 314 | js-tokens "^4.0.0"
|
281 | 315 |
|
282 |
| -"@babel/parser@^7.1.0", "@babel/parser@^7.14.5", "@babel/parser@^7.14.6": |
283 |
| - version "7.14.6" |
284 |
| - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.14.6.tgz#d85cc68ca3cac84eae384c06f032921f5227f4b2" |
285 |
| - integrity sha512-oG0ej7efjEXxb4UgE+klVx+3j4MVo+A2vCzm7OUN4CLo6WhQ+vSOD2yJ8m7B+DghObxtLxt3EfgMWpq+AsWehQ== |
| 316 | +"@babel/parser@^7.1.0", "@babel/parser@^7.14.5", "@babel/parser@^7.15.0": |
| 317 | + version "7.15.2" |
| 318 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.15.2.tgz#08d4ffcf90d211bf77e7cc7154c6f02d468d2b1d" |
| 319 | + integrity sha512-bMJXql1Ss8lFnvr11TZDH4ArtwlAS5NG9qBmdiFW2UHHm6MVoR+GDc5XE2b9K938cyjc9O6/+vjjcffLDtfuDg== |
286 | 320 |
|
287 | 321 | "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.14.5":
|
288 | 322 | version "7.14.5"
|
|
887 | 921 | "@babel/parser" "^7.14.5"
|
888 | 922 | "@babel/types" "^7.14.5"
|
889 | 923 |
|
890 |
| -"@babel/traverse@^7.1.0", "@babel/traverse@^7.13.0", "@babel/traverse@^7.14.5": |
891 |
| - version "7.14.5" |
892 |
| - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.14.5.tgz#c111b0f58afab4fea3d3385a406f692748c59870" |
893 |
| - integrity sha512-G3BiS15vevepdmFqmUc9X+64y0viZYygubAMO8SvBmKARuF6CPSZtH4Ng9vi/lrWlZFGe3FWdXNy835akH8Glg== |
| 924 | +"@babel/traverse@^7.1.0", "@babel/traverse@^7.13.0", "@babel/traverse@^7.14.5", "@babel/traverse@^7.14.8", "@babel/traverse@^7.15.0": |
| 925 | + version "7.15.0" |
| 926 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.15.0.tgz#4cca838fd1b2a03283c1f38e141f639d60b3fc98" |
| 927 | + integrity sha512-392d8BN0C9eVxVWd8H6x9WfipgVH5IaIoLp23334Sc1vbKKWINnvwRpb4us0xtPaCumlwbTtIYNA0Dv/32sVFw== |
894 | 928 | dependencies:
|
895 | 929 | "@babel/code-frame" "^7.14.5"
|
896 |
| - "@babel/generator" "^7.14.5" |
| 930 | + "@babel/generator" "^7.15.0" |
897 | 931 | "@babel/helper-function-name" "^7.14.5"
|
898 | 932 | "@babel/helper-hoist-variables" "^7.14.5"
|
899 | 933 | "@babel/helper-split-export-declaration" "^7.14.5"
|
900 |
| - "@babel/parser" "^7.14.5" |
901 |
| - "@babel/types" "^7.14.5" |
| 934 | + "@babel/parser" "^7.15.0" |
| 935 | + "@babel/types" "^7.15.0" |
902 | 936 | debug "^4.1.0"
|
903 | 937 | globals "^11.1.0"
|
904 | 938 |
|
905 |
| -"@babel/types@^7.0.0", "@babel/types@^7.12.13", "@babel/types@^7.14.5", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4": |
906 |
| - version "7.14.5" |
907 |
| - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.14.5.tgz#3bb997ba829a2104cedb20689c4a5b8121d383ff" |
908 |
| - integrity sha512-M/NzBpEL95I5Hh4dwhin5JlE7EzO5PHMAuzjxss3tiOBD46KfQvVedN/3jEPZvdRvtsK2222XfdHogNIttFgcg== |
| 939 | +"@babel/types@^7.0.0", "@babel/types@^7.12.13", "@babel/types@^7.14.5", "@babel/types@^7.14.8", "@babel/types@^7.15.0", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4": |
| 940 | + version "7.15.0" |
| 941 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.15.0.tgz#61af11f2286c4e9c69ca8deb5f4375a73c72dcbd" |
| 942 | + integrity sha512-OBvfqnllOIdX4ojTHpwZbpvz4j3EWyjkZEdmjH0/cgsd6QOdSgU8rLSk6ard/pcW7rlmjdVSX/AWOaORR1uNOQ== |
909 | 943 | dependencies:
|
910 |
| - "@babel/helper-validator-identifier" "^7.14.5" |
| 944 | + "@babel/helper-validator-identifier" "^7.14.9" |
911 | 945 | to-fast-properties "^2.0.0"
|
912 | 946 |
|
913 | 947 | "@bcoe/v8-coverage@^0.2.3":
|
|
0 commit comments