|
279 | 279 | "@jridgewell/gen-mapping" "^0.3.5"
|
280 | 280 | "@jridgewell/trace-mapping" "^0.3.24"
|
281 | 281 |
|
282 |
| -"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.16.0", "@babel/code-frame@^7.25.9", "@babel/code-frame@^7.26.0", "@babel/code-frame@^7.8.3": |
| 282 | +"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.16.0", "@babel/code-frame@^7.25.9", "@babel/code-frame@^7.26.0", "@babel/code-frame@^7.26.2", "@babel/code-frame@^7.8.3": |
283 | 283 | version "7.26.2"
|
284 | 284 | resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.26.2.tgz#4b5fab97d33338eff916235055f0ebc21e573a85"
|
285 | 285 | integrity sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ==
|
|
480 | 480 | "@babel/types" "^7.25.9"
|
481 | 481 |
|
482 | 482 | "@babel/helpers@^7.26.0":
|
483 |
| - version "7.26.0" |
484 |
| - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.0.tgz#30e621f1eba5aa45fe6f4868d2e9154d884119a4" |
485 |
| - integrity sha512-tbhNuIxNcVb21pInl3ZSjksLCvgdZy9KwJ8brv993QtIVKJBBkYXz4q4ZbAv31GdnC+R90np23L5FbEBlthAEw== |
| 483 | + version "7.27.0" |
| 484 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.0.tgz#53d156098defa8243eab0f32fa17589075a1b808" |
| 485 | + integrity sha512-U5eyP/CTFPuNE3qk+WZMxFkp/4zUzdceQlfzf7DdGdhp+Fezd7HD+i8Y24ZuTMKX3wQBld449jijbGq6OdGNQg== |
486 | 486 | dependencies:
|
487 |
| - "@babel/template" "^7.25.9" |
488 |
| - "@babel/types" "^7.26.0" |
| 487 | + "@babel/template" "^7.27.0" |
| 488 | + "@babel/types" "^7.27.0" |
489 | 489 |
|
490 | 490 | "@babel/parser@^7.25.9", "@babel/parser@^7.26.0", "@babel/parser@^7.26.2":
|
491 | 491 | version "7.26.2"
|
|
494 | 494 | dependencies:
|
495 | 495 | "@babel/types" "^7.26.0"
|
496 | 496 |
|
| 497 | +"@babel/parser@^7.27.0": |
| 498 | + version "7.27.0" |
| 499 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.27.0.tgz#3d7d6ee268e41d2600091cbd4e145ffee85a44ec" |
| 500 | + integrity sha512-iaepho73/2Pz7w2eMS0Q5f83+0RKI7i4xmiYeBmDzfRVbQtTOG7Ts0S4HzJVsTMGI9keU8rNfuZr8DKfSt7Yyg== |
| 501 | + dependencies: |
| 502 | + "@babel/types" "^7.27.0" |
| 503 | + |
497 | 504 | "@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.25.9":
|
498 | 505 | version "7.25.9"
|
499 | 506 | resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.25.9.tgz#cc2e53ebf0a0340777fff5ed521943e253b4d8fe"
|
|
1164 | 1171 | "@babel/parser" "^7.25.9"
|
1165 | 1172 | "@babel/types" "^7.25.9"
|
1166 | 1173 |
|
| 1174 | +"@babel/template@^7.27.0": |
| 1175 | + version "7.27.0" |
| 1176 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.27.0.tgz#b253e5406cc1df1c57dcd18f11760c2dbf40c0b4" |
| 1177 | + integrity sha512-2ncevenBqXI6qRMukPlXwHKHchC7RyMuu4xv5JBXRfOGVcTy1mXCD12qrp7Jsoxll1EV3+9sE4GugBVRjT2jFA== |
| 1178 | + dependencies: |
| 1179 | + "@babel/code-frame" "^7.26.2" |
| 1180 | + "@babel/parser" "^7.27.0" |
| 1181 | + "@babel/types" "^7.27.0" |
| 1182 | + |
1167 | 1183 | "@babel/traverse@^7.25.9":
|
1168 | 1184 | version "7.25.9"
|
1169 | 1185 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.25.9.tgz#a50f8fe49e7f69f53de5bea7e413cd35c5e13c84"
|
|
1185 | 1201 | "@babel/helper-string-parser" "^7.25.9"
|
1186 | 1202 | "@babel/helper-validator-identifier" "^7.25.9"
|
1187 | 1203 |
|
| 1204 | +"@babel/types@^7.27.0": |
| 1205 | + version "7.27.0" |
| 1206 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.27.0.tgz#ef9acb6b06c3173f6632d993ecb6d4ae470b4559" |
| 1207 | + integrity sha512-H45s8fVLYjbhFH62dIJ3WtmJ6RSPt/3DRO0ZcT2SUiYiQyz3BLVb9ADEnLl91m74aQPS3AzzeajZHYOalWe3bg== |
| 1208 | + dependencies: |
| 1209 | + "@babel/helper-string-parser" "^7.25.9" |
| 1210 | + "@babel/helper-validator-identifier" "^7.25.9" |
| 1211 | + |
1188 | 1212 | "@choojs/findup@^0.2.0":
|
1189 | 1213 | version "0.2.1"
|
1190 | 1214 | resolved "https://registry.yarnpkg.com/@choojs/findup/-/findup-0.2.1.tgz#ac13c59ae7be6e1da64de0779a0a7f03d75615a3"
|
|
0 commit comments