|
16 | 16 | dependencies:
|
17 | 17 | "@babel/highlight" "^7.14.5"
|
18 | 18 |
|
| 19 | +"@babel/code-frame@^7.15.8": |
| 20 | + version "7.15.8" |
| 21 | + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.15.8.tgz#45990c47adadb00c03677baa89221f7cc23d2503" |
| 22 | + integrity sha512-2IAnmn8zbvC/jKYhq5Ki9I+DwjlrtMPUCH/CpHvqI4dNnlwHwsxoIhlc8WcYY5LSYknXQtAlFYuHfqAFCvQ4Wg== |
| 23 | + dependencies: |
| 24 | + "@babel/highlight" "^7.14.5" |
| 25 | + |
19 | 26 | "@babel/compat-data@^7.13.11", "@babel/compat-data@^7.14.0", "@babel/compat-data@^7.15.0":
|
20 | 27 | version "7.15.0"
|
21 | 28 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.15.0.tgz#2dbaf8b85334796cafbb0f5793a90a2fc010b176"
|
22 | 29 | integrity sha512-0NqAC1IJE0S0+lL1SWFMxMkz1pKCNCjI4tr2Zx4LJSXxCLAdr6KyArnY+sno5m3yH9g737ygOyPABDsnXkpxiA==
|
23 | 30 |
|
24 |
| -"@babel/[email protected]", "@babel/core@>=7.9.0", "@babel/core@^7.12.16", "@babel/core@^7.14.0": |
| 31 | + |
| 32 | + version "7.15.8" |
| 33 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.15.8.tgz#195b9f2bffe995d2c6c159e72fe525b4114e8c10" |
| 34 | + integrity sha512-3UG9dsxvYBMYwRv+gS41WKHno4K60/9GPy1CJaH6xy3Elq8CTtvtjT5R5jmNhXfCYLX2mTw+7/aq5ak/gOE0og== |
| 35 | + dependencies: |
| 36 | + "@babel/code-frame" "^7.15.8" |
| 37 | + "@babel/generator" "^7.15.8" |
| 38 | + "@babel/helper-compilation-targets" "^7.15.4" |
| 39 | + "@babel/helper-module-transforms" "^7.15.8" |
| 40 | + "@babel/helpers" "^7.15.4" |
| 41 | + "@babel/parser" "^7.15.8" |
| 42 | + "@babel/template" "^7.15.4" |
| 43 | + "@babel/traverse" "^7.15.4" |
| 44 | + "@babel/types" "^7.15.6" |
| 45 | + convert-source-map "^1.7.0" |
| 46 | + debug "^4.1.0" |
| 47 | + gensync "^1.0.0-beta.2" |
| 48 | + json5 "^2.1.2" |
| 49 | + semver "^6.3.0" |
| 50 | + source-map "^0.5.0" |
| 51 | + |
| 52 | +"@babel/core@>=7.9.0", "@babel/core@^7.12.16", "@babel/core@^7.14.0": |
25 | 53 | version "7.15.5"
|
26 | 54 | resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.15.5.tgz#f8ed9ace730722544609f90c9bb49162dc3bf5b9"
|
27 | 55 | integrity sha512-pYgXxiwAgQpgM1bNkZsDEq85f0ggXMA5L7c+o3tskGMh2BunCI9QUwB9Z4jpvXUOuMdyGKiGKQiRe11VS6Jzvg==
|
|
60 | 88 | jsesc "^2.5.1"
|
61 | 89 | source-map "^0.5.0"
|
62 | 90 |
|
| 91 | +"@babel/generator@^7.15.8": |
| 92 | + version "7.15.8" |
| 93 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.15.8.tgz#fa56be6b596952ceb231048cf84ee499a19c0cd1" |
| 94 | + integrity sha512-ECmAKstXbp1cvpTTZciZCgfOt6iN64lR0d+euv3UZisU5awfRawOvg07Utn/qBGuH4bRIEZKrA/4LzZyXhZr8g== |
| 95 | + dependencies: |
| 96 | + "@babel/types" "^7.15.6" |
| 97 | + jsesc "^2.5.1" |
| 98 | + source-map "^0.5.0" |
| 99 | + |
63 | 100 | "@babel/helper-annotate-as-pure@^7.14.5", "@babel/helper-annotate-as-pure@^7.15.4":
|
64 | 101 | version "7.15.4"
|
65 | 102 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.15.4.tgz#3d0e43b00c5e49fdb6c57e421601a7a658d5f835"
|
|
177 | 214 | "@babel/traverse" "^7.15.4"
|
178 | 215 | "@babel/types" "^7.15.6"
|
179 | 216 |
|
| 217 | +"@babel/helper-module-transforms@^7.15.8": |
| 218 | + version "7.15.8" |
| 219 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.15.8.tgz#d8c0e75a87a52e374a8f25f855174786a09498b2" |
| 220 | + integrity sha512-DfAfA6PfpG8t4S6npwzLvTUpp0sS7JrcuaMiy1Y5645laRJIp/LiLGIBbQKaXSInK8tiGNI7FL7L8UvB8gdUZg== |
| 221 | + dependencies: |
| 222 | + "@babel/helper-module-imports" "^7.15.4" |
| 223 | + "@babel/helper-replace-supers" "^7.15.4" |
| 224 | + "@babel/helper-simple-access" "^7.15.4" |
| 225 | + "@babel/helper-split-export-declaration" "^7.15.4" |
| 226 | + "@babel/helper-validator-identifier" "^7.15.7" |
| 227 | + "@babel/template" "^7.15.4" |
| 228 | + "@babel/traverse" "^7.15.4" |
| 229 | + "@babel/types" "^7.15.6" |
| 230 | + |
180 | 231 | "@babel/helper-optimise-call-expression@^7.15.4":
|
181 | 232 | version "7.15.4"
|
182 | 233 | resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.15.4.tgz#f310a5121a3b9cc52d9ab19122bd729822dee171"
|
|
272 | 323 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.15.7.tgz#0c3ed4a2eb07b165dfa85b3cc45c727334c4edae"
|
273 | 324 | integrity sha512-rycZXvQ+xS9QyIcJ9HXeDWf1uxqlbVFAUq0Rq0dbc50Zb/+wUe/ehyfzGfm9KZZF0kBejYgxltBXocP+gKdL2g==
|
274 | 325 |
|
| 326 | +"@babel/parser@^7.15.8": |
| 327 | + version "7.15.8" |
| 328 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.15.8.tgz#7bacdcbe71bdc3ff936d510c15dcea7cf0b99016" |
| 329 | + integrity sha512-BRYa3wcQnjS/nqI8Ac94pYYpJfojHVvVXJ97+IDCImX4Jc8W8Xv1+47enbruk+q1etOpsQNwnfFcNGw+gtPGxA== |
| 330 | + |
275 | 331 | "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.15.4":
|
276 | 332 | version "7.15.4"
|
277 | 333 | resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.15.4.tgz#dbdeabb1e80f622d9f0b583efb2999605e0a567e"
|
|
0 commit comments