|
154 | 154 | js-tokens "^4.0.0" |
155 | 155 | picocolors "^1.0.0" |
156 | 156 |
|
| 157 | +"@babel/code-frame@^7.27.1": |
| 158 | + version "7.27.1" |
| 159 | + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.27.1.tgz#200f715e66d52a23b221a9435534a91cc13ad5be" |
| 160 | + integrity sha512-cjQ7ZlQ0Mv3b47hABuTevyTuYN4i+loJKGeV9flcCgIK37cCXRh+L1bd3iBHlynerhQ7BhCkn2BPbQUL+rGqFg== |
| 161 | + dependencies: |
| 162 | + "@babel/helper-validator-identifier" "^7.27.1" |
| 163 | + js-tokens "^4.0.0" |
| 164 | + picocolors "^1.1.1" |
| 165 | + |
157 | 166 | "@babel/compat-data@^7.17.7", "@babel/compat-data@^7.20.1", "@babel/compat-data@^7.20.5": |
158 | 167 | version "7.20.14" |
159 | 168 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.20.14.tgz#4106fc8b755f3e3ee0a0a7c27dde5de1d2b2baf8" |
|
211 | 220 | "@jridgewell/gen-mapping" "^0.3.2" |
212 | 221 | jsesc "^2.5.1" |
213 | 222 |
|
| 223 | +"@babel/generator@^7.28.5": |
| 224 | + version "7.28.5" |
| 225 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.28.5.tgz#712722d5e50f44d07bc7ac9fe84438742dd61298" |
| 226 | + integrity sha512-3EwLFhZ38J4VyIP6WNtt2kUdW9dokXA9Cr4IVIFHuCpZ3H8/YFOl5JjZHisrn1fATPBmKKqXzDFvh9fUwHz6CQ== |
| 227 | + dependencies: |
| 228 | + "@babel/parser" "^7.28.5" |
| 229 | + "@babel/types" "^7.28.5" |
| 230 | + "@jridgewell/gen-mapping" "^0.3.12" |
| 231 | + "@jridgewell/trace-mapping" "^0.3.28" |
| 232 | + jsesc "^3.0.2" |
| 233 | + |
214 | 234 | "@babel/helper-annotate-as-pure@^7.18.6": |
215 | 235 | version "7.18.6" |
216 | 236 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.18.6.tgz#eaa49f6f80d5a33f9a5dd2276e6d6e451be0a6bb" |
|
291 | 311 | "@babel/template" "^7.18.10" |
292 | 312 | "@babel/types" "^7.19.0" |
293 | 313 |
|
| 314 | +"@babel/helper-globals@^7.28.0": |
| 315 | + version "7.28.0" |
| 316 | + resolved "https://registry.yarnpkg.com/@babel/helper-globals/-/helper-globals-7.28.0.tgz#b9430df2aa4e17bc28665eadeae8aa1d985e6674" |
| 317 | + integrity sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw== |
| 318 | + |
294 | 319 | "@babel/helper-hoist-variables@^7.18.6": |
295 | 320 | version "7.18.6" |
296 | 321 | resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.18.6.tgz#d4d2c8fb4baeaa5c68b99cc8245c56554f926678" |
|
396 | 421 | resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.25.9.tgz#1aabb72ee72ed35789b4bbcad3ca2862ce614e8c" |
397 | 422 | integrity sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA== |
398 | 423 |
|
| 424 | +"@babel/helper-string-parser@^7.27.1": |
| 425 | + version "7.27.1" |
| 426 | + resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz#54da796097ab19ce67ed9f88b47bb2ec49367687" |
| 427 | + integrity sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA== |
| 428 | + |
399 | 429 | "@babel/helper-validator-identifier@^7.18.6", "@babel/helper-validator-identifier@^7.19.1": |
400 | 430 | version "7.19.1" |
401 | 431 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz#7eea834cf32901ffdc1a7ee555e2f9c27e249ca2" |
|
406 | 436 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz#24b64e2c3ec7cd3b3c547729b8d16871f22cbdc7" |
407 | 437 | integrity sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ== |
408 | 438 |
|
| 439 | +"@babel/helper-validator-identifier@^7.27.1", "@babel/helper-validator-identifier@^7.28.5": |
| 440 | + version "7.28.5" |
| 441 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz#010b6938fab7cb7df74aa2bbc06aa503b8fe5fb4" |
| 442 | + integrity sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q== |
| 443 | + |
409 | 444 | "@babel/helper-validator-option@^7.18.6": |
410 | 445 | version "7.18.6" |
411 | 446 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.18.6.tgz#bf0d2b5a509b1f336099e4ff36e1a63aa5db4db8" |
|
438 | 473 | chalk "^2.0.0" |
439 | 474 | js-tokens "^4.0.0" |
440 | 475 |
|
441 | | -"@babel/parser@^7.12.7", "@babel/parser@^7.18.8", "@babel/parser@^7.20.13", "@babel/parser@^7.20.7": |
| 476 | +"@babel/parser@^7.12.7", "@babel/parser@^7.18.8", "@babel/parser@^7.20.7": |
442 | 477 | version "7.20.13" |
443 | 478 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.20.13.tgz#ddf1eb5a813588d2fb1692b70c6fce75b945c088" |
444 | 479 | integrity sha512-gFDLKMfpiXCsjt4za2JA9oTMn70CeseCehb11kRZgvd7+F67Hih3OHOK24cRrWECJ/ljfPGac6ygXAs/C8kIvw== |
|
450 | 485 | dependencies: |
451 | 486 | "@babel/types" "^7.26.10" |
452 | 487 |
|
| 488 | +"@babel/parser@^7.27.2", "@babel/parser@^7.28.5": |
| 489 | + version "7.28.5" |
| 490 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.28.5.tgz#0b0225ee90362f030efd644e8034c99468893b08" |
| 491 | + integrity sha512-KKBU1VGYR7ORr3At5HAtUQ+TV3SzRCXmA/8OdDZiLDBIZxVyzXuztPjfLd3BV1PRAQGCMWWSHYhL0F8d5uHBDQ== |
| 492 | + dependencies: |
| 493 | + "@babel/types" "^7.28.5" |
| 494 | + |
453 | 495 | "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.18.6": |
454 | 496 | version "7.18.6" |
455 | 497 | resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.18.6.tgz#da5b8f9a580acdfbe53494dba45ea389fb09a4d2" |
|
1188 | 1230 | "@babel/parser" "^7.26.9" |
1189 | 1231 | "@babel/types" "^7.26.9" |
1190 | 1232 |
|
1191 | | -"@babel/traverse@^7.12.9", "@babel/traverse@^7.18.8", "@babel/traverse@^7.20.10", "@babel/traverse@^7.20.12", "@babel/traverse@^7.20.5", "@babel/traverse@^7.20.7": |
1192 | | - version "7.20.13" |
1193 | | - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.20.13.tgz#817c1ba13d11accca89478bd5481b2d168d07473" |
1194 | | - integrity sha512-kMJXfF0T6DIS9E8cgdLCSAL+cuCK+YEZHWiLK0SXpTo8YRj5lpJu3CDNKiIBCne4m9hhTIqUg6SYTAI39tAiVQ== |
| 1233 | +"@babel/template@^7.27.2": |
| 1234 | + version "7.27.2" |
| 1235 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.27.2.tgz#fa78ceed3c4e7b63ebf6cb39e5852fca45f6809d" |
| 1236 | + integrity sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw== |
1195 | 1237 | dependencies: |
1196 | | - "@babel/code-frame" "^7.18.6" |
1197 | | - "@babel/generator" "^7.20.7" |
1198 | | - "@babel/helper-environment-visitor" "^7.18.9" |
1199 | | - "@babel/helper-function-name" "^7.19.0" |
1200 | | - "@babel/helper-hoist-variables" "^7.18.6" |
1201 | | - "@babel/helper-split-export-declaration" "^7.18.6" |
1202 | | - "@babel/parser" "^7.20.13" |
1203 | | - "@babel/types" "^7.20.7" |
1204 | | - debug "^4.1.0" |
1205 | | - globals "^11.1.0" |
| 1238 | + "@babel/code-frame" "^7.27.1" |
| 1239 | + "@babel/parser" "^7.27.2" |
| 1240 | + "@babel/types" "^7.27.1" |
| 1241 | + |
| 1242 | +"@babel/traverse@^7.12.9", "@babel/traverse@^7.18.8", "@babel/traverse@^7.20.10", "@babel/traverse@^7.20.12", "@babel/traverse@^7.20.5", "@babel/traverse@^7.20.7": |
| 1243 | + version "7.28.5" |
| 1244 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.28.5.tgz#450cab9135d21a7a2ca9d2d35aa05c20e68c360b" |
| 1245 | + integrity sha512-TCCj4t55U90khlYkVV/0TfkJkAkUg3jZFA3Neb7unZT8CPok7iiRfaX0F+WnqWqt7OxhOn0uBKXCw4lbL8W0aQ== |
| 1246 | + dependencies: |
| 1247 | + "@babel/code-frame" "^7.27.1" |
| 1248 | + "@babel/generator" "^7.28.5" |
| 1249 | + "@babel/helper-globals" "^7.28.0" |
| 1250 | + "@babel/parser" "^7.28.5" |
| 1251 | + "@babel/template" "^7.27.2" |
| 1252 | + "@babel/types" "^7.28.5" |
| 1253 | + debug "^4.3.1" |
1206 | 1254 |
|
1207 | 1255 | "@babel/types@^7.12.7", "@babel/types@^7.18.6", "@babel/types@^7.18.9", "@babel/types@^7.19.0", "@babel/types@^7.20.0", "@babel/types@^7.20.2", "@babel/types@^7.20.5", "@babel/types@^7.20.7", "@babel/types@^7.4.4": |
1208 | 1256 | version "7.20.7" |
|
1221 | 1269 | "@babel/helper-string-parser" "^7.25.9" |
1222 | 1270 | "@babel/helper-validator-identifier" "^7.25.9" |
1223 | 1271 |
|
| 1272 | +"@babel/types@^7.27.1", "@babel/types@^7.28.5": |
| 1273 | + version "7.28.5" |
| 1274 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.28.5.tgz#10fc405f60897c35f07e85493c932c7b5ca0592b" |
| 1275 | + integrity sha512-qQ5m48eI/MFLQ5PxQj4PFaprjyCTLI37ElWMmNs0K8Lk3dVeOdNpB3ks8jc7yM5CDmVC73eMVk/trk3fgmrUpA== |
| 1276 | + dependencies: |
| 1277 | + "@babel/helper-string-parser" "^7.27.1" |
| 1278 | + "@babel/helper-validator-identifier" "^7.28.5" |
| 1279 | + |
1224 | 1280 | "@colors/colors@1.5.0": |
1225 | 1281 | version "1.5.0" |
1226 | 1282 | resolved "https://registry.yarnpkg.com/@colors/colors/-/colors-1.5.0.tgz#bb504579c1cae923e6576a4f5da43d25f97bdbd9" |
|
1699 | 1755 | "@jridgewell/sourcemap-codec" "^1.4.10" |
1700 | 1756 | "@jridgewell/trace-mapping" "^0.3.9" |
1701 | 1757 |
|
| 1758 | +"@jridgewell/gen-mapping@^0.3.12": |
| 1759 | + version "0.3.13" |
| 1760 | + resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz#6342a19f44347518c93e43b1ac69deb3c4656a1f" |
| 1761 | + integrity sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA== |
| 1762 | + dependencies: |
| 1763 | + "@jridgewell/sourcemap-codec" "^1.5.0" |
| 1764 | + "@jridgewell/trace-mapping" "^0.3.24" |
| 1765 | + |
1702 | 1766 | "@jridgewell/resolve-uri@3.1.0": |
1703 | 1767 | version "3.1.0" |
1704 | 1768 | resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.0.tgz#2203b118c157721addfe69d47b70465463066d78" |
1705 | 1769 | integrity sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w== |
1706 | 1770 |
|
| 1771 | +"@jridgewell/resolve-uri@^3.1.0": |
| 1772 | + version "3.1.2" |
| 1773 | + resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz#7a0ee601f60f99a20c7c7c5ff0c80388c1189bd6" |
| 1774 | + integrity sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw== |
| 1775 | + |
1707 | 1776 | "@jridgewell/set-array@^1.0.0", "@jridgewell/set-array@^1.0.1": |
1708 | 1777 | version "1.1.2" |
1709 | 1778 | resolved "https://registry.yarnpkg.com/@jridgewell/set-array/-/set-array-1.1.2.tgz#7c6cf998d6d20b914c0a55a91ae928ff25965e72" |
|
1722 | 1791 | resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.14.tgz#add4c98d341472a289190b424efbdb096991bb24" |
1723 | 1792 | integrity sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw== |
1724 | 1793 |
|
| 1794 | +"@jridgewell/sourcemap-codec@^1.4.14", "@jridgewell/sourcemap-codec@^1.5.0": |
| 1795 | + version "1.5.5" |
| 1796 | + resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz#6912b00d2c631c0d15ce1a7ab57cd657f2a8f8ba" |
| 1797 | + integrity sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og== |
| 1798 | + |
1725 | 1799 | "@jridgewell/trace-mapping@^0.3.14", "@jridgewell/trace-mapping@^0.3.9": |
1726 | 1800 | version "0.3.17" |
1727 | 1801 | resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.17.tgz#793041277af9073b0951a7fe0f0d8c4c98c36985" |
|
1730 | 1804 | "@jridgewell/resolve-uri" "3.1.0" |
1731 | 1805 | "@jridgewell/sourcemap-codec" "1.4.14" |
1732 | 1806 |
|
| 1807 | +"@jridgewell/trace-mapping@^0.3.24", "@jridgewell/trace-mapping@^0.3.28": |
| 1808 | + version "0.3.31" |
| 1809 | + resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz#db15d6781c931f3a251a3dac39501c98a6082fd0" |
| 1810 | + integrity sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw== |
| 1811 | + dependencies: |
| 1812 | + "@jridgewell/resolve-uri" "^3.1.0" |
| 1813 | + "@jridgewell/sourcemap-codec" "^1.4.14" |
| 1814 | + |
1733 | 1815 | "@leichtgewicht/ip-codec@^2.0.1": |
1734 | 1816 | version "2.0.4" |
1735 | 1817 | resolved "https://registry.yarnpkg.com/@leichtgewicht/ip-codec/-/ip-codec-2.0.4.tgz#b2ac626d6cb9c8718ab459166d4bb405b8ffa78b" |
@@ -3356,6 +3438,13 @@ debug@4, debug@^4.1.0, debug@^4.1.1: |
3356 | 3438 | dependencies: |
3357 | 3439 | ms "2.1.2" |
3358 | 3440 |
|
| 3441 | +debug@^4.3.1: |
| 3442 | + version "4.4.3" |
| 3443 | + resolved "https://registry.yarnpkg.com/debug/-/debug-4.4.3.tgz#c6ae432d9bd9662582fce08709b038c58e9e3d6a" |
| 3444 | + integrity sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA== |
| 3445 | + dependencies: |
| 3446 | + ms "^2.1.3" |
| 3447 | + |
3359 | 3448 | decompress-response@^3.3.0: |
3360 | 3449 | version "3.3.0" |
3361 | 3450 | resolved "https://registry.yarnpkg.com/decompress-response/-/decompress-response-3.3.0.tgz#80a4dd323748384bfa248083622aedec982adff3" |
@@ -4824,6 +4913,11 @@ jsesc@^2.5.1: |
4824 | 4913 | resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-2.5.2.tgz#80564d2e483dacf6e8ef209650a67df3f0c283a4" |
4825 | 4914 | integrity sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA== |
4826 | 4915 |
|
| 4916 | +jsesc@^3.0.2: |
| 4917 | + version "3.1.0" |
| 4918 | + resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-3.1.0.tgz#74d335a234f67ed19907fdadfac7ccf9d409825d" |
| 4919 | + integrity sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA== |
| 4920 | + |
4827 | 4921 | jsesc@~0.5.0: |
4828 | 4922 | version "0.5.0" |
4829 | 4923 | resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-0.5.0.tgz#e7dee66e35d6fc16f710fe91d5cf69f70f08911d" |
@@ -5214,7 +5308,7 @@ ms@2.1.2: |
5214 | 5308 | resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009" |
5215 | 5309 | integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w== |
5216 | 5310 |
|
5217 | | -ms@2.1.3: |
| 5311 | +ms@2.1.3, ms@^2.1.3: |
5218 | 5312 | version "2.1.3" |
5219 | 5313 | resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2" |
5220 | 5314 | integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA== |
@@ -5585,6 +5679,11 @@ picocolors@^1.0.0: |
5585 | 5679 | resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.0.0.tgz#cb5bdc74ff3f51892236eaf79d68bc44564ab81c" |
5586 | 5680 | integrity sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ== |
5587 | 5681 |
|
| 5682 | +picocolors@^1.1.1: |
| 5683 | + version "1.1.1" |
| 5684 | + resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.1.1.tgz#3d321af3eab939b083c8f929a1d12cda81c26b6b" |
| 5685 | + integrity sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA== |
| 5686 | + |
5588 | 5687 | picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.2.3, picomatch@^2.3.1: |
5589 | 5688 | version "2.3.1" |
5590 | 5689 | resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42" |
|
0 commit comments