|
19 | 19 | js-tokens "^4.0.0" |
20 | 20 | picocolors "^1.0.0" |
21 | 21 |
|
| 22 | +"@babel/code-frame@^7.27.1": |
| 23 | + version "7.27.1" |
| 24 | + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.27.1.tgz#200f715e66d52a23b221a9435534a91cc13ad5be" |
| 25 | + integrity sha512-cjQ7ZlQ0Mv3b47hABuTevyTuYN4i+loJKGeV9flcCgIK37cCXRh+L1bd3iBHlynerhQ7BhCkn2BPbQUL+rGqFg== |
| 26 | + dependencies: |
| 27 | + "@babel/helper-validator-identifier" "^7.27.1" |
| 28 | + js-tokens "^4.0.0" |
| 29 | + picocolors "^1.1.1" |
| 30 | + |
22 | 31 | "@babel/compat-data@^7.26.8": |
23 | 32 | version "7.26.8" |
24 | 33 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.26.8.tgz#821c1d35641c355284d4a870b8a4a7b0c141e367" |
25 | 34 | integrity sha512-oH5UPLMWR3L2wEFLnFJ1TZXqHufiTKAiLfqw5zkhS4dKXLJ10yVztfil/twG8EDTA4F/tvVNw9nOl4ZMslB8rQ== |
26 | 35 |
|
27 | | -"@babel/core@^7.21.8", "@babel/core@^7.23.7", "@babel/core@^7.26.10": |
| 36 | +"@babel/compat-data@^7.27.2": |
| 37 | + version "7.27.2" |
| 38 | + resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.27.2.tgz#4183f9e642fd84e74e3eea7ffa93a412e3b102c9" |
| 39 | + integrity sha512-TUtMJYRPyUb/9aU8f3K0mjmjf6M9N5Woshn2CS6nqJSeJtTtQcpLUXjGt9vbF8ZGff0El99sWkLgzwW3VXnxZQ== |
| 40 | + |
| 41 | +"@babel/core@^7.21.8", "@babel/core@^7.23.7": |
28 | 42 | version "7.26.10" |
29 | 43 | resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.26.10.tgz#5c876f83c8c4dcb233ee4b670c0606f2ac3000f9" |
30 | 44 | integrity sha512-vMqyb7XCDMPvJFFOaT9kxtiRh42GwlZEg1/uIgtZshS5a/8OaduUfCi7kynKgc3Tw/6Uo2D+db9qBttghhmxwQ== |
|
45 | 59 | json5 "^2.2.3" |
46 | 60 | semver "^6.3.1" |
47 | 61 |
|
| 62 | +"@babel/core@^7.27.1": |
| 63 | + version "7.27.1" |
| 64 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.27.1.tgz#89de51e86bd12246003e3524704c49541b16c3e6" |
| 65 | + integrity sha512-IaaGWsQqfsQWVLqMn9OB92MNN7zukfVA4s7KKAI0KfrrDsZ0yhi5uV4baBuLuN7n3vsZpwP8asPPcVwApxvjBQ== |
| 66 | + dependencies: |
| 67 | + "@ampproject/remapping" "^2.2.0" |
| 68 | + "@babel/code-frame" "^7.27.1" |
| 69 | + "@babel/generator" "^7.27.1" |
| 70 | + "@babel/helper-compilation-targets" "^7.27.1" |
| 71 | + "@babel/helper-module-transforms" "^7.27.1" |
| 72 | + "@babel/helpers" "^7.27.1" |
| 73 | + "@babel/parser" "^7.27.1" |
| 74 | + "@babel/template" "^7.27.1" |
| 75 | + "@babel/traverse" "^7.27.1" |
| 76 | + "@babel/types" "^7.27.1" |
| 77 | + convert-source-map "^2.0.0" |
| 78 | + debug "^4.1.0" |
| 79 | + gensync "^1.0.0-beta.2" |
| 80 | + json5 "^2.2.3" |
| 81 | + semver "^6.3.1" |
| 82 | + |
48 | 83 | "@babel/generator@^7.21.5", "@babel/generator@^7.26.10", "@babel/generator@^7.26.5", "@babel/generator@^7.27.0": |
49 | 84 | version "7.27.0" |
50 | 85 | resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.27.0.tgz#764382b5392e5b9aff93cadb190d0745866cbc2c" |
|
56 | 91 | "@jridgewell/trace-mapping" "^0.3.25" |
57 | 92 | jsesc "^3.0.2" |
58 | 93 |
|
| 94 | +"@babel/generator@^7.27.1": |
| 95 | + version "7.27.1" |
| 96 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.27.1.tgz#862d4fad858f7208edd487c28b58144036b76230" |
| 97 | + integrity sha512-UnJfnIpc/+JO0/+KRVQNGU+y5taA5vCbwN8+azkX6beii/ZF+enZJSOKo11ZSzGJjlNfJHfQtmQT8H+9TXPG2w== |
| 98 | + dependencies: |
| 99 | + "@babel/parser" "^7.27.1" |
| 100 | + "@babel/types" "^7.27.1" |
| 101 | + "@jridgewell/gen-mapping" "^0.3.5" |
| 102 | + "@jridgewell/trace-mapping" "^0.3.25" |
| 103 | + jsesc "^3.0.2" |
| 104 | + |
59 | 105 | "@babel/helper-annotate-as-pure@^7.25.9": |
60 | 106 | version "7.25.9" |
61 | 107 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.25.9.tgz#d8eac4d2dc0d7b6e11fa6e535332e0d3184f06b4" |
|
74 | 120 | lru-cache "^5.1.1" |
75 | 121 | semver "^6.3.1" |
76 | 122 |
|
| 123 | +"@babel/helper-compilation-targets@^7.27.1": |
| 124 | + version "7.27.2" |
| 125 | + resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.27.2.tgz#46a0f6efab808d51d29ce96858dd10ce8732733d" |
| 126 | + integrity sha512-2+1thGUUWWjLTYTHZWK1n8Yga0ijBz1XAhUXcKy81rd5g6yh7hGqMp45v7cadSbEHc9G3OTv45SyneRN3ps4DQ== |
| 127 | + dependencies: |
| 128 | + "@babel/compat-data" "^7.27.2" |
| 129 | + "@babel/helper-validator-option" "^7.27.1" |
| 130 | + browserslist "^4.24.0" |
| 131 | + lru-cache "^5.1.1" |
| 132 | + semver "^6.3.1" |
| 133 | + |
77 | 134 | "@babel/helper-create-class-features-plugin@^7.27.0": |
78 | 135 | version "7.27.0" |
79 | 136 | resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.27.0.tgz#518fad6a307c6a96f44af14912b2c20abe9bfc30" |
|
103 | 160 | "@babel/traverse" "^7.25.9" |
104 | 161 | "@babel/types" "^7.25.9" |
105 | 162 |
|
| 163 | +"@babel/helper-module-imports@^7.27.1": |
| 164 | + version "7.27.1" |
| 165 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.27.1.tgz#7ef769a323e2655e126673bb6d2d6913bbead204" |
| 166 | + integrity sha512-0gSFWUPNXNopqtIPQvlD5WgXYI5GY2kP2cCvoT8kczjbfcfuIljTbcWrulD1CIPIX2gt1wghbDy08yE1p+/r3w== |
| 167 | + dependencies: |
| 168 | + "@babel/traverse" "^7.27.1" |
| 169 | + "@babel/types" "^7.27.1" |
| 170 | + |
106 | 171 | "@babel/helper-module-transforms@^7.26.0": |
107 | 172 | version "7.26.0" |
108 | 173 | resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.26.0.tgz#8ce54ec9d592695e58d84cd884b7b5c6a2fdeeae" |
|
112 | 177 | "@babel/helper-validator-identifier" "^7.25.9" |
113 | 178 | "@babel/traverse" "^7.25.9" |
114 | 179 |
|
| 180 | +"@babel/helper-module-transforms@^7.27.1": |
| 181 | + version "7.27.1" |
| 182 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.27.1.tgz#e1663b8b71d2de948da5c4fb2a20ca4f3ec27a6f" |
| 183 | + integrity sha512-9yHn519/8KvTU5BjTVEEeIM3w9/2yXNKoD82JifINImhpKkARMJKPP59kLo+BafpdN5zgNeIcS4jsGDmd3l58g== |
| 184 | + dependencies: |
| 185 | + "@babel/helper-module-imports" "^7.27.1" |
| 186 | + "@babel/helper-validator-identifier" "^7.27.1" |
| 187 | + "@babel/traverse" "^7.27.1" |
| 188 | + |
115 | 189 | "@babel/helper-optimise-call-expression@^7.25.9": |
116 | 190 | version "7.25.9" |
117 | 191 | resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.25.9.tgz#3324ae50bae7e2ab3c33f60c9a877b6a0146b54e" |
|
166 | 240 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.25.9.tgz#86e45bd8a49ab7e03f276577f96179653d41da72" |
167 | 241 | integrity sha512-e/zv1co8pp55dNdEcCynfj9X7nyUKUXoUEwfXqaZt0omVOmDe9oOTdKStH4GmAw6zxMFs50ZayuMfHDKlO7Tfw== |
168 | 242 |
|
| 243 | +"@babel/helper-validator-option@^7.27.1": |
| 244 | + version "7.27.1" |
| 245 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.27.1.tgz#fa52f5b1e7db1ab049445b421c4471303897702f" |
| 246 | + integrity sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg== |
| 247 | + |
169 | 248 | "@babel/helpers@^7.26.10": |
170 | 249 | version "7.27.0" |
171 | 250 | resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.0.tgz#53d156098defa8243eab0f32fa17589075a1b808" |
|
174 | 253 | "@babel/template" "^7.27.0" |
175 | 254 | "@babel/types" "^7.27.0" |
176 | 255 |
|
| 256 | +"@babel/helpers@^7.27.1": |
| 257 | + version "7.27.1" |
| 258 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.1.tgz#ffc27013038607cdba3288e692c3611c06a18aa4" |
| 259 | + integrity sha512-FCvFTm0sWV8Fxhpp2McP5/W53GPllQ9QeQ7SiqGWjMf/LVG07lFa5+pgK05IRhVwtvafT22KF+ZSnM9I545CvQ== |
| 260 | + dependencies: |
| 261 | + "@babel/template" "^7.27.1" |
| 262 | + "@babel/types" "^7.27.1" |
| 263 | + |
177 | 264 | "@babel/parser@^7.1.0", "@babel/parser@^7.20.7", "@babel/parser@^7.21.8", "@babel/parser@^7.23.6", "@babel/parser@^7.26.10", "@babel/parser@^7.26.7", "@babel/parser@^7.27.0": |
178 | 265 | version "7.27.0" |
179 | 266 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.27.0.tgz#3d7d6ee268e41d2600091cbd4e145ffee85a44ec" |
180 | 267 | integrity sha512-iaepho73/2Pz7w2eMS0Q5f83+0RKI7i4xmiYeBmDzfRVbQtTOG7Ts0S4HzJVsTMGI9keU8rNfuZr8DKfSt7Yyg== |
181 | 268 | dependencies: |
182 | 269 | "@babel/types" "^7.27.0" |
183 | 270 |
|
| 271 | +"@babel/parser@^7.27.1", "@babel/parser@^7.27.2": |
| 272 | + version "7.27.2" |
| 273 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.27.2.tgz#577518bedb17a2ce4212afd052e01f7df0941127" |
| 274 | + integrity sha512-QYLs8299NA7WM/bZAdp+CviYYkVoYXlDW2rzliy3chxd1PQjej7JORuMJDJXJUb9g0TT+B99EwaVLKmX+sPXWw== |
| 275 | + dependencies: |
| 276 | + "@babel/types" "^7.27.1" |
| 277 | + |
184 | 278 | "@babel/plugin-syntax-decorators@^7.22.10": |
185 | 279 | version "7.25.9" |
186 | 280 | resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.25.9.tgz#986b4ca8b7b5df3f67cee889cedeffc2e2bf14b3" |
|
241 | 335 | "@babel/parser" "^7.27.0" |
242 | 336 | "@babel/types" "^7.27.0" |
243 | 337 |
|
| 338 | +"@babel/template@^7.27.1": |
| 339 | + version "7.27.2" |
| 340 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.27.2.tgz#fa78ceed3c4e7b63ebf6cb39e5852fca45f6809d" |
| 341 | + integrity sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw== |
| 342 | + dependencies: |
| 343 | + "@babel/code-frame" "^7.27.1" |
| 344 | + "@babel/parser" "^7.27.2" |
| 345 | + "@babel/types" "^7.27.1" |
| 346 | + |
244 | 347 | "@babel/traverse@^7.23.2", "@babel/traverse@^7.23.7", "@babel/traverse@^7.25.9", "@babel/traverse@^7.26.10", "@babel/traverse@^7.26.5", "@babel/traverse@^7.26.7", "@babel/traverse@^7.27.0": |
245 | 348 | version "7.27.0" |
246 | 349 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.27.0.tgz#11d7e644779e166c0442f9a07274d02cd91d4a70" |
|
254 | 357 | debug "^4.3.1" |
255 | 358 | globals "^11.1.0" |
256 | 359 |
|
| 360 | +"@babel/traverse@^7.27.1": |
| 361 | + version "7.27.1" |
| 362 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.27.1.tgz#4db772902b133bbddd1c4f7a7ee47761c1b9f291" |
| 363 | + integrity sha512-ZCYtZciz1IWJB4U61UPu4KEaqyfj+r5T1Q5mqPo+IBpcG9kHv30Z0aD8LXPgC1trYa6rK0orRyAhqUgk4MjmEg== |
| 364 | + dependencies: |
| 365 | + "@babel/code-frame" "^7.27.1" |
| 366 | + "@babel/generator" "^7.27.1" |
| 367 | + "@babel/parser" "^7.27.1" |
| 368 | + "@babel/template" "^7.27.1" |
| 369 | + "@babel/types" "^7.27.1" |
| 370 | + debug "^4.3.1" |
| 371 | + globals "^11.1.0" |
| 372 | + |
257 | 373 | "@babel/types@^7.0.0", "@babel/types@^7.20.7", "@babel/types@^7.22.5", "@babel/types@^7.23.6", "@babel/types@^7.25.9", "@babel/types@^7.26.10", "@babel/types@^7.26.7", "@babel/types@^7.27.0": |
258 | 374 | version "7.27.0" |
259 | 375 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.27.0.tgz#ef9acb6b06c3173f6632d993ecb6d4ae470b4559" |
|
0 commit comments