|
223 | 223 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.27.1.tgz#fa52f5b1e7db1ab049445b421c4471303897702f"
|
224 | 224 | integrity sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg==
|
225 | 225 |
|
226 |
| -"@babel/helpers@^7.24.4": |
227 |
| - version "7.24.4" |
228 |
| - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.24.4.tgz#dc00907fd0d95da74563c142ef4cd21f2cb856b6" |
229 |
| - integrity sha512-FewdlZbSiwaVGlgT1DPANDuCHaDMiOo+D/IDYRFYjHOuv66xMSJ7fQwwODwRNAPkADIO/z1EoF/l2BCWlWABDw== |
230 |
| - dependencies: |
231 |
| - "@babel/template" "^7.24.0" |
232 |
| - "@babel/traverse" "^7.24.1" |
233 |
| - "@babel/types" "^7.24.0" |
234 |
| - |
235 |
| -"@babel/helpers@^7.27.4": |
236 |
| - version "7.27.6" |
237 |
| - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.6.tgz#6456fed15b2cb669d2d1fabe84b66b34991d812c" |
238 |
| - integrity sha512-muE8Tt8M22638HU31A3CgfSUciwz1fhATfoVai05aPXGor//CdWDCbnlY1yvBPo07njuVOCNGCSp/GTt12lIug== |
| 226 | +"@babel/helpers@^7.24.4", "@babel/helpers@^7.27.4": |
| 227 | + version "7.28.4" |
| 228 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.28.4.tgz#fe07274742e95bdf7cf1443593eeb8926ab63827" |
| 229 | + integrity sha512-HFN59MmQXGHVyYadKLVumYsA9dBFun/ldYxipEjzA4196jpLZd8UjEEBLkbEkvfYreDqJhZxYAWFPtrfhNpj4w== |
239 | 230 | dependencies:
|
240 | 231 | "@babel/template" "^7.27.2"
|
241 |
| - "@babel/types" "^7.27.6" |
| 232 | + "@babel/types" "^7.28.4" |
242 | 233 |
|
243 | 234 | "@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.20.7", "@babel/parser@^7.24.4", "@babel/parser@^7.26.10", "@babel/parser@^7.26.7", "@babel/parser@^7.26.9":
|
244 | 235 | version "7.26.10"
|
|
425 | 416 | "@babel/helper-string-parser" "^7.25.9"
|
426 | 417 | "@babel/helper-validator-identifier" "^7.25.9"
|
427 | 418 |
|
428 |
| -"@babel/types@^7.27.1", "@babel/types@^7.27.3", "@babel/types@^7.27.6": |
| 419 | +"@babel/types@^7.27.1", "@babel/types@^7.27.3": |
429 | 420 | version "7.27.6"
|
430 | 421 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.27.6.tgz#a434ca7add514d4e646c80f7375c0aa2befc5535"
|
431 | 422 | integrity sha512-ETyHEk2VHHvl9b9jZP5IHPavHYk57EhanlRRuae9XCpb/j5bDCbPPMOBfCWhnl/7EDJz0jEMCi/RhccCE8r1+Q==
|
432 | 423 | dependencies:
|
433 | 424 | "@babel/helper-string-parser" "^7.27.1"
|
434 | 425 | "@babel/helper-validator-identifier" "^7.27.1"
|
435 | 426 |
|
| 427 | +"@babel/types@^7.28.4": |
| 428 | + version "7.28.4" |
| 429 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.28.4.tgz#0a4e618f4c60a7cd6c11cb2d48060e4dbe38ac3a" |
| 430 | + integrity sha512-bkFqkLhh3pMBUQQkpVgWDWq/lqzc2678eUyDlTBhRqhCHFguYYGM0Efga7tYk4TogG/3x0EEl66/OQ+WGbWB/Q== |
| 431 | + dependencies: |
| 432 | + "@babel/helper-string-parser" "^7.27.1" |
| 433 | + "@babel/helper-validator-identifier" "^7.27.1" |
| 434 | + |
436 | 435 | "@bcoe/v8-coverage@^0.2.3":
|
437 | 436 | version "0.2.3"
|
438 | 437 | resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
|
|
2267 | 2266 | type-is "^2.0.0"
|
2268 | 2267 |
|
2269 | 2268 | brace-expansion@^1.1.7:
|
2270 |
| - version "1.1.11" |
2271 |
| - resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-1.1.11.tgz#3c7fcbf529d87226f3d2f52b966ff5271eb441dd" |
2272 |
| - integrity sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA== |
| 2269 | + version "1.1.12" |
| 2270 | + resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-1.1.12.tgz#ab9b454466e5a8cc3a187beaad580412a9c5b843" |
| 2271 | + integrity sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg== |
2273 | 2272 | dependencies:
|
2274 | 2273 | balanced-match "^1.0.0"
|
2275 | 2274 | concat-map "0.0.1"
|
2276 | 2275 |
|
2277 | 2276 | brace-expansion@^2.0.1:
|
2278 |
| - version "2.0.1" |
2279 |
| - resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-2.0.1.tgz#1edc459e0f0c548486ecf9fc99f2221364b9a0ae" |
2280 |
| - integrity sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA== |
| 2277 | + version "2.0.2" |
| 2278 | + resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-2.0.2.tgz#54fc53237a613d854c7bd37463aad17df87214e7" |
| 2279 | + integrity sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ== |
2281 | 2280 | dependencies:
|
2282 | 2281 | balanced-match "^1.0.0"
|
2283 | 2282 |
|
|
0 commit comments