|
48 | 48 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.19.4.tgz#95c86de137bf0317f3a570e1b6e996b427299747" |
49 | 49 | integrity sha512-CHIGpJcUQ5lU9KrPHTjBMhVwQG6CQjxfg36fGXl3qk/Gik1WwWachaXFuo0uCWJT/mStOKtcbFJCaVLihC1CMw== |
50 | 50 |
|
51 | | -"@babel/core@7.19.3": |
52 | | - version "7.19.3" |
53 | | - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.19.3.tgz#2519f62a51458f43b682d61583c3810e7dcee64c" |
54 | | - integrity sha512-WneDJxdsjEvyKtXKsaBGbDeiyOjR5vYq4HcShxnIbG0qixpoHjI3MqeZM9NDvsojNCEBItQE4juOo/bU6e72gQ== |
| 51 | +"@babel/core@7.19.6": |
| 52 | + version "7.19.6" |
| 53 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.19.6.tgz#7122ae4f5c5a37c0946c066149abd8e75f81540f" |
| 54 | + integrity sha512-D2Ue4KHpc6Ys2+AxpIx1BZ8+UegLLLE2p3KJEuJRKmokHOtl49jQ5ny1773KsGLZs8MQvBidAF6yWUJxRqtKtg== |
55 | 55 | dependencies: |
56 | 56 | "@ampproject/remapping" "^2.1.0" |
57 | 57 | "@babel/code-frame" "^7.18.6" |
58 | | - "@babel/generator" "^7.19.3" |
| 58 | + "@babel/generator" "^7.19.6" |
59 | 59 | "@babel/helper-compilation-targets" "^7.19.3" |
60 | | - "@babel/helper-module-transforms" "^7.19.0" |
61 | | - "@babel/helpers" "^7.19.0" |
62 | | - "@babel/parser" "^7.19.3" |
| 60 | + "@babel/helper-module-transforms" "^7.19.6" |
| 61 | + "@babel/helpers" "^7.19.4" |
| 62 | + "@babel/parser" "^7.19.6" |
63 | 63 | "@babel/template" "^7.18.10" |
64 | | - "@babel/traverse" "^7.19.3" |
65 | | - "@babel/types" "^7.19.3" |
| 64 | + "@babel/traverse" "^7.19.6" |
| 65 | + "@babel/types" "^7.19.4" |
66 | 66 | convert-source-map "^1.7.0" |
67 | 67 | debug "^4.1.0" |
68 | 68 | gensync "^1.0.0-beta.2" |
|
135 | 135 | "@jridgewell/gen-mapping" "^0.3.2" |
136 | 136 | jsesc "^2.5.1" |
137 | 137 |
|
138 | | -"@babel/generator@^7.19.3": |
139 | | - version "7.19.3" |
140 | | - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.19.3.tgz#d7f4d1300485b4547cb6f94b27d10d237b42bf59" |
141 | | - integrity sha512-fqVZnmp1ncvZU757UzDheKZpfPgatqY59XtW2/j/18H7u76akb8xqvjw82f+i2UKd/ksYsSick/BCLQUUtJ/qQ== |
| 138 | +"@babel/generator@^7.19.6": |
| 139 | + version "7.19.6" |
| 140 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.19.6.tgz#9e481a3fe9ca6261c972645ae3904ec0f9b34a1d" |
| 141 | + integrity sha512-oHGRUQeoX1QrKeJIKVe0hwjGqNnVYsM5Nep5zo0uE0m42sLH+Fsd2pStJ5sRM1bNyTUUoz0pe2lTeMJrb/taTA== |
142 | 142 | dependencies: |
143 | | - "@babel/types" "^7.19.3" |
| 143 | + "@babel/types" "^7.19.4" |
144 | 144 | "@jridgewell/gen-mapping" "^0.3.2" |
145 | 145 | jsesc "^2.5.1" |
146 | 146 |
|
|
444 | 444 | "@babel/traverse" "^7.19.0" |
445 | 445 | "@babel/types" "^7.19.0" |
446 | 446 |
|
| 447 | +"@babel/helper-module-transforms@^7.19.6": |
| 448 | + version "7.19.6" |
| 449 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.19.6.tgz#6c52cc3ac63b70952d33ee987cbee1c9368b533f" |
| 450 | + integrity sha512-fCmcfQo/KYr/VXXDIyd3CBGZ6AFhPFy1TfSEJ+PilGVlQT6jcbqtHAM4C1EciRqMza7/TpOUZliuSH+U6HAhJw== |
| 451 | + dependencies: |
| 452 | + "@babel/helper-environment-visitor" "^7.18.9" |
| 453 | + "@babel/helper-module-imports" "^7.18.6" |
| 454 | + "@babel/helper-simple-access" "^7.19.4" |
| 455 | + "@babel/helper-split-export-declaration" "^7.18.6" |
| 456 | + "@babel/helper-validator-identifier" "^7.19.1" |
| 457 | + "@babel/template" "^7.18.10" |
| 458 | + "@babel/traverse" "^7.19.6" |
| 459 | + "@babel/types" "^7.19.4" |
| 460 | + |
447 | 461 | "@babel/helper-optimise-call-expression@^7.14.5": |
448 | 462 | version "7.14.5" |
449 | 463 | resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.14.5.tgz#f27395a8619e0665b3f0364cddb41c25d71b499c" |
|
553 | 567 | dependencies: |
554 | 568 | "@babel/types" "^7.18.6" |
555 | 569 |
|
| 570 | +"@babel/helper-simple-access@^7.19.4": |
| 571 | + version "7.19.4" |
| 572 | + resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.19.4.tgz#be553f4951ac6352df2567f7daa19a0ee15668e7" |
| 573 | + integrity sha512-f9Xq6WqBFqaDfbCzn2w85hwklswz5qsKlh7f08w4Y9yhJHpnNC0QemtSkK5YyOY8kPGvyiwdzZksGUhnGdaUIg== |
| 574 | + dependencies: |
| 575 | + "@babel/types" "^7.19.4" |
| 576 | + |
556 | 577 | "@babel/helper-skip-transparent-expression-wrappers@^7.14.5": |
557 | 578 | version "7.14.5" |
558 | 579 | resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.14.5.tgz#96f486ac050ca9f44b009fbe5b7d394cab3a0ee4" |
|
660 | 681 | "@babel/traverse" "^7.14.8" |
661 | 682 | "@babel/types" "^7.14.8" |
662 | 683 |
|
663 | | -"@babel/helpers@^7.19.0": |
664 | | - version "7.19.0" |
665 | | - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.19.0.tgz#f30534657faf246ae96551d88dd31e9d1fa1fc18" |
666 | | - integrity sha512-DRBCKGwIEdqY3+rPJgG/dKfQy9+08rHIAJx8q2p+HSWP87s2HCrQmaAMMyMll2kIXKCW0cO1RdQskx15Xakftg== |
| 684 | +"@babel/helpers@^7.19.4": |
| 685 | + version "7.19.4" |
| 686 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.19.4.tgz#42154945f87b8148df7203a25c31ba9a73be46c5" |
| 687 | + integrity sha512-G+z3aOx2nfDHwX/kyVii5fJq+bgscg89/dJNWpYeKeBv3v9xX8EIabmx1k6u9LS04H7nROFVRVK+e3k0VHp+sw== |
667 | 688 | dependencies: |
668 | 689 | "@babel/template" "^7.18.10" |
669 | | - "@babel/traverse" "^7.19.0" |
670 | | - "@babel/types" "^7.19.0" |
| 690 | + "@babel/traverse" "^7.19.4" |
| 691 | + "@babel/types" "^7.19.4" |
671 | 692 |
|
672 | 693 | "@babel/highlight@^7.14.5": |
673 | 694 | version "7.14.5" |
|
712 | 733 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.19.0.tgz#497fcafb1d5b61376959c1c338745ef0577aa02c" |
713 | 734 | integrity sha512-74bEXKX2h+8rrfQUfsBfuZZHzsEs6Eql4pqy/T4Nn6Y9wNPggQOqD6z6pn5Bl8ZfysKouFZT/UXEH94ummEeQw== |
714 | 735 |
|
715 | | -"@babel/parser@^7.19.3": |
716 | | - version "7.19.3" |
717 | | - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.19.3.tgz#8dd36d17c53ff347f9e55c328710321b49479a9a" |
718 | | - integrity sha512-pJ9xOlNWHiy9+FuFP09DEAFbAn4JskgRsVcc169w2xRBC3FRGuQEwjeIMMND9L2zc0iEhO/tGv4Zq+km+hxNpQ== |
| 736 | +"@babel/parser@^7.19.6": |
| 737 | + version "7.19.6" |
| 738 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.19.6.tgz#b923430cb94f58a7eae8facbffa9efd19130e7f8" |
| 739 | + integrity sha512-h1IUp81s2JYJ3mRkdxJgs4UvmSsRvDrx5ICSJbPvtWYv5i1nTBGcBpnog+89rAFMwvvru6E5NUHdBe01UeSzYA== |
719 | 740 |
|
720 | 741 | "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.18.6": |
721 | 742 | version "7.18.6" |
|
2002 | 2023 | debug "^4.1.0" |
2003 | 2024 | globals "^11.1.0" |
2004 | 2025 |
|
2005 | | -"@babel/traverse@^7.19.3": |
2006 | | - version "7.19.3" |
2007 | | - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.19.3.tgz#3a3c5348d4988ba60884e8494b0592b2f15a04b4" |
2008 | | - integrity sha512-qh5yf6149zhq2sgIXmwjnsvmnNQC2iw70UFjp4olxucKrWd/dvlUsBI88VSLUsnMNF7/vnOiA+nk1+yLoCqROQ== |
| 2026 | +"@babel/traverse@^7.19.4", "@babel/traverse@^7.19.6": |
| 2027 | + version "7.19.6" |
| 2028 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.19.6.tgz#7b4c865611df6d99cb131eec2e8ac71656a490dc" |
| 2029 | + integrity sha512-6l5HrUCzFM04mfbG09AagtYyR2P0B71B1wN7PfSPiksDPz2k5H9CBC1tcZpz2M8OxbKTPccByoOJ22rUKbpmQQ== |
2009 | 2030 | dependencies: |
2010 | 2031 | "@babel/code-frame" "^7.18.6" |
2011 | | - "@babel/generator" "^7.19.3" |
| 2032 | + "@babel/generator" "^7.19.6" |
2012 | 2033 | "@babel/helper-environment-visitor" "^7.18.9" |
2013 | 2034 | "@babel/helper-function-name" "^7.19.0" |
2014 | 2035 | "@babel/helper-hoist-variables" "^7.18.6" |
2015 | 2036 | "@babel/helper-split-export-declaration" "^7.18.6" |
2016 | | - "@babel/parser" "^7.19.3" |
2017 | | - "@babel/types" "^7.19.3" |
| 2037 | + "@babel/parser" "^7.19.6" |
| 2038 | + "@babel/types" "^7.19.4" |
2018 | 2039 | debug "^4.1.0" |
2019 | 2040 | globals "^11.1.0" |
2020 | 2041 |
|
|
2060 | 2081 | "@babel/helper-validator-identifier" "^7.18.6" |
2061 | 2082 | to-fast-properties "^2.0.0" |
2062 | 2083 |
|
2063 | | -"@babel/types@^7.19.3": |
2064 | | - version "7.19.3" |
2065 | | - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.19.3.tgz#fc420e6bbe54880bce6779ffaf315f5e43ec9624" |
2066 | | - integrity sha512-hGCaQzIY22DJlDh9CH7NOxgKkFjBk0Cw9xDO1Xmh2151ti7wiGfQ3LauXzL4HP1fmFlTX6XjpRETTpUcv7wQLw== |
2067 | | - dependencies: |
2068 | | - "@babel/helper-string-parser" "^7.18.10" |
2069 | | - "@babel/helper-validator-identifier" "^7.19.1" |
2070 | | - to-fast-properties "^2.0.0" |
2071 | | - |
2072 | 2084 | "@babel/types@^7.19.4": |
2073 | 2085 | version "7.19.4" |
2074 | 2086 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.19.4.tgz#0dd5c91c573a202d600490a35b33246fed8a41c7" |
|
0 commit comments