|
59 | 59 | integrity sha512-oH5UPLMWR3L2wEFLnFJ1TZXqHufiTKAiLfqw5zkhS4dKXLJ10yVztfil/twG8EDTA4F/tvVNw9nOl4ZMslB8rQ== |
60 | 60 |
|
61 | 61 | "@babel/core@^7.11.6", "@babel/core@^7.12.10", "@babel/core@^7.12.3", "@babel/core@^7.14.3": |
62 | | - version "7.26.9" |
63 | | - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.26.9.tgz#71838542a4b1e49dfed353d7acbc6eb89f4a76f2" |
64 | | - integrity sha512-lWBYIrF7qK5+GjY5Uy+/hEgp8OJWOD/rpy74GplYRhEauvbHDeFB8t5hPOZxCZ0Oxf4Cc36tK51/l3ymJysrKw== |
| 62 | + version "7.26.10" |
| 63 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.26.10.tgz#5c876f83c8c4dcb233ee4b670c0606f2ac3000f9" |
| 64 | + integrity sha512-vMqyb7XCDMPvJFFOaT9kxtiRh42GwlZEg1/uIgtZshS5a/8OaduUfCi7kynKgc3Tw/6Uo2D+db9qBttghhmxwQ== |
65 | 65 | dependencies: |
66 | 66 | "@ampproject/remapping" "^2.2.0" |
67 | 67 | "@babel/code-frame" "^7.26.2" |
68 | | - "@babel/generator" "^7.26.9" |
| 68 | + "@babel/generator" "^7.26.10" |
69 | 69 | "@babel/helper-compilation-targets" "^7.26.5" |
70 | 70 | "@babel/helper-module-transforms" "^7.26.0" |
71 | | - "@babel/helpers" "^7.26.9" |
72 | | - "@babel/parser" "^7.26.9" |
| 71 | + "@babel/helpers" "^7.26.10" |
| 72 | + "@babel/parser" "^7.26.10" |
73 | 73 | "@babel/template" "^7.26.9" |
74 | | - "@babel/traverse" "^7.26.9" |
75 | | - "@babel/types" "^7.26.9" |
| 74 | + "@babel/traverse" "^7.26.10" |
| 75 | + "@babel/types" "^7.26.10" |
76 | 76 | convert-source-map "^2.0.0" |
77 | 77 | debug "^4.1.0" |
78 | 78 | gensync "^1.0.0-beta.2" |
79 | 79 | json5 "^2.2.3" |
80 | 80 | semver "^6.3.1" |
81 | 81 |
|
82 | | -"@babel/generator@^7.26.9", "@babel/generator@^7.7.2": |
83 | | - version "7.26.9" |
84 | | - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.26.9.tgz#75a9482ad3d0cc7188a537aa4910bc59db67cbca" |
85 | | - integrity sha512-kEWdzjOAUMW4hAyrzJ0ZaTOu9OmpyDIQicIh0zg0EEcEkYXZb2TjtBhnHi2ViX7PKwZqF4xwqfAm299/QMP3lg== |
| 82 | +"@babel/generator@^7.26.10", "@babel/generator@^7.7.2": |
| 83 | + version "7.26.10" |
| 84 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.26.10.tgz#a60d9de49caca16744e6340c3658dfef6138c3f7" |
| 85 | + integrity sha512-rRHT8siFIXQrAYOYqZQVsAr8vJ+cBNqcVAY6m5V8/4QqzaPl+zDBe6cLEPRDuNOUf3ww8RfJVlOyQMoSI+5Ang== |
86 | 86 | dependencies: |
87 | | - "@babel/parser" "^7.26.9" |
88 | | - "@babel/types" "^7.26.9" |
| 87 | + "@babel/parser" "^7.26.10" |
| 88 | + "@babel/types" "^7.26.10" |
89 | 89 | "@jridgewell/gen-mapping" "^0.3.5" |
90 | 90 | "@jridgewell/trace-mapping" "^0.3.25" |
91 | 91 | jsesc "^3.0.2" |
|
332 | 332 | "@babel/traverse" "^7.25.9" |
333 | 333 | "@babel/types" "^7.25.9" |
334 | 334 |
|
335 | | -"@babel/helpers@^7.26.9": |
336 | | - version "7.26.9" |
337 | | - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.9.tgz#28f3fb45252fc88ef2dc547c8a911c255fc9fef6" |
338 | | - integrity sha512-Mz/4+y8udxBKdmzt/UjPACs4G3j5SshJJEFFKxlCGPydG4JAHXxjWjAwjd09tf6oINvl1VfMJo+nB7H2YKQ0dA== |
| 335 | +"@babel/helpers@^7.26.10": |
| 336 | + version "7.26.10" |
| 337 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.10.tgz#6baea3cd62ec2d0c1068778d63cb1314f6637384" |
| 338 | + integrity sha512-UPYc3SauzZ3JGgj87GgZ89JVdC5dj0AoetR5Bw6wj4niittNyFh6+eOGonYvJ1ao6B8lEa3Q3klS7ADZ53bc5g== |
339 | 339 | dependencies: |
340 | 340 | "@babel/template" "^7.26.9" |
341 | | - "@babel/types" "^7.26.9" |
| 341 | + "@babel/types" "^7.26.10" |
342 | 342 |
|
343 | 343 | "@babel/highlight@^7.10.4": |
344 | 344 | version "7.14.0" |
|
349 | 349 | chalk "^2.0.0" |
350 | 350 | js-tokens "^4.0.0" |
351 | 351 |
|
352 | | -"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.26.9", "@babel/parser@^7.3.3", "@babel/parser@^7.7.0": |
353 | | - version "7.26.9" |
354 | | - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.9.tgz#d9e78bee6dc80f9efd8f2349dcfbbcdace280fd5" |
355 | | - integrity sha512-81NWa1njQblgZbQHxWHpxxCzNsa3ZwvFqpUg7P+NNUU6f3UU2jBEg4OlF/J6rl8+PQGh1q6/zWScd001YwcA5A== |
| 352 | +"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.26.10", "@babel/parser@^7.26.9", "@babel/parser@^7.3.3", "@babel/parser@^7.7.0": |
| 353 | + version "7.26.10" |
| 354 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.10.tgz#e9bdb82f14b97df6569b0b038edd436839c57749" |
| 355 | + integrity sha512-6aQR2zGE/QFi8JpDLjUZEPYOs7+mhKXm86VaKFiLP35JQwQb6bwUE+XbvkH0EptsYhbNBSUGaUBLKqxH1xSgsA== |
356 | 356 | dependencies: |
357 | | - "@babel/types" "^7.26.9" |
| 357 | + "@babel/types" "^7.26.10" |
358 | 358 |
|
359 | 359 | "@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.25.9": |
360 | 360 | version "7.25.9" |
|
1098 | 1098 | "@babel/parser" "^7.26.9" |
1099 | 1099 | "@babel/types" "^7.26.9" |
1100 | 1100 |
|
1101 | | -"@babel/traverse@^7.14.5", "@babel/traverse@^7.25.9", "@babel/traverse@^7.26.8", "@babel/traverse@^7.26.9", "@babel/traverse@^7.7.0": |
1102 | | - version "7.26.9" |
1103 | | - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.26.9.tgz#4398f2394ba66d05d988b2ad13c219a2c857461a" |
1104 | | - integrity sha512-ZYW7L+pL8ahU5fXmNbPF+iZFHCv5scFak7MZ9bwaRPLUhHh7QQEMjZUg0HevihoqCM5iSYHN61EyCoZvqC+bxg== |
| 1101 | +"@babel/traverse@^7.14.5", "@babel/traverse@^7.25.9", "@babel/traverse@^7.26.10", "@babel/traverse@^7.26.8", "@babel/traverse@^7.7.0": |
| 1102 | + version "7.26.10" |
| 1103 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.26.10.tgz#43cca33d76005dbaa93024fae536cc1946a4c380" |
| 1104 | + integrity sha512-k8NuDrxr0WrPH5Aupqb2LCVURP/S0vBEn5mK6iH+GIYob66U5EtoZvcdudR2jQ4cmTwhEwW1DLB+Yyas9zjF6A== |
1105 | 1105 | dependencies: |
1106 | 1106 | "@babel/code-frame" "^7.26.2" |
1107 | | - "@babel/generator" "^7.26.9" |
1108 | | - "@babel/parser" "^7.26.9" |
| 1107 | + "@babel/generator" "^7.26.10" |
| 1108 | + "@babel/parser" "^7.26.10" |
1109 | 1109 | "@babel/template" "^7.26.9" |
1110 | | - "@babel/types" "^7.26.9" |
| 1110 | + "@babel/types" "^7.26.10" |
1111 | 1111 | debug "^4.3.1" |
1112 | 1112 | globals "^11.1.0" |
1113 | 1113 |
|
1114 | | -"@babel/types@^7.0.0", "@babel/types@^7.14.5", "@babel/types@^7.18.6", "@babel/types@^7.25.9", "@babel/types@^7.26.9", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4", "@babel/types@^7.7.0": |
1115 | | - version "7.26.9" |
1116 | | - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.9.tgz#08b43dec79ee8e682c2ac631c010bdcac54a21ce" |
1117 | | - integrity sha512-Y3IR1cRnOxOCDvMmNiym7XpXQ93iGDDPHx+Zj+NM+rg0fBaShfQLkg+hKPaZCEvg5N/LeCo4+Rj/i3FuJsIQaw== |
| 1114 | +"@babel/types@^7.0.0", "@babel/types@^7.14.5", "@babel/types@^7.18.6", "@babel/types@^7.25.9", "@babel/types@^7.26.10", "@babel/types@^7.26.9", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4", "@babel/types@^7.7.0": |
| 1115 | + version "7.26.10" |
| 1116 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.10.tgz#396382f6335bd4feb65741eacfc808218f859259" |
| 1117 | + integrity sha512-emqcG3vHrpxUKTrxcblR36dcrcoRDvKmnL/dCL6ZsHaShW80qxCAcNhzQZrpeM765VzEos+xOi4s+r4IXzTwdQ== |
1118 | 1118 | dependencies: |
1119 | 1119 | "@babel/helper-string-parser" "^7.25.9" |
1120 | 1120 | "@babel/helper-validator-identifier" "^7.25.9" |
|
0 commit comments