|
70 | 70 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.24.8.tgz#f9196455334c38d059ac8b1a16a51decda9d30d3"
|
71 | 71 | integrity sha512-c4IM7OTg6k1Q+AJ153e2mc2QVTezTwnb4VzquwcyiEzGnW0Kedv4do/TrkU98qPeC5LNiMt/QXwIjzYXLBpyZg==
|
72 | 72 |
|
73 |
| - |
74 |
| - version "7.24.8" |
75 |
| - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.24.8.tgz#c24f83985214f599cee5fc26d393d9ab320342f4" |
76 |
| - integrity sha512-6AWcmZC/MZCO0yKys4uhg5NlxL0ESF3K6IAaoQ+xSXvPyPyxNWRafP+GDbI88Oh68O7QkJgmEtedWPM9U0pZNg== |
| 73 | + |
| 74 | + version "7.24.9" |
| 75 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.24.9.tgz#dc07c9d307162c97fa9484ea997ade65841c7c82" |
| 76 | + integrity sha512-5e3FI4Q3M3Pbr21+5xJwCv6ZT6KmGkI0vw3Tozy5ODAQFTIWe37iT8Cr7Ice2Ntb+M3iSKCEWMB1MBgKrW3whg== |
77 | 77 | dependencies:
|
78 | 78 | "@ampproject/remapping" "^2.2.0"
|
79 | 79 | "@babel/code-frame" "^7.24.7"
|
80 |
| - "@babel/generator" "^7.24.8" |
| 80 | + "@babel/generator" "^7.24.9" |
81 | 81 | "@babel/helper-compilation-targets" "^7.24.8"
|
82 |
| - "@babel/helper-module-transforms" "^7.24.8" |
| 82 | + "@babel/helper-module-transforms" "^7.24.9" |
83 | 83 | "@babel/helpers" "^7.24.8"
|
84 | 84 | "@babel/parser" "^7.24.8"
|
85 | 85 | "@babel/template" "^7.24.7"
|
86 | 86 | "@babel/traverse" "^7.24.8"
|
87 |
| - "@babel/types" "^7.24.8" |
| 87 | + "@babel/types" "^7.24.9" |
88 | 88 | convert-source-map "^2.0.0"
|
89 | 89 | debug "^4.1.0"
|
90 | 90 | gensync "^1.0.0-beta.2"
|
|
141 | 141 | "@jridgewell/trace-mapping" "^0.3.25"
|
142 | 142 | jsesc "^2.5.1"
|
143 | 143 |
|
| 144 | +"@babel/generator@^7.24.9": |
| 145 | + version "7.24.9" |
| 146 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.24.9.tgz#5c2575a1070e661bbbc9df82a853989c9a656f12" |
| 147 | + integrity sha512-G8v3jRg+z8IwY1jHFxvCNhOPYPterE4XljNgdGTYfSTtzzwjIswIzIaSPSLs3R7yFuqnqNeay5rjICfqVr+/6A== |
| 148 | + dependencies: |
| 149 | + "@babel/types" "^7.24.9" |
| 150 | + "@jridgewell/gen-mapping" "^0.3.5" |
| 151 | + "@jridgewell/trace-mapping" "^0.3.25" |
| 152 | + jsesc "^2.5.1" |
| 153 | + |
144 | 154 | "@babel/helper-annotate-as-pure@^7.16.7":
|
145 | 155 | version "7.16.7"
|
146 | 156 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.16.7.tgz#bb2339a7534a9c128e3102024c60760a3a7f3862"
|
|
424 | 434 | "@babel/helper-split-export-declaration" "^7.24.7"
|
425 | 435 | "@babel/helper-validator-identifier" "^7.24.7"
|
426 | 436 |
|
| 437 | +"@babel/helper-module-transforms@^7.24.9": |
| 438 | + version "7.24.9" |
| 439 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.24.9.tgz#e13d26306b89eea569180868e652e7f514de9d29" |
| 440 | + integrity sha512-oYbh+rtFKj/HwBQkFlUzvcybzklmVdVV3UU+mN7n2t/q3yGHbuVdNxyFvSBO1tfvjyArpHNcWMAzsSPdyI46hw== |
| 441 | + dependencies: |
| 442 | + "@babel/helper-environment-visitor" "^7.24.7" |
| 443 | + "@babel/helper-module-imports" "^7.24.7" |
| 444 | + "@babel/helper-simple-access" "^7.24.7" |
| 445 | + "@babel/helper-split-export-declaration" "^7.24.7" |
| 446 | + "@babel/helper-validator-identifier" "^7.24.7" |
| 447 | + |
427 | 448 | "@babel/helper-optimise-call-expression@^7.16.7":
|
428 | 449 | version "7.16.7"
|
429 | 450 | resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.16.7.tgz#a34e3560605abbd31a18546bd2aad3e6d9a174f2"
|
|
2017 | 2038 | "@babel/helper-validator-identifier" "^7.24.7"
|
2018 | 2039 | to-fast-properties "^2.0.0"
|
2019 | 2040 |
|
| 2041 | +"@babel/types@^7.24.9": |
| 2042 | + version "7.24.9" |
| 2043 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.24.9.tgz#228ce953d7b0d16646e755acf204f4cf3d08cc73" |
| 2044 | + integrity sha512-xm8XrMKz0IlUdocVbYJe0Z9xEgidU7msskG8BbhnTPK/HZ2z/7FP7ykqPgrUH+C+r414mNfNWam1f2vqOjqjYQ== |
| 2045 | + dependencies: |
| 2046 | + "@babel/helper-string-parser" "^7.24.8" |
| 2047 | + "@babel/helper-validator-identifier" "^7.24.7" |
| 2048 | + to-fast-properties "^2.0.0" |
| 2049 | + |
2020 | 2050 | "@bcoe/v8-coverage@^0.2.3":
|
2021 | 2051 | version "0.2.3"
|
2022 | 2052 | resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
|
|
0 commit comments