|
86 | 86 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.24.8.tgz#f9196455334c38d059ac8b1a16a51decda9d30d3"
|
87 | 87 | integrity sha512-c4IM7OTg6k1Q+AJ153e2mc2QVTezTwnb4VzquwcyiEzGnW0Kedv4do/TrkU98qPeC5LNiMt/QXwIjzYXLBpyZg==
|
88 | 88 |
|
89 |
| -"@babel/core@7.24.8": |
90 |
| - version "7.24.8" |
91 |
| - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.24.8.tgz#c24f83985214f599cee5fc26d393d9ab320342f4" |
92 |
| - integrity sha512-6AWcmZC/MZCO0yKys4uhg5NlxL0ESF3K6IAaoQ+xSXvPyPyxNWRafP+GDbI88Oh68O7QkJgmEtedWPM9U0pZNg== |
| 89 | +"@babel/core@7.24.9": |
| 90 | + version "7.24.9" |
| 91 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.24.9.tgz#dc07c9d307162c97fa9484ea997ade65841c7c82" |
| 92 | + integrity sha512-5e3FI4Q3M3Pbr21+5xJwCv6ZT6KmGkI0vw3Tozy5ODAQFTIWe37iT8Cr7Ice2Ntb+M3iSKCEWMB1MBgKrW3whg== |
93 | 93 | dependencies:
|
94 | 94 | "@ampproject/remapping" "^2.2.0"
|
95 | 95 | "@babel/code-frame" "^7.24.7"
|
96 |
| - "@babel/generator" "^7.24.8" |
| 96 | + "@babel/generator" "^7.24.9" |
97 | 97 | "@babel/helper-compilation-targets" "^7.24.8"
|
98 |
| - "@babel/helper-module-transforms" "^7.24.8" |
| 98 | + "@babel/helper-module-transforms" "^7.24.9" |
99 | 99 | "@babel/helpers" "^7.24.8"
|
100 | 100 | "@babel/parser" "^7.24.8"
|
101 | 101 | "@babel/template" "^7.24.7"
|
102 | 102 | "@babel/traverse" "^7.24.8"
|
103 |
| - "@babel/types" "^7.24.8" |
| 103 | + "@babel/types" "^7.24.9" |
104 | 104 | convert-source-map "^2.0.0"
|
105 | 105 | debug "^4.1.0"
|
106 | 106 | gensync "^1.0.0-beta.2"
|
|
176 | 176 | "@jridgewell/trace-mapping" "^0.3.25"
|
177 | 177 | jsesc "^2.5.1"
|
178 | 178 |
|
| 179 | +"@babel/generator@^7.24.9": |
| 180 | + version "7.24.9" |
| 181 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.24.9.tgz#5c2575a1070e661bbbc9df82a853989c9a656f12" |
| 182 | + integrity sha512-G8v3jRg+z8IwY1jHFxvCNhOPYPterE4XljNgdGTYfSTtzzwjIswIzIaSPSLs3R7yFuqnqNeay5rjICfqVr+/6A== |
| 183 | + dependencies: |
| 184 | + "@babel/types" "^7.24.9" |
| 185 | + "@jridgewell/gen-mapping" "^0.3.5" |
| 186 | + "@jridgewell/trace-mapping" "^0.3.25" |
| 187 | + jsesc "^2.5.1" |
| 188 | + |
179 | 189 | "@babel/helper-annotate-as-pure@^7.18.6":
|
180 | 190 | version "7.18.6"
|
181 | 191 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.18.6.tgz#eaa49f6f80d5a33f9a5dd2276e6d6e451be0a6bb"
|
|
390 | 400 | "@babel/helper-split-export-declaration" "^7.24.7"
|
391 | 401 | "@babel/helper-validator-identifier" "^7.24.7"
|
392 | 402 |
|
| 403 | +"@babel/helper-module-transforms@^7.24.9": |
| 404 | + version "7.24.9" |
| 405 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.24.9.tgz#e13d26306b89eea569180868e652e7f514de9d29" |
| 406 | + integrity sha512-oYbh+rtFKj/HwBQkFlUzvcybzklmVdVV3UU+mN7n2t/q3yGHbuVdNxyFvSBO1tfvjyArpHNcWMAzsSPdyI46hw== |
| 407 | + dependencies: |
| 408 | + "@babel/helper-environment-visitor" "^7.24.7" |
| 409 | + "@babel/helper-module-imports" "^7.24.7" |
| 410 | + "@babel/helper-simple-access" "^7.24.7" |
| 411 | + "@babel/helper-split-export-declaration" "^7.24.7" |
| 412 | + "@babel/helper-validator-identifier" "^7.24.7" |
| 413 | + |
393 | 414 | "@babel/helper-optimise-call-expression@^7.24.7":
|
394 | 415 | version "7.24.7"
|
395 | 416 | resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.24.7.tgz#8b0a0456c92f6b323d27cfd00d1d664e76692a0f"
|
|
1531 | 1552 | "@babel/helper-validator-identifier" "^7.24.7"
|
1532 | 1553 | to-fast-properties "^2.0.0"
|
1533 | 1554 |
|
| 1555 | +"@babel/types@^7.24.9": |
| 1556 | + version "7.24.9" |
| 1557 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.24.9.tgz#228ce953d7b0d16646e755acf204f4cf3d08cc73" |
| 1558 | + integrity sha512-xm8XrMKz0IlUdocVbYJe0Z9xEgidU7msskG8BbhnTPK/HZ2z/7FP7ykqPgrUH+C+r414mNfNWam1f2vqOjqjYQ== |
| 1559 | + dependencies: |
| 1560 | + "@babel/helper-string-parser" "^7.24.8" |
| 1561 | + "@babel/helper-validator-identifier" "^7.24.7" |
| 1562 | + to-fast-properties "^2.0.0" |
| 1563 | + |
1534 | 1564 | "@bcoe/v8-coverage@^0.2.3":
|
1535 | 1565 | version "0.2.3"
|
1536 | 1566 | resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
|
|
0 commit comments