|
109 | 109 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.25.9.tgz#86e45bd8a49ab7e03f276577f96179653d41da72"
|
110 | 110 | integrity sha512-e/zv1co8pp55dNdEcCynfj9X7nyUKUXoUEwfXqaZt0omVOmDe9oOTdKStH4GmAw6zxMFs50ZayuMfHDKlO7Tfw==
|
111 | 111 |
|
112 |
| -"@babel/helpers@^7.26.9": |
113 |
| - version "7.26.9" |
114 |
| - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.9.tgz#28f3fb45252fc88ef2dc547c8a911c255fc9fef6" |
115 |
| - integrity sha512-Mz/4+y8udxBKdmzt/UjPACs4G3j5SshJJEFFKxlCGPydG4JAHXxjWjAwjd09tf6oINvl1VfMJo+nB7H2YKQ0dA== |
| 112 | +"@babel/helpers@^7.26.10", "@babel/helpers@^7.26.9": |
| 113 | + version "7.26.10" |
| 114 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.10.tgz#6baea3cd62ec2d0c1068778d63cb1314f6637384" |
| 115 | + integrity sha512-UPYc3SauzZ3JGgj87GgZ89JVdC5dj0AoetR5Bw6wj4niittNyFh6+eOGonYvJ1ao6B8lEa3Q3klS7ADZ53bc5g== |
116 | 116 | dependencies:
|
117 | 117 | "@babel/template" "^7.26.9"
|
118 |
| - "@babel/types" "^7.26.9" |
| 118 | + "@babel/types" "^7.26.10" |
119 | 119 |
|
120 | 120 | "@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.20.7", "@babel/parser@^7.26.9":
|
121 | 121 | version "7.26.9"
|
|
236 | 236 | dependencies:
|
237 | 237 | "@babel/helper-plugin-utils" "^7.25.9"
|
238 | 238 |
|
239 |
| -"@babel/runtime@^7.12.5", "@babel/runtime@^7.9.2": |
240 |
| - version "7.26.9" |
241 |
| - resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.26.9.tgz#aa4c6facc65b9cb3f87d75125ffd47781b475433" |
242 |
| - integrity sha512-aA63XwOkcl4xxQa3HjPMqOP6LiK0ZDv3mUPYEFXkpHbaFjtGggE1A61FjFzJnB+p7/oy2gA8E+rcBNl/zC1tMg== |
| 239 | +"@babel/runtime-corejs3@^7.26.10": |
| 240 | + version "7.26.10" |
| 241 | + resolved "https://registry.yarnpkg.com/@babel/runtime-corejs3/-/runtime-corejs3-7.26.10.tgz#5a3185ca2813f8de8ae68622572086edf5cf51f2" |
| 242 | + integrity sha512-uITFQYO68pMEYR46AHgQoyBg7KPPJDAbGn4jUTIRgCFJIp88MIBUianVOplhZDEec07bp9zIyr4Kp0FCyQzmWg== |
| 243 | + dependencies: |
| 244 | + core-js-pure "^3.30.2" |
| 245 | + regenerator-runtime "^0.14.0" |
| 246 | + |
| 247 | +"@babel/runtime@^7.12.5", "@babel/runtime@^7.26.10", "@babel/runtime@^7.9.2": |
| 248 | + version "7.26.10" |
| 249 | + resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.26.10.tgz#a07b4d8fa27af131a633d7b3524db803eb4764c2" |
| 250 | + integrity sha512-2WJMeRQPHKSPemqk/awGrAiuFfzBmOIPXKizAsVhWH9YJqLZ0H+HS4c8loHGgW6utJ3E/ejXQUsiGaQy2NZ9Fw== |
243 | 251 | dependencies:
|
244 | 252 | regenerator-runtime "^0.14.0"
|
245 | 253 |
|
|
273 | 281 | "@babel/helper-string-parser" "^7.25.9"
|
274 | 282 | "@babel/helper-validator-identifier" "^7.25.9"
|
275 | 283 |
|
| 284 | +"@babel/types@^7.26.10": |
| 285 | + version "7.26.10" |
| 286 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.10.tgz#396382f6335bd4feb65741eacfc808218f859259" |
| 287 | + integrity sha512-emqcG3vHrpxUKTrxcblR36dcrcoRDvKmnL/dCL6ZsHaShW80qxCAcNhzQZrpeM765VzEos+xOi4s+r4IXzTwdQ== |
| 288 | + dependencies: |
| 289 | + "@babel/helper-string-parser" "^7.25.9" |
| 290 | + "@babel/helper-validator-identifier" "^7.25.9" |
| 291 | + |
276 | 292 | "@bcoe/v8-coverage@^0.2.3":
|
277 | 293 | version "0.2.3"
|
278 | 294 | resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
|
@@ -1972,6 +1988,11 @@ copy-concurrently@^1.0.0:
|
1972 | 1988 | rimraf "^2.5.4"
|
1973 | 1989 | run-queue "^1.0.0"
|
1974 | 1990 |
|
| 1991 | +core-js-pure@^3.30.2: |
| 1992 | + version "3.41.0" |
| 1993 | + resolved "https://registry.yarnpkg.com/core-js-pure/-/core-js-pure-3.41.0.tgz#349fecad168d60807a31e83c99d73d786fe80811" |
| 1994 | + integrity sha512-71Gzp96T9YPk63aUvE5Q5qP+DryB4ZloUZPSOebGM88VNw8VNfvdA7z6kGA8iGOTEzAomsRidp4jXSmUIJsL+Q== |
| 1995 | + |
1975 | 1996 |
|
1976 | 1997 | version "1.0.2"
|
1977 | 1998 | resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.2.tgz#b5fd54220aa2bc5ab57aab7140c940754503c1a7"
|
|
0 commit comments