|
28 | 28 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.24.8.tgz#f9196455334c38d059ac8b1a16a51decda9d30d3" |
29 | 29 | integrity sha512-c4IM7OTg6k1Q+AJ153e2mc2QVTezTwnb4VzquwcyiEzGnW0Kedv4do/TrkU98qPeC5LNiMt/QXwIjzYXLBpyZg== |
30 | 30 |
|
31 | | -"@babel/core@7.24.8": |
32 | | - version "7.24.8" |
33 | | - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.24.8.tgz#c24f83985214f599cee5fc26d393d9ab320342f4" |
34 | | - integrity sha512-6AWcmZC/MZCO0yKys4uhg5NlxL0ESF3K6IAaoQ+xSXvPyPyxNWRafP+GDbI88Oh68O7QkJgmEtedWPM9U0pZNg== |
| 31 | +"@babel/core@7.24.9": |
| 32 | + version "7.24.9" |
| 33 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.24.9.tgz#dc07c9d307162c97fa9484ea997ade65841c7c82" |
| 34 | + integrity sha512-5e3FI4Q3M3Pbr21+5xJwCv6ZT6KmGkI0vw3Tozy5ODAQFTIWe37iT8Cr7Ice2Ntb+M3iSKCEWMB1MBgKrW3whg== |
35 | 35 | dependencies: |
36 | 36 | "@ampproject/remapping" "^2.2.0" |
37 | 37 | "@babel/code-frame" "^7.24.7" |
38 | | - "@babel/generator" "^7.24.8" |
| 38 | + "@babel/generator" "^7.24.9" |
39 | 39 | "@babel/helper-compilation-targets" "^7.24.8" |
40 | | - "@babel/helper-module-transforms" "^7.24.8" |
| 40 | + "@babel/helper-module-transforms" "^7.24.9" |
41 | 41 | "@babel/helpers" "^7.24.8" |
42 | 42 | "@babel/parser" "^7.24.8" |
43 | 43 | "@babel/template" "^7.24.7" |
44 | 44 | "@babel/traverse" "^7.24.8" |
45 | | - "@babel/types" "^7.24.8" |
| 45 | + "@babel/types" "^7.24.9" |
46 | 46 | convert-source-map "^2.0.0" |
47 | 47 | debug "^4.1.0" |
48 | 48 | gensync "^1.0.0-beta.2" |
|
99 | 99 | "@jridgewell/trace-mapping" "^0.3.25" |
100 | 100 | jsesc "^2.5.1" |
101 | 101 |
|
| 102 | +"@babel/generator@^7.24.9": |
| 103 | + version "7.24.9" |
| 104 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.24.9.tgz#5c2575a1070e661bbbc9df82a853989c9a656f12" |
| 105 | + integrity sha512-G8v3jRg+z8IwY1jHFxvCNhOPYPterE4XljNgdGTYfSTtzzwjIswIzIaSPSLs3R7yFuqnqNeay5rjICfqVr+/6A== |
| 106 | + dependencies: |
| 107 | + "@babel/types" "^7.24.9" |
| 108 | + "@jridgewell/gen-mapping" "^0.3.5" |
| 109 | + "@jridgewell/trace-mapping" "^0.3.25" |
| 110 | + jsesc "^2.5.1" |
| 111 | + |
102 | 112 | "@babel/helper-annotate-as-pure@^7.24.7": |
103 | 113 | version "7.24.7" |
104 | 114 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.24.7.tgz#5373c7bc8366b12a033b4be1ac13a206c6656aab" |
|
231 | 241 | "@babel/helper-split-export-declaration" "^7.24.7" |
232 | 242 | "@babel/helper-validator-identifier" "^7.24.7" |
233 | 243 |
|
| 244 | +"@babel/helper-module-transforms@^7.24.9": |
| 245 | + version "7.24.9" |
| 246 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.24.9.tgz#e13d26306b89eea569180868e652e7f514de9d29" |
| 247 | + integrity sha512-oYbh+rtFKj/HwBQkFlUzvcybzklmVdVV3UU+mN7n2t/q3yGHbuVdNxyFvSBO1tfvjyArpHNcWMAzsSPdyI46hw== |
| 248 | + dependencies: |
| 249 | + "@babel/helper-environment-visitor" "^7.24.7" |
| 250 | + "@babel/helper-module-imports" "^7.24.7" |
| 251 | + "@babel/helper-simple-access" "^7.24.7" |
| 252 | + "@babel/helper-split-export-declaration" "^7.24.7" |
| 253 | + "@babel/helper-validator-identifier" "^7.24.7" |
| 254 | + |
234 | 255 | "@babel/helper-optimise-call-expression@^7.24.7": |
235 | 256 | version "7.24.7" |
236 | 257 | resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.24.7.tgz#8b0a0456c92f6b323d27cfd00d1d664e76692a0f" |
|
1330 | 1351 | "@babel/helper-validator-identifier" "^7.24.7" |
1331 | 1352 | to-fast-properties "^2.0.0" |
1332 | 1353 |
|
| 1354 | +"@babel/types@^7.24.9": |
| 1355 | + version "7.24.9" |
| 1356 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.24.9.tgz#228ce953d7b0d16646e755acf204f4cf3d08cc73" |
| 1357 | + integrity sha512-xm8XrMKz0IlUdocVbYJe0Z9xEgidU7msskG8BbhnTPK/HZ2z/7FP7ykqPgrUH+C+r414mNfNWam1f2vqOjqjYQ== |
| 1358 | + dependencies: |
| 1359 | + "@babel/helper-string-parser" "^7.24.8" |
| 1360 | + "@babel/helper-validator-identifier" "^7.24.7" |
| 1361 | + to-fast-properties "^2.0.0" |
| 1362 | + |
1333 | 1363 | "@bcoe/v8-coverage@^0.2.3": |
1334 | 1364 | version "0.2.3" |
1335 | 1365 | resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39" |
|
0 commit comments