|
2 | 2 | # yarn lockfile v1
|
3 | 3 |
|
4 | 4 |
|
5 |
| -"@babel/cli@^7.14.5": |
6 |
| - version "7.14.5" |
7 |
| - resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.14.5.tgz#9551b194f02360729de6060785bbdcce52c69f0a" |
8 |
| - integrity sha512-poegjhRvXHWO0EAsnYajwYZuqcz7gyfxwfaecUESxDujrqOivf3zrjFbub8IJkrqEaz3fvJWh001EzxBub54fg== |
| 5 | +"@babel/cli@^7.14.8": |
| 6 | + version "7.14.8" |
| 7 | + resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.14.8.tgz#fac73c0e2328a8af9fd3560c06b096bfa3730933" |
| 8 | + integrity sha512-lcy6Lymft9Rpfqmrqdd4oTDdUx9ZwaAhAfywVrHG4771Pa6PPT0danJ1kDHBXYqh4HHSmIdA+nlmfxfxSDPtBg== |
9 | 9 | dependencies:
|
10 | 10 | commander "^4.0.1"
|
11 | 11 | convert-source-map "^1.1.0"
|
|
100 | 100 | semver "^5.4.1"
|
101 | 101 | source-map "^0.5.0"
|
102 | 102 |
|
103 |
| -"@babel/core@^7.14.6": |
104 |
| - version "7.14.6" |
105 |
| - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.14.6.tgz#e0814ec1a950032ff16c13a2721de39a8416fcab" |
106 |
| - integrity sha512-gJnOEWSqTk96qG5BoIrl5bVtc23DCycmIePPYnamY9RboYdI4nFy5vAQMSl81O5K/W0sLDWfGysnOECC+KUUCA== |
| 103 | +"@babel/core@^7.14.8": |
| 104 | + version "7.14.8" |
| 105 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.14.8.tgz#20cdf7c84b5d86d83fac8710a8bc605a7ba3f010" |
| 106 | + integrity sha512-/AtaeEhT6ErpDhInbXmjHcUQXH0L0TEgscfcxk1qbOvLuKCa5aZT0SOOtDKFY96/CLROwbLSKyFor6idgNaU4Q== |
107 | 107 | dependencies:
|
108 | 108 | "@babel/code-frame" "^7.14.5"
|
109 |
| - "@babel/generator" "^7.14.5" |
| 109 | + "@babel/generator" "^7.14.8" |
110 | 110 | "@babel/helper-compilation-targets" "^7.14.5"
|
111 |
| - "@babel/helper-module-transforms" "^7.14.5" |
112 |
| - "@babel/helpers" "^7.14.6" |
113 |
| - "@babel/parser" "^7.14.6" |
| 111 | + "@babel/helper-module-transforms" "^7.14.8" |
| 112 | + "@babel/helpers" "^7.14.8" |
| 113 | + "@babel/parser" "^7.14.8" |
114 | 114 | "@babel/template" "^7.14.5"
|
115 |
| - "@babel/traverse" "^7.14.5" |
116 |
| - "@babel/types" "^7.14.5" |
| 115 | + "@babel/traverse" "^7.14.8" |
| 116 | + "@babel/types" "^7.14.8" |
117 | 117 | convert-source-map "^1.7.0"
|
118 | 118 | debug "^4.1.0"
|
119 | 119 | gensync "^1.0.0-beta.2"
|
|
160 | 160 | jsesc "^2.5.1"
|
161 | 161 | source-map "^0.5.0"
|
162 | 162 |
|
| 163 | +"@babel/generator@^7.14.8": |
| 164 | + version "7.14.8" |
| 165 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.14.8.tgz#bf86fd6af96cf3b74395a8ca409515f89423e070" |
| 166 | + integrity sha512-cYDUpvIzhBVnMzRoY1fkSEhK/HmwEVwlyULYgn/tMQYd6Obag3ylCjONle3gdErfXBW61SVTlR9QR7uWlgeIkg== |
| 167 | + dependencies: |
| 168 | + "@babel/types" "^7.14.8" |
| 169 | + jsesc "^2.5.1" |
| 170 | + source-map "^0.5.0" |
| 171 | + |
163 | 172 | "@babel/generator@^7.7.4":
|
164 | 173 | version "7.7.4"
|
165 | 174 | resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.7.4.tgz#db651e2840ca9aa66f327dcec1dc5f5fa9611369"
|
|
386 | 395 | "@babel/traverse" "^7.14.5"
|
387 | 396 | "@babel/types" "^7.14.5"
|
388 | 397 |
|
| 398 | +"@babel/helper-module-transforms@^7.14.8": |
| 399 | + version "7.14.8" |
| 400 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.14.8.tgz#d4279f7e3fd5f4d5d342d833af36d4dd87d7dc49" |
| 401 | + integrity sha512-RyE+NFOjXn5A9YU1dkpeBaduagTlZ0+fccnIcAGbv1KGUlReBj7utF7oEth8IdIBQPcux0DDgW5MFBH2xu9KcA== |
| 402 | + dependencies: |
| 403 | + "@babel/helper-module-imports" "^7.14.5" |
| 404 | + "@babel/helper-replace-supers" "^7.14.5" |
| 405 | + "@babel/helper-simple-access" "^7.14.8" |
| 406 | + "@babel/helper-split-export-declaration" "^7.14.5" |
| 407 | + "@babel/helper-validator-identifier" "^7.14.8" |
| 408 | + "@babel/template" "^7.14.5" |
| 409 | + "@babel/traverse" "^7.14.8" |
| 410 | + "@babel/types" "^7.14.8" |
| 411 | + |
389 | 412 | "@babel/helper-optimise-call-expression@^7.14.5":
|
390 | 413 | version "7.14.5"
|
391 | 414 | resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.14.5.tgz#f27395a8619e0665b3f0364cddb41c25d71b499c"
|
|
461 | 484 | dependencies:
|
462 | 485 | "@babel/types" "^7.14.5"
|
463 | 486 |
|
| 487 | +"@babel/helper-simple-access@^7.14.8": |
| 488 | + version "7.14.8" |
| 489 | + resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.14.8.tgz#82e1fec0644a7e775c74d305f212c39f8fe73924" |
| 490 | + integrity sha512-TrFN4RHh9gnWEU+s7JloIho2T76GPwRHhdzOWLqTrMnlas8T9O7ec+oEDNsRXndOmru9ymH9DFrEOxpzPoSbdg== |
| 491 | + dependencies: |
| 492 | + "@babel/types" "^7.14.8" |
| 493 | + |
464 | 494 | "@babel/helper-skip-transparent-expression-wrappers@^7.14.5":
|
465 | 495 | version "7.14.5"
|
466 | 496 | resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.14.5.tgz#96f486ac050ca9f44b009fbe5b7d394cab3a0ee4"
|
|
511 | 541 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.5.tgz#d0f0e277c512e0c938277faa85a3968c9a44c0e8"
|
512 | 542 | integrity sha512-5lsetuxCLilmVGyiLEfoHBRX8UCFD+1m2x3Rj97WrW3V7H3u4RWRXA4evMjImCsin2J2YT0QaVDGf+z8ondbAg==
|
513 | 543 |
|
| 544 | +"@babel/helper-validator-identifier@^7.14.8": |
| 545 | + version "7.14.8" |
| 546 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.8.tgz#32be33a756f29e278a0d644fa08a2c9e0f88a34c" |
| 547 | + integrity sha512-ZGy6/XQjllhYQrNw/3zfWRwZCTVSiBLZ9DHVZxn9n2gip/7ab8mv2TWlKPIBk26RwedCBoWdjLmn+t9na2Gcow== |
| 548 | + |
514 | 549 | "@babel/helper-validator-identifier@^7.9.0":
|
515 | 550 | version "7.9.0"
|
516 | 551 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.9.0.tgz#ad53562a7fc29b3b9a91bbf7d10397fd146346ed"
|
|
541 | 576 | "@babel/traverse" "^7.14.5"
|
542 | 577 | "@babel/types" "^7.14.5"
|
543 | 578 |
|
544 |
| -"@babel/helpers@^7.14.6": |
545 |
| - version "7.14.6" |
546 |
| - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.14.6.tgz#5b58306b95f1b47e2a0199434fa8658fa6c21635" |
547 |
| - integrity sha512-yesp1ENQBiLI+iYHSJdoZKUtRpfTlL1grDIX9NRlAVppljLw/4tTyYupIB7uIYmC3stW/imAv8EqaKaS/ibmeA== |
| 579 | +"@babel/helpers@^7.14.8": |
| 580 | + version "7.14.8" |
| 581 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.14.8.tgz#839f88f463025886cff7f85a35297007e2da1b77" |
| 582 | + integrity sha512-ZRDmI56pnV+p1dH6d+UN6GINGz7Krps3+270qqI9UJ4wxYThfAIcI5i7j5vXC4FJ3Wap+S9qcebxeYiqn87DZw== |
548 | 583 | dependencies:
|
549 | 584 | "@babel/template" "^7.14.5"
|
550 |
| - "@babel/traverse" "^7.14.5" |
551 |
| - "@babel/types" "^7.14.5" |
| 585 | + "@babel/traverse" "^7.14.8" |
| 586 | + "@babel/types" "^7.14.8" |
552 | 587 |
|
553 | 588 | "@babel/helpers@^7.7.4":
|
554 | 589 | version "7.7.4"
|
|
645 | 680 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.14.5.tgz#4cd2f346261061b2518873ffecdf1612cb032829"
|
646 | 681 | integrity sha512-TM8C+xtH/9n1qzX+JNHi7AN2zHMTiPUtspO0ZdHflW8KaskkALhMmuMHb4bCmNdv9VAPzJX3/bXqkVLnAvsPfg==
|
647 | 682 |
|
648 |
| -"@babel/parser@^7.14.6": |
649 |
| - version "7.14.6" |
650 |
| - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.14.6.tgz#d85cc68ca3cac84eae384c06f032921f5227f4b2" |
651 |
| - integrity sha512-oG0ej7efjEXxb4UgE+klVx+3j4MVo+A2vCzm7OUN4CLo6WhQ+vSOD2yJ8m7B+DghObxtLxt3EfgMWpq+AsWehQ== |
| 683 | +"@babel/parser@^7.14.8": |
| 684 | + version "7.14.8" |
| 685 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.14.8.tgz#66fd41666b2d7b840bd5ace7f7416d5ac60208d4" |
| 686 | + integrity sha512-syoCQFOoo/fzkWDeM0dLEZi5xqurb5vuyzwIMNZRNun+N/9A4cUZeQaE7dTrB8jGaKuJRBtEOajtnmw0I5hvvA== |
652 | 687 |
|
653 | 688 | "@babel/parser@^7.8.3":
|
654 | 689 | version "7.8.3"
|
|
1206 | 1241 | "@babel/helper-create-regexp-features-plugin" "^7.14.5"
|
1207 | 1242 | "@babel/helper-plugin-utils" "^7.14.5"
|
1208 | 1243 |
|
1209 |
| -"@babel/preset-env@^7.14.7": |
1210 |
| - version "7.14.7" |
1211 |
| - resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.14.7.tgz#5c70b22d4c2d893b03d8c886a5c17422502b932a" |
1212 |
| - integrity sha512-itOGqCKLsSUl0Y+1nSfhbuuOlTs0MJk2Iv7iSH+XT/mR8U1zRLO7NjWlYXB47yhK4J/7j+HYty/EhFZDYKa/VA== |
| 1244 | +"@babel/preset-env@^7.14.8": |
| 1245 | + version "7.14.8" |
| 1246 | + resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.14.8.tgz#254942f5ca80ccabcfbb2a9f524c74bca574005b" |
| 1247 | + integrity sha512-a9aOppDU93oArQ51H+B8M1vH+tayZbuBqzjOhntGetZVa+4tTu5jp+XTwqHGG2lxslqomPYVSjIxQkFwXzgnxg== |
1213 | 1248 | dependencies:
|
1214 | 1249 | "@babel/compat-data" "^7.14.7"
|
1215 | 1250 | "@babel/helper-compilation-targets" "^7.14.5"
|
|
1278 | 1313 | "@babel/plugin-transform-unicode-escapes" "^7.14.5"
|
1279 | 1314 | "@babel/plugin-transform-unicode-regex" "^7.14.5"
|
1280 | 1315 | "@babel/preset-modules" "^0.1.4"
|
1281 |
| - "@babel/types" "^7.14.5" |
| 1316 | + "@babel/types" "^7.14.8" |
1282 | 1317 | babel-plugin-polyfill-corejs2 "^0.2.2"
|
1283 | 1318 | babel-plugin-polyfill-corejs3 "^0.2.2"
|
1284 | 1319 | babel-plugin-polyfill-regenerator "^0.2.2"
|
|
1404 | 1439 | debug "^4.1.0"
|
1405 | 1440 | globals "^11.1.0"
|
1406 | 1441 |
|
| 1442 | +"@babel/traverse@^7.14.8": |
| 1443 | + version "7.14.8" |
| 1444 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.14.8.tgz#c0253f02677c5de1a8ff9df6b0aacbec7da1a8ce" |
| 1445 | + integrity sha512-kexHhzCljJcFNn1KYAQ6A5wxMRzq9ebYpEDV4+WdNyr3i7O44tanbDOR/xjiG2F3sllan+LgwK+7OMk0EmydHg== |
| 1446 | + dependencies: |
| 1447 | + "@babel/code-frame" "^7.14.5" |
| 1448 | + "@babel/generator" "^7.14.8" |
| 1449 | + "@babel/helper-function-name" "^7.14.5" |
| 1450 | + "@babel/helper-hoist-variables" "^7.14.5" |
| 1451 | + "@babel/helper-split-export-declaration" "^7.14.5" |
| 1452 | + "@babel/parser" "^7.14.8" |
| 1453 | + "@babel/types" "^7.14.8" |
| 1454 | + debug "^4.1.0" |
| 1455 | + globals "^11.1.0" |
| 1456 | + |
1407 | 1457 | "@babel/traverse@^7.8.4":
|
1408 | 1458 | version "7.8.4"
|
1409 | 1459 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.8.4.tgz#f0845822365f9d5b0e312ed3959d3f827f869e3c"
|
|
1454 | 1504 | "@babel/helper-validator-identifier" "^7.14.5"
|
1455 | 1505 | to-fast-properties "^2.0.0"
|
1456 | 1506 |
|
| 1507 | +"@babel/types@^7.14.8": |
| 1508 | + version "7.14.8" |
| 1509 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.14.8.tgz#38109de8fcadc06415fbd9b74df0065d4d41c728" |
| 1510 | + integrity sha512-iob4soQa7dZw8nodR/KlOQkPh9S4I8RwCxwRIFuiMRYjOzH/KJzdUfDgz6cGi5dDaclXF4P2PAhCdrBJNIg68Q== |
| 1511 | + dependencies: |
| 1512 | + "@babel/helper-validator-identifier" "^7.14.8" |
| 1513 | + to-fast-properties "^2.0.0" |
| 1514 | + |
1457 | 1515 | "@babel/types@^7.3.3":
|
1458 | 1516 | version "7.9.6"
|
1459 | 1517 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.9.6.tgz#2c5502b427251e9de1bd2dff95add646d95cc9f7"
|
|
0 commit comments