Fork of Chiri for Astro for my blog
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: bump deps

the3ash 66ca9061 b8a788e1

+318 -215
+7 -7
package.json
··· 18 18 }, 19 19 "dependencies": { 20 20 "@astrojs/mdx": "^4.3.1", 21 - "@astrojs/netlify": "^6.5.1", 21 + "@astrojs/netlify": "^6.5.3", 22 22 "@astrojs/rss": "^4.0.12", 23 23 "@astrojs/sitemap": "^3.4.1", 24 24 "@playform/inline": "^0.1.2", 25 - "astro": "^5.12.0", 25 + "astro": "5.12.0", 26 26 "astro-og-canvas": "^0.7.0", 27 27 "canvaskit-wasm": "^0.40.0", 28 28 "feed": "^5.1.0", ··· 39 39 "unist-util-visit": "^5.0.0" 40 40 }, 41 41 "devDependencies": { 42 - "@eslint/js": "^9.31.0", 42 + "@eslint/js": "^9.32.0", 43 43 "@types/markdown-it": "^14.1.2", 44 44 "@types/sanitize-html": "^2.16.0", 45 - "@typescript-eslint/eslint-plugin": "^8.37.0", 46 - "@typescript-eslint/parser": "^8.37.0", 47 - "eslint": "^9.31.0", 45 + "@typescript-eslint/eslint-plugin": "^8.38.0", 46 + "@typescript-eslint/parser": "^8.38.0", 47 + "eslint": "^9.32.0", 48 48 "eslint-config-prettier": "^10.1.8", 49 49 "eslint-plugin-astro": "^1.3.1", 50 50 "globals": "^16.3.0", ··· 52 52 "prettier-plugin-astro": "^0.14.1", 53 53 "tsx": "^4.20.3", 54 54 "typescript": "^5.8.3", 55 - "typescript-eslint": "^8.37.0" 55 + "typescript-eslint": "^8.38.0" 56 56 } 57 57 }
+311 -208
pnpm-lock.yaml
··· 10 10 dependencies: 11 11 '@astrojs/mdx': 12 12 specifier: ^4.3.1 13 - version: 4.3.1(astro@5.12.0(@netlify/blobs@10.0.6)(@types/node@24.0.14)(jiti@2.4.2)(rollup@4.45.1)(tsx@4.20.3)(typescript@5.8.3)(yaml@2.8.0)) 13 + version: 4.3.1(astro@5.12.0(@netlify/blobs@10.0.7)(@types/node@24.0.14)(jiti@2.5.1)(rollup@4.45.1)(tsx@4.20.3)(typescript@5.8.3)(yaml@2.8.0)) 14 14 '@astrojs/netlify': 15 - specifier: ^6.5.1 16 - version: 6.5.1(@types/node@24.0.14)(astro@5.12.0(@netlify/blobs@10.0.6)(@types/node@24.0.14)(jiti@2.4.2)(rollup@4.45.1)(tsx@4.20.3)(typescript@5.8.3)(yaml@2.8.0))(jiti@2.4.2)(rollup@4.45.1)(tsx@4.20.3)(yaml@2.8.0) 15 + specifier: ^6.5.3 16 + version: 6.5.3(@types/node@24.0.14)(astro@5.12.0(@netlify/blobs@10.0.7)(@types/node@24.0.14)(jiti@2.5.1)(rollup@4.45.1)(tsx@4.20.3)(typescript@5.8.3)(yaml@2.8.0))(jiti@2.5.1)(rollup@4.45.1)(tsx@4.20.3)(yaml@2.8.0) 17 17 '@astrojs/rss': 18 18 specifier: ^4.0.12 19 19 version: 4.0.12 ··· 22 22 version: 3.4.1 23 23 '@playform/inline': 24 24 specifier: ^0.1.2 25 - version: 0.1.2(@netlify/blobs@10.0.6)(@types/node@24.0.14)(jiti@2.4.2)(rollup@4.45.1)(tsx@4.20.3)(typescript@5.8.3)(yaml@2.8.0) 25 + version: 0.1.2(@netlify/blobs@10.0.7)(@types/node@24.0.14)(jiti@2.5.1)(rollup@4.45.1)(tsx@4.20.3)(typescript@5.8.3)(yaml@2.8.0) 26 26 astro: 27 - specifier: ^5.12.0 28 - version: 5.12.0(@netlify/blobs@10.0.6)(@types/node@24.0.14)(jiti@2.4.2)(rollup@4.45.1)(tsx@4.20.3)(typescript@5.8.3)(yaml@2.8.0) 27 + specifier: 5.12.0 28 + version: 5.12.0(@netlify/blobs@10.0.7)(@types/node@24.0.14)(jiti@2.5.1)(rollup@4.45.1)(tsx@4.20.3)(typescript@5.8.3)(yaml@2.8.0) 29 29 astro-og-canvas: 30 30 specifier: ^0.7.0 31 - version: 0.7.0(astro@5.12.0(@netlify/blobs@10.0.6)(@types/node@24.0.14)(jiti@2.4.2)(rollup@4.45.1)(tsx@4.20.3)(typescript@5.8.3)(yaml@2.8.0)) 31 + version: 0.7.0(astro@5.12.0(@netlify/blobs@10.0.7)(@types/node@24.0.14)(jiti@2.5.1)(rollup@4.45.1)(tsx@4.20.3)(typescript@5.8.3)(yaml@2.8.0)) 32 32 canvaskit-wasm: 33 33 specifier: ^0.40.0 34 34 version: 0.40.0 ··· 70 70 version: 5.0.0 71 71 devDependencies: 72 72 '@eslint/js': 73 - specifier: ^9.31.0 74 - version: 9.31.0 73 + specifier: ^9.32.0 74 + version: 9.32.0 75 75 '@types/markdown-it': 76 76 specifier: ^14.1.2 77 77 version: 14.1.2 ··· 79 79 specifier: ^2.16.0 80 80 version: 2.16.0 81 81 '@typescript-eslint/eslint-plugin': 82 - specifier: ^8.37.0 83 - version: 8.37.0(@typescript-eslint/parser@8.37.0(eslint@9.31.0(jiti@2.4.2))(typescript@5.8.3))(eslint@9.31.0(jiti@2.4.2))(typescript@5.8.3) 82 + specifier: ^8.38.0 83 + version: 8.38.0(@typescript-eslint/parser@8.38.0(eslint@9.32.0(jiti@2.5.1))(typescript@5.8.3))(eslint@9.32.0(jiti@2.5.1))(typescript@5.8.3) 84 84 '@typescript-eslint/parser': 85 - specifier: ^8.37.0 86 - version: 8.37.0(eslint@9.31.0(jiti@2.4.2))(typescript@5.8.3) 85 + specifier: ^8.38.0 86 + version: 8.38.0(eslint@9.32.0(jiti@2.5.1))(typescript@5.8.3) 87 87 eslint: 88 - specifier: ^9.31.0 89 - version: 9.31.0(jiti@2.4.2) 88 + specifier: ^9.32.0 89 + version: 9.32.0(jiti@2.5.1) 90 90 eslint-config-prettier: 91 91 specifier: ^10.1.8 92 - version: 10.1.8(eslint@9.31.0(jiti@2.4.2)) 92 + version: 10.1.8(eslint@9.32.0(jiti@2.5.1)) 93 93 eslint-plugin-astro: 94 94 specifier: ^1.3.1 95 - version: 1.3.1(eslint@9.31.0(jiti@2.4.2)) 95 + version: 1.3.1(eslint@9.32.0(jiti@2.5.1)) 96 96 globals: 97 97 specifier: ^16.3.0 98 98 version: 16.3.0 ··· 109 109 specifier: ^5.8.3 110 110 version: 5.8.3 111 111 typescript-eslint: 112 - specifier: ^8.37.0 113 - version: 8.37.0(eslint@9.31.0(jiti@2.4.2))(typescript@5.8.3) 112 + specifier: ^8.38.0 113 + version: 8.38.0(eslint@9.32.0(jiti@2.5.1))(typescript@5.8.3) 114 114 115 115 packages: 116 116 ··· 129 129 peerDependencies: 130 130 astro: ^5.0.0 131 131 132 - '@astrojs/netlify@6.5.1': 133 - resolution: {integrity: sha512-zRvYIvrnJ3w3NP1S8sx4PqhcG1XhV/SYuY1XCE8G2CgLCWMguCS6UdB9QfRbYwTVy1fK09tweGq9BCve6CM31A==} 132 + '@astrojs/netlify@6.5.3': 133 + resolution: {integrity: sha512-NsfFG1qF5zuzzqJ0epc5tPoxDKXKVMF5L2HEd3wNtNj8rclRA/h5Z0w30vqu/k/m7skymM1/EVQ1r/tX3SlVMQ==} 134 134 peerDependencies: 135 135 astro: ^5.3.0 136 136 ··· 529 529 resolution: {integrity: sha512-gtF186CXhIl1p4pJNGZw8Yc6RlshoePRvE0X91oPGb3vZ8pM3qOS9W9NGPat9LziaBV7XrJWGylNQXkGcnM3IQ==} 530 530 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 531 531 532 - '@eslint/js@9.31.0': 533 - resolution: {integrity: sha512-LOm5OVt7D4qiKCqoiPbA7LWmI+tbw1VbTUowBcUMgQSuM6poJufkFkYDcQpo5KfgD39TnNySV26QjOh7VFpSyw==} 532 + '@eslint/js@9.32.0': 533 + resolution: {integrity: sha512-BBpRFZK3eX6uMLKz8WxFOBIFFcGFJ/g8XuwjTHCqHROSIsopI+ddn/d5Cfh36+7+e5edVS8dbSHnBNhrLEX0zg==} 534 534 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 535 535 536 536 '@eslint/object-schema@2.1.6': 537 537 resolution: {integrity: sha512-RBMg5FRL0I0gs51M/guSAj5/e14VQ4tpZnQNWwuDT66P14I43ItmPfIZRhO9fUVIPOAQXU47atlywZ/czoqFPA==} 538 538 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 539 539 540 - '@eslint/plugin-kit@0.3.3': 541 - resolution: {integrity: sha512-1+WqvgNMhmlAambTvT3KPtCl/Ibr68VldY2XY40SL1CE0ZXiakFR/cbTspaF5HsnpDMvcYYoJHfl4980NBjGag==} 540 + '@eslint/plugin-kit@0.3.4': 541 + resolution: {integrity: sha512-Ul5l+lHEcw3L5+k8POx6r74mxEYKG5kOb6Xpy2gCRW6zweT6TEhAf8vhxGgjhqrd/VO/Dirhsb+1hNpD1ue9hw==} 542 542 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 543 543 544 544 '@fastify/accept-negotiator@2.0.1': ··· 834 834 resolution: {integrity: sha512-KP3jSg+ipILXSXq0CfKlMzNNZtJpvkSuDF2A4F0s6w8nSyl+0UrOid9VaFdyrVvSiwBZOEE6eF6qvNqfQKYKnA==} 835 835 engines: {node: ^14.16.0 || >=16.0.0} 836 836 837 - '@netlify/cache@3.0.7': 838 - resolution: {integrity: sha512-rbB/XDJMRaReqV3cMV6nQ6KG4YoCDXBtf6O0nNykdRm82rtjTjwuLS8v5ANR6Bir7NPx0zgARn2f5AIr+6EcPg==} 837 + '@netlify/blobs@10.0.7': 838 + resolution: {integrity: sha512-kvkq04TLRNkEwBOwoLwnfw9Bud8KF5HjHNgCuQVNkkHL9f1S/MZDdiKgpbs/fKo6fSNctxOzHUVCN3jFEvmVZg==} 839 + engines: {node: ^14.16.0 || >=16.0.0} 840 + 841 + '@netlify/cache@3.0.8': 842 + resolution: {integrity: sha512-b2raJBsAXsna2ASr2SbIJrZXHhKYAzTLctalvs+29FF8EbuAP8fpQRObo/8cW+uPIuRuJp2GPw+ms6dQTsrNBQ==} 839 843 engines: {node: '>=20.6.1'} 840 844 841 845 '@netlify/config@23.2.0': ··· 847 851 resolution: {integrity: sha512-WJlP9/2eo3Ij7rNLWrZun8djeoT04DC6Np0xWrzSUAytGgdgCUDAXXK5x0g8GKwSXD7cPT1oMTUvgflBHoECzw==} 848 852 engines: {node: ^18.14.0 || >=20} 849 853 850 - '@netlify/dev@4.4.2': 851 - resolution: {integrity: sha512-y9xTblEJqlWpWwRG+Sjd1nM92xSprPRA7nP29rs3OhsqkBmnZ1GcHDFgvlkuN8MSbb/jE0DHA5HEL8eLaTTdgg==} 854 + '@netlify/dev-utils@4.1.0': 855 + resolution: {integrity: sha512-ftDT7G2IKCwcjULat/I5fbWwqgXhcJ1Vw7Xmda23qNLYhL9YxHn1FvIe10oHZuR/0ZHIUULuvOmswLdeoC6hqQ==} 856 + engines: {node: ^18.14.0 || >=20} 857 + 858 + '@netlify/dev@4.5.1': 859 + resolution: {integrity: sha512-8PNQ6F1i6FMY2m0u2uOjMBmBKodhPhFHouIHWxNmOEG8Rlv34zjoBdmdPD+7yun5HGqk70UsP2TrbPGJ7s9gcw==} 852 860 engines: {node: '>=20.6.1'} 853 861 854 862 '@netlify/edge-bundler@14.2.2': ··· 858 866 '@netlify/edge-functions-bootstrap@2.14.0': 859 867 resolution: {integrity: sha512-Fs1cQ+XKfKr2OxrAvmX+S46CJmrysxBdCUCTk/wwcCZikrDvsYUFG7FTquUl4JfAf9taYYyW/tPv35gKOKS8BQ==} 860 868 861 - '@netlify/edge-functions@2.15.8': 862 - resolution: {integrity: sha512-GA3sD4Muq4d98y9yd8JUOQSdhk/A7FbhtqomQXoQymm55psoQudreNOpBe2+o7ziPl8sve4EuIM2+/+o5ZWjuA==} 869 + '@netlify/edge-functions@2.16.2': 870 + resolution: {integrity: sha512-vpNT/VrfvymLx9MH46cuvTfPfEVZtpkwdM5atApzWLUrbyA0pgooAx2H0jupJk+u8yTfEYZCMvtsENEZO82agw==} 863 871 engines: {node: '>=18.0.0'} 864 872 865 873 '@netlify/functions@4.1.12': 866 874 resolution: {integrity: sha512-btkG/IAvAFdQ8mmw07a+q3fgiPbPq3rKcjsmyS7qaEZDGXnI436MyMq/U5ZNhxNyM9zuiUGuF/gDvN+SS+K5Jw==} 867 875 engines: {node: '>=18.0.0'} 868 876 877 + '@netlify/functions@4.1.15': 878 + resolution: {integrity: sha512-kR3wq64Zw45UFZ78c7Q/adA3Jkamhju4OfydJ0DrR++TbzI19ijxCmimaJvmMgrAuKtZ2n8+JqGtLavt2MmdUA==} 879 + engines: {node: '>=18.0.0'} 880 + 869 881 '@netlify/headers-parser@9.0.1': 870 882 resolution: {integrity: sha512-KHKNVNtzWUkUQhttHsLA217xIjUQxBOY5RCMRkR77G5pH1Sca9gqGhnMvk3KfRol/OZK2/1k83ZpYuvMswsK/w==} 871 883 engines: {node: '>=18.14.0'} 872 884 873 - '@netlify/headers@2.0.6': 874 - resolution: {integrity: sha512-cXPKQL0HknLLOhhSWTvtvioJi3PoSNyrotk+2QOLohydirL4KyM3fKstxQcpOzbuNqjjkUXHwDn6mt4nNOqYwA==} 885 + '@netlify/headers@2.0.7': 886 + resolution: {integrity: sha512-GmblUABstQF87AQszcuZHDiAyBE1BHMEHGCDFmadGg3fsBR9ju1Y5jh5Hh/WnYX1y5GHO0ksU3mJ2A1xRmizoQ==} 875 887 engines: {node: '>=20.6.1'} 876 888 877 - '@netlify/images@1.2.2': 878 - resolution: {integrity: sha512-1CaTqP/fQ6xuKah8+OZ966JYz6kTyY89UgTUrbEHnHmCBNUVcP7fF2jFbcB55ltF7iH/PANTSoM1aghH84x7bg==} 889 + '@netlify/images@1.2.4': 890 + resolution: {integrity: sha512-3O9evHIzZc8lzngE7MIKI6GSS2+i/qzeC1/nHXwsiJIsxvTDtpjXUekh4sp7hqi9p2KDiAZU8w1CTXtKjYn0hA==} 879 891 engines: {node: '>=20.6.1'} 880 892 881 893 '@netlify/open-api@2.37.0': ··· 886 898 resolution: {integrity: sha512-zS6qBHpmU7IpHGzrHNPqu+Tjvh1cAJuVEoFUvCp0lRUeNcTdIq9VZM7/34vtIN6MD/OMFg3uv80yefSqInV2nA==} 887 899 engines: {node: '>=18.14.0'} 888 900 889 - '@netlify/redirects@3.0.6': 890 - resolution: {integrity: sha512-9WnSC/1Qy+FKfOGYy8ETDdt+yTMQGISY9qZazqYTkNARZc/UUB40umqCVxdwt4h80uHNAI1BYV91+/PWoiCNWQ==} 901 + '@netlify/redirects@3.0.7': 902 + resolution: {integrity: sha512-jMmXZqADS9OrWKR8KTlINLcgzutw+0PXSNZjTI+36FtyrBBCNWrAohhEXg09iWtmXHyfkZwIP3LV7gJMaRCFIw==} 891 903 engines: {node: '>=20.6.1'} 892 904 893 905 '@netlify/runtime-utils@2.1.0': 894 906 resolution: {integrity: sha512-z1h+wjB7IVYUsFZsuIYyNxiw5WWuylseY+eXaUDHBxNeLTlqziy+lz03QkR67CUR4Y790xGIhaHV00aOR2KAtw==} 895 907 engines: {node: ^18.14.0 || >=20} 896 908 897 - '@netlify/runtime@4.0.10': 898 - resolution: {integrity: sha512-Gx6SraSkzDhj5HBFSXJ4A2ZZJE8xVZq2XXNDBTm5i5wxNeuJ53sYD84rPzNmLU7E+kQwXaBH+2ezod4zeV0y5Q==} 909 + '@netlify/runtime@4.0.11': 910 + resolution: {integrity: sha512-Jx1NkUMl0brA1AXaZ9umuce5fDW6Z2mxh97lqWI73CnDVQcgLSdI2DM/33W6RfWC/1SllSJBz9bdJ3na/EQZyA==} 899 911 engines: {node: '>=20.6.1'} 900 912 901 913 '@netlify/serverless-functions-api@2.1.3': 902 914 resolution: {integrity: sha512-bNlN/hpND8xFQzpjyKxm6vJayD+bPBlOvs4lWihE7WULrphuH1UuFsoVE5386bNNGH8Rs1IH01AFsl7ALQgOlQ==} 903 915 engines: {node: '>=18.0.0'} 904 916 905 - '@netlify/static@3.0.6': 906 - resolution: {integrity: sha512-K2rT87dygIKt9KkY+eWL7CYTNlB9ia4GxOKmjy/Qh6vA5WAT9xpa/SsTZ7Zja4voEWejbu1Wiy/1mV2cL1tqtA==} 917 + '@netlify/static@3.0.7': 918 + resolution: {integrity: sha512-FcIP2bhimNliwwv1yNBhdNCbhxmH4BRNnbPqHKZWN8s2CfNjCG33i3A3JGVoJmNfa9JcYATBB0ICjTPVPL5xpQ==} 907 919 engines: {node: '>=20.6.1'} 908 920 909 921 '@netlify/types@2.0.2': 910 922 resolution: {integrity: sha512-6899BAqehToSAd3hoevqGaIkG0M9epPMLTi6byynNVIzqv2x+b9OtRXqK67G/gCX7XkrtLQ9Xm3QNJmaFNrSXA==} 911 923 engines: {node: ^18.14.0 || >=20} 912 924 913 - '@netlify/vite-plugin@2.4.2': 914 - resolution: {integrity: sha512-AXTy+sLg7vYlFoIYZfKzj+f/Js0EHdCsFsfglF4z8LHzWijHgkrKQSqSSpcxsyUz+8b5EmYDoimizH49BbJfqQ==} 925 + '@netlify/vite-plugin@2.5.1': 926 + resolution: {integrity: sha512-mmZGcq1xKOG/nEBdqCIJIR7t1Ro8XmJS5koBgt1WC0kJkCjmCwyqxXk04pF2xGfPoj8sJEQ/NrkMiTY5UsQMMQ==} 915 927 engines: {node: ^20.6.1 || >=22} 916 928 peerDependencies: 917 929 vite: ^5 || ^6 || ^7 918 930 919 931 '@netlify/zip-it-and-ship-it@12.2.1': 920 932 resolution: {integrity: sha512-zAr+8Tg80y/sUbhdUkZsq4Uy1IMzkSB6H/sKRMrDQ2NJx4uPgf5X5jMdg9g2FljNcxzpfJwc1Gg4OXQrjD0Z4A==} 933 + engines: {node: '>=18.14.0'} 934 + hasBin: true 935 + 936 + '@netlify/zip-it-and-ship-it@14.1.0': 937 + resolution: {integrity: sha512-avFOrCOoRMCHfeZyVUNBAbP4Byi0FMYSWS2j4zn5KAbpBgOFRRc841JnGlXGB5gCIzsrJAsW5ZL8SnlXf6lrOQ==} 921 938 engines: {node: '>=18.14.0'} 922 939 hasBin: true 923 940 ··· 1171 1188 '@swc/helpers@0.5.17': 1172 1189 resolution: {integrity: sha512-5IKx/Y13RsYd+sauPb2x+U/xZikHjolzfuDgTAl/Tdf3Q8rslRvC19NKDLgAJQ6wsqADk10ntlv08nPFw/gO/A==} 1173 1190 1174 - '@trysound/sax@0.2.0': 1175 - resolution: {integrity: sha512-L7z9BgrNEcYyUYtF+HaEfiS5ebkh9jXqbszz7pC0hRBPaatV0XjSD3+eHrpqFemQfgwiFF0QPIarnIihIDn7OA==} 1176 - engines: {node: '>=10.13.0'} 1177 - 1178 1191 '@types/debug@4.1.12': 1179 1192 resolution: {integrity: sha512-vIChWdVG3LG1SMxEvI/AK+FWJthlrqlTu7fbrlywTkkaONwk/UAGaULXRlf8vkzFBLVm0zkMdCquhL5aOjhXPQ==} 1180 1193 ··· 1250 1263 '@types/yauzl@2.10.3': 1251 1264 resolution: {integrity: sha512-oJoftv0LSuaDZE3Le4DbKX+KS9G36NzOeSap90UIK0yMA/NhKJhqlSGtNDORNRaIbQfzjXDrQa0ytJ6mNRGz/Q==} 1252 1265 1253 - '@typescript-eslint/eslint-plugin@8.37.0': 1254 - resolution: {integrity: sha512-jsuVWeIkb6ggzB+wPCsR4e6loj+rM72ohW6IBn2C+5NCvfUVY8s33iFPySSVXqtm5Hu29Ne/9bnA0JmyLmgenA==} 1266 + '@typescript-eslint/eslint-plugin@8.38.0': 1267 + resolution: {integrity: sha512-CPoznzpuAnIOl4nhj4tRr4gIPj5AfKgkiJmGQDaq+fQnRJTYlcBjbX3wbciGmpoPf8DREufuPRe1tNMZnGdanA==} 1255 1268 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1256 1269 peerDependencies: 1257 - '@typescript-eslint/parser': ^8.37.0 1270 + '@typescript-eslint/parser': ^8.38.0 1258 1271 eslint: ^8.57.0 || ^9.0.0 1259 1272 typescript: '>=4.8.4 <5.9.0' 1260 1273 1261 - '@typescript-eslint/parser@8.37.0': 1262 - resolution: {integrity: sha512-kVIaQE9vrN9RLCQMQ3iyRlVJpTiDUY6woHGb30JDkfJErqrQEmtdWH3gV0PBAfGZgQXoqzXOO0T3K6ioApbbAA==} 1274 + '@typescript-eslint/parser@8.38.0': 1275 + resolution: {integrity: sha512-Zhy8HCvBUEfBECzIl1PKqF4p11+d0aUJS1GeUiuqK9WmOug8YCmC4h4bjyBvMyAMI9sbRczmrYL5lKg/YMbrcQ==} 1263 1276 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1264 1277 peerDependencies: 1265 1278 eslint: ^8.57.0 || ^9.0.0 1266 1279 typescript: '>=4.8.4 <5.9.0' 1267 1280 1268 - '@typescript-eslint/project-service@8.37.0': 1269 - resolution: {integrity: sha512-BIUXYsbkl5A1aJDdYJCBAo8rCEbAvdquQ8AnLb6z5Lp1u3x5PNgSSx9A/zqYc++Xnr/0DVpls8iQ2cJs/izTXA==} 1281 + '@typescript-eslint/project-service@8.38.0': 1282 + resolution: {integrity: sha512-dbK7Jvqcb8c9QfH01YB6pORpqX1mn5gDZc9n63Ak/+jD67oWXn3Gs0M6vddAN+eDXBCS5EmNWzbSxsn9SzFWWg==} 1270 1283 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1271 1284 peerDependencies: 1272 1285 typescript: '>=4.8.4 <5.9.0' ··· 1275 1288 resolution: {integrity: sha512-0vGq0yiU1gbjKob2q691ybTg9JX6ShiVXAAfm2jGf3q0hdP6/BruaFjL/ManAR/lj05AvYCH+5bbVo0VtzmjOA==} 1276 1289 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1277 1290 1278 - '@typescript-eslint/tsconfig-utils@8.37.0': 1279 - resolution: {integrity: sha512-1/YHvAVTimMM9mmlPvTec9NP4bobA1RkDbMydxG8omqwJJLEW/Iy2C4adsAESIXU3WGLXFHSZUU+C9EoFWl4Zg==} 1291 + '@typescript-eslint/scope-manager@8.38.0': 1292 + resolution: {integrity: sha512-WJw3AVlFFcdT9Ri1xs/lg8LwDqgekWXWhH3iAF+1ZM+QPd7oxQ6jvtW/JPwzAScxitILUIFs0/AnQ/UWHzbATQ==} 1293 + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1294 + 1295 + '@typescript-eslint/tsconfig-utils@8.38.0': 1296 + resolution: {integrity: sha512-Lum9RtSE3EroKk/bYns+sPOodqb2Fv50XOl/gMviMKNvanETUuUcC9ObRbzrJ4VSd2JalPqgSAavwrPiPvnAiQ==} 1280 1297 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1281 1298 peerDependencies: 1282 1299 typescript: '>=4.8.4 <5.9.0' 1283 1300 1284 - '@typescript-eslint/type-utils@8.37.0': 1285 - resolution: {integrity: sha512-SPkXWIkVZxhgwSwVq9rqj/4VFo7MnWwVaRNznfQDc/xPYHjXnPfLWn+4L6FF1cAz6e7dsqBeMawgl7QjUMj4Ow==} 1301 + '@typescript-eslint/type-utils@8.38.0': 1302 + resolution: {integrity: sha512-c7jAvGEZVf0ao2z+nnz8BUaHZD09Agbh+DY7qvBQqLiz8uJzRgVPj5YvOh8I8uEiH8oIUGIfHzMwUcGVco/SJg==} 1286 1303 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1287 1304 peerDependencies: 1288 1305 eslint: ^8.57.0 || ^9.0.0 ··· 1292 1309 resolution: {integrity: sha512-ax0nv7PUF9NOVPs+lmQ7yIE7IQmAf8LGcXbMvHX5Gm+YJUYNAl340XkGnrimxZ0elXyoQJuN5sbg6C4evKA4SQ==} 1293 1310 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1294 1311 1295 - '@typescript-eslint/typescript-estree@8.37.0': 1296 - resolution: {integrity: sha512-zuWDMDuzMRbQOM+bHyU4/slw27bAUEcKSKKs3hcv2aNnc/tvE/h7w60dwVw8vnal2Pub6RT1T7BI8tFZ1fE+yg==} 1312 + '@typescript-eslint/types@8.38.0': 1313 + resolution: {integrity: sha512-wzkUfX3plUqij4YwWaJyqhiPE5UCRVlFpKn1oCRn2O1bJ592XxWJj8ROQ3JD5MYXLORW84063z3tZTb/cs4Tyw==} 1314 + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1315 + 1316 + '@typescript-eslint/typescript-estree@8.38.0': 1317 + resolution: {integrity: sha512-fooELKcAKzxux6fA6pxOflpNS0jc+nOQEEOipXFNjSlBS6fqrJOVY/whSn70SScHrcJ2LDsxWrneFoWYSVfqhQ==} 1297 1318 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1298 1319 peerDependencies: 1299 1320 typescript: '>=4.8.4 <5.9.0' 1300 1321 1301 - '@typescript-eslint/utils@8.37.0': 1302 - resolution: {integrity: sha512-TSFvkIW6gGjN2p6zbXo20FzCABbyUAuq6tBvNRGsKdsSQ6a7rnV6ADfZ7f4iI3lIiXc4F4WWvtUfDw9CJ9pO5A==} 1322 + '@typescript-eslint/utils@8.38.0': 1323 + resolution: {integrity: sha512-hHcMA86Hgt+ijJlrD8fX0j1j8w4C92zue/8LOPAFioIno+W0+L7KqE8QZKCcPGc/92Vs9x36w/4MPTJhqXdyvg==} 1303 1324 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1304 1325 peerDependencies: 1305 1326 eslint: ^8.57.0 || ^9.0.0 ··· 1309 1330 resolution: {integrity: sha512-YzfhzcTnZVPiLfP/oeKtDp2evwvHLMe0LOy7oe+hb9KKIumLNohYS9Hgp1ifwpu42YWxhZE8yieggz6JpqO/1w==} 1310 1331 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1311 1332 1333 + '@typescript-eslint/visitor-keys@8.38.0': 1334 + resolution: {integrity: sha512-pWrTcoFNWuwHlA9CvlfSsGWs14JxfN1TH25zM5L7o0pRLhsoZkDnTsXfQRJBEWJoV5DL0jf+Z+sxiud+K0mq1g==} 1335 + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1336 + 1312 1337 '@ungap/structured-clone@1.3.0': 1313 1338 resolution: {integrity: sha512-WmoN8qaIAo7WTYWbAZuG8PYEhn5fkz7dZrqTBZ7dtt//lL2Gwms1IcnQ5yHqjDfX8Ft5j4YzDM23f87zBfDe9g==} 1314 1339 ··· 1673 1698 resolution: {integrity: sha512-y4Mg2tXshplEbSGzx7amzPwKKOCGuoSRP/CjEdwwk0FOGlUbq6lKuoyDZTNZkmxHdJtp54hdfY/JUrdL7Xfdug==} 1674 1699 engines: {node: '>=14'} 1675 1700 1701 + commander@11.1.0: 1702 + resolution: {integrity: sha512-yPVavfyCcRhmorC7rWlkHn15b4wDVgVmBA7kV4QVBsF7kv/9TKJAbAXVTxvTnwP8HHKjRCJDClKbciiYS7p0DQ==} 1703 + engines: {node: '>=16'} 1704 + 1676 1705 commander@12.1.0: 1677 1706 resolution: {integrity: sha512-Vw8qHK3bZM9y/P10u3Vib8o/DdkvA2OtPtZvD871QKjy74Wj1WSKFILMPRPSdUSx5RFK1arlJzEtA4PkFgnbuA==} 1678 1707 engines: {node: '>=18'} 1679 1708 1680 1709 commander@2.20.3: 1681 1710 resolution: {integrity: sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==} 1682 - 1683 - commander@7.2.0: 1684 - resolution: {integrity: sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==} 1685 - engines: {node: '>= 10'} 1686 1711 1687 1712 commander@8.3.0: 1688 1713 resolution: {integrity: sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww==} ··· 1751 1776 css-tree@2.2.1: 1752 1777 resolution: {integrity: sha512-OA0mILzGc1kCOCSJerOeqDxDQ4HOh+G8NbOJFOTgOCzpw7fCBubk0fEyxp8AgOL/jvLgYA/uV0cMbe43ElF1JA==} 1753 1778 engines: {node: ^10 || ^12.20.0 || ^14.13.0 || >=15.0.0, npm: '>=7.0.0'} 1754 - 1755 - css-tree@2.3.1: 1756 - resolution: {integrity: sha512-6Fv1DV/TYw//QF5IzQdqsNDjx/wc8TrMBZsqjL9eW01tWb7R7k/mq+/VXfJCl7SoD5emsJop9cOByJZfs8hYIw==} 1757 - engines: {node: ^10 || ^12.20.0 || ^14.13.0 || >=15.0.0} 1758 1779 1759 1780 css-tree@3.1.0: 1760 1781 resolution: {integrity: sha512-0eW44TGN5SQXU1mWSkKwFstI/22X2bG1nYzZTYMAWjylYURhse752YgbE4Cx46AC+bAvI+/dYTPRk1LqSUnu6w==} ··· 2028 2049 resolution: {integrity: sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==} 2029 2050 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 2030 2051 2031 - eslint@9.31.0: 2032 - resolution: {integrity: sha512-QldCVh/ztyKJJZLr4jXNUByx3gR+TDYZCRXEktiZoUR3PGy4qCmSbkxcIle8GEwGpb5JBZazlaJ/CxLidXdEbQ==} 2052 + eslint@9.32.0: 2053 + resolution: {integrity: sha512-LSehfdpgMeWcTZkWZVIJl+tkZ2nuSkyyB9C27MZqFWXuph7DvaowgcTvKqxvpLW1JZIk8PN7hFY3Rj9LQ7m7lg==} 2033 2054 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 2034 2055 hasBin: true 2035 2056 peerDependencies: ··· 2452 2473 inline-style-parser@0.2.4: 2453 2474 resolution: {integrity: sha512-0aO8FkhNZlj/ZIbNi7Lxxr12obT7cL1moPfE4tg1LkX7LlLfC6DeX4l2ZEud1ukP9jNQyNnfzQVqwbwmAATY4Q==} 2454 2475 2455 - ipx@3.0.3: 2456 - resolution: {integrity: sha512-c8ZWrM9Rzf8C/W1WoBb9KJ73C76+s3xyBL4iS5WdlPVIObE14tKKW79JIWbMkzhPZw71ZL/mLRMSvQOOhwbj0Q==} 2476 + ipx@3.1.1: 2477 + resolution: {integrity: sha512-7Xnt54Dco7uYkfdAw0r2vCly3z0rSaVhEXMzPvl3FndsTVm5p26j+PO+gyinkYmcsEUvX2Rh7OGK7KzYWRu6BA==} 2457 2478 hasBin: true 2458 2479 2459 2480 iron-webcrypto@1.2.1: ··· 2568 2589 jackspeak@3.4.3: 2569 2590 resolution: {integrity: sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==} 2570 2591 2571 - jiti@2.4.2: 2572 - resolution: {integrity: sha512-rg9zJN+G4n2nfJl5MW3BMygZX56zKPNVEYYqq7adpmMh4Jn2QNEwhvQlFy6jPVdcod7txZtKHWnyZiA3a0zP7A==} 2592 + jiti@2.5.1: 2593 + resolution: {integrity: sha512-twQoecYPiVA5K/h6SxtORw/Bs3ar+mLUtoPSc7iMXzQzK8d7eJ/R09wmTwAjiamETn1cXYPGfNnu7DMoHgu12w==} 2573 2594 hasBin: true 2574 2595 2575 2596 jpeg-js@0.4.4: ··· 2800 2821 2801 2822 mdn-data@2.0.28: 2802 2823 resolution: {integrity: sha512-aylIc7Z9y4yzHYAJNuESG3hfhC+0Ibp/MAMiaOZgNv4pmEdFyfZhhhny4MNiAfWdBQ1RQ2mfDWmM1x8SvGyp8g==} 2803 - 2804 - mdn-data@2.0.30: 2805 - resolution: {integrity: sha512-GaqWWShW4kv/G9IEucWScBx9G1/vsFZZJUO+tD26M8J8z3Kw5RDQjaoZe03YAClgeS/SWPOcb4nkFBTEi5DUEA==} 2806 2824 2807 2825 mdn-data@2.12.2: 2808 2826 resolution: {integrity: sha512-IEn+pegP1aManZuckezWCO+XZQDplx1366JoVhTpMpBB1sPey/SbveZQUosKiKiGYjg1wH4pMlNgXbCiYgihQA==} ··· 3661 3679 resolution: {integrity: sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==} 3662 3680 engines: {node: '>= 0.4'} 3663 3681 3664 - svgo@3.3.2: 3665 - resolution: {integrity: sha512-OoohrmuUlBs8B8o6MB2Aevn+pRIH9zDALSR+6hhqVfa6fRwG/Qw9VUMSMW9VNg2CFc/MTIfabtdOVl9ODIJjpw==} 3666 - engines: {node: '>=14.0.0'} 3682 + svgo@4.0.0: 3683 + resolution: {integrity: sha512-VvrHQ+9uniE+Mvx3+C9IEe/lWasXCU0nXMY2kZeLrHNICuRiC8uMPyM14UEaMOFA5mhyQqEkB02VoQ16n3DLaw==} 3684 + engines: {node: '>=16'} 3667 3685 hasBin: true 3668 3686 3669 3687 synckit@0.11.8: ··· 3759 3777 resolution: {integrity: sha512-TeTSQ6H5YHvpqVwBRcnLDCBnDOHWYu7IvGbHT6N8AOymcr9PJGjc1GTtiWZTYg0NCgYwvnYWEkVChQAr9bjfwA==} 3760 3778 engines: {node: '>=16'} 3761 3779 3762 - typescript-eslint@8.37.0: 3763 - resolution: {integrity: sha512-TnbEjzkE9EmcO0Q2zM+GE8NQLItNAJpMmED1BdgoBMYNdqMhzlbqfdSwiRlAzEK2pA9UzVW0gzaaIzXWg2BjfA==} 3780 + typescript-eslint@8.38.0: 3781 + resolution: {integrity: sha512-FsZlrYK6bPDGoLeZRuvx2v6qrM03I0U0SnfCLPs/XCCPCFD80xU9Pg09H/K+XFa68uJuZo7l/Xhs+eDRg2l3hg==} 3764 3782 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 3765 3783 peerDependencies: 3766 3784 eslint: ^8.57.0 || ^9.0.0 ··· 4151 4169 transitivePeerDependencies: 4152 4170 - supports-color 4153 4171 4154 - '@astrojs/mdx@4.3.1(astro@5.12.0(@netlify/blobs@10.0.6)(@types/node@24.0.14)(jiti@2.4.2)(rollup@4.45.1)(tsx@4.20.3)(typescript@5.8.3)(yaml@2.8.0))': 4172 + '@astrojs/mdx@4.3.1(astro@5.12.0(@netlify/blobs@10.0.7)(@types/node@24.0.14)(jiti@2.5.1)(rollup@4.45.1)(tsx@4.20.3)(typescript@5.8.3)(yaml@2.8.0))': 4155 4173 dependencies: 4156 4174 '@astrojs/markdown-remark': 6.3.3 4157 4175 '@mdx-js/mdx': 3.1.0(acorn@8.15.0) 4158 4176 acorn: 8.15.0 4159 - astro: 5.12.0(@netlify/blobs@10.0.6)(@types/node@24.0.14)(jiti@2.4.2)(rollup@4.45.1)(tsx@4.20.3)(typescript@5.8.3)(yaml@2.8.0) 4177 + astro: 5.12.0(@netlify/blobs@10.0.7)(@types/node@24.0.14)(jiti@2.5.1)(rollup@4.45.1)(tsx@4.20.3)(typescript@5.8.3)(yaml@2.8.0) 4160 4178 es-module-lexer: 1.7.0 4161 4179 estree-util-visit: 2.0.0 4162 4180 hast-util-to-html: 9.0.5 ··· 4170 4188 transitivePeerDependencies: 4171 4189 - supports-color 4172 4190 4173 - '@astrojs/netlify@6.5.1(@types/node@24.0.14)(astro@5.12.0(@netlify/blobs@10.0.6)(@types/node@24.0.14)(jiti@2.4.2)(rollup@4.45.1)(tsx@4.20.3)(typescript@5.8.3)(yaml@2.8.0))(jiti@2.4.2)(rollup@4.45.1)(tsx@4.20.3)(yaml@2.8.0)': 4191 + '@astrojs/netlify@6.5.3(@types/node@24.0.14)(astro@5.12.0(@netlify/blobs@10.0.7)(@types/node@24.0.14)(jiti@2.5.1)(rollup@4.45.1)(tsx@4.20.3)(typescript@5.8.3)(yaml@2.8.0))(jiti@2.5.1)(rollup@4.45.1)(tsx@4.20.3)(yaml@2.8.0)': 4174 4192 dependencies: 4175 4193 '@astrojs/internal-helpers': 0.6.1 4176 4194 '@astrojs/underscore-redirects': 1.0.0 4177 4195 '@netlify/blobs': 10.0.6 4178 4196 '@netlify/functions': 4.1.12(rollup@4.45.1) 4179 - '@netlify/vite-plugin': 2.4.2(rollup@4.45.1)(vite@6.3.5(@types/node@24.0.14)(jiti@2.4.2)(tsx@4.20.3)(yaml@2.8.0)) 4197 + '@netlify/vite-plugin': 2.5.1(rollup@4.45.1)(vite@6.3.5(@types/node@24.0.14)(jiti@2.5.1)(tsx@4.20.3)(yaml@2.8.0)) 4180 4198 '@vercel/nft': 0.29.4(rollup@4.45.1) 4181 - astro: 5.12.0(@netlify/blobs@10.0.6)(@types/node@24.0.14)(jiti@2.4.2)(rollup@4.45.1)(tsx@4.20.3)(typescript@5.8.3)(yaml@2.8.0) 4199 + astro: 5.12.0(@netlify/blobs@10.0.7)(@types/node@24.0.14)(jiti@2.5.1)(rollup@4.45.1)(tsx@4.20.3)(typescript@5.8.3)(yaml@2.8.0) 4182 4200 esbuild: 0.25.6 4183 4201 tinyglobby: 0.2.14 4184 - vite: 6.3.5(@types/node@24.0.14)(jiti@2.4.2)(tsx@4.20.3)(yaml@2.8.0) 4202 + vite: 6.3.5(@types/node@24.0.14)(jiti@2.5.1)(tsx@4.20.3)(yaml@2.8.0) 4185 4203 transitivePeerDependencies: 4186 4204 - '@azure/app-configuration' 4187 4205 - '@azure/cosmos' ··· 4452 4470 '@esbuild/win32-x64@0.25.6': 4453 4471 optional: true 4454 4472 4455 - '@eslint-community/eslint-utils@4.7.0(eslint@9.31.0(jiti@2.4.2))': 4473 + '@eslint-community/eslint-utils@4.7.0(eslint@9.32.0(jiti@2.5.1))': 4456 4474 dependencies: 4457 - eslint: 9.31.0(jiti@2.4.2) 4475 + eslint: 9.32.0(jiti@2.5.1) 4458 4476 eslint-visitor-keys: 3.4.3 4459 4477 4460 4478 '@eslint-community/regexpp@4.12.1': {} ··· 4487 4505 transitivePeerDependencies: 4488 4506 - supports-color 4489 4507 4490 - '@eslint/js@9.31.0': {} 4508 + '@eslint/js@9.32.0': {} 4491 4509 4492 4510 '@eslint/object-schema@2.1.6': {} 4493 4511 4494 - '@eslint/plugin-kit@0.3.3': 4512 + '@eslint/plugin-kit@0.3.4': 4495 4513 dependencies: 4496 4514 '@eslint/core': 0.15.1 4497 4515 levn: 0.4.1 ··· 4754 4772 '@netlify/dev-utils': 4.0.0 4755 4773 '@netlify/runtime-utils': 2.1.0 4756 4774 4757 - '@netlify/cache@3.0.7': 4775 + '@netlify/blobs@10.0.7': 4776 + dependencies: 4777 + '@netlify/dev-utils': 4.1.0 4778 + '@netlify/runtime-utils': 2.1.0 4779 + 4780 + '@netlify/cache@3.0.8': 4758 4781 dependencies: 4759 4782 '@netlify/runtime-utils': 2.1.0 4760 4783 ··· 4803 4826 uuid: 11.1.0 4804 4827 write-file-atomic: 5.0.1 4805 4828 4806 - '@netlify/dev@4.4.2(rollup@4.45.1)': 4829 + '@netlify/dev-utils@4.1.0': 4830 + dependencies: 4831 + '@whatwg-node/server': 0.10.10 4832 + ansis: 4.1.0 4833 + chokidar: 4.0.3 4834 + decache: 4.6.2 4835 + dot-prop: 9.0.0 4836 + env-paths: 3.0.0 4837 + find-up: 7.0.0 4838 + image-size: 2.0.2 4839 + js-image-generator: 1.0.4 4840 + lodash.debounce: 4.0.8 4841 + parse-gitignore: 2.0.0 4842 + semver: 7.7.2 4843 + tmp-promise: 3.0.3 4844 + uuid: 11.1.0 4845 + write-file-atomic: 5.0.1 4846 + 4847 + '@netlify/dev@4.5.1(rollup@4.45.1)': 4807 4848 dependencies: 4808 - '@netlify/blobs': 10.0.6 4849 + '@netlify/blobs': 10.0.7 4809 4850 '@netlify/config': 23.2.0 4810 - '@netlify/dev-utils': 4.0.0 4811 - '@netlify/edge-functions': 2.15.8 4812 - '@netlify/functions': 4.1.12(rollup@4.45.1) 4813 - '@netlify/headers': 2.0.6 4814 - '@netlify/images': 1.2.2(@netlify/blobs@10.0.6) 4815 - '@netlify/redirects': 3.0.6 4816 - '@netlify/runtime': 4.0.10 4817 - '@netlify/static': 3.0.6 4851 + '@netlify/dev-utils': 4.1.0 4852 + '@netlify/edge-functions': 2.16.2 4853 + '@netlify/functions': 4.1.15(rollup@4.45.1) 4854 + '@netlify/headers': 2.0.7 4855 + '@netlify/images': 1.2.4(@netlify/blobs@10.0.7) 4856 + '@netlify/redirects': 3.0.7 4857 + '@netlify/runtime': 4.0.11 4858 + '@netlify/static': 3.0.7 4818 4859 ulid: 3.0.1 4819 4860 transitivePeerDependencies: 4820 4861 - '@azure/app-configuration' ··· 4864 4905 4865 4906 '@netlify/edge-functions-bootstrap@2.14.0': {} 4866 4907 4867 - '@netlify/edge-functions@2.15.8': 4908 + '@netlify/edge-functions@2.16.2': 4868 4909 dependencies: 4869 - '@netlify/dev-utils': 4.0.0 4910 + '@netlify/dev-utils': 4.1.0 4870 4911 '@netlify/edge-bundler': 14.2.2 4871 4912 '@netlify/edge-functions-bootstrap': 2.14.0 4872 4913 '@netlify/runtime-utils': 2.1.0 ··· 4892 4933 - rollup 4893 4934 - supports-color 4894 4935 4936 + '@netlify/functions@4.1.15(rollup@4.45.1)': 4937 + dependencies: 4938 + '@netlify/blobs': 10.0.7 4939 + '@netlify/dev-utils': 4.1.0 4940 + '@netlify/types': 2.0.2 4941 + '@netlify/zip-it-and-ship-it': 14.1.0(rollup@4.45.1) 4942 + cron-parser: 4.9.0 4943 + decache: 4.6.2 4944 + extract-zip: 2.0.1 4945 + is-stream: 4.0.1 4946 + jwt-decode: 4.0.0 4947 + lambda-local: 2.2.0 4948 + read-package-up: 11.0.0 4949 + source-map-support: 0.5.21 4950 + transitivePeerDependencies: 4951 + - encoding 4952 + - rollup 4953 + - supports-color 4954 + 4895 4955 '@netlify/headers-parser@9.0.1': 4896 4956 dependencies: 4897 4957 '@iarna/toml': 2.2.5 ··· 4901 4961 map-obj: 5.0.2 4902 4962 path-exists: 5.0.0 4903 4963 4904 - '@netlify/headers@2.0.6': 4964 + '@netlify/headers@2.0.7': 4905 4965 dependencies: 4906 4966 '@netlify/headers-parser': 9.0.1 4907 4967 4908 - '@netlify/images@1.2.2(@netlify/blobs@10.0.6)': 4968 + '@netlify/images@1.2.4(@netlify/blobs@10.0.7)': 4909 4969 dependencies: 4910 - ipx: 3.0.3(@netlify/blobs@10.0.6) 4970 + ipx: 3.1.1(@netlify/blobs@10.0.7) 4911 4971 transitivePeerDependencies: 4912 4972 - '@azure/app-configuration' 4913 4973 - '@azure/cosmos' ··· 4938 4998 is-plain-obj: 4.1.0 4939 4999 path-exists: 5.0.0 4940 5000 4941 - '@netlify/redirects@3.0.6': 5001 + '@netlify/redirects@3.0.7': 4942 5002 dependencies: 4943 5003 '@netlify/redirect-parser': 15.0.2 4944 5004 cookie: 1.0.2 ··· 4947 5007 4948 5008 '@netlify/runtime-utils@2.1.0': {} 4949 5009 4950 - '@netlify/runtime@4.0.10': 5010 + '@netlify/runtime@4.0.11': 4951 5011 dependencies: 4952 - '@netlify/blobs': 10.0.6 4953 - '@netlify/cache': 3.0.7 5012 + '@netlify/blobs': 10.0.7 5013 + '@netlify/cache': 3.0.8 4954 5014 '@netlify/runtime-utils': 2.1.0 4955 5015 '@netlify/types': 2.0.2 4956 5016 4957 5017 '@netlify/serverless-functions-api@2.1.3': {} 4958 5018 4959 - '@netlify/static@3.0.6': 5019 + '@netlify/static@3.0.7': 4960 5020 dependencies: 4961 5021 mime-types: 3.0.1 4962 5022 4963 5023 '@netlify/types@2.0.2': {} 4964 5024 4965 - '@netlify/vite-plugin@2.4.2(rollup@4.45.1)(vite@6.3.5(@types/node@24.0.14)(jiti@2.4.2)(tsx@4.20.3)(yaml@2.8.0))': 5025 + '@netlify/vite-plugin@2.5.1(rollup@4.45.1)(vite@6.3.5(@types/node@24.0.14)(jiti@2.5.1)(tsx@4.20.3)(yaml@2.8.0))': 4966 5026 dependencies: 4967 - '@netlify/dev': 4.4.2(rollup@4.45.1) 4968 - '@netlify/dev-utils': 4.0.0 4969 - chalk: 5.4.1 4970 - vite: 6.3.5(@types/node@24.0.14)(jiti@2.4.2)(tsx@4.20.3)(yaml@2.8.0) 5027 + '@netlify/dev': 4.5.1(rollup@4.45.1) 5028 + '@netlify/dev-utils': 4.1.0 5029 + vite: 6.3.5(@types/node@24.0.14)(jiti@2.5.1)(tsx@4.20.3)(yaml@2.8.0) 4971 5030 transitivePeerDependencies: 4972 5031 - '@azure/app-configuration' 4973 5032 - '@azure/cosmos' ··· 5030 5089 - rollup 5031 5090 - supports-color 5032 5091 5092 + '@netlify/zip-it-and-ship-it@14.1.0(rollup@4.45.1)': 5093 + dependencies: 5094 + '@babel/parser': 7.28.0 5095 + '@babel/types': 7.28.1 5096 + '@netlify/binary-info': 1.0.0 5097 + '@netlify/serverless-functions-api': 2.1.3 5098 + '@vercel/nft': 0.29.4(rollup@4.45.1) 5099 + archiver: 7.0.1 5100 + common-path-prefix: 3.0.0 5101 + copy-file: 11.0.0 5102 + es-module-lexer: 1.7.0 5103 + esbuild: 0.25.6 5104 + execa: 8.0.1 5105 + fast-glob: 3.3.3 5106 + filter-obj: 6.1.0 5107 + find-up: 7.0.0 5108 + is-builtin-module: 3.2.1 5109 + is-path-inside: 4.0.0 5110 + junk: 4.0.1 5111 + locate-path: 7.2.0 5112 + merge-options: 3.0.4 5113 + minimatch: 9.0.5 5114 + normalize-path: 3.0.0 5115 + p-map: 7.0.3 5116 + path-exists: 5.0.0 5117 + precinct: 12.2.0 5118 + require-package-name: 2.0.1 5119 + resolve: 2.0.0-next.5 5120 + semver: 7.7.2 5121 + tmp-promise: 3.0.3 5122 + toml: 3.0.0 5123 + unixify: 1.0.0 5124 + urlpattern-polyfill: 8.0.2 5125 + yargs: 17.7.2 5126 + zod: 3.25.76 5127 + transitivePeerDependencies: 5128 + - encoding 5129 + - rollup 5130 + - supports-color 5131 + 5033 5132 '@nodelib/fs.scandir@2.1.5': 5034 5133 dependencies: 5035 5134 '@nodelib/fs.stat': 2.0.5 ··· 5114 5213 5115 5214 '@pkgr/core@0.2.7': {} 5116 5215 5117 - '@playform/inline@0.1.2(@netlify/blobs@10.0.6)(@types/node@24.0.14)(jiti@2.4.2)(rollup@4.45.1)(tsx@4.20.3)(typescript@5.8.3)(yaml@2.8.0)': 5216 + '@playform/inline@0.1.2(@netlify/blobs@10.0.7)(@types/node@24.0.14)(jiti@2.5.1)(rollup@4.45.1)(tsx@4.20.3)(typescript@5.8.3)(yaml@2.8.0)': 5118 5217 dependencies: 5119 5218 '@playform/pipe': 0.1.3 5120 - astro: 5.12.0(@netlify/blobs@10.0.6)(@types/node@24.0.14)(jiti@2.4.2)(rollup@4.45.1)(tsx@4.20.3)(typescript@5.8.3)(yaml@2.8.0) 5219 + astro: 5.12.0(@netlify/blobs@10.0.7)(@types/node@24.0.14)(jiti@2.5.1)(rollup@4.45.1)(tsx@4.20.3)(typescript@5.8.3)(yaml@2.8.0) 5121 5220 beasties: 0.2.0 5122 5221 deepmerge-ts: 7.1.5 5123 5222 transitivePeerDependencies: ··· 5266 5365 dependencies: 5267 5366 tslib: 2.8.1 5268 5367 5269 - '@trysound/sax@0.2.0': {} 5270 - 5271 5368 '@types/debug@4.1.12': 5272 5369 dependencies: 5273 5370 '@types/ms': 2.1.0 ··· 5344 5441 '@types/node': 24.0.14 5345 5442 optional: true 5346 5443 5347 - '@typescript-eslint/eslint-plugin@8.37.0(@typescript-eslint/parser@8.37.0(eslint@9.31.0(jiti@2.4.2))(typescript@5.8.3))(eslint@9.31.0(jiti@2.4.2))(typescript@5.8.3)': 5444 + '@typescript-eslint/eslint-plugin@8.38.0(@typescript-eslint/parser@8.38.0(eslint@9.32.0(jiti@2.5.1))(typescript@5.8.3))(eslint@9.32.0(jiti@2.5.1))(typescript@5.8.3)': 5348 5445 dependencies: 5349 5446 '@eslint-community/regexpp': 4.12.1 5350 - '@typescript-eslint/parser': 8.37.0(eslint@9.31.0(jiti@2.4.2))(typescript@5.8.3) 5351 - '@typescript-eslint/scope-manager': 8.37.0 5352 - '@typescript-eslint/type-utils': 8.37.0(eslint@9.31.0(jiti@2.4.2))(typescript@5.8.3) 5353 - '@typescript-eslint/utils': 8.37.0(eslint@9.31.0(jiti@2.4.2))(typescript@5.8.3) 5354 - '@typescript-eslint/visitor-keys': 8.37.0 5355 - eslint: 9.31.0(jiti@2.4.2) 5447 + '@typescript-eslint/parser': 8.38.0(eslint@9.32.0(jiti@2.5.1))(typescript@5.8.3) 5448 + '@typescript-eslint/scope-manager': 8.38.0 5449 + '@typescript-eslint/type-utils': 8.38.0(eslint@9.32.0(jiti@2.5.1))(typescript@5.8.3) 5450 + '@typescript-eslint/utils': 8.38.0(eslint@9.32.0(jiti@2.5.1))(typescript@5.8.3) 5451 + '@typescript-eslint/visitor-keys': 8.38.0 5452 + eslint: 9.32.0(jiti@2.5.1) 5356 5453 graphemer: 1.4.0 5357 5454 ignore: 7.0.5 5358 5455 natural-compare: 1.4.0 ··· 5361 5458 transitivePeerDependencies: 5362 5459 - supports-color 5363 5460 5364 - '@typescript-eslint/parser@8.37.0(eslint@9.31.0(jiti@2.4.2))(typescript@5.8.3)': 5461 + '@typescript-eslint/parser@8.38.0(eslint@9.32.0(jiti@2.5.1))(typescript@5.8.3)': 5365 5462 dependencies: 5366 - '@typescript-eslint/scope-manager': 8.37.0 5367 - '@typescript-eslint/types': 8.37.0 5368 - '@typescript-eslint/typescript-estree': 8.37.0(typescript@5.8.3) 5369 - '@typescript-eslint/visitor-keys': 8.37.0 5463 + '@typescript-eslint/scope-manager': 8.38.0 5464 + '@typescript-eslint/types': 8.38.0 5465 + '@typescript-eslint/typescript-estree': 8.38.0(typescript@5.8.3) 5466 + '@typescript-eslint/visitor-keys': 8.38.0 5370 5467 debug: 4.4.1 5371 - eslint: 9.31.0(jiti@2.4.2) 5468 + eslint: 9.32.0(jiti@2.5.1) 5372 5469 typescript: 5.8.3 5373 5470 transitivePeerDependencies: 5374 5471 - supports-color 5375 5472 5376 - '@typescript-eslint/project-service@8.37.0(typescript@5.8.3)': 5473 + '@typescript-eslint/project-service@8.38.0(typescript@5.8.3)': 5377 5474 dependencies: 5378 - '@typescript-eslint/tsconfig-utils': 8.37.0(typescript@5.8.3) 5379 - '@typescript-eslint/types': 8.37.0 5475 + '@typescript-eslint/tsconfig-utils': 8.38.0(typescript@5.8.3) 5476 + '@typescript-eslint/types': 8.38.0 5380 5477 debug: 4.4.1 5381 5478 typescript: 5.8.3 5382 5479 transitivePeerDependencies: ··· 5387 5484 '@typescript-eslint/types': 8.37.0 5388 5485 '@typescript-eslint/visitor-keys': 8.37.0 5389 5486 5390 - '@typescript-eslint/tsconfig-utils@8.37.0(typescript@5.8.3)': 5487 + '@typescript-eslint/scope-manager@8.38.0': 5488 + dependencies: 5489 + '@typescript-eslint/types': 8.38.0 5490 + '@typescript-eslint/visitor-keys': 8.38.0 5491 + 5492 + '@typescript-eslint/tsconfig-utils@8.38.0(typescript@5.8.3)': 5391 5493 dependencies: 5392 5494 typescript: 5.8.3 5393 5495 5394 - '@typescript-eslint/type-utils@8.37.0(eslint@9.31.0(jiti@2.4.2))(typescript@5.8.3)': 5496 + '@typescript-eslint/type-utils@8.38.0(eslint@9.32.0(jiti@2.5.1))(typescript@5.8.3)': 5395 5497 dependencies: 5396 - '@typescript-eslint/types': 8.37.0 5397 - '@typescript-eslint/typescript-estree': 8.37.0(typescript@5.8.3) 5398 - '@typescript-eslint/utils': 8.37.0(eslint@9.31.0(jiti@2.4.2))(typescript@5.8.3) 5498 + '@typescript-eslint/types': 8.38.0 5499 + '@typescript-eslint/typescript-estree': 8.38.0(typescript@5.8.3) 5500 + '@typescript-eslint/utils': 8.38.0(eslint@9.32.0(jiti@2.5.1))(typescript@5.8.3) 5399 5501 debug: 4.4.1 5400 - eslint: 9.31.0(jiti@2.4.2) 5502 + eslint: 9.32.0(jiti@2.5.1) 5401 5503 ts-api-utils: 2.1.0(typescript@5.8.3) 5402 5504 typescript: 5.8.3 5403 5505 transitivePeerDependencies: ··· 5405 5507 5406 5508 '@typescript-eslint/types@8.37.0': {} 5407 5509 5408 - '@typescript-eslint/typescript-estree@8.37.0(typescript@5.8.3)': 5510 + '@typescript-eslint/types@8.38.0': {} 5511 + 5512 + '@typescript-eslint/typescript-estree@8.38.0(typescript@5.8.3)': 5409 5513 dependencies: 5410 - '@typescript-eslint/project-service': 8.37.0(typescript@5.8.3) 5411 - '@typescript-eslint/tsconfig-utils': 8.37.0(typescript@5.8.3) 5412 - '@typescript-eslint/types': 8.37.0 5413 - '@typescript-eslint/visitor-keys': 8.37.0 5514 + '@typescript-eslint/project-service': 8.38.0(typescript@5.8.3) 5515 + '@typescript-eslint/tsconfig-utils': 8.38.0(typescript@5.8.3) 5516 + '@typescript-eslint/types': 8.38.0 5517 + '@typescript-eslint/visitor-keys': 8.38.0 5414 5518 debug: 4.4.1 5415 5519 fast-glob: 3.3.3 5416 5520 is-glob: 4.0.3 ··· 5421 5525 transitivePeerDependencies: 5422 5526 - supports-color 5423 5527 5424 - '@typescript-eslint/utils@8.37.0(eslint@9.31.0(jiti@2.4.2))(typescript@5.8.3)': 5528 + '@typescript-eslint/utils@8.38.0(eslint@9.32.0(jiti@2.5.1))(typescript@5.8.3)': 5425 5529 dependencies: 5426 - '@eslint-community/eslint-utils': 4.7.0(eslint@9.31.0(jiti@2.4.2)) 5427 - '@typescript-eslint/scope-manager': 8.37.0 5428 - '@typescript-eslint/types': 8.37.0 5429 - '@typescript-eslint/typescript-estree': 8.37.0(typescript@5.8.3) 5430 - eslint: 9.31.0(jiti@2.4.2) 5530 + '@eslint-community/eslint-utils': 4.7.0(eslint@9.32.0(jiti@2.5.1)) 5531 + '@typescript-eslint/scope-manager': 8.38.0 5532 + '@typescript-eslint/types': 8.38.0 5533 + '@typescript-eslint/typescript-estree': 8.38.0(typescript@5.8.3) 5534 + eslint: 9.32.0(jiti@2.5.1) 5431 5535 typescript: 5.8.3 5432 5536 transitivePeerDependencies: 5433 5537 - supports-color ··· 5435 5539 '@typescript-eslint/visitor-keys@8.37.0': 5436 5540 dependencies: 5437 5541 '@typescript-eslint/types': 8.37.0 5542 + eslint-visitor-keys: 4.2.1 5543 + 5544 + '@typescript-eslint/visitor-keys@8.38.0': 5545 + dependencies: 5546 + '@typescript-eslint/types': 8.38.0 5438 5547 eslint-visitor-keys: 4.2.1 5439 5548 5440 5549 '@ungap/structured-clone@1.3.0': {} ··· 5627 5736 transitivePeerDependencies: 5628 5737 - supports-color 5629 5738 5630 - astro-og-canvas@0.7.0(astro@5.12.0(@netlify/blobs@10.0.6)(@types/node@24.0.14)(jiti@2.4.2)(rollup@4.45.1)(tsx@4.20.3)(typescript@5.8.3)(yaml@2.8.0)): 5739 + astro-og-canvas@0.7.0(astro@5.12.0(@netlify/blobs@10.0.7)(@types/node@24.0.14)(jiti@2.5.1)(rollup@4.45.1)(tsx@4.20.3)(typescript@5.8.3)(yaml@2.8.0)): 5631 5740 dependencies: 5632 - astro: 5.12.0(@netlify/blobs@10.0.6)(@types/node@24.0.14)(jiti@2.4.2)(rollup@4.45.1)(tsx@4.20.3)(typescript@5.8.3)(yaml@2.8.0) 5741 + astro: 5.12.0(@netlify/blobs@10.0.7)(@types/node@24.0.14)(jiti@2.5.1)(rollup@4.45.1)(tsx@4.20.3)(typescript@5.8.3)(yaml@2.8.0) 5633 5742 canvaskit-wasm: 0.39.1 5634 5743 deterministic-object-hash: 2.0.2 5635 5744 entities: 4.5.0 5636 5745 5637 - astro@5.12.0(@netlify/blobs@10.0.6)(@types/node@24.0.14)(jiti@2.4.2)(rollup@4.45.1)(tsx@4.20.3)(typescript@5.8.3)(yaml@2.8.0): 5746 + astro@5.12.0(@netlify/blobs@10.0.7)(@types/node@24.0.14)(jiti@2.5.1)(rollup@4.45.1)(tsx@4.20.3)(typescript@5.8.3)(yaml@2.8.0): 5638 5747 dependencies: 5639 5748 '@astrojs/compiler': 2.12.2 5640 5749 '@astrojs/internal-helpers': 0.6.1 ··· 5688 5797 ultrahtml: 1.6.0 5689 5798 unifont: 0.5.2 5690 5799 unist-util-visit: 5.0.0 5691 - unstorage: 1.16.1(@netlify/blobs@10.0.6) 5800 + unstorage: 1.16.1(@netlify/blobs@10.0.7) 5692 5801 vfile: 6.0.3 5693 - vite: 6.3.5(@types/node@24.0.14)(jiti@2.4.2)(tsx@4.20.3)(yaml@2.8.0) 5694 - vitefu: 1.1.1(vite@6.3.5(@types/node@24.0.14)(jiti@2.4.2)(tsx@4.20.3)(yaml@2.8.0)) 5802 + vite: 6.3.5(@types/node@24.0.14)(jiti@2.5.1)(tsx@4.20.3)(yaml@2.8.0) 5803 + vitefu: 1.1.1(vite@6.3.5(@types/node@24.0.14)(jiti@2.5.1)(tsx@4.20.3)(yaml@2.8.0)) 5695 5804 xxhash-wasm: 1.1.0 5696 5805 yargs-parser: 21.1.1 5697 5806 yocto-spinner: 0.2.3 ··· 5939 6048 5940 6049 commander@10.0.1: {} 5941 6050 6051 + commander@11.1.0: {} 6052 + 5942 6053 commander@12.1.0: {} 5943 6054 5944 6055 commander@2.20.3: {} 5945 - 5946 - commander@7.2.0: {} 5947 6056 5948 6057 commander@8.3.0: {} 5949 6058 ··· 6016 6125 mdn-data: 2.0.28 6017 6126 source-map-js: 1.2.1 6018 6127 6019 - css-tree@2.3.1: 6020 - dependencies: 6021 - mdn-data: 2.0.30 6022 - source-map-js: 1.2.1 6023 - 6024 6128 css-tree@3.1.0: 6025 6129 dependencies: 6026 6130 mdn-data: 2.12.2 ··· 6102 6206 6103 6207 detective-typescript@14.0.0(typescript@5.8.3): 6104 6208 dependencies: 6105 - '@typescript-eslint/typescript-estree': 8.37.0(typescript@5.8.3) 6209 + '@typescript-eslint/typescript-estree': 8.38.0(typescript@5.8.3) 6106 6210 ast-module-types: 6.0.1 6107 6211 node-source-walk: 7.0.1 6108 6212 typescript: 5.8.3 ··· 6289 6393 optionalDependencies: 6290 6394 source-map: 0.6.1 6291 6395 6292 - eslint-compat-utils@0.6.5(eslint@9.31.0(jiti@2.4.2)): 6396 + eslint-compat-utils@0.6.5(eslint@9.32.0(jiti@2.5.1)): 6293 6397 dependencies: 6294 - eslint: 9.31.0(jiti@2.4.2) 6398 + eslint: 9.32.0(jiti@2.5.1) 6295 6399 semver: 7.7.2 6296 6400 6297 - eslint-config-prettier@10.1.8(eslint@9.31.0(jiti@2.4.2)): 6401 + eslint-config-prettier@10.1.8(eslint@9.32.0(jiti@2.5.1)): 6298 6402 dependencies: 6299 - eslint: 9.31.0(jiti@2.4.2) 6403 + eslint: 9.32.0(jiti@2.5.1) 6300 6404 6301 - eslint-plugin-astro@1.3.1(eslint@9.31.0(jiti@2.4.2)): 6405 + eslint-plugin-astro@1.3.1(eslint@9.32.0(jiti@2.5.1)): 6302 6406 dependencies: 6303 - '@eslint-community/eslint-utils': 4.7.0(eslint@9.31.0(jiti@2.4.2)) 6407 + '@eslint-community/eslint-utils': 4.7.0(eslint@9.32.0(jiti@2.5.1)) 6304 6408 '@jridgewell/sourcemap-codec': 1.5.4 6305 6409 '@typescript-eslint/types': 8.37.0 6306 6410 astro-eslint-parser: 1.2.2 6307 - eslint: 9.31.0(jiti@2.4.2) 6308 - eslint-compat-utils: 0.6.5(eslint@9.31.0(jiti@2.4.2)) 6411 + eslint: 9.32.0(jiti@2.5.1) 6412 + eslint-compat-utils: 0.6.5(eslint@9.32.0(jiti@2.5.1)) 6309 6413 globals: 15.15.0 6310 6414 postcss: 8.5.6 6311 6415 postcss-selector-parser: 7.1.0 ··· 6321 6425 6322 6426 eslint-visitor-keys@4.2.1: {} 6323 6427 6324 - eslint@9.31.0(jiti@2.4.2): 6428 + eslint@9.32.0(jiti@2.5.1): 6325 6429 dependencies: 6326 - '@eslint-community/eslint-utils': 4.7.0(eslint@9.31.0(jiti@2.4.2)) 6430 + '@eslint-community/eslint-utils': 4.7.0(eslint@9.32.0(jiti@2.5.1)) 6327 6431 '@eslint-community/regexpp': 4.12.1 6328 6432 '@eslint/config-array': 0.21.0 6329 6433 '@eslint/config-helpers': 0.3.0 6330 6434 '@eslint/core': 0.15.1 6331 6435 '@eslint/eslintrc': 3.3.1 6332 - '@eslint/js': 9.31.0 6333 - '@eslint/plugin-kit': 0.3.3 6436 + '@eslint/js': 9.32.0 6437 + '@eslint/plugin-kit': 0.3.4 6334 6438 '@humanfs/node': 0.16.6 6335 6439 '@humanwhocodes/module-importer': 1.0.1 6336 6440 '@humanwhocodes/retry': 0.4.3 ··· 6359 6463 natural-compare: 1.4.0 6360 6464 optionator: 0.9.4 6361 6465 optionalDependencies: 6362 - jiti: 2.4.2 6466 + jiti: 2.5.1 6363 6467 transitivePeerDependencies: 6364 6468 - supports-color 6365 6469 ··· 6871 6975 6872 6976 inline-style-parser@0.2.4: {} 6873 6977 6874 - ipx@3.0.3(@netlify/blobs@10.0.6): 6978 + ipx@3.1.1(@netlify/blobs@10.0.7): 6875 6979 dependencies: 6876 6980 '@fastify/accept-negotiator': 2.0.1 6877 6981 citty: 0.1.6 ··· 6884 6988 listhen: 1.9.0 6885 6989 ofetch: 1.4.1 6886 6990 pathe: 2.0.3 6887 - sharp: 0.33.5 6888 - svgo: 3.3.2 6991 + sharp: 0.34.3 6992 + svgo: 4.0.0 6889 6993 ufo: 1.6.1 6890 - unstorage: 1.16.1(@netlify/blobs@10.0.6) 6994 + unstorage: 1.16.1(@netlify/blobs@10.0.7) 6891 6995 xss: 1.0.15 6892 6996 transitivePeerDependencies: 6893 6997 - '@azure/app-configuration' ··· 6988 7092 optionalDependencies: 6989 7093 '@pkgjs/parseargs': 0.11.0 6990 7094 6991 - jiti@2.4.2: {} 7095 + jiti@2.5.1: {} 6992 7096 6993 7097 jpeg-js@0.4.4: {} 6994 7098 ··· 7087 7191 get-port-please: 3.2.0 7088 7192 h3: 1.15.3 7089 7193 http-shutdown: 1.2.2 7090 - jiti: 2.4.2 7194 + jiti: 2.5.1 7091 7195 mlly: 1.7.4 7092 7196 node-forge: 1.3.1 7093 7197 pathe: 1.1.2 ··· 7364 7468 '@types/mdast': 4.0.4 7365 7469 7366 7470 mdn-data@2.0.28: {} 7367 - 7368 - mdn-data@2.0.30: {} 7369 7471 7370 7472 mdn-data@2.12.2: {} 7371 7473 ··· 8362 8464 '@img/sharp-wasm32': 0.33.5 8363 8465 '@img/sharp-win32-ia32': 0.33.5 8364 8466 '@img/sharp-win32-x64': 0.33.5 8467 + optional: true 8365 8468 8366 8469 sharp@0.34.3: 8367 8470 dependencies: ··· 8559 8662 8560 8663 supports-preserve-symlinks-flag@1.0.0: {} 8561 8664 8562 - svgo@3.3.2: 8665 + svgo@4.0.0: 8563 8666 dependencies: 8564 - '@trysound/sax': 0.2.0 8565 - commander: 7.2.0 8667 + commander: 11.1.0 8566 8668 css-select: 5.2.2 8567 - css-tree: 2.3.1 8669 + css-tree: 3.1.0 8568 8670 css-what: 6.2.2 8569 8671 csso: 5.0.5 8570 8672 picocolors: 1.1.1 8673 + sax: 1.4.1 8571 8674 8572 8675 synckit@0.11.8: 8573 8676 dependencies: ··· 8650 8753 8651 8754 type-fest@4.41.0: {} 8652 8755 8653 - typescript-eslint@8.37.0(eslint@9.31.0(jiti@2.4.2))(typescript@5.8.3): 8756 + typescript-eslint@8.38.0(eslint@9.32.0(jiti@2.5.1))(typescript@5.8.3): 8654 8757 dependencies: 8655 - '@typescript-eslint/eslint-plugin': 8.37.0(@typescript-eslint/parser@8.37.0(eslint@9.31.0(jiti@2.4.2))(typescript@5.8.3))(eslint@9.31.0(jiti@2.4.2))(typescript@5.8.3) 8656 - '@typescript-eslint/parser': 8.37.0(eslint@9.31.0(jiti@2.4.2))(typescript@5.8.3) 8657 - '@typescript-eslint/typescript-estree': 8.37.0(typescript@5.8.3) 8658 - '@typescript-eslint/utils': 8.37.0(eslint@9.31.0(jiti@2.4.2))(typescript@5.8.3) 8659 - eslint: 9.31.0(jiti@2.4.2) 8758 + '@typescript-eslint/eslint-plugin': 8.38.0(@typescript-eslint/parser@8.38.0(eslint@9.32.0(jiti@2.5.1))(typescript@5.8.3))(eslint@9.32.0(jiti@2.5.1))(typescript@5.8.3) 8759 + '@typescript-eslint/parser': 8.38.0(eslint@9.32.0(jiti@2.5.1))(typescript@5.8.3) 8760 + '@typescript-eslint/typescript-estree': 8.38.0(typescript@5.8.3) 8761 + '@typescript-eslint/utils': 8.38.0(eslint@9.32.0(jiti@2.5.1))(typescript@5.8.3) 8762 + eslint: 9.32.0(jiti@2.5.1) 8660 8763 typescript: 5.8.3 8661 8764 transitivePeerDependencies: 8662 8765 - supports-color ··· 8755 8858 dependencies: 8756 8859 normalize-path: 2.1.1 8757 8860 8758 - unstorage@1.16.1(@netlify/blobs@10.0.6): 8861 + unstorage@1.16.1(@netlify/blobs@10.0.7): 8759 8862 dependencies: 8760 8863 anymatch: 3.1.3 8761 8864 chokidar: 4.0.3 ··· 8766 8869 ofetch: 1.4.1 8767 8870 ufo: 1.6.1 8768 8871 optionalDependencies: 8769 - '@netlify/blobs': 10.0.6 8872 + '@netlify/blobs': 10.0.7 8770 8873 8771 8874 untun@0.1.3: 8772 8875 dependencies: ··· 8810 8913 '@types/unist': 3.0.3 8811 8914 vfile-message: 4.0.2 8812 8915 8813 - vite@6.3.5(@types/node@24.0.14)(jiti@2.4.2)(tsx@4.20.3)(yaml@2.8.0): 8916 + vite@6.3.5(@types/node@24.0.14)(jiti@2.5.1)(tsx@4.20.3)(yaml@2.8.0): 8814 8917 dependencies: 8815 8918 esbuild: 0.25.6 8816 8919 fdir: 6.4.6(picomatch@4.0.3) ··· 8821 8924 optionalDependencies: 8822 8925 '@types/node': 24.0.14 8823 8926 fsevents: 2.3.3 8824 - jiti: 2.4.2 8927 + jiti: 2.5.1 8825 8928 tsx: 4.20.3 8826 8929 yaml: 2.8.0 8827 8930 8828 - vitefu@1.1.1(vite@6.3.5(@types/node@24.0.14)(jiti@2.4.2)(tsx@4.20.3)(yaml@2.8.0)): 8931 + vitefu@1.1.1(vite@6.3.5(@types/node@24.0.14)(jiti@2.5.1)(tsx@4.20.3)(yaml@2.8.0)): 8829 8932 optionalDependencies: 8830 - vite: 6.3.5(@types/node@24.0.14)(jiti@2.4.2)(tsx@4.20.3)(yaml@2.8.0) 8933 + vite: 6.3.5(@types/node@24.0.14)(jiti@2.5.1)(tsx@4.20.3)(yaml@2.8.0) 8831 8934 8832 8935 web-namespaces@2.0.1: {} 8833 8936