|
39 | 39 | dependencies:
|
40 | 40 | "@babel/highlight" "^7.14.5"
|
41 | 41 |
|
42 |
| -"@babel/compat-data@^7.14.5": |
43 |
| - version "7.14.5" |
44 |
| - resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.14.5.tgz#8ef4c18e58e801c5c95d3c1c0f2874a2680fadea" |
45 |
| - integrity sha512-kixrYn4JwfAVPa0f2yfzc2AWti6WRRyO3XjWW5PJAvtE11qhSayrrcrEnee05KAtNaPC+EwehE8Qt1UedEVB8w== |
| 42 | +"@babel/compat-data@^7.15.0": |
| 43 | + version "7.15.0" |
| 44 | + resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.15.0.tgz#2dbaf8b85334796cafbb0f5793a90a2fc010b176" |
| 45 | + integrity sha512-0NqAC1IJE0S0+lL1SWFMxMkz1pKCNCjI4tr2Zx4LJSXxCLAdr6KyArnY+sno5m3yH9g737ygOyPABDsnXkpxiA== |
46 | 46 |
|
47 | 47 |
|
48 | 48 | version "7.12.9"
|
|
66 | 66 | semver "^5.4.1"
|
67 | 67 | source-map "^0.5.0"
|
68 | 68 |
|
69 |
| -"@babel/core@7.14.8": |
70 |
| - version "7.14.8" |
71 |
| - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.14.8.tgz#20cdf7c84b5d86d83fac8710a8bc605a7ba3f010" |
72 |
| - integrity sha512-/AtaeEhT6ErpDhInbXmjHcUQXH0L0TEgscfcxk1qbOvLuKCa5aZT0SOOtDKFY96/CLROwbLSKyFor6idgNaU4Q== |
| 69 | +"@babel/core@7.15.0": |
| 70 | + version "7.15.0" |
| 71 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.15.0.tgz#749e57c68778b73ad8082775561f67f5196aafa8" |
| 72 | + integrity sha512-tXtmTminrze5HEUPn/a0JtOzzfp0nk+UEXQ/tqIJo3WDGypl/2OFQEMll/zSFU8f/lfmfLXvTaORHF3cfXIQMw== |
73 | 73 | dependencies:
|
74 | 74 | "@babel/code-frame" "^7.14.5"
|
75 |
| - "@babel/generator" "^7.14.8" |
76 |
| - "@babel/helper-compilation-targets" "^7.14.5" |
77 |
| - "@babel/helper-module-transforms" "^7.14.8" |
| 75 | + "@babel/generator" "^7.15.0" |
| 76 | + "@babel/helper-compilation-targets" "^7.15.0" |
| 77 | + "@babel/helper-module-transforms" "^7.15.0" |
78 | 78 | "@babel/helpers" "^7.14.8"
|
79 |
| - "@babel/parser" "^7.14.8" |
| 79 | + "@babel/parser" "^7.15.0" |
80 | 80 | "@babel/template" "^7.14.5"
|
81 |
| - "@babel/traverse" "^7.14.8" |
82 |
| - "@babel/types" "^7.14.8" |
| 81 | + "@babel/traverse" "^7.15.0" |
| 82 | + "@babel/types" "^7.15.0" |
83 | 83 | convert-source-map "^1.7.0"
|
84 | 84 | debug "^4.1.0"
|
85 | 85 | gensync "^1.0.0-beta.2"
|
|
96 | 96 | jsesc "^2.5.1"
|
97 | 97 | source-map "^0.5.0"
|
98 | 98 |
|
99 |
| -"@babel/generator@^7.14.5": |
100 |
| - version "7.14.5" |
101 |
| - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.14.5.tgz#848d7b9f031caca9d0cd0af01b063f226f52d785" |
102 |
| - integrity sha512-y3rlP+/G25OIX3mYKKIOlQRcqj7YgrvHxOLbVmyLJ9bPmi5ttvUmpydVjcFjZphOktWuA7ovbx91ECloWTfjIA== |
103 |
| - dependencies: |
104 |
| - "@babel/types" "^7.14.5" |
105 |
| - jsesc "^2.5.1" |
106 |
| - source-map "^0.5.0" |
107 |
| - |
108 | 99 | "@babel/generator@^7.14.8":
|
109 | 100 | version "7.14.8"
|
110 | 101 | resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.14.8.tgz#bf86fd6af96cf3b74395a8ca409515f89423e070"
|
|
114 | 105 | jsesc "^2.5.1"
|
115 | 106 | source-map "^0.5.0"
|
116 | 107 |
|
| 108 | +"@babel/generator@^7.15.0": |
| 109 | + version "7.15.0" |
| 110 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.15.0.tgz#a7d0c172e0d814974bad5aa77ace543b97917f15" |
| 111 | + integrity sha512-eKl4XdMrbpYvuB505KTta4AV9g+wWzmVBW69tX0H2NwKVKd2YJbKgyK6M8j/rgLbmHOYJn6rUklV677nOyJrEQ== |
| 112 | + dependencies: |
| 113 | + "@babel/types" "^7.15.0" |
| 114 | + jsesc "^2.5.1" |
| 115 | + source-map "^0.5.0" |
| 116 | + |
117 | 117 | "@babel/helper-annotate-as-pure@^7.0.0":
|
118 | 118 | version "7.12.13"
|
119 | 119 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.12.13.tgz#0f58e86dfc4bb3b1fcd7db806570e177d439b6ab"
|
120 | 120 | integrity sha512-7YXfX5wQ5aYM/BOlbSccHDbuXXFPxeoUmfWtz8le2yTkTZc+BxsiEnENFoi2SlmA8ewDkG2LgIMIVzzn2h8kfw==
|
121 | 121 | dependencies:
|
122 | 122 | "@babel/types" "^7.12.13"
|
123 | 123 |
|
124 |
| -"@babel/helper-compilation-targets@^7.14.5": |
125 |
| - version "7.14.5" |
126 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.14.5.tgz#7a99c5d0967911e972fe2c3411f7d5b498498ecf" |
127 |
| - integrity sha512-v+QtZqXEiOnpO6EYvlImB6zCD2Lel06RzOPzmkz/D/XgQiUu3C/Jb1LOqSt/AIA34TYi/Q+KlT8vTQrgdxkbLw== |
| 124 | +"@babel/helper-compilation-targets@^7.15.0": |
| 125 | + version "7.15.0" |
| 126 | + resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.15.0.tgz#973df8cbd025515f3ff25db0c05efc704fa79818" |
| 127 | + integrity sha512-h+/9t0ncd4jfZ8wsdAsoIxSa61qhBYlycXiHWqJaQBCXAhDCMbPRSMTGnZIkkmt1u4ag+UQmuqcILwqKzZ4N2A== |
128 | 128 | dependencies:
|
129 |
| - "@babel/compat-data" "^7.14.5" |
| 129 | + "@babel/compat-data" "^7.15.0" |
130 | 130 | "@babel/helper-validator-option" "^7.14.5"
|
131 | 131 | browserslist "^4.16.6"
|
132 | 132 | semver "^6.3.0"
|
|
177 | 177 | dependencies:
|
178 | 178 | "@babel/types" "^7.13.12"
|
179 | 179 |
|
180 |
| -"@babel/helper-member-expression-to-functions@^7.14.5": |
181 |
| - version "7.14.5" |
182 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.14.5.tgz#d5c70e4ad13b402c95156c7a53568f504e2fb7b8" |
183 |
| - integrity sha512-UxUeEYPrqH1Q/k0yRku1JE7dyfyehNwT6SVkMHvYvPDv4+uu627VXBckVj891BO8ruKBkiDoGnZf4qPDD8abDQ== |
| 180 | +"@babel/helper-member-expression-to-functions@^7.15.0": |
| 181 | + version "7.15.0" |
| 182 | + resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.15.0.tgz#0ddaf5299c8179f27f37327936553e9bba60990b" |
| 183 | + integrity sha512-Jq8H8U2kYiafuj2xMTPQwkTBnEEdGKpT35lJEQsRRjnG0LW3neucsaMWLgKcwu3OHKNeYugfw+Z20BXBSEs2Lg== |
184 | 184 | dependencies:
|
185 |
| - "@babel/types" "^7.14.5" |
| 185 | + "@babel/types" "^7.15.0" |
186 | 186 |
|
187 | 187 | "@babel/helper-module-imports@^7.0.0", "@babel/helper-module-imports@^7.13.12":
|
188 | 188 | version "7.13.12"
|
|
212 | 212 | "@babel/traverse" "^7.14.2"
|
213 | 213 | "@babel/types" "^7.14.2"
|
214 | 214 |
|
215 |
| -"@babel/helper-module-transforms@^7.14.8": |
216 |
| - version "7.14.8" |
217 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.14.8.tgz#d4279f7e3fd5f4d5d342d833af36d4dd87d7dc49" |
218 |
| - integrity sha512-RyE+NFOjXn5A9YU1dkpeBaduagTlZ0+fccnIcAGbv1KGUlReBj7utF7oEth8IdIBQPcux0DDgW5MFBH2xu9KcA== |
| 215 | +"@babel/helper-module-transforms@^7.15.0": |
| 216 | + version "7.15.0" |
| 217 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.15.0.tgz#679275581ea056373eddbe360e1419ef23783b08" |
| 218 | + integrity sha512-RkGiW5Rer7fpXv9m1B3iHIFDZdItnO2/BLfWVW/9q7+KqQSDY5kUfQEbzdXM1MVhJGcugKV7kRrNVzNxmk7NBg== |
219 | 219 | dependencies:
|
220 | 220 | "@babel/helper-module-imports" "^7.14.5"
|
221 |
| - "@babel/helper-replace-supers" "^7.14.5" |
| 221 | + "@babel/helper-replace-supers" "^7.15.0" |
222 | 222 | "@babel/helper-simple-access" "^7.14.8"
|
223 | 223 | "@babel/helper-split-export-declaration" "^7.14.5"
|
224 |
| - "@babel/helper-validator-identifier" "^7.14.8" |
| 224 | + "@babel/helper-validator-identifier" "^7.14.9" |
225 | 225 | "@babel/template" "^7.14.5"
|
226 |
| - "@babel/traverse" "^7.14.8" |
227 |
| - "@babel/types" "^7.14.8" |
| 226 | + "@babel/traverse" "^7.15.0" |
| 227 | + "@babel/types" "^7.15.0" |
228 | 228 |
|
229 | 229 | "@babel/helper-optimise-call-expression@^7.12.13":
|
230 | 230 | version "7.12.13"
|
|
260 | 260 | "@babel/traverse" "^7.13.0"
|
261 | 261 | "@babel/types" "^7.13.12"
|
262 | 262 |
|
263 |
| -"@babel/helper-replace-supers@^7.14.5": |
264 |
| - version "7.14.5" |
265 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.14.5.tgz#0ecc0b03c41cd567b4024ea016134c28414abb94" |
266 |
| - integrity sha512-3i1Qe9/8x/hCHINujn+iuHy+mMRLoc77b2nI9TB0zjH1hvn9qGlXjWlggdwUcju36PkPCy/lpM7LLUdcTyH4Ow== |
| 263 | +"@babel/helper-replace-supers@^7.15.0": |
| 264 | + version "7.15.0" |
| 265 | + resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.15.0.tgz#ace07708f5bf746bf2e6ba99572cce79b5d4e7f4" |
| 266 | + integrity sha512-6O+eWrhx+HEra/uJnifCwhwMd6Bp5+ZfZeJwbqUTuqkhIT6YcRhiZCOOFChRypOIe0cV46kFrRBlm+t5vHCEaA== |
267 | 267 | dependencies:
|
268 |
| - "@babel/helper-member-expression-to-functions" "^7.14.5" |
| 268 | + "@babel/helper-member-expression-to-functions" "^7.15.0" |
269 | 269 | "@babel/helper-optimise-call-expression" "^7.14.5"
|
270 |
| - "@babel/traverse" "^7.14.5" |
271 |
| - "@babel/types" "^7.14.5" |
| 270 | + "@babel/traverse" "^7.15.0" |
| 271 | + "@babel/types" "^7.15.0" |
272 | 272 |
|
273 | 273 | "@babel/helper-simple-access@^7.13.12":
|
274 | 274 | version "7.13.12"
|
|
313 | 313 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.8.tgz#32be33a756f29e278a0d644fa08a2c9e0f88a34c"
|
314 | 314 | integrity sha512-ZGy6/XQjllhYQrNw/3zfWRwZCTVSiBLZ9DHVZxn9n2gip/7ab8mv2TWlKPIBk26RwedCBoWdjLmn+t9na2Gcow==
|
315 | 315 |
|
| 316 | +"@babel/helper-validator-identifier@^7.14.9": |
| 317 | + version "7.14.9" |
| 318 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.9.tgz#6654d171b2024f6d8ee151bf2509699919131d48" |
| 319 | + integrity sha512-pQYxPY0UP6IHISRitNe8bsijHex4TWZXi2HwKVsjPiltzlhse2znVcm9Ace510VT1kxIHjGJCZZQBX2gJDbo0g== |
| 320 | + |
316 | 321 | "@babel/helper-validator-option@^7.14.5":
|
317 | 322 | version "7.14.5"
|
318 | 323 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.14.5.tgz#6e72a1fff18d5dfcb878e1e62f1a021c4b72d5a3"
|
|
354 | 359 | chalk "^2.0.0"
|
355 | 360 | js-tokens "^4.0.0"
|
356 | 361 |
|
357 |
| - |
358 |
| - version "7.14.7" |
359 |
| - resolved "https://registry.yarnpkg.com/@babel/node/-/node-7.14.7.tgz#0090e83e726027ea682240718ca39e4b625b15ad" |
360 |
| - integrity sha512-QghINtVgOUCrSpE7z4IXPTGJfRYyjoY7ny5Qz0cuUlsThQv6WSn1xJk217WlEDucPLP2o5HwGXPSkxD4LWOZxQ== |
| 362 | + |
| 363 | + version "7.14.9" |
| 364 | + resolved "https://registry.yarnpkg.com/@babel/node/-/node-7.14.9.tgz#c15b1c8ecb33c079cb7666c8b4861791150c7aa1" |
| 365 | + integrity sha512-7QJvGn3ID2TjoFst3UdLu3LOxn/Q6Nhr/mo0MENstbPHehl/0wnod2gmVDB+zDxRL6pFFS7z0WeBK3b94k4CLg== |
361 | 366 | dependencies:
|
362 | 367 | "@babel/register" "^7.14.5"
|
363 | 368 | commander "^4.0.1"
|
364 |
| - core-js "^3.15.0" |
| 369 | + core-js "^3.16.0" |
365 | 370 | node-environment-flags "^1.0.5"
|
366 | 371 | regenerator-runtime "^0.13.4"
|
367 | 372 | v8flags "^3.1.1"
|
|
381 | 386 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.14.8.tgz#66fd41666b2d7b840bd5ace7f7416d5ac60208d4"
|
382 | 387 | integrity sha512-syoCQFOoo/fzkWDeM0dLEZi5xqurb5vuyzwIMNZRNun+N/9A4cUZeQaE7dTrB8jGaKuJRBtEOajtnmw0I5hvvA==
|
383 | 388 |
|
| 389 | +"@babel/parser@^7.15.0": |
| 390 | + version "7.15.0" |
| 391 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.15.0.tgz#b6d6e29058ca369127b0eeca2a1c4b5794f1b6b9" |
| 392 | + integrity sha512-0v7oNOjr6YT9Z2RAOTv4T9aP+ubfx4Q/OhVtAet7PFDt0t9Oy6Jn+/rfC6b8HJ5zEqrQCiMxJfgtHpmIminmJQ== |
| 393 | + |
384 | 394 |
|
385 | 395 | version "7.12.1"
|
386 | 396 | resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.12.1.tgz#def9bd03cea0f9b72283dac0ec22d289c7691069"
|
|
468 | 478 | debug "^4.1.0"
|
469 | 479 | globals "^11.1.0"
|
470 | 480 |
|
471 |
| -"@babel/traverse@^7.14.5": |
472 |
| - version "7.14.5" |
473 |
| - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.14.5.tgz#c111b0f58afab4fea3d3385a406f692748c59870" |
474 |
| - integrity sha512-G3BiS15vevepdmFqmUc9X+64y0viZYygubAMO8SvBmKARuF6CPSZtH4Ng9vi/lrWlZFGe3FWdXNy835akH8Glg== |
| 481 | +"@babel/traverse@^7.14.8": |
| 482 | + version "7.14.8" |
| 483 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.14.8.tgz#c0253f02677c5de1a8ff9df6b0aacbec7da1a8ce" |
| 484 | + integrity sha512-kexHhzCljJcFNn1KYAQ6A5wxMRzq9ebYpEDV4+WdNyr3i7O44tanbDOR/xjiG2F3sllan+LgwK+7OMk0EmydHg== |
475 | 485 | dependencies:
|
476 | 486 | "@babel/code-frame" "^7.14.5"
|
477 |
| - "@babel/generator" "^7.14.5" |
| 487 | + "@babel/generator" "^7.14.8" |
478 | 488 | "@babel/helper-function-name" "^7.14.5"
|
479 | 489 | "@babel/helper-hoist-variables" "^7.14.5"
|
480 | 490 | "@babel/helper-split-export-declaration" "^7.14.5"
|
481 |
| - "@babel/parser" "^7.14.5" |
482 |
| - "@babel/types" "^7.14.5" |
| 491 | + "@babel/parser" "^7.14.8" |
| 492 | + "@babel/types" "^7.14.8" |
483 | 493 | debug "^4.1.0"
|
484 | 494 | globals "^11.1.0"
|
485 | 495 |
|
486 |
| -"@babel/traverse@^7.14.8": |
487 |
| - version "7.14.8" |
488 |
| - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.14.8.tgz#c0253f02677c5de1a8ff9df6b0aacbec7da1a8ce" |
489 |
| - integrity sha512-kexHhzCljJcFNn1KYAQ6A5wxMRzq9ebYpEDV4+WdNyr3i7O44tanbDOR/xjiG2F3sllan+LgwK+7OMk0EmydHg== |
| 496 | +"@babel/traverse@^7.15.0": |
| 497 | + version "7.15.0" |
| 498 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.15.0.tgz#4cca838fd1b2a03283c1f38e141f639d60b3fc98" |
| 499 | + integrity sha512-392d8BN0C9eVxVWd8H6x9WfipgVH5IaIoLp23334Sc1vbKKWINnvwRpb4us0xtPaCumlwbTtIYNA0Dv/32sVFw== |
490 | 500 | dependencies:
|
491 | 501 | "@babel/code-frame" "^7.14.5"
|
492 |
| - "@babel/generator" "^7.14.8" |
| 502 | + "@babel/generator" "^7.15.0" |
493 | 503 | "@babel/helper-function-name" "^7.14.5"
|
494 | 504 | "@babel/helper-hoist-variables" "^7.14.5"
|
495 | 505 | "@babel/helper-split-export-declaration" "^7.14.5"
|
496 |
| - "@babel/parser" "^7.14.8" |
497 |
| - "@babel/types" "^7.14.8" |
| 506 | + "@babel/parser" "^7.15.0" |
| 507 | + "@babel/types" "^7.15.0" |
498 | 508 | debug "^4.1.0"
|
499 | 509 | globals "^11.1.0"
|
500 | 510 |
|
|
531 | 541 | "@babel/helper-validator-identifier" "^7.14.8"
|
532 | 542 | to-fast-properties "^2.0.0"
|
533 | 543 |
|
| 544 | +"@babel/types@^7.15.0": |
| 545 | + version "7.15.0" |
| 546 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.15.0.tgz#61af11f2286c4e9c69ca8deb5f4375a73c72dcbd" |
| 547 | + integrity sha512-OBvfqnllOIdX4ojTHpwZbpvz4j3EWyjkZEdmjH0/cgsd6QOdSgU8rLSk6ard/pcW7rlmjdVSX/AWOaORR1uNOQ== |
| 548 | + dependencies: |
| 549 | + "@babel/helper-validator-identifier" "^7.14.9" |
| 550 | + to-fast-properties "^2.0.0" |
| 551 | + |
534 | 552 | "@emotion/is-prop-valid@^0.8.2", "@emotion/is-prop-valid@^0.8.8":
|
535 | 553 | version "0.8.8"
|
536 | 554 | resolved "https://registry.yarnpkg.com/@emotion/is-prop-valid/-/is-prop-valid-0.8.8.tgz#db28b1c4368a259b60a97311d6a952d4fd01ac1a"
|
@@ -1480,10 +1498,10 @@ copy-descriptor@^0.1.0:
|
1480 | 1498 | resolved "https://registry.yarnpkg.com/copy-descriptor/-/copy-descriptor-0.1.1.tgz#676f6eb3c39997c2ee1ac3a924fd6124748f578d"
|
1481 | 1499 | integrity sha1-Z29us8OZl8LuGsOpJP1hJHSPV40=
|
1482 | 1500 |
|
1483 |
| -core-js@^3.15.0: |
1484 |
| - version "3.15.0" |
1485 |
| - resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.15.0.tgz#db9554ebce0b6fd90dc9b1f2465c841d2d055044" |
1486 |
| - integrity sha512-GUbtPllXMYRzIgHNZ4dTYTcUemls2cni83Q4Q/TrFONHfhcg9oEGOtaGHfb0cpzec60P96UKPvMkjX1jET8rUw== |
| 1501 | +core-js@^3.16.0: |
| 1502 | + version "3.16.0" |
| 1503 | + resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.16.0.tgz#1d46fb33720bc1fa7f90d20431f36a5540858986" |
| 1504 | + integrity sha512-5+5VxRFmSf97nM8Jr2wzOwLqRo6zphH2aX+7KsAUONObyzakDNq2G/bgbhinxB4PoV9L3aXQYhiDKyIKWd2c8g== |
1487 | 1505 |
|
1488 | 1506 | core-util-is@~1.0.0:
|
1489 | 1507 | version "1.0.2"
|
|
0 commit comments