|
58 | 58 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.24.8.tgz#f9196455334c38d059ac8b1a16a51decda9d30d3"
|
59 | 59 | integrity sha512-c4IM7OTg6k1Q+AJ153e2mc2QVTezTwnb4VzquwcyiEzGnW0Kedv4do/TrkU98qPeC5LNiMt/QXwIjzYXLBpyZg==
|
60 | 60 |
|
61 |
| - |
62 |
| - version "7.24.8" |
63 |
| - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.24.8.tgz#c24f83985214f599cee5fc26d393d9ab320342f4" |
64 |
| - integrity sha512-6AWcmZC/MZCO0yKys4uhg5NlxL0ESF3K6IAaoQ+xSXvPyPyxNWRafP+GDbI88Oh68O7QkJgmEtedWPM9U0pZNg== |
| 61 | + |
| 62 | + version "7.24.9" |
| 63 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.24.9.tgz#dc07c9d307162c97fa9484ea997ade65841c7c82" |
| 64 | + integrity sha512-5e3FI4Q3M3Pbr21+5xJwCv6ZT6KmGkI0vw3Tozy5ODAQFTIWe37iT8Cr7Ice2Ntb+M3iSKCEWMB1MBgKrW3whg== |
65 | 65 | dependencies:
|
66 | 66 | "@ampproject/remapping" "^2.2.0"
|
67 | 67 | "@babel/code-frame" "^7.24.7"
|
68 |
| - "@babel/generator" "^7.24.8" |
| 68 | + "@babel/generator" "^7.24.9" |
69 | 69 | "@babel/helper-compilation-targets" "^7.24.8"
|
70 |
| - "@babel/helper-module-transforms" "^7.24.8" |
| 70 | + "@babel/helper-module-transforms" "^7.24.9" |
71 | 71 | "@babel/helpers" "^7.24.8"
|
72 | 72 | "@babel/parser" "^7.24.8"
|
73 | 73 | "@babel/template" "^7.24.7"
|
74 | 74 | "@babel/traverse" "^7.24.8"
|
75 |
| - "@babel/types" "^7.24.8" |
| 75 | + "@babel/types" "^7.24.9" |
76 | 76 | convert-source-map "^2.0.0"
|
77 | 77 | debug "^4.1.0"
|
78 | 78 | gensync "^1.0.0-beta.2"
|
|
129 | 129 | "@jridgewell/trace-mapping" "^0.3.25"
|
130 | 130 | jsesc "^2.5.1"
|
131 | 131 |
|
| 132 | +"@babel/generator@^7.24.9": |
| 133 | + version "7.24.9" |
| 134 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.24.9.tgz#5c2575a1070e661bbbc9df82a853989c9a656f12" |
| 135 | + integrity sha512-G8v3jRg+z8IwY1jHFxvCNhOPYPterE4XljNgdGTYfSTtzzwjIswIzIaSPSLs3R7yFuqnqNeay5rjICfqVr+/6A== |
| 136 | + dependencies: |
| 137 | + "@babel/types" "^7.24.9" |
| 138 | + "@jridgewell/gen-mapping" "^0.3.5" |
| 139 | + "@jridgewell/trace-mapping" "^0.3.25" |
| 140 | + jsesc "^2.5.1" |
| 141 | + |
132 | 142 | "@babel/helper-annotate-as-pure@^7.14.5":
|
133 | 143 | version "7.14.5"
|
134 | 144 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.14.5.tgz#7bf478ec3b71726d56a8ca5775b046fc29879e61"
|
|
404 | 414 | "@babel/helper-split-export-declaration" "^7.24.7"
|
405 | 415 | "@babel/helper-validator-identifier" "^7.24.7"
|
406 | 416 |
|
| 417 | +"@babel/helper-module-transforms@^7.24.9": |
| 418 | + version "7.24.9" |
| 419 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.24.9.tgz#e13d26306b89eea569180868e652e7f514de9d29" |
| 420 | + integrity sha512-oYbh+rtFKj/HwBQkFlUzvcybzklmVdVV3UU+mN7n2t/q3yGHbuVdNxyFvSBO1tfvjyArpHNcWMAzsSPdyI46hw== |
| 421 | + dependencies: |
| 422 | + "@babel/helper-environment-visitor" "^7.24.7" |
| 423 | + "@babel/helper-module-imports" "^7.24.7" |
| 424 | + "@babel/helper-simple-access" "^7.24.7" |
| 425 | + "@babel/helper-split-export-declaration" "^7.24.7" |
| 426 | + "@babel/helper-validator-identifier" "^7.24.7" |
| 427 | + |
407 | 428 | "@babel/helper-optimise-call-expression@^7.14.5":
|
408 | 429 | version "7.14.5"
|
409 | 430 | resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.14.5.tgz#f27395a8619e0665b3f0364cddb41c25d71b499c"
|
|
1985 | 2006 | "@babel/helper-validator-identifier" "^7.24.7"
|
1986 | 2007 | to-fast-properties "^2.0.0"
|
1987 | 2008 |
|
| 2009 | +"@babel/types@^7.24.9": |
| 2010 | + version "7.24.9" |
| 2011 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.24.9.tgz#228ce953d7b0d16646e755acf204f4cf3d08cc73" |
| 2012 | + integrity sha512-xm8XrMKz0IlUdocVbYJe0Z9xEgidU7msskG8BbhnTPK/HZ2z/7FP7ykqPgrUH+C+r414mNfNWam1f2vqOjqjYQ== |
| 2013 | + dependencies: |
| 2014 | + "@babel/helper-string-parser" "^7.24.8" |
| 2015 | + "@babel/helper-validator-identifier" "^7.24.7" |
| 2016 | + to-fast-properties "^2.0.0" |
| 2017 | + |
1988 | 2018 | "@bcoe/v8-coverage@^0.2.3":
|
1989 | 2019 | version "0.2.3"
|
1990 | 2020 | resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
|
|
0 commit comments