|
30 | 30 | dependencies: |
31 | 31 | "@babel/highlight" "^7.16.0" |
32 | 32 |
|
| 33 | +"@babel/code-frame@^7.28.6": |
| 34 | + version "7.28.6" |
| 35 | + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.28.6.tgz#72499312ec58b1e2245ba4a4f550c132be4982f7" |
| 36 | + integrity sha512-JYgintcMjRiCvS8mMECzaEn+m3PfoQiyqukOMCCVQtoJGYJw8j/8LBJEiqkHLkfwCcs74E3pbAUFNg7d9VNJ+Q== |
| 37 | + dependencies: |
| 38 | + "@babel/helper-validator-identifier" "^7.28.5" |
| 39 | + js-tokens "^4.0.0" |
| 40 | + picocolors "^1.1.1" |
| 41 | + |
33 | 42 | "@babel/compat-data@^7.12.1", "@babel/compat-data@^7.13.11", "@babel/compat-data@^7.16.0", "@babel/compat-data@^7.16.4": |
34 | 43 | version "7.16.4" |
35 | 44 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.16.4.tgz#081d6bbc336ec5c2435c6346b2ae1fb98b5ac68e" |
|
256 | 265 | dependencies: |
257 | 266 | "@babel/types" "^7.16.0" |
258 | 267 |
|
| 268 | +"@babel/helper-string-parser@^7.27.1": |
| 269 | + version "7.27.1" |
| 270 | + resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz#54da796097ab19ce67ed9f88b47bb2ec49367687" |
| 271 | + integrity sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA== |
| 272 | + |
259 | 273 | "@babel/helper-validator-identifier@^7.15.7": |
260 | 274 | version "7.15.7" |
261 | 275 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.15.7.tgz#220df993bfe904a4a6b02ab4f3385a5ebf6e2389" |
262 | 276 | integrity sha512-K4JvCtQqad9OY2+yTU8w+E82ywk/fe+ELNlt1G8z3bVGlZfn/hOcQQsUhGhW/N+tb3fxK800wLtKOE/aM0m72w== |
263 | 277 |
|
| 278 | +"@babel/helper-validator-identifier@^7.28.5": |
| 279 | + version "7.28.5" |
| 280 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz#010b6938fab7cb7df74aa2bbc06aa503b8fe5fb4" |
| 281 | + integrity sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q== |
| 282 | + |
264 | 283 | "@babel/helper-validator-option@^7.12.1", "@babel/helper-validator-option@^7.14.5": |
265 | 284 | version "7.14.5" |
266 | 285 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.14.5.tgz#6e72a1fff18d5dfcb878e1e62f1a021c4b72d5a3" |
|
277 | 296 | "@babel/types" "^7.16.0" |
278 | 297 |
|
279 | 298 | "@babel/helpers@^7.12.1", "@babel/helpers@^7.16.0": |
280 | | - version "7.16.3" |
281 | | - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.16.3.tgz#27fc64f40b996e7074dc73128c3e5c3e7f55c43c" |
282 | | - integrity sha512-Xn8IhDlBPhvYTvgewPKawhADichOsbkZuzN7qz2BusOM0brChsyXMDJvldWaYMMUNiCQdQzNEioXTp3sC8Nt8w== |
| 299 | + version "7.28.6" |
| 300 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.28.6.tgz#fca903a313ae675617936e8998b814c415cbf5d7" |
| 301 | + integrity sha512-xOBvwq86HHdB7WUDTfKfT/Vuxh7gElQ+Sfti2Cy6yIWNW05P8iUslOVcZ4/sKbE+/jQaukQAdz/gf3724kYdqw== |
283 | 302 | dependencies: |
284 | | - "@babel/template" "^7.16.0" |
285 | | - "@babel/traverse" "^7.16.3" |
286 | | - "@babel/types" "^7.16.0" |
| 303 | + "@babel/template" "^7.28.6" |
| 304 | + "@babel/types" "^7.28.6" |
287 | 305 |
|
288 | 306 | "@babel/highlight@^7.0.0", "@babel/highlight@^7.10.4", "@babel/highlight@^7.16.0": |
289 | 307 | version "7.16.0" |
|
299 | 317 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.16.4.tgz#d5f92f57cf2c74ffe9b37981c0e72fee7311372e" |
300 | 318 | integrity sha512-6V0qdPUaiVHH3RtZeLIsc+6pDhbYzHR8ogA8w+f+Wc77DuXto19g2QUwveINoS34Uw+W8/hQDGJCx+i4n7xcng== |
301 | 319 |
|
| 320 | +"@babel/parser@^7.28.6": |
| 321 | + version "7.28.6" |
| 322 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.28.6.tgz#f01a8885b7fa1e56dd8a155130226cd698ef13fd" |
| 323 | + integrity sha512-TeR9zWR18BvbfPmGbLampPMW+uW1NZnJlRuuHso8i87QZNq2JRF9i6RgxRqtEq+wQGsS19NNTWr2duhnE49mfQ== |
| 324 | + dependencies: |
| 325 | + "@babel/types" "^7.28.6" |
| 326 | + |
302 | 327 | "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.16.2": |
303 | 328 | version "7.16.2" |
304 | 329 | resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.16.2.tgz#2977fca9b212db153c195674e57cfab807733183" |
|
1205 | 1230 | "@babel/parser" "^7.16.0" |
1206 | 1231 | "@babel/types" "^7.16.0" |
1207 | 1232 |
|
1208 | | -"@babel/traverse@^7.1.0", "@babel/traverse@^7.1.6", "@babel/traverse@^7.12.1", "@babel/traverse@^7.13.0", "@babel/traverse@^7.16.0", "@babel/traverse@^7.16.3", "@babel/traverse@^7.7.0": |
| 1233 | +"@babel/template@^7.28.6": |
| 1234 | + version "7.28.6" |
| 1235 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.28.6.tgz#0e7e56ecedb78aeef66ce7972b082fce76a23e57" |
| 1236 | + integrity sha512-YA6Ma2KsCdGb+WC6UpBVFJGXL58MDA6oyONbjyF/+5sBgxY/dwkhLogbMT2GXXyU84/IhRw/2D1Os1B/giz+BQ== |
| 1237 | + dependencies: |
| 1238 | + "@babel/code-frame" "^7.28.6" |
| 1239 | + "@babel/parser" "^7.28.6" |
| 1240 | + "@babel/types" "^7.28.6" |
| 1241 | + |
| 1242 | +"@babel/traverse@^7.1.0", "@babel/traverse@^7.1.6", "@babel/traverse@^7.12.1", "@babel/traverse@^7.13.0", "@babel/traverse@^7.16.0", "@babel/traverse@^7.7.0": |
1209 | 1243 | version "7.16.3" |
1210 | 1244 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.16.3.tgz#f63e8a938cc1b780f66d9ed3c54f532ca2d14787" |
1211 | 1245 | integrity sha512-eolumr1vVMjqevCpwVO99yN/LoGL0EyHiLO5I043aYQvwOJ9eR5UsZSClHVCzfhBduMAsSzgA/6AyqPjNayJag== |
|
1228 | 1262 | "@babel/helper-validator-identifier" "^7.15.7" |
1229 | 1263 | to-fast-properties "^2.0.0" |
1230 | 1264 |
|
| 1265 | +"@babel/types@^7.28.6": |
| 1266 | + version "7.28.6" |
| 1267 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.28.6.tgz#c3e9377f1b155005bcc4c46020e7e394e13089df" |
| 1268 | + integrity sha512-0ZrskXVEHSWIqZM/sQZ4EV3jZJXRkio/WCxaqKZP1g//CEWEPSfeZFcms4XeKBCHU0ZKnIkdJeU/kF+eRp5lBg== |
| 1269 | + dependencies: |
| 1270 | + "@babel/helper-string-parser" "^7.27.1" |
| 1271 | + "@babel/helper-validator-identifier" "^7.28.5" |
| 1272 | + |
1231 | 1273 | "@bcoe/v8-coverage@^0.2.3": |
1232 | 1274 | version "0.2.3" |
1233 | 1275 | resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39" |
@@ -12978,6 +13020,11 @@ picocolors@^1.0.0: |
12978 | 13020 | resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.0.0.tgz#cb5bdc74ff3f51892236eaf79d68bc44564ab81c" |
12979 | 13021 | integrity sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ== |
12980 | 13022 |
|
| 13023 | +picocolors@^1.1.1: |
| 13024 | + version "1.1.1" |
| 13025 | + resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.1.1.tgz#3d321af3eab939b083c8f929a1d12cda81c26b6b" |
| 13026 | + integrity sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA== |
| 13027 | + |
12981 | 13028 | picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.2.2, picomatch@^2.2.3: |
12982 | 13029 | version "2.3.0" |
12983 | 13030 | resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.0.tgz#f1f061de8f6a4bf022892e2d128234fb98302972" |
|
0 commit comments