|
89 | 89 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.24.8.tgz#f9196455334c38d059ac8b1a16a51decda9d30d3"
|
90 | 90 | integrity sha512-c4IM7OTg6k1Q+AJ153e2mc2QVTezTwnb4VzquwcyiEzGnW0Kedv4do/TrkU98qPeC5LNiMt/QXwIjzYXLBpyZg==
|
91 | 91 |
|
92 |
| - |
93 |
| - version "7.24.8" |
94 |
| - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.24.8.tgz#c24f83985214f599cee5fc26d393d9ab320342f4" |
95 |
| - integrity sha512-6AWcmZC/MZCO0yKys4uhg5NlxL0ESF3K6IAaoQ+xSXvPyPyxNWRafP+GDbI88Oh68O7QkJgmEtedWPM9U0pZNg== |
| 92 | + |
| 93 | + version "7.24.9" |
| 94 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.24.9.tgz#dc07c9d307162c97fa9484ea997ade65841c7c82" |
| 95 | + integrity sha512-5e3FI4Q3M3Pbr21+5xJwCv6ZT6KmGkI0vw3Tozy5ODAQFTIWe37iT8Cr7Ice2Ntb+M3iSKCEWMB1MBgKrW3whg== |
96 | 96 | dependencies:
|
97 | 97 | "@ampproject/remapping" "^2.2.0"
|
98 | 98 | "@babel/code-frame" "^7.24.7"
|
99 |
| - "@babel/generator" "^7.24.8" |
| 99 | + "@babel/generator" "^7.24.9" |
100 | 100 | "@babel/helper-compilation-targets" "^7.24.8"
|
101 |
| - "@babel/helper-module-transforms" "^7.24.8" |
| 101 | + "@babel/helper-module-transforms" "^7.24.9" |
102 | 102 | "@babel/helpers" "^7.24.8"
|
103 | 103 | "@babel/parser" "^7.24.8"
|
104 | 104 | "@babel/template" "^7.24.7"
|
105 | 105 | "@babel/traverse" "^7.24.8"
|
106 |
| - "@babel/types" "^7.24.8" |
| 106 | + "@babel/types" "^7.24.9" |
107 | 107 | convert-source-map "^2.0.0"
|
108 | 108 | debug "^4.1.0"
|
109 | 109 | gensync "^1.0.0-beta.2"
|
|
179 | 179 | "@jridgewell/trace-mapping" "^0.3.25"
|
180 | 180 | jsesc "^2.5.1"
|
181 | 181 |
|
| 182 | +"@babel/generator@^7.24.9": |
| 183 | + version "7.24.9" |
| 184 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.24.9.tgz#5c2575a1070e661bbbc9df82a853989c9a656f12" |
| 185 | + integrity sha512-G8v3jRg+z8IwY1jHFxvCNhOPYPterE4XljNgdGTYfSTtzzwjIswIzIaSPSLs3R7yFuqnqNeay5rjICfqVr+/6A== |
| 186 | + dependencies: |
| 187 | + "@babel/types" "^7.24.9" |
| 188 | + "@jridgewell/gen-mapping" "^0.3.5" |
| 189 | + "@jridgewell/trace-mapping" "^0.3.25" |
| 190 | + jsesc "^2.5.1" |
| 191 | + |
182 | 192 | "@babel/helper-annotate-as-pure@^7.22.5":
|
183 | 193 | version "7.22.5"
|
184 | 194 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.22.5.tgz#e7f06737b197d580a01edf75d97e2c8be99d3882"
|
|
388 | 398 | "@babel/helper-split-export-declaration" "^7.24.7"
|
389 | 399 | "@babel/helper-validator-identifier" "^7.24.7"
|
390 | 400 |
|
391 |
| -"@babel/helper-module-transforms@^7.24.8": |
392 |
| - version "7.24.8" |
393 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.24.8.tgz#b1f2df4f96f3465b0d035b697ec86cb51ff348fe" |
394 |
| - integrity sha512-m4vWKVqvkVAWLXfHCCfff2luJj86U+J0/x+0N3ArG/tP0Fq7zky2dYwMbtPmkc/oulkkbjdL3uWzuoBwQ8R00Q== |
| 401 | +"@babel/helper-module-transforms@^7.24.9": |
| 402 | + version "7.24.9" |
| 403 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.24.9.tgz#e13d26306b89eea569180868e652e7f514de9d29" |
| 404 | + integrity sha512-oYbh+rtFKj/HwBQkFlUzvcybzklmVdVV3UU+mN7n2t/q3yGHbuVdNxyFvSBO1tfvjyArpHNcWMAzsSPdyI46hw== |
395 | 405 | dependencies:
|
396 | 406 | "@babel/helper-environment-visitor" "^7.24.7"
|
397 | 407 | "@babel/helper-module-imports" "^7.24.7"
|
|
1742 | 1752 | "@babel/helper-validator-identifier" "^7.24.7"
|
1743 | 1753 | to-fast-properties "^2.0.0"
|
1744 | 1754 |
|
| 1755 | +"@babel/types@^7.24.9": |
| 1756 | + version "7.24.9" |
| 1757 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.24.9.tgz#228ce953d7b0d16646e755acf204f4cf3d08cc73" |
| 1758 | + integrity sha512-xm8XrMKz0IlUdocVbYJe0Z9xEgidU7msskG8BbhnTPK/HZ2z/7FP7ykqPgrUH+C+r414mNfNWam1f2vqOjqjYQ== |
| 1759 | + dependencies: |
| 1760 | + "@babel/helper-string-parser" "^7.24.8" |
| 1761 | + "@babel/helper-validator-identifier" "^7.24.7" |
| 1762 | + to-fast-properties "^2.0.0" |
| 1763 | + |
1745 | 1764 | "@bcoe/v8-coverage@^0.2.3":
|
1746 | 1765 | version "0.2.3"
|
1747 | 1766 | resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
|
|
0 commit comments