|
15 | 15 | "@jridgewell/gen-mapping" "^0.1.0"
|
16 | 16 | "@jridgewell/trace-mapping" "^0.3.9"
|
17 | 17 |
|
18 |
| -"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.12.13", "@babel/code-frame@^7.26.2": |
19 |
| - version "7.26.2" |
20 |
| - resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.26.2.tgz#4b5fab97d33338eff916235055f0ebc21e573a85" |
21 |
| - integrity sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ== |
| 18 | +"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.12.13", "@babel/code-frame@^7.27.1": |
| 19 | + version "7.27.1" |
| 20 | + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.27.1.tgz#200f715e66d52a23b221a9435534a91cc13ad5be" |
| 21 | + integrity sha512-cjQ7ZlQ0Mv3b47hABuTevyTuYN4i+loJKGeV9flcCgIK37cCXRh+L1bd3iBHlynerhQ7BhCkn2BPbQUL+rGqFg== |
22 | 22 | dependencies:
|
23 |
| - "@babel/helper-validator-identifier" "^7.25.9" |
| 23 | + "@babel/helper-validator-identifier" "^7.27.1" |
24 | 24 | js-tokens "^4.0.0"
|
25 |
| - picocolors "^1.0.0" |
| 25 | + picocolors "^1.1.1" |
26 | 26 |
|
27 |
| -"@babel/compat-data@^7.22.6", "@babel/compat-data@^7.26.5", "@babel/compat-data@^7.26.8": |
| 27 | +"@babel/compat-data@^7.22.6", "@babel/compat-data@^7.26.8": |
28 | 28 | version "7.26.8"
|
29 | 29 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.26.8.tgz#821c1d35641c355284d4a870b8a4a7b0c141e367"
|
30 | 30 | integrity sha512-oH5UPLMWR3L2wEFLnFJ1TZXqHufiTKAiLfqw5zkhS4dKXLJ10yVztfil/twG8EDTA4F/tvVNw9nOl4ZMslB8rQ==
|
31 | 31 |
|
32 |
| -"@babel/core@^7.11.6", "@babel/core@^7.12.3", "@babel/core@^7.26.10": |
33 |
| - version "7.26.10" |
34 |
| - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.26.10.tgz#5c876f83c8c4dcb233ee4b670c0606f2ac3000f9" |
35 |
| - integrity sha512-vMqyb7XCDMPvJFFOaT9kxtiRh42GwlZEg1/uIgtZshS5a/8OaduUfCi7kynKgc3Tw/6Uo2D+db9qBttghhmxwQ== |
| 32 | +"@babel/compat-data@^7.27.1": |
| 33 | + version "7.27.1" |
| 34 | + resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.27.1.tgz#db7cf122745e0a332c44e847ddc4f5e5221a43f6" |
| 35 | + integrity sha512-Q+E+rd/yBzNQhXkG+zQnF58e4zoZfBedaxwzPmicKsiK3nt8iJYrSrDbjwFFDGC4f+rPafqRaPH6TsDoSvMf7A== |
| 36 | + |
| 37 | +"@babel/core@^7.11.6", "@babel/core@^7.12.3", "@babel/core@^7.27.1": |
| 38 | + version "7.27.1" |
| 39 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.27.1.tgz#89de51e86bd12246003e3524704c49541b16c3e6" |
| 40 | + integrity sha512-IaaGWsQqfsQWVLqMn9OB92MNN7zukfVA4s7KKAI0KfrrDsZ0yhi5uV4baBuLuN7n3vsZpwP8asPPcVwApxvjBQ== |
36 | 41 | dependencies:
|
37 | 42 | "@ampproject/remapping" "^2.2.0"
|
38 |
| - "@babel/code-frame" "^7.26.2" |
39 |
| - "@babel/generator" "^7.26.10" |
40 |
| - "@babel/helper-compilation-targets" "^7.26.5" |
41 |
| - "@babel/helper-module-transforms" "^7.26.0" |
42 |
| - "@babel/helpers" "^7.26.10" |
43 |
| - "@babel/parser" "^7.26.10" |
44 |
| - "@babel/template" "^7.26.9" |
45 |
| - "@babel/traverse" "^7.26.10" |
46 |
| - "@babel/types" "^7.26.10" |
| 43 | + "@babel/code-frame" "^7.27.1" |
| 44 | + "@babel/generator" "^7.27.1" |
| 45 | + "@babel/helper-compilation-targets" "^7.27.1" |
| 46 | + "@babel/helper-module-transforms" "^7.27.1" |
| 47 | + "@babel/helpers" "^7.27.1" |
| 48 | + "@babel/parser" "^7.27.1" |
| 49 | + "@babel/template" "^7.27.1" |
| 50 | + "@babel/traverse" "^7.27.1" |
| 51 | + "@babel/types" "^7.27.1" |
47 | 52 | convert-source-map "^2.0.0"
|
48 | 53 | debug "^4.1.0"
|
49 | 54 | gensync "^1.0.0-beta.2"
|
|
66 | 71 | dependencies:
|
67 | 72 | eslint-rule-composer "^0.3.0"
|
68 | 73 |
|
69 |
| -"@babel/generator@^7.20.14", "@babel/generator@^7.26.10", "@babel/generator@^7.7.2": |
70 |
| - version "7.26.10" |
71 |
| - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.26.10.tgz#a60d9de49caca16744e6340c3658dfef6138c3f7" |
72 |
| - integrity sha512-rRHT8siFIXQrAYOYqZQVsAr8vJ+cBNqcVAY6m5V8/4QqzaPl+zDBe6cLEPRDuNOUf3ww8RfJVlOyQMoSI+5Ang== |
| 74 | +"@babel/generator@^7.20.14", "@babel/generator@^7.27.1", "@babel/generator@^7.7.2": |
| 75 | + version "7.27.1" |
| 76 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.27.1.tgz#862d4fad858f7208edd487c28b58144036b76230" |
| 77 | + integrity sha512-UnJfnIpc/+JO0/+KRVQNGU+y5taA5vCbwN8+azkX6beii/ZF+enZJSOKo11ZSzGJjlNfJHfQtmQT8H+9TXPG2w== |
73 | 78 | dependencies:
|
74 |
| - "@babel/parser" "^7.26.10" |
75 |
| - "@babel/types" "^7.26.10" |
| 79 | + "@babel/parser" "^7.27.1" |
| 80 | + "@babel/types" "^7.27.1" |
76 | 81 | "@jridgewell/gen-mapping" "^0.3.5"
|
77 | 82 | "@jridgewell/trace-mapping" "^0.3.25"
|
78 | 83 | jsesc "^3.0.2"
|
|
91 | 96 | dependencies:
|
92 | 97 | "@babel/types" "^7.25.9"
|
93 | 98 |
|
94 |
| -"@babel/helper-compilation-targets@^7.22.6", "@babel/helper-compilation-targets@^7.25.9", "@babel/helper-compilation-targets@^7.26.5": |
95 |
| - version "7.26.5" |
96 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.26.5.tgz#75d92bb8d8d51301c0d49e52a65c9a7fe94514d8" |
97 |
| - integrity sha512-IXuyn5EkouFJscIDuFF5EsiSolseme1s0CZB+QxVugqJLYmKdxI1VfIBOst0SUu4rnk2Z7kqTwmoO1lp3HIfnA== |
| 99 | +"@babel/helper-compilation-targets@^7.22.6", "@babel/helper-compilation-targets@^7.25.9", "@babel/helper-compilation-targets@^7.26.5", "@babel/helper-compilation-targets@^7.27.1": |
| 100 | + version "7.27.1" |
| 101 | + resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.27.1.tgz#eac1096c7374f161e4f33fc8ae38f4ddf122087a" |
| 102 | + integrity sha512-2YaDd/Rd9E598B5+WIc8wJPmWETiiJXFYVE60oX8FDohv7rAUU3CQj+A1MgeEmcsk2+dQuEjIe/GDvig0SqL4g== |
98 | 103 | dependencies:
|
99 |
| - "@babel/compat-data" "^7.26.5" |
100 |
| - "@babel/helper-validator-option" "^7.25.9" |
| 104 | + "@babel/compat-data" "^7.27.1" |
| 105 | + "@babel/helper-validator-option" "^7.27.1" |
101 | 106 | browserslist "^4.24.0"
|
102 | 107 | lru-cache "^5.1.1"
|
103 | 108 | semver "^6.3.1"
|
|
210 | 215 | "@babel/traverse" "^7.25.9"
|
211 | 216 | "@babel/types" "^7.25.9"
|
212 | 217 |
|
213 |
| -"@babel/helper-module-transforms@^7.25.9", "@babel/helper-module-transforms@^7.26.0": |
214 |
| - version "7.26.0" |
215 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.26.0.tgz#8ce54ec9d592695e58d84cd884b7b5c6a2fdeeae" |
216 |
| - integrity sha512-xO+xu6B5K2czEnQye6BHA7DolFFmS3LB7stHZFaOLb1pAwO1HWLS8fXA+eh0A2yIvltPVmx3eNNDBJA2SLHXFw== |
| 218 | +"@babel/helper-module-imports@^7.27.1": |
| 219 | + version "7.27.1" |
| 220 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.27.1.tgz#7ef769a323e2655e126673bb6d2d6913bbead204" |
| 221 | + integrity sha512-0gSFWUPNXNopqtIPQvlD5WgXYI5GY2kP2cCvoT8kczjbfcfuIljTbcWrulD1CIPIX2gt1wghbDy08yE1p+/r3w== |
217 | 222 | dependencies:
|
218 |
| - "@babel/helper-module-imports" "^7.25.9" |
219 |
| - "@babel/helper-validator-identifier" "^7.25.9" |
220 |
| - "@babel/traverse" "^7.25.9" |
| 223 | + "@babel/traverse" "^7.27.1" |
| 224 | + "@babel/types" "^7.27.1" |
| 225 | + |
| 226 | +"@babel/helper-module-transforms@^7.25.9", "@babel/helper-module-transforms@^7.26.0", "@babel/helper-module-transforms@^7.27.1": |
| 227 | + version "7.27.1" |
| 228 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.27.1.tgz#e1663b8b71d2de948da5c4fb2a20ca4f3ec27a6f" |
| 229 | + integrity sha512-9yHn519/8KvTU5BjTVEEeIM3w9/2yXNKoD82JifINImhpKkARMJKPP59kLo+BafpdN5zgNeIcS4jsGDmd3l58g== |
| 230 | + dependencies: |
| 231 | + "@babel/helper-module-imports" "^7.27.1" |
| 232 | + "@babel/helper-validator-identifier" "^7.27.1" |
| 233 | + "@babel/traverse" "^7.27.1" |
221 | 234 |
|
222 | 235 | "@babel/helper-optimise-call-expression@^7.18.6":
|
223 | 236 | version "7.18.6"
|
|
282 | 295 | dependencies:
|
283 | 296 | "@babel/types" "^7.18.6"
|
284 | 297 |
|
285 |
| -"@babel/helper-string-parser@^7.25.9": |
286 |
| - version "7.25.9" |
287 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.25.9.tgz#1aabb72ee72ed35789b4bbcad3ca2862ce614e8c" |
288 |
| - integrity sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA== |
| 298 | +"@babel/helper-string-parser@^7.27.1": |
| 299 | + version "7.27.1" |
| 300 | + resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz#54da796097ab19ce67ed9f88b47bb2ec49367687" |
| 301 | + integrity sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA== |
289 | 302 |
|
290 | 303 | "@babel/helper-validator-identifier@^7.25.9":
|
291 | 304 | version "7.25.9"
|
292 | 305 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz#24b64e2c3ec7cd3b3c547729b8d16871f22cbdc7"
|
293 | 306 | integrity sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ==
|
294 | 307 |
|
| 308 | +"@babel/helper-validator-identifier@^7.27.1": |
| 309 | + version "7.27.1" |
| 310 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.27.1.tgz#a7054dcc145a967dd4dc8fee845a57c1316c9df8" |
| 311 | + integrity sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow== |
| 312 | + |
295 | 313 | "@babel/helper-validator-option@^7.25.9":
|
296 | 314 | version "7.25.9"
|
297 | 315 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.25.9.tgz#86e45bd8a49ab7e03f276577f96179653d41da72"
|
298 | 316 | integrity sha512-e/zv1co8pp55dNdEcCynfj9X7nyUKUXoUEwfXqaZt0omVOmDe9oOTdKStH4GmAw6zxMFs50ZayuMfHDKlO7Tfw==
|
299 | 317 |
|
| 318 | +"@babel/helper-validator-option@^7.27.1": |
| 319 | + version "7.27.1" |
| 320 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.27.1.tgz#fa52f5b1e7db1ab049445b421c4471303897702f" |
| 321 | + integrity sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg== |
| 322 | + |
300 | 323 | "@babel/helper-wrap-function@^7.25.9":
|
301 | 324 | version "7.25.9"
|
302 | 325 | resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.25.9.tgz#d99dfd595312e6c894bd7d237470025c85eea9d0"
|
|
306 | 329 | "@babel/traverse" "^7.25.9"
|
307 | 330 | "@babel/types" "^7.25.9"
|
308 | 331 |
|
309 |
| -"@babel/helpers@^7.26.10": |
310 |
| - version "7.26.10" |
311 |
| - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.10.tgz#6baea3cd62ec2d0c1068778d63cb1314f6637384" |
312 |
| - integrity sha512-UPYc3SauzZ3JGgj87GgZ89JVdC5dj0AoetR5Bw6wj4niittNyFh6+eOGonYvJ1ao6B8lEa3Q3klS7ADZ53bc5g== |
| 332 | +"@babel/helpers@^7.27.1": |
| 333 | + version "7.27.1" |
| 334 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.1.tgz#ffc27013038607cdba3288e692c3611c06a18aa4" |
| 335 | + integrity sha512-FCvFTm0sWV8Fxhpp2McP5/W53GPllQ9QeQ7SiqGWjMf/LVG07lFa5+pgK05IRhVwtvafT22KF+ZSnM9I545CvQ== |
313 | 336 | dependencies:
|
314 |
| - "@babel/template" "^7.26.9" |
315 |
| - "@babel/types" "^7.26.10" |
| 337 | + "@babel/template" "^7.27.1" |
| 338 | + "@babel/types" "^7.27.1" |
316 | 339 |
|
317 |
| -"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.20.15", "@babel/parser@^7.26.10", "@babel/parser@^7.26.9": |
318 |
| - version "7.26.10" |
319 |
| - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.10.tgz#e9bdb82f14b97df6569b0b038edd436839c57749" |
320 |
| - integrity sha512-6aQR2zGE/QFi8JpDLjUZEPYOs7+mhKXm86VaKFiLP35JQwQb6bwUE+XbvkH0EptsYhbNBSUGaUBLKqxH1xSgsA== |
| 340 | +"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.20.15", "@babel/parser@^7.27.1": |
| 341 | + version "7.27.1" |
| 342 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.27.1.tgz#c55d5bed74449d1223701f1869b9ee345cc94cc9" |
| 343 | + integrity sha512-I0dZ3ZpCrJ1c04OqlNsQcKiZlsrXf/kkE4FXzID9rIOYICsAbA8mMDzhW/luRNAHdCNt7os/u8wenklZDlUVUQ== |
321 | 344 | dependencies:
|
322 |
| - "@babel/types" "^7.26.10" |
| 345 | + "@babel/types" "^7.27.1" |
323 | 346 |
|
324 | 347 | "@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.25.9":
|
325 | 348 | version "7.25.9"
|
|
1023 | 1046 | dependencies:
|
1024 | 1047 | regenerator-runtime "^0.14.0"
|
1025 | 1048 |
|
1026 |
| -"@babel/template@^7.18.6", "@babel/template@^7.25.9", "@babel/template@^7.26.9", "@babel/template@^7.3.3": |
1027 |
| - version "7.26.9" |
1028 |
| - resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.26.9.tgz#4577ad3ddf43d194528cff4e1fa6b232fa609bb2" |
1029 |
| - integrity sha512-qyRplbeIpNZhmzOysF/wFMuP9sctmh2cFzRAZOn1YapxBsE1i9bJIY586R/WBLfLcmcBlM8ROBiQURnnNy+zfA== |
1030 |
| - dependencies: |
1031 |
| - "@babel/code-frame" "^7.26.2" |
1032 |
| - "@babel/parser" "^7.26.9" |
1033 |
| - "@babel/types" "^7.26.9" |
1034 |
| - |
1035 |
| -"@babel/traverse@^7.18.6", "@babel/traverse@^7.25.9", "@babel/traverse@^7.26.10", "@babel/traverse@^7.26.8": |
1036 |
| - version "7.26.10" |
1037 |
| - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.26.10.tgz#43cca33d76005dbaa93024fae536cc1946a4c380" |
1038 |
| - integrity sha512-k8NuDrxr0WrPH5Aupqb2LCVURP/S0vBEn5mK6iH+GIYob66U5EtoZvcdudR2jQ4cmTwhEwW1DLB+Yyas9zjF6A== |
1039 |
| - dependencies: |
1040 |
| - "@babel/code-frame" "^7.26.2" |
1041 |
| - "@babel/generator" "^7.26.10" |
1042 |
| - "@babel/parser" "^7.26.10" |
1043 |
| - "@babel/template" "^7.26.9" |
1044 |
| - "@babel/types" "^7.26.10" |
| 1049 | +"@babel/template@^7.18.6", "@babel/template@^7.25.9", "@babel/template@^7.27.1", "@babel/template@^7.3.3": |
| 1050 | + version "7.27.1" |
| 1051 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.27.1.tgz#b9e4f55c17a92312774dfbdde1b3c01c547bbae2" |
| 1052 | + integrity sha512-Fyo3ghWMqkHHpHQCoBs2VnYjR4iWFFjguTDEqA5WgZDOrFesVjMhMM2FSqTKSoUSDO1VQtavj8NFpdRBEvJTtg== |
| 1053 | + dependencies: |
| 1054 | + "@babel/code-frame" "^7.27.1" |
| 1055 | + "@babel/parser" "^7.27.1" |
| 1056 | + "@babel/types" "^7.27.1" |
| 1057 | + |
| 1058 | +"@babel/traverse@^7.18.6", "@babel/traverse@^7.25.9", "@babel/traverse@^7.26.8", "@babel/traverse@^7.27.1": |
| 1059 | + version "7.27.1" |
| 1060 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.27.1.tgz#4db772902b133bbddd1c4f7a7ee47761c1b9f291" |
| 1061 | + integrity sha512-ZCYtZciz1IWJB4U61UPu4KEaqyfj+r5T1Q5mqPo+IBpcG9kHv30Z0aD8LXPgC1trYa6rK0orRyAhqUgk4MjmEg== |
| 1062 | + dependencies: |
| 1063 | + "@babel/code-frame" "^7.27.1" |
| 1064 | + "@babel/generator" "^7.27.1" |
| 1065 | + "@babel/parser" "^7.27.1" |
| 1066 | + "@babel/template" "^7.27.1" |
| 1067 | + "@babel/types" "^7.27.1" |
1045 | 1068 | debug "^4.3.1"
|
1046 | 1069 | globals "^11.1.0"
|
1047 | 1070 |
|
1048 |
| -"@babel/types@^7.0.0", "@babel/types@^7.18.6", "@babel/types@^7.20.7", "@babel/types@^7.22.5", "@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": |
1049 |
| - version "7.26.10" |
1050 |
| - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.10.tgz#396382f6335bd4feb65741eacfc808218f859259" |
1051 |
| - integrity sha512-emqcG3vHrpxUKTrxcblR36dcrcoRDvKmnL/dCL6ZsHaShW80qxCAcNhzQZrpeM765VzEos+xOi4s+r4IXzTwdQ== |
| 1071 | +"@babel/types@^7.0.0", "@babel/types@^7.18.6", "@babel/types@^7.20.7", "@babel/types@^7.22.5", "@babel/types@^7.25.9", "@babel/types@^7.27.1", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4": |
| 1072 | + version "7.27.1" |
| 1073 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.27.1.tgz#9defc53c16fc899e46941fc6901a9eea1c9d8560" |
| 1074 | + integrity sha512-+EzkxvLNfiUeKMgy/3luqfsCWFRXLb7U6wNQTk60tovuckwB15B191tJWvpp4HjiQWdJkCxO3Wbvc6jlk3Xb2Q== |
1052 | 1075 | dependencies:
|
1053 |
| - "@babel/helper-string-parser" "^7.25.9" |
1054 |
| - "@babel/helper-validator-identifier" "^7.25.9" |
| 1076 | + "@babel/helper-string-parser" "^7.27.1" |
| 1077 | + "@babel/helper-validator-identifier" "^7.27.1" |
1055 | 1078 |
|
1056 | 1079 | "@bcoe/v8-coverage@^0.2.3":
|
1057 | 1080 | version "0.2.3"
|
|
0 commit comments