|
17 | 17 | "@babel/highlight" "^7.22.13" |
18 | 18 | chalk "^2.4.2" |
19 | 19 |
|
| 20 | +"@babel/code-frame@^7.26.2": |
| 21 | + version "7.26.2" |
| 22 | + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.26.2.tgz#4b5fab97d33338eff916235055f0ebc21e573a85" |
| 23 | + integrity sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ== |
| 24 | + dependencies: |
| 25 | + "@babel/helper-validator-identifier" "^7.25.9" |
| 26 | + js-tokens "^4.0.0" |
| 27 | + picocolors "^1.0.0" |
| 28 | + |
20 | 29 | "@babel/compat-data@^7.10.1", "@babel/compat-data@^7.10.3": |
21 | 30 | version "7.10.3" |
22 | 31 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.10.3.tgz#9af3e033f36e8e2d6e47570db91e64a846f5d382" |
|
269 | 278 | resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz#533f36457a25814cf1df6488523ad547d784a99f" |
270 | 279 | integrity sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw== |
271 | 280 |
|
| 281 | +"@babel/helper-string-parser@^7.25.9": |
| 282 | + version "7.25.9" |
| 283 | + resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.25.9.tgz#1aabb72ee72ed35789b4bbcad3ca2862ce614e8c" |
| 284 | + integrity sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA== |
| 285 | + |
272 | 286 | "@babel/helper-validator-identifier@^7.10.3": |
273 | 287 | version "7.10.3" |
274 | 288 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.3.tgz#60d9847f98c4cea1b279e005fdb7c28be5412d15" |
|
279 | 293 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0" |
280 | 294 | integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A== |
281 | 295 |
|
| 296 | +"@babel/helper-validator-identifier@^7.25.9": |
| 297 | + version "7.25.9" |
| 298 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz#24b64e2c3ec7cd3b3c547729b8d16871f22cbdc7" |
| 299 | + integrity sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ== |
| 300 | + |
282 | 301 | "@babel/helper-wrap-function@^7.10.1": |
283 | 302 | version "7.10.1" |
284 | 303 | resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.10.1.tgz#956d1310d6696257a7afd47e4c42dfda5dfcedc9" |
|
290 | 309 | "@babel/types" "^7.10.1" |
291 | 310 |
|
292 | 311 | "@babel/helpers@^7.10.1": |
293 | | - version "7.10.1" |
294 | | - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.10.1.tgz#a6827b7cb975c9d9cef5fd61d919f60d8844a973" |
295 | | - integrity sha512-muQNHF+IdU6wGgkaJyhhEmI54MOZBKsFfsXFhboz1ybwJ1Kl7IHlbm2a++4jwrmY5UYsgitt5lfqo1wMFcHmyw== |
| 312 | + version "7.27.0" |
| 313 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.0.tgz#53d156098defa8243eab0f32fa17589075a1b808" |
| 314 | + integrity sha512-U5eyP/CTFPuNE3qk+WZMxFkp/4zUzdceQlfzf7DdGdhp+Fezd7HD+i8Y24ZuTMKX3wQBld449jijbGq6OdGNQg== |
296 | 315 | dependencies: |
297 | | - "@babel/template" "^7.10.1" |
298 | | - "@babel/traverse" "^7.10.1" |
299 | | - "@babel/types" "^7.10.1" |
| 316 | + "@babel/template" "^7.27.0" |
| 317 | + "@babel/types" "^7.27.0" |
300 | 318 |
|
301 | 319 | "@babel/highlight@^7.10.3": |
302 | 320 | version "7.10.3" |
|
326 | 344 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.0.tgz#da950e622420bf96ca0d0f2909cdddac3acd8719" |
327 | 345 | integrity sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw== |
328 | 346 |
|
| 347 | +"@babel/parser@^7.27.0": |
| 348 | + version "7.27.0" |
| 349 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.27.0.tgz#3d7d6ee268e41d2600091cbd4e145ffee85a44ec" |
| 350 | + integrity sha512-iaepho73/2Pz7w2eMS0Q5f83+0RKI7i4xmiYeBmDzfRVbQtTOG7Ts0S4HzJVsTMGI9keU8rNfuZr8DKfSt7Yyg== |
| 351 | + dependencies: |
| 352 | + "@babel/types" "^7.27.0" |
| 353 | + |
329 | 354 | "@babel/plugin-proposal-async-generator-functions@^7.10.3": |
330 | 355 | version "7.10.3" |
331 | 356 | resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.10.3.tgz#5a02453d46e5362e2073c7278beab2e53ad7d939" |
|
876 | 901 | "@babel/parser" "^7.22.15" |
877 | 902 | "@babel/types" "^7.22.15" |
878 | 903 |
|
| 904 | +"@babel/template@^7.27.0": |
| 905 | + version "7.27.0" |
| 906 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.27.0.tgz#b253e5406cc1df1c57dcd18f11760c2dbf40c0b4" |
| 907 | + integrity sha512-2ncevenBqXI6qRMukPlXwHKHchC7RyMuu4xv5JBXRfOGVcTy1mXCD12qrp7Jsoxll1EV3+9sE4GugBVRjT2jFA== |
| 908 | + dependencies: |
| 909 | + "@babel/code-frame" "^7.26.2" |
| 910 | + "@babel/parser" "^7.27.0" |
| 911 | + "@babel/types" "^7.27.0" |
| 912 | + |
879 | 913 | "@babel/traverse@^7.10.1", "@babel/traverse@^7.10.3": |
880 | 914 | version "7.23.2" |
881 | 915 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.2.tgz#329c7a06735e144a506bdb2cad0268b7f46f4ad8" |
|
910 | 944 | "@babel/helper-validator-identifier" "^7.22.20" |
911 | 945 | to-fast-properties "^2.0.0" |
912 | 946 |
|
| 947 | +"@babel/types@^7.27.0": |
| 948 | + version "7.27.0" |
| 949 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.27.0.tgz#ef9acb6b06c3173f6632d993ecb6d4ae470b4559" |
| 950 | + integrity sha512-H45s8fVLYjbhFH62dIJ3WtmJ6RSPt/3DRO0ZcT2SUiYiQyz3BLVb9ADEnLl91m74aQPS3AzzeajZHYOalWe3bg== |
| 951 | + dependencies: |
| 952 | + "@babel/helper-string-parser" "^7.25.9" |
| 953 | + "@babel/helper-validator-identifier" "^7.25.9" |
| 954 | + |
913 | 955 | "@jridgewell/gen-mapping@^0.3.2": |
914 | 956 | version "0.3.3" |
915 | 957 | resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.3.tgz#7e02e6eb5df901aaedb08514203b096614024098" |
@@ -5793,6 +5835,11 @@ performance-now@^2.1.0: |
5793 | 5835 | resolved "https://registry.yarnpkg.com/performance-now/-/performance-now-2.1.0.tgz#6309f4e0e5fa913ec1c69307ae364b4b377c9e7b" |
5794 | 5836 | integrity sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns= |
5795 | 5837 |
|
| 5838 | +picocolors@^1.0.0: |
| 5839 | + version "1.1.1" |
| 5840 | + resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.1.1.tgz#3d321af3eab939b083c8f929a1d12cda81c26b6b" |
| 5841 | + integrity sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA== |
| 5842 | + |
5796 | 5843 | picomatch@^2.0.4, picomatch@^2.2.1: |
5797 | 5844 | version "2.2.2" |
5798 | 5845 | resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.2.2.tgz#21f333e9b6b8eaff02468f5146ea406d345f4dad" |
|
0 commit comments