this repo has no description
0
fork

Configure Feed

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

package updates, plausible maybe working now

alice 3bf3d680 72468286

+418 -651
+2 -10
next.config.mjs
··· 14 14 }, 15 15 }; 16 16 17 - // TODO: janky 18 - // const USE_PLAUSIBLE = true; 19 - const PLAUSIBLE_DOMAIN = "plausible.bsky.sh"; 20 - 21 - // if (USE_PLAUSIBLE) { 22 - nextConfig = withPlausibleProxy({ 23 - customDomain: `https://${PLAUSIBLE_DOMAIN}`, 17 + export default withPlausibleProxy({ 18 + customDomain: "https://plausible.bsky.sh", 24 19 })(nextConfig); 25 - // } 26 - 27 - export default nextConfig;
+27 -21
package.json
··· 4 4 "private": true, 5 5 "license": "MIT", 6 6 "scripts": { 7 - "dev": "next dev --turbo", 7 + "dev": "next dev --turbopack", 8 8 "build": "next build", 9 9 "start": "next start", 10 10 "lint": "next lint", 11 11 "format": "prettier -w src" 12 12 }, 13 13 "dependencies": { 14 - "@atcute/client": "^2.0.3", 15 - "@atcute/whitewind": "^1.0.2", 14 + "@atcute/client": "^2.0.4", 15 + "@atcute/whitewind": "^1.0.3", 16 16 "bright": "^0.8.5", 17 17 "lucide-react": "^0.453.0", 18 - "next": "15.0.1", 19 - "next-plausible": "^3.12.2", 20 - "react": "19.0.0-rc-1631855f-20241023", 21 - "react-dom": "19.0.0-rc-1631855f-20241023", 18 + "next": "15.0.3", 19 + "next-plausible": "^3.12.3", 20 + "react": "19.0.0-rc-66855b96-20241106", 21 + "react-dom": "19.0.0-rc-66855b96-20241106", 22 22 "react-markdown": "^9.0.1", 23 23 "reading-time": "^1.5.0", 24 24 "rehype-format": "^5.0.1", ··· 29 29 "remark-parse": "^11.0.0", 30 30 "remark-rehype": "^11.1.1", 31 31 "rss": "^1.2.2", 32 - "simple-icons": "^13.14.1", 32 + "simple-icons": "^13.16.0", 33 33 "tailwind-merge": "^2.5.4", 34 34 "unified": "^11.0.5" 35 35 }, 36 36 "devDependencies": { 37 - "@ianvs/prettier-plugin-sort-imports": "^4.3.1", 38 - "@next/eslint-plugin-next": "^15.0.1", 39 - "@types/node": "^22.7.9", 40 - "@types/react": "^18", 41 - "@types/react-dom": "^18", 37 + "@ianvs/prettier-plugin-sort-imports": "^4.4.0", 38 + "@next/eslint-plugin-next": "15.0.3", 39 + "@types/node": "^22.9.0", 40 + "@types/react": "npm:types-react@19.0.0-rc.1", 41 + "@types/react-dom": "npm:types-react-dom@19.0.0-rc.1", 42 42 "@types/rss": "^0.0.32", 43 - "eslint": "^9.13.0", 44 - "eslint-config-next": "15.0.1", 43 + "eslint": "^9.14.0", 44 + "eslint-config-next": "15.0.3", 45 45 "eslint-config-prettier": "^9.1.0", 46 - "postcss": "^8", 46 + "postcss": "^8.4.47", 47 47 "prettier": "^3.3.3", 48 48 "prettier-plugin-tailwindcss": "^0.6.8", 49 - "tailwindcss": "^3.4.1", 50 - "tsx": "^4", 51 - "typescript": "^5", 52 - "typescript-eslint": "^8.11.0" 49 + "tailwindcss": "^3.4.14", 50 + "tsx": "^4.19.2", 51 + "typescript": "^5.6.3", 52 + "typescript-eslint": "^8.13.0" 53 53 }, 54 - "packageManager": "pnpm@9.12.2" 54 + "packageManager": "pnpm@9.12.2", 55 + "pnpm": { 56 + "overrides": { 57 + "@types/react": "npm:types-react@19.0.0-rc.1", 58 + "@types/react-dom": "npm:types-react-dom@19.0.0-rc.1" 59 + } 60 + } 55 61 }
+389 -620
pnpm-lock.yaml
··· 4 4 autoInstallPeers: true 5 5 excludeLinksFromLockfile: false 6 6 7 + overrides: 8 + '@types/react': npm:types-react@19.0.0-rc.1 9 + '@types/react-dom': npm:types-react-dom@19.0.0-rc.1 10 + 7 11 importers: 8 12 9 13 .: 10 14 dependencies: 11 15 '@atcute/client': 12 - specifier: ^2.0.3 13 - version: 2.0.3 16 + specifier: ^2.0.4 17 + version: 2.0.4 14 18 '@atcute/whitewind': 15 - specifier: ^1.0.2 16 - version: 1.0.2(@atcute/client@2.0.3) 19 + specifier: ^1.0.3 20 + version: 1.0.3(@atcute/client@2.0.4) 17 21 bright: 18 22 specifier: ^0.8.5 19 - version: 0.8.5(react@19.0.0-rc-1631855f-20241023) 23 + version: 0.8.5(react@19.0.0-rc-66855b96-20241106) 20 24 lucide-react: 21 25 specifier: ^0.453.0 22 - version: 0.453.0(react@19.0.0-rc-1631855f-20241023) 26 + version: 0.453.0(react@19.0.0-rc-66855b96-20241106) 23 27 next: 24 - specifier: 15.0.1 25 - version: 15.0.1(@babel/core@7.25.9)(react-dom@19.0.0-rc-1631855f-20241023(react@19.0.0-rc-1631855f-20241023))(react@19.0.0-rc-1631855f-20241023) 28 + specifier: 15.0.3 29 + version: 15.0.3(react-dom@19.0.0-rc-66855b96-20241106(react@19.0.0-rc-66855b96-20241106))(react@19.0.0-rc-66855b96-20241106) 26 30 next-plausible: 27 - specifier: ^3.12.2 28 - version: 3.12.2(next@15.0.1(@babel/core@7.25.9)(react-dom@19.0.0-rc-1631855f-20241023(react@19.0.0-rc-1631855f-20241023))(react@19.0.0-rc-1631855f-20241023))(react-dom@19.0.0-rc-1631855f-20241023(react@19.0.0-rc-1631855f-20241023))(react@19.0.0-rc-1631855f-20241023) 31 + specifier: ^3.12.3 32 + version: 3.12.3(next@15.0.3(react-dom@19.0.0-rc-66855b96-20241106(react@19.0.0-rc-66855b96-20241106))(react@19.0.0-rc-66855b96-20241106))(react-dom@19.0.0-rc-66855b96-20241106(react@19.0.0-rc-66855b96-20241106))(react@19.0.0-rc-66855b96-20241106) 29 33 react: 30 - specifier: 19.0.0-rc-1631855f-20241023 31 - version: 19.0.0-rc-1631855f-20241023 34 + specifier: 19.0.0-rc-66855b96-20241106 35 + version: 19.0.0-rc-66855b96-20241106 32 36 react-dom: 33 - specifier: 19.0.0-rc-1631855f-20241023 34 - version: 19.0.0-rc-1631855f-20241023(react@19.0.0-rc-1631855f-20241023) 37 + specifier: 19.0.0-rc-66855b96-20241106 38 + version: 19.0.0-rc-66855b96-20241106(react@19.0.0-rc-66855b96-20241106) 35 39 react-markdown: 36 40 specifier: ^9.0.1 37 - version: 9.0.1(@types/react@18.3.12)(react@19.0.0-rc-1631855f-20241023) 41 + version: 9.0.1(react@19.0.0-rc-66855b96-20241106)(types-react@19.0.0-rc.1) 38 42 reading-time: 39 43 specifier: ^1.5.0 40 44 version: 1.5.0 ··· 63 67 specifier: ^1.2.2 64 68 version: 1.2.2 65 69 simple-icons: 66 - specifier: ^13.14.1 67 - version: 13.14.1 70 + specifier: ^13.16.0 71 + version: 13.16.0 68 72 tailwind-merge: 69 73 specifier: ^2.5.4 70 74 version: 2.5.4 ··· 73 77 version: 11.0.5 74 78 devDependencies: 75 79 '@ianvs/prettier-plugin-sort-imports': 76 - specifier: ^4.3.1 77 - version: 4.3.1(prettier@3.3.3) 80 + specifier: ^4.4.0 81 + version: 4.4.0(prettier@3.3.3) 78 82 '@next/eslint-plugin-next': 79 - specifier: ^15.0.1 80 - version: 15.0.1 83 + specifier: 15.0.3 84 + version: 15.0.3 81 85 '@types/node': 82 - specifier: ^22.7.9 83 - version: 22.7.9 86 + specifier: ^22.9.0 87 + version: 22.9.0 84 88 '@types/react': 85 - specifier: ^18 86 - version: 18.3.12 89 + specifier: npm:types-react@19.0.0-rc.1 90 + version: types-react@19.0.0-rc.1 87 91 '@types/react-dom': 88 - specifier: ^18 89 - version: 18.3.1 92 + specifier: npm:types-react-dom@19.0.0-rc.1 93 + version: types-react-dom@19.0.0-rc.1 90 94 '@types/rss': 91 95 specifier: ^0.0.32 92 96 version: 0.0.32 93 97 eslint: 94 - specifier: ^9.13.0 95 - version: 9.13.0(jiti@1.21.6) 98 + specifier: ^9.14.0 99 + version: 9.14.0(jiti@1.21.6) 96 100 eslint-config-next: 97 - specifier: 15.0.1 98 - version: 15.0.1(eslint@9.13.0(jiti@1.21.6))(typescript@5.6.3) 101 + specifier: 15.0.3 102 + version: 15.0.3(eslint@9.14.0(jiti@1.21.6))(typescript@5.6.3) 99 103 eslint-config-prettier: 100 104 specifier: ^9.1.0 101 - version: 9.1.0(eslint@9.13.0(jiti@1.21.6)) 105 + version: 9.1.0(eslint@9.14.0(jiti@1.21.6)) 102 106 postcss: 103 - specifier: ^8 107 + specifier: ^8.4.47 104 108 version: 8.4.47 105 109 prettier: 106 110 specifier: ^3.3.3 107 111 version: 3.3.3 108 112 prettier-plugin-tailwindcss: 109 113 specifier: ^0.6.8 110 - version: 0.6.8(@ianvs/prettier-plugin-sort-imports@4.3.1(prettier@3.3.3))(prettier@3.3.3) 114 + version: 0.6.8(@ianvs/prettier-plugin-sort-imports@4.4.0(prettier@3.3.3))(prettier@3.3.3) 111 115 tailwindcss: 112 - specifier: ^3.4.1 116 + specifier: ^3.4.14 113 117 version: 3.4.14 114 118 tsx: 115 - specifier: ^4 116 - version: 4.19.1 119 + specifier: ^4.19.2 120 + version: 4.19.2 117 121 typescript: 118 - specifier: ^5 122 + specifier: ^5.6.3 119 123 version: 5.6.3 120 124 typescript-eslint: 121 - specifier: ^8.11.0 122 - version: 8.11.0(eslint@9.13.0(jiti@1.21.6))(typescript@5.6.3) 125 + specifier: ^8.13.0 126 + version: 8.13.0(eslint@9.14.0(jiti@1.21.6))(typescript@5.6.3) 123 127 124 128 packages: 125 129 ··· 127 131 resolution: {integrity: sha512-UrcABB+4bUrFABwbluTIBErXwvbsU/V7TZWfmbgJfbkwiBuziS9gxdODUyuiecfdGQ85jglMW6juS3+z5TsKLw==} 128 132 engines: {node: '>=10'} 129 133 130 - '@ampproject/remapping@2.3.0': 131 - resolution: {integrity: sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==} 132 - engines: {node: '>=6.0.0'} 133 - 134 - '@atcute/client@2.0.3': 135 - resolution: {integrity: sha512-j9GryA5l+4F0BTQWa6/1XmsuSPSq+bqNCY3mrHUGD592hMqUZxgpYDLgRWL+719V287AW/56AwvFYlbjlENp7A==} 134 + '@atcute/client@2.0.4': 135 + resolution: {integrity: sha512-bKA6KEOmrdhU2CDRNp13M4WyKN0EdrVLKJffzPo62ANSTMacz5hRJhmvQYwuo7BZSGIoDql4sH+QR6Xbk3DERg==} 136 136 137 - '@atcute/whitewind@1.0.2': 138 - resolution: {integrity: sha512-x8REEc2GH2t21mCV+Aj752rVy0HT04FkSSKxrgh+2OkbXOKqxX5dllSHpI9Y5HLnTuZvZZiG+UrM1maeyzhLwA==} 137 + '@atcute/whitewind@1.0.3': 138 + resolution: {integrity: sha512-K0tAI3fE7pK3q2SBrhxOTjjoI2rqS4PCTANoRL2pExw9TIZ2ViOdbVR0Uo5c9oB8sKDT4HFqwuVTSP+tuZkseg==} 139 139 peerDependencies: 140 140 '@atcute/client': ^1.0.0 || ^2.0.0 141 141 142 - '@babel/code-frame@7.25.9': 143 - resolution: {integrity: sha512-z88xeGxnzehn2sqZ8UdGQEvYErF1odv2CftxInpSYJt6uHuPe9YjahKZITGs3l5LeI9d2ROG+obuDAoSlqbNfQ==} 144 - engines: {node: '>=6.9.0'} 145 - 146 - '@babel/compat-data@7.25.9': 147 - resolution: {integrity: sha512-yD+hEuJ/+wAJ4Ox2/rpNv5HIuPG82x3ZlQvYVn8iYCprdxzE7P1udpGF1jyjQVBU4dgznN+k2h103vxZ7NdPyw==} 148 - engines: {node: '>=6.9.0'} 149 - 150 - '@babel/core@7.25.9': 151 - resolution: {integrity: sha512-WYvQviPw+Qyib0v92AwNIrdLISTp7RfDkM7bPqBvpbnhY4wq8HvHBZREVdYDXk98C8BkOIVnHAY3yvj7AVISxQ==} 142 + '@babel/code-frame@7.26.2': 143 + resolution: {integrity: sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ==} 152 144 engines: {node: '>=6.9.0'} 153 145 154 - '@babel/generator@7.25.9': 155 - resolution: {integrity: sha512-omlUGkr5EaoIJrhLf9CJ0TvjBRpd9+AXRG//0GEQ9THSo8wPiTlbpy1/Ow8ZTrbXpjd9FHXfbFQx32I04ht0FA==} 156 - engines: {node: '>=6.9.0'} 157 - 158 - '@babel/helper-compilation-targets@7.25.9': 159 - resolution: {integrity: sha512-j9Db8Suy6yV/VHa4qzrj9yZfZxhLWQdVnRlXxmKLYlhWUVB1sB2G5sxuWYXk/whHD9iW76PmNzxZ4UCnTQTVEQ==} 160 - engines: {node: '>=6.9.0'} 161 - 162 - '@babel/helper-module-imports@7.25.9': 163 - resolution: {integrity: sha512-tnUA4RsrmflIM6W6RFTLFSXITtl0wKjgpnLgXyowocVPrbYrLUXSBXDgTs8BlbmIzIdlBySRQjINYs2BAkiLtw==} 164 - engines: {node: '>=6.9.0'} 165 - 166 - '@babel/helper-module-transforms@7.25.9': 167 - resolution: {integrity: sha512-TvLZY/F3+GvdRYFZFyxMvnsKi+4oJdgZzU3BoGN9Uc2d9C6zfNwJcKKhjqLAhK8i46mv93jsO74fDh3ih6rpHA==} 168 - engines: {node: '>=6.9.0'} 169 - peerDependencies: 170 - '@babel/core': ^7.0.0 171 - 172 - '@babel/helper-simple-access@7.25.9': 173 - resolution: {integrity: sha512-c6WHXuiaRsJTyHYLJV75t9IqsmTbItYfdj99PnzYGQZkYKvan5/2jKJ7gu31J3/BJ/A18grImSPModuyG/Eo0Q==} 146 + '@babel/generator@7.26.2': 147 + resolution: {integrity: sha512-zevQbhbau95nkoxSq3f/DC/SC+EEOUZd3DYqfSkMhY2/wfSeaHV1Ew4vk8e+x8lja31IbyuUa2uQ3JONqKbysw==} 174 148 engines: {node: '>=6.9.0'} 175 149 176 150 '@babel/helper-string-parser@7.25.9': ··· 181 155 resolution: {integrity: sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ==} 182 156 engines: {node: '>=6.9.0'} 183 157 184 - '@babel/helper-validator-option@7.25.9': 185 - resolution: {integrity: sha512-e/zv1co8pp55dNdEcCynfj9X7nyUKUXoUEwfXqaZt0omVOmDe9oOTdKStH4GmAw6zxMFs50ZayuMfHDKlO7Tfw==} 186 - engines: {node: '>=6.9.0'} 187 - 188 - '@babel/helpers@7.25.9': 189 - resolution: {integrity: sha512-oKWp3+usOJSzDZOucZUAMayhPz/xVjzymyDzUN8dk0Wd3RWMlGLXi07UCQ/CgQVb8LvXx3XBajJH4XGgkt7H7g==} 190 - engines: {node: '>=6.9.0'} 191 - 192 - '@babel/highlight@7.25.9': 193 - resolution: {integrity: sha512-llL88JShoCsth8fF8R4SJnIn+WLvR6ccFxu1H3FlMhDontdcmZWf2HgIZ7AIqV3Xcck1idlohrN4EUBQz6klbw==} 194 - engines: {node: '>=6.9.0'} 195 - 196 - '@babel/parser@7.25.9': 197 - resolution: {integrity: sha512-aI3jjAAO1fh7vY/pBGsn1i9LDbRP43+asrRlkPuTXW5yHXtd1NgTEMudbBoDDxrf1daEEfPJqR+JBMakzrR4Dg==} 158 + '@babel/parser@7.26.2': 159 + resolution: {integrity: sha512-DWMCZH9WA4Maitz2q21SRKHo9QXZxkDsbNZoVD62gusNtNBBqDg9i7uOhASfTfIGNzW+O+r7+jAlM8dwphcJKQ==} 198 160 engines: {node: '>=6.0.0'} 199 161 hasBin: true 200 162 ··· 206 168 resolution: {integrity: sha512-ZCuvfwOwlz/bawvAuvcj8rrithP2/N55Tzz342AkTvq4qaWbGfmCk/tKhNaV2cthijKrPAA8SRJV5WWe7IBMJw==} 207 169 engines: {node: '>=6.9.0'} 208 170 209 - '@babel/types@7.25.9': 210 - resolution: {integrity: sha512-OwS2CM5KocvQ/k7dFJa8i5bNGJP0hXWfVCfDkqRFP1IreH1JDC7wG6eCYCi0+McbfT8OR/kNqsI0UU0xP9H6PQ==} 171 + '@babel/types@7.26.0': 172 + resolution: {integrity: sha512-Z/yiTPj+lDVnF7lWeKCIJzaIkI0vYO87dMpZ4bg4TDrFe4XXLFWL1TbXU27gBP3QccxV9mZICCrnjnYlJjXHOA==} 211 173 engines: {node: '>=6.9.0'} 212 174 213 175 '@code-hike/lighter@0.8.1': ··· 360 322 cpu: [x64] 361 323 os: [win32] 362 324 363 - '@eslint-community/eslint-utils@4.4.0': 364 - resolution: {integrity: sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==} 325 + '@eslint-community/eslint-utils@4.4.1': 326 + resolution: {integrity: sha512-s3O3waFUrMV8P/XaF/+ZTp1X9XBZW1a4B97ZnjQF2KYWaFD2A8KyFBsrsfSjEmjn3RGWAIuvlneuZm3CUK3jbA==} 365 327 engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} 366 328 peerDependencies: 367 329 eslint: ^6.0.0 || ^7.0.0 || >=8.0.0 368 330 369 - '@eslint-community/regexpp@4.11.1': 370 - resolution: {integrity: sha512-m4DVN9ZqskZoLU5GlWZadwDnYo3vAEydiUayB9widCl9ffWx2IvPnp6n3on5rJmziJSw9Bv+Z3ChDVdMwXCY8Q==} 331 + '@eslint-community/regexpp@4.12.1': 332 + resolution: {integrity: sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ==} 371 333 engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0} 372 334 373 335 '@eslint/config-array@0.18.0': ··· 382 344 resolution: {integrity: sha512-4Bfj15dVJdoy3RfZmmo86RK1Fwzn6SstsvK9JS+BaVKqC6QQQQyXekNaC+g+LKNgkQ+2VhGAzm6hO40AhMR3zQ==} 383 345 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 384 346 385 - '@eslint/js@9.13.0': 386 - resolution: {integrity: sha512-IFLyoY4d72Z5y/6o/BazFBezupzI/taV8sGumxTAVw3lXG9A6md1Dc34T9s1FoD/an9pJH8RHbAxsaEbBed9lA==} 347 + '@eslint/js@9.14.0': 348 + resolution: {integrity: sha512-pFoEtFWCPyDOl+C6Ift+wC7Ro89otjigCf5vcuWqWgqNSQbRrpjSvdeE6ofLz4dHmyxD5f7gIdGT4+p36L6Twg==} 387 349 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 388 350 389 351 '@eslint/object-schema@2.1.4': 390 352 resolution: {integrity: sha512-BsWiH1yFGjXXS2yvrf5LyuoSIIbPrGUWob917o+BTKuZ7qJdxX8aJLRxs1fS9n6r7vESrq1OUqb68dANcFXuQQ==} 391 353 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 392 354 393 - '@eslint/plugin-kit@0.2.1': 394 - resolution: {integrity: sha512-HFZ4Mp26nbWk9d/BpvP0YNL6W4UoZF0VFcTw/aPPA8RpOxeFQgK+ClABGgAUXs9Y/RGX/l1vOmrqz1MQt9MNuw==} 355 + '@eslint/plugin-kit@0.2.2': 356 + resolution: {integrity: sha512-CXtq5nR4Su+2I47WPOlWud98Y5Lv8Kyxp2ukhgFx/eW6Blm18VXJO5WuQylPugRo8nbluoi6GvvxBLqHcvqUUw==} 395 357 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 396 358 397 - '@humanfs/core@0.19.0': 398 - resolution: {integrity: sha512-2cbWIHbZVEweE853g8jymffCA+NCMiuqeECeBBLm8dg2oFdjuGJhgN4UAbI+6v0CKbbhvtXA4qV8YR5Ji86nmw==} 359 + '@humanfs/core@0.19.1': 360 + resolution: {integrity: sha512-5DyQ4+1JEUzejeK1JGICcideyfUbGixgS9jNgex5nqkW+cY7WZhxBigmieN5Qnw9ZosSNVC9KQKyb+GUaGyKUA==} 399 361 engines: {node: '>=18.18.0'} 400 362 401 - '@humanfs/node@0.16.5': 402 - resolution: {integrity: sha512-KSPA4umqSG4LHYRodq31VDwKAvaTF4xmVlzM8Aeh4PlU1JQ3IG0wiA8C25d3RQ9nJyM3mBHyI53K06VVL/oFFg==} 363 + '@humanfs/node@0.16.6': 364 + resolution: {integrity: sha512-YuI2ZHQL78Q5HbhDiBA1X4LmYdXCKCMQIfw0pw7piHJwyREFebJUvrQN4cMssyES6x+vfUbx1CIpaQUKYdQZOw==} 403 365 engines: {node: '>=18.18.0'} 404 366 405 367 '@humanwhocodes/module-importer@1.0.1': ··· 410 372 resolution: {integrity: sha512-JBxkERygn7Bv/GbN5Rv8Ul6LVknS+5Bp6RgDC/O8gEBU/yeH5Ui5C/OlWrTb6qct7LjjfT6Re2NxB0ln0yYybA==} 411 373 engines: {node: '>=18.18'} 412 374 413 - '@ianvs/prettier-plugin-sort-imports@4.3.1': 414 - resolution: {integrity: sha512-ZHwbyjkANZOjaBm3ZosADD2OUYGFzQGxfy67HmGZU94mHqe7g1LCMA7YYKB1Cq+UTPCBqlAYapY0KXAjKEw8Sg==} 375 + '@humanwhocodes/retry@0.4.1': 376 + resolution: {integrity: sha512-c7hNEllBlenFTHBky65mhq8WD2kbN9Q6gk0bTk8lSBvc554jpXSkST1iePudpt7+A/AQvuHs9EMqjHDXMY1lrA==} 377 + engines: {node: '>=18.18'} 378 + 379 + '@ianvs/prettier-plugin-sort-imports@4.4.0': 380 + resolution: {integrity: sha512-f4/e+/ANGk3tHuwRW0uh2YuBR50I4h1ZjGQ+5uD8sWfinHTivQsnieR5cz24t8M6Vx4rYvZ5v/IEKZhYpzQm9Q==} 415 381 peerDependencies: 416 382 '@vue/compiler-sfc': 2.7.x || 3.x 417 383 prettier: 2 || 3 ··· 546 512 '@jridgewell/trace-mapping@0.3.25': 547 513 resolution: {integrity: sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==} 548 514 549 - '@next/env@15.0.1': 550 - resolution: {integrity: sha512-lc4HeDUKO9gxxlM5G2knTRifqhsY6yYpwuHspBZdboZe0Gp+rZHBNNSIjmQKDJIdRXiXGyVnSD6gafrbQPvILQ==} 515 + '@next/env@15.0.3': 516 + resolution: {integrity: sha512-t9Xy32pjNOvVn2AS+Utt6VmyrshbpfUMhIjFO60gI58deSo/KgLOp31XZ4O+kY/Is8WAGYwA5gR7kOb1eORDBA==} 551 517 552 - '@next/eslint-plugin-next@15.0.1': 553 - resolution: {integrity: sha512-bKWsMaGPbiFAaGqrDJvbE8b4Z0uKicGVcgOI77YM2ui3UfjHMr4emFPrZTLeZVchi7fT1mooG2LxREfUUClIKw==} 518 + '@next/eslint-plugin-next@15.0.3': 519 + resolution: {integrity: sha512-3Ln/nHq2V+v8uIaxCR6YfYo7ceRgZNXfTd3yW1ukTaFbO+/I8jNakrjYWODvG9BuR2v5kgVtH/C8r0i11quOgw==} 554 520 555 - '@next/swc-darwin-arm64@15.0.1': 556 - resolution: {integrity: sha512-C9k/Xv4sxkQRTA37Z6MzNq3Yb1BJMmSqjmwowoWEpbXTkAdfOwnoKOpAb71ItSzoA26yUTIo6ZhN8rKGu4ExQw==} 521 + '@next/swc-darwin-arm64@15.0.3': 522 + resolution: {integrity: sha512-s3Q/NOorCsLYdCKvQlWU+a+GeAd3C8Rb3L1YnetsgwXzhc3UTWrtQpB/3eCjFOdGUj5QmXfRak12uocd1ZiiQw==} 557 523 engines: {node: '>= 10'} 558 524 cpu: [arm64] 559 525 os: [darwin] 560 526 561 - '@next/swc-darwin-x64@15.0.1': 562 - resolution: {integrity: sha512-uHl13HXOuq1G7ovWFxCACDJHTSDVbn/sbLv8V1p+7KIvTrYQ5HNoSmKBdYeEKRRCbEmd+OohOgg9YOp8Ux3MBg==} 527 + '@next/swc-darwin-x64@15.0.3': 528 + resolution: {integrity: sha512-Zxl/TwyXVZPCFSf0u2BNj5sE0F2uR6iSKxWpq4Wlk/Sv9Ob6YCKByQTkV2y6BCic+fkabp9190hyrDdPA/dNrw==} 563 529 engines: {node: '>= 10'} 564 530 cpu: [x64] 565 531 os: [darwin] 566 532 567 - '@next/swc-linux-arm64-gnu@15.0.1': 568 - resolution: {integrity: sha512-LvyhvxHOihFTEIbb35KxOc3q8w8G4xAAAH/AQnsYDEnOvwawjL2eawsB59AX02ki6LJdgDaHoTEnC54Gw+82xw==} 533 + '@next/swc-linux-arm64-gnu@15.0.3': 534 + resolution: {integrity: sha512-T5+gg2EwpsY3OoaLxUIofmMb7ohAUlcNZW0fPQ6YAutaWJaxt1Z1h+8zdl4FRIOr5ABAAhXtBcpkZNwUcKI2fw==} 569 535 engines: {node: '>= 10'} 570 536 cpu: [arm64] 571 537 os: [linux] 572 538 573 - '@next/swc-linux-arm64-musl@15.0.1': 574 - resolution: {integrity: sha512-vFmCGUFNyk/A5/BYcQNhAQqPIw01RJaK6dRO+ZEhz0DncoW+hJW1kZ8aH2UvTX27zPq3m85zN5waMSbZEmANcQ==} 539 + '@next/swc-linux-arm64-musl@15.0.3': 540 + resolution: {integrity: sha512-WkAk6R60mwDjH4lG/JBpb2xHl2/0Vj0ZRu1TIzWuOYfQ9tt9NFsIinI1Epma77JVgy81F32X/AeD+B2cBu/YQA==} 575 541 engines: {node: '>= 10'} 576 542 cpu: [arm64] 577 543 os: [linux] 578 544 579 - '@next/swc-linux-x64-gnu@15.0.1': 580 - resolution: {integrity: sha512-5by7IYq0NCF8rouz6Qg9T97jYU68kaClHPfGpQG2lCZpSYHtSPQF1kjnqBTd34RIqPKMbCa4DqCufirgr8HM5w==} 545 + '@next/swc-linux-x64-gnu@15.0.3': 546 + resolution: {integrity: sha512-gWL/Cta1aPVqIGgDb6nxkqy06DkwJ9gAnKORdHWX1QBbSZZB+biFYPFti8aKIQL7otCE1pjyPaXpFzGeG2OS2w==} 581 547 engines: {node: '>= 10'} 582 548 cpu: [x64] 583 549 os: [linux] 584 550 585 - '@next/swc-linux-x64-musl@15.0.1': 586 - resolution: {integrity: sha512-lmYr6H3JyDNBJLzklGXLfbehU3ay78a+b6UmBGlHls4xhDXBNZfgb0aI67sflrX+cGBnv1LgmWzFlYrAYxS1Qw==} 551 + '@next/swc-linux-x64-musl@15.0.3': 552 + resolution: {integrity: sha512-QQEMwFd8r7C0GxQS62Zcdy6GKx999I/rTO2ubdXEe+MlZk9ZiinsrjwoiBL5/57tfyjikgh6GOU2WRQVUej3UA==} 587 553 engines: {node: '>= 10'} 588 554 cpu: [x64] 589 555 os: [linux] 590 556 591 - '@next/swc-win32-arm64-msvc@15.0.1': 592 - resolution: {integrity: sha512-DS8wQtl6diAj0eZTdH0sefykm4iXMbHT4MOvLwqZiIkeezKpkgPFcEdFlz3vKvXa2R/2UEgMh48z1nEpNhjeOQ==} 557 + '@next/swc-win32-arm64-msvc@15.0.3': 558 + resolution: {integrity: sha512-9TEp47AAd/ms9fPNgtgnT7F3M1Hf7koIYYWCMQ9neOwjbVWJsHZxrFbI3iEDJ8rf1TDGpmHbKxXf2IFpAvheIQ==} 593 559 engines: {node: '>= 10'} 594 560 cpu: [arm64] 595 561 os: [win32] 596 562 597 - '@next/swc-win32-x64-msvc@15.0.1': 598 - resolution: {integrity: sha512-4Ho2ggvDdMKlZ/0e9HNdZ9ngeaBwtc+2VS5oCeqrbXqOgutX6I4U2X/42VBw0o+M5evn4/7v3zKgGHo+9v/VjA==} 563 + '@next/swc-win32-x64-msvc@15.0.3': 564 + resolution: {integrity: sha512-VNAz+HN4OGgvZs6MOoVfnn41kBzT+M+tB+OK4cww6DNyWS6wKaDpaAm/qLeOUbnMh0oVx1+mg0uoYARF69dJyA==} 599 565 engines: {node: '>= 10'} 600 566 cpu: [x64] 601 567 os: [win32] ··· 656 622 '@types/ms@0.7.34': 657 623 resolution: {integrity: sha512-nG96G3Wp6acyAgJqGasjODb+acrI7KltPiRxzHPXnP3NgI28bpQDRv53olbqGXbfcgF5aiiHmO3xpwEpS5Ld9g==} 658 624 659 - '@types/node@22.7.9': 660 - resolution: {integrity: sha512-jrTfRC7FM6nChvU7X2KqcrgquofrWLFDeYC1hKfwNWomVvrn7JIksqf344WN2X/y8xrgqBd2dJATZV4GbatBfg==} 661 - 662 - '@types/prop-types@15.7.13': 663 - resolution: {integrity: sha512-hCZTSvwbzWGvhqxp/RqVqwU999pBf2vp7hzIjiYOsl8wqOmUxkQ6ddw1cV3l8811+kdUFus/q4d1Y3E3SyEifA==} 664 - 665 - '@types/react-dom@18.3.1': 666 - resolution: {integrity: sha512-qW1Mfv8taImTthu4KoXgDfLuk4bydU6Q/TkADnDWWHwi4NX4BR+LWfTp2sVmTqRrsHvyDDTelgelxJ+SsejKKQ==} 667 - 668 - '@types/react@18.3.12': 669 - resolution: {integrity: sha512-D2wOSq/d6Agt28q7rSI3jhU7G6aiuzljDGZ2hTZHIkrTLUI+AF3WMeKkEZ9nN2fkBAlcktT6vcZjDFiIhMYEQw==} 625 + '@types/node@22.9.0': 626 + resolution: {integrity: sha512-vuyHg81vvWA1Z1ELfvLko2c8f34gyA0zaic0+Rllc5lbCnbSyuvb2Oxpm6TAUAC/2xZN3QGqxBNggD1nNR2AfQ==} 670 627 671 628 '@types/rss@0.0.32': 672 629 resolution: {integrity: sha512-2oKNqKyUY4RSdvl5eZR1n2Q9yvw3XTe3mQHsFPn9alaNBxfPnbXBtGP8R0SV8pK1PrVnLul0zx7izbm5/gF5Qw==} ··· 677 634 '@types/unist@3.0.3': 678 635 resolution: {integrity: sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==} 679 636 680 - '@typescript-eslint/eslint-plugin@8.11.0': 681 - resolution: {integrity: sha512-KhGn2LjW1PJT2A/GfDpiyOfS4a8xHQv2myUagTM5+zsormOmBlYsnQ6pobJ8XxJmh6hnHwa2Mbe3fPrDJoDhbA==} 637 + '@typescript-eslint/eslint-plugin@8.13.0': 638 + resolution: {integrity: sha512-nQtBLiZYMUPkclSeC3id+x4uVd1SGtHuElTxL++SfP47jR0zfkZBJHc+gL4qPsgTuypz0k8Y2GheaDYn6Gy3rg==} 682 639 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 683 640 peerDependencies: 684 641 '@typescript-eslint/parser': ^8.0.0 || ^8.0.0-alpha.0 ··· 688 645 typescript: 689 646 optional: true 690 647 691 - '@typescript-eslint/parser@8.11.0': 692 - resolution: {integrity: sha512-lmt73NeHdy1Q/2ul295Qy3uninSqi6wQI18XwSpm8w0ZbQXUpjCAWP1Vlv/obudoBiIjJVjlztjQ+d/Md98Yxg==} 648 + '@typescript-eslint/parser@8.13.0': 649 + resolution: {integrity: sha512-w0xp+xGg8u/nONcGw1UXAr6cjCPU1w0XVyBs6Zqaj5eLmxkKQAByTdV/uGgNN5tVvN/kKpoQlP2cL7R+ajZZIQ==} 693 650 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 694 651 peerDependencies: 695 652 eslint: ^8.57.0 || ^9.0.0 ··· 698 655 typescript: 699 656 optional: true 700 657 701 - '@typescript-eslint/scope-manager@8.11.0': 702 - resolution: {integrity: sha512-Uholz7tWhXmA4r6epo+vaeV7yjdKy5QFCERMjs1kMVsLRKIrSdM6o21W2He9ftp5PP6aWOVpD5zvrvuHZC0bMQ==} 658 + '@typescript-eslint/scope-manager@8.13.0': 659 + resolution: {integrity: sha512-XsGWww0odcUT0gJoBZ1DeulY1+jkaHUciUq4jKNv4cpInbvvrtDoyBH9rE/n2V29wQJPk8iCH1wipra9BhmiMA==} 703 660 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 704 661 705 - '@typescript-eslint/type-utils@8.11.0': 706 - resolution: {integrity: sha512-ItiMfJS6pQU0NIKAaybBKkuVzo6IdnAhPFZA/2Mba/uBjuPQPet/8+zh5GtLHwmuFRShZx+8lhIs7/QeDHflOg==} 662 + '@typescript-eslint/type-utils@8.13.0': 663 + resolution: {integrity: sha512-Rqnn6xXTR316fP4D2pohZenJnp+NwQ1mo7/JM+J1LWZENSLkJI8ID8QNtlvFeb0HnFSK94D6q0cnMX6SbE5/vA==} 707 664 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 708 665 peerDependencies: 709 666 typescript: '*' ··· 711 668 typescript: 712 669 optional: true 713 670 714 - '@typescript-eslint/types@8.11.0': 715 - resolution: {integrity: sha512-tn6sNMHf6EBAYMvmPUaKaVeYvhUsrE6x+bXQTxjQRp360h1giATU0WvgeEys1spbvb5R+VpNOZ+XJmjD8wOUHw==} 671 + '@typescript-eslint/types@8.13.0': 672 + resolution: {integrity: sha512-4cyFErJetFLckcThRUFdReWJjVsPCqyBlJTi6IDEpc1GWCIIZRFxVppjWLIMcQhNGhdWJJRYFHpHoDWvMlDzng==} 716 673 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 717 674 718 - '@typescript-eslint/typescript-estree@8.11.0': 719 - resolution: {integrity: sha512-yHC3s1z1RCHoCz5t06gf7jH24rr3vns08XXhfEqzYpd6Hll3z/3g23JRi0jM8A47UFKNc3u/y5KIMx8Ynbjohg==} 675 + '@typescript-eslint/typescript-estree@8.13.0': 676 + resolution: {integrity: sha512-v7SCIGmVsRK2Cy/LTLGN22uea6SaUIlpBcO/gnMGT/7zPtxp90bphcGf4fyrCQl3ZtiBKqVTG32hb668oIYy1g==} 720 677 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 721 678 peerDependencies: 722 679 typescript: '*' ··· 724 681 typescript: 725 682 optional: true 726 683 727 - '@typescript-eslint/utils@8.11.0': 728 - resolution: {integrity: sha512-CYiX6WZcbXNJV7UNB4PLDIBtSdRmRI/nb0FMyqHPTQD1rMjA0foPLaPUV39C/MxkTd/QKSeX+Gb34PPsDVC35g==} 684 + '@typescript-eslint/utils@8.13.0': 685 + resolution: {integrity: sha512-A1EeYOND6Uv250nybnLZapeXpYMl8tkzYUxqmoKAWnI4sei3ihf2XdZVd+vVOmHGcp3t+P7yRrNsyyiXTvShFQ==} 729 686 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 730 687 peerDependencies: 731 688 eslint: ^8.57.0 || ^9.0.0 732 689 733 - '@typescript-eslint/visitor-keys@8.11.0': 734 - resolution: {integrity: sha512-EaewX6lxSjRJnc+99+dqzTeoDZUfyrA52d2/HRrkI830kgovWsmIiTfmr0NZorzqic7ga+1bS60lRBUgR3n/Bw==} 690 + '@typescript-eslint/visitor-keys@8.13.0': 691 + resolution: {integrity: sha512-7N/+lztJqH4Mrf0lb10R/CbI1EaAMMGyF5y0oJvFoAhafwgiRA7TXyd8TFn8FC8k5y2dTsYogg238qavRGNnlw==} 735 692 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 736 693 737 694 '@ungap/structured-clone@1.2.0': ··· 742 699 peerDependencies: 743 700 acorn: ^6.0.0 || ^7.0.0 || ^8.0.0 744 701 745 - acorn@8.13.0: 746 - resolution: {integrity: sha512-8zSiw54Oxrdym50NlZ9sUusyO1Z1ZchgRLWRaK6c86XJFClyCgFKetdowBg5bKxyp/u+CDBJG4Mpp0m3HLZl9w==} 702 + acorn@8.14.0: 703 + resolution: {integrity: sha512-cl669nCJTZBsL97OF4kUQm5g5hC2uihk0NxY3WENAC0TYdILVkAyHymAntgxGkl7K+t0cXIrH5siy5S4XkFycA==} 747 704 engines: {node: '>=0.4.0'} 748 705 hasBin: true 749 706 ··· 757 714 ansi-regex@6.1.0: 758 715 resolution: {integrity: sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA==} 759 716 engines: {node: '>=12'} 760 - 761 - ansi-styles@3.2.1: 762 - resolution: {integrity: sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==} 763 - engines: {node: '>=4'} 764 717 765 718 ansi-styles@4.3.0: 766 719 resolution: {integrity: sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==} ··· 826 779 resolution: {integrity: sha512-wvUjBtSGN7+7SjNpq/9M2Tg350UZD3q62IFZLbRAR1bSMlCo1ZaeW+BJ+D090e4hIIZLBcTDWe4Mh4jvUDajzQ==} 827 780 engines: {node: '>= 0.4'} 828 781 829 - axe-core@4.10.1: 830 - resolution: {integrity: sha512-qPC9o+kD8Tir0lzNGLeghbOrWMr3ZJpaRlCIb6Uobt/7N4FiEDvqUMnxzCHRHmg8vOg14kr5gVNyScRmbMaJ9g==} 782 + axe-core@4.10.2: 783 + resolution: {integrity: sha512-RE3mdQ7P3FRSe7eqCWoeQ/Z9QXrtniSjp1wUjt5nRC3WIpz5rSCve6o3fsZ2aCpJtrZjSZgjwXAoTO5k4tEI0w==} 831 784 engines: {node: '>=4'} 832 785 833 786 axobject-query@4.1.0: ··· 859 812 peerDependencies: 860 813 react: ^18 861 814 862 - browserslist@4.24.2: 863 - resolution: {integrity: sha512-ZIc+Q62revdMcqC6aChtW4jz3My3klmCO1fEmINZY/8J3EpBg5/A/D0AKmBveUh6pgoeycoMkVMko84tuYS+Gg==} 864 - engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} 865 - hasBin: true 866 - 867 815 busboy@1.6.0: 868 816 resolution: {integrity: sha512-8SFQbg/0hQ9xy3UNTB0YEnsNBbWfhf7RtnzpL7TkBiTBRfrQ9Fxcnz7VJsleJpyp6rVLvXiuORqjlHi5q+PYuA==} 869 817 engines: {node: '>=10.16.0'} ··· 880 828 resolution: {integrity: sha512-QOSvevhslijgYwRx6Rv7zKdMF8lbRmx+uQGx2+vDc+KI/eBnsy9kit5aj23AgGu3pa4t9AgwbnXWqS+iOY+2aA==} 881 829 engines: {node: '>= 6'} 882 830 883 - caniuse-lite@1.0.30001669: 884 - resolution: {integrity: sha512-DlWzFDJqstqtIVx1zeSpIMLjunf5SmwOw0N2Ck/QSQdS8PLS4+9HrLaYei4w8BIAL7IB/UEDu889d8vhCTPA0w==} 831 + caniuse-lite@1.0.30001678: 832 + resolution: {integrity: sha512-RR+4U/05gNtps58PEBDZcPWTgEO2MBeoPZ96aQcjmfkBWRIDfN451fW2qyDA9/+HohLLIL5GqiMwA+IB1pWarw==} 885 833 886 834 ccount@2.0.1: 887 835 resolution: {integrity: sha512-eyrF0jiFpY+3drT6383f1qhkbGsLSifNAjA61IUjZjmLCWjItY6LB9ft9YhoDgwfmclB2zhu51Lc7+95b8NRAg==} 888 - 889 - chalk@2.4.2: 890 - resolution: {integrity: sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==} 891 - engines: {node: '>=4'} 892 836 893 837 chalk@4.1.2: 894 838 resolution: {integrity: sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==} ··· 913 857 client-only@0.0.1: 914 858 resolution: {integrity: sha512-IV3Ou0jSMzZrd3pZ48nLkT9DA7Ag1pnPzaiQhpW7c3RbcqqzvzzVu+L8gfqMp/8IM2MQtSiqaCxrrcfu8I8rMA==} 915 859 916 - color-convert@1.9.3: 917 - resolution: {integrity: sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==} 918 - 919 860 color-convert@2.0.1: 920 861 resolution: {integrity: sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==} 921 862 engines: {node: '>=7.0.0'} 922 - 923 - color-name@1.1.3: 924 - resolution: {integrity: sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==} 925 863 926 864 color-name@1.1.4: 927 865 resolution: {integrity: sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==} ··· 943 881 concat-map@0.0.1: 944 882 resolution: {integrity: sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==} 945 883 946 - convert-source-map@2.0.0: 947 - resolution: {integrity: sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==} 948 - 949 - cross-spawn@7.0.3: 950 - resolution: {integrity: sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==} 884 + cross-spawn@7.0.5: 885 + resolution: {integrity: sha512-ZVJrKKYunU38/76t0RMOulHOnUcbU9GbpWKAOZ0mhjr7CX6FVrH+4FrAapSOekrgFQ3f/8gwMEuIft0aKq6Hug==} 951 886 engines: {node: '>= 8'} 952 887 953 888 cssesc@3.0.0: ··· 1028 963 eastasianwidth@0.2.0: 1029 964 resolution: {integrity: sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==} 1030 965 1031 - electron-to-chromium@1.5.42: 1032 - resolution: {integrity: sha512-gIfKavKDw1mhvic9nbzA5lZw8QSHpdMwLwXc0cWidQz9B15pDoDdDH4boIatuFfeoCatb3a/NGL6CYRVFxGZ9g==} 1033 - 1034 966 emoji-regex@8.0.0: 1035 967 resolution: {integrity: sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==} 1036 968 ··· 1057 989 resolution: {integrity: sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==} 1058 990 engines: {node: '>= 0.4'} 1059 991 1060 - es-iterator-helpers@1.1.0: 1061 - resolution: {integrity: sha512-/SurEfycdyssORP/E+bj4sEu1CWw4EmLDsHynHwSXQ7utgbrMRWW195pTrCjFgFCddf/UkYm3oqKPRq5i8bJbw==} 992 + es-iterator-helpers@1.2.0: 993 + resolution: {integrity: sha512-tpxqxncxnpw3c93u8n3VOzACmRFoVmWJqbWXvX/JfKbkhBw1oslgPrUfeSt2psuqyEJFD6N/9lg5i7bsKpoq+Q==} 1062 994 engines: {node: '>= 0.4'} 1063 995 1064 996 es-object-atoms@1.0.0: ··· 1081 1013 engines: {node: '>=18'} 1082 1014 hasBin: true 1083 1015 1084 - escalade@3.2.0: 1085 - resolution: {integrity: sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==} 1086 - engines: {node: '>=6'} 1087 - 1088 - escape-string-regexp@1.0.5: 1089 - resolution: {integrity: sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==} 1090 - engines: {node: '>=0.8.0'} 1091 - 1092 1016 escape-string-regexp@4.0.0: 1093 1017 resolution: {integrity: sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==} 1094 1018 engines: {node: '>=10'} ··· 1097 1021 resolution: {integrity: sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==} 1098 1022 engines: {node: '>=12'} 1099 1023 1100 - eslint-config-next@15.0.1: 1101 - resolution: {integrity: sha512-3cYCrgbH6GS/ufApza7XCKz92vtq4dAdYhx++rMFNlH2cAV+/GsAKkrr4+bohYOACmzG2nAOR+uWprKC1Uld6A==} 1024 + eslint-config-next@15.0.3: 1025 + resolution: {integrity: sha512-IGP2DdQQrgjcr4mwFPve4DrCqo7CVVez1WoYY47XwKSrYO4hC0Dlb+iJA60i0YfICOzgNADIb8r28BpQ5Zs0wg==} 1102 1026 peerDependencies: 1103 1027 eslint: ^7.23.0 || ^8.0.0 || ^9.0.0 1104 1028 typescript: '>=3.3.1' ··· 1159 1083 '@typescript-eslint/parser': 1160 1084 optional: true 1161 1085 1162 - eslint-plugin-jsx-a11y@6.10.1: 1163 - resolution: {integrity: sha512-zHByM9WTUMnfsDTafGXRiqxp6lFtNoSOWBY6FonVRn3A+BUwN1L/tdBXT40BcBJi0cZjOGTXZ0eD/rTG9fEJ0g==} 1086 + eslint-plugin-jsx-a11y@6.10.2: 1087 + resolution: {integrity: sha512-scB3nz4WmG75pV8+3eRUQOHZlNSUhFNq37xnpgRkCCELU3XMvXAxLk1eqWWyE22Ki4Q01Fnsw9BA3cJHDPgn2Q==} 1164 1088 engines: {node: '>=4.0'} 1165 1089 peerDependencies: 1166 1090 eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9 ··· 1177 1101 peerDependencies: 1178 1102 eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9.7 1179 1103 1180 - eslint-scope@8.1.0: 1181 - resolution: {integrity: sha512-14dSvlhaVhKKsa9Fx1l8A17s7ah7Ef7wCakJ10LYk6+GYmP9yDti2oq2SEwcyndt6knfcZyhyxwY3i9yL78EQw==} 1104 + eslint-scope@8.2.0: 1105 + resolution: {integrity: sha512-PHlWUfG6lvPc3yvP5A4PNyBL1W8fkDUccmI21JUu/+GKZBoH/W5u6usENXUrWFRsyoW5ACUjFGgAFQp5gUlb/A==} 1182 1106 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1183 1107 1184 1108 eslint-visitor-keys@3.4.3: 1185 1109 resolution: {integrity: sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==} 1186 1110 engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} 1187 1111 1188 - eslint-visitor-keys@4.1.0: 1189 - resolution: {integrity: sha512-Q7lok0mqMUSf5a/AdAZkA5a/gHcO6snwQClVNNvFKCAVlxXucdU8pKydU5ZVZjBx5xr37vGbFFWtLQYreLzrZg==} 1112 + eslint-visitor-keys@4.2.0: 1113 + resolution: {integrity: sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==} 1190 1114 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1191 1115 1192 - eslint@9.13.0: 1193 - resolution: {integrity: sha512-EYZK6SX6zjFHST/HRytOdA/zE72Cq/bfw45LSyuwrdvcclb/gqV8RRQxywOBEWO2+WDpva6UZa4CcDeJKzUCFA==} 1116 + eslint@9.14.0: 1117 + resolution: {integrity: sha512-c2FHsVBr87lnUtjP4Yhvk4yEhKrQavGafRA/Se1ouse8PfbfC/Qh9Mxa00yWsZRlqeUB9raXip0aiiUZkgnr9g==} 1194 1118 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1195 1119 hasBin: true 1196 1120 peerDependencies: ··· 1199 1123 jiti: 1200 1124 optional: true 1201 1125 1202 - espree@10.2.0: 1203 - resolution: {integrity: sha512-upbkBJbckcCNBDBDXEbuhjbP68n+scUd3k/U2EkyM9nw+I/jPiL4cLF/Al06CF96wRltFda16sxDFrxsI1v0/g==} 1126 + espree@10.3.0: 1127 + resolution: {integrity: sha512-0QYC8b24HWY8zjRnDTL6RiHfDbAWn63qb4LMj1Z4b076A4une81+z03Kg7l7mn/48PUTqoLptSXez8oknU8Clg==} 1204 1128 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1205 1129 1206 1130 esquery@1.6.0: ··· 1285 1209 1286 1210 functions-have-names@1.2.3: 1287 1211 resolution: {integrity: sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==} 1288 - 1289 - gensync@1.0.0-beta.2: 1290 - resolution: {integrity: sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==} 1291 - engines: {node: '>=6.9.0'} 1292 1212 1293 1213 get-intrinsic@1.2.4: 1294 1214 resolution: {integrity: sha512-5uYhsJH8VJBTv7oslg4BznJYhDoRI6waYCxMmCdnTrcCrHA/fCFKoTFz2JKKE0HdDFUF7/oQuhzumXJK7paBRQ==} ··· 1337 1257 has-bigints@1.0.2: 1338 1258 resolution: {integrity: sha512-tSvCKtBr9lkF0Ex0aQiP9N+OpV4zi2r/Nee5VkRDbaqv35RLYMzbwQfFSZZH0kR+Rd6302UJZ2p/bJCEoR3VoQ==} 1339 1259 1340 - has-flag@3.0.0: 1341 - resolution: {integrity: sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==} 1342 - engines: {node: '>=4'} 1343 - 1344 1260 has-flag@4.0.0: 1345 1261 resolution: {integrity: sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==} 1346 1262 engines: {node: '>=8'} ··· 1394 1310 hast-util-raw@9.0.4: 1395 1311 resolution: {integrity: sha512-LHE65TD2YiNsHD3YuXcKPHXPLuYh/gjp12mOfU8jxSrm1f/yJpsb0F/KKljS6U9LJoP0Ux+tCe8iJ2AsPzTdgA==} 1396 1312 1397 - hast-util-sanitize@5.0.1: 1398 - resolution: {integrity: sha512-IGrgWLuip4O2nq5CugXy4GI2V8kx4sFVy5Hd4vF7AR2gxS0N9s7nEAVUyeMtZKZvzrxVsHt73XdTsno1tClIkQ==} 1313 + hast-util-sanitize@5.0.2: 1314 + resolution: {integrity: sha512-3yTWghByc50aGS7JlGhk61SPenfE/p1oaFeNwkOOyrscaOkMGrcW9+Cy/QAIOBpZxP1yqDIzFMR0+Np0i0+usg==} 1399 1315 1400 1316 hast-util-to-html@9.0.3: 1401 1317 resolution: {integrity: sha512-M17uBDzMJ9RPCqLMO92gNNUDuBSq10a25SDBI08iCCxmorf4Yy6sYHK57n9WAbRAAaU+DuR4W6GN9K4DFZesYg==} ··· 1609 1525 resolution: {integrity: sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==} 1610 1526 hasBin: true 1611 1527 1612 - json5@2.2.3: 1613 - resolution: {integrity: sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==} 1614 - engines: {node: '>=6'} 1615 - hasBin: true 1616 - 1617 1528 jsx-ast-utils@3.3.5: 1618 1529 resolution: {integrity: sha512-ZZow9HBI5O6EPgSJLUb8n2NKgmVWTwCvHGwFuJlMjvLFqlGG6pjirPhtdsseaLZjSibD8eegzmYpUZwoIlj2cQ==} 1619 1530 engines: {node: '>=4.0'} ··· 1659 1570 1660 1571 lru-cache@10.4.3: 1661 1572 resolution: {integrity: sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==} 1662 - 1663 - lru-cache@5.1.1: 1664 - resolution: {integrity: sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==} 1665 1573 1666 1574 lucide-react@0.453.0: 1667 1575 resolution: {integrity: sha512-kL+RGZCcJi9BvJtzg2kshO192Ddy9hv3ij+cPrVPWSRzgCWCVazoQJxOjAwgK53NomL07HB7GPHW120FimjNhQ==} ··· 1674 1582 mdast-util-find-and-replace@3.0.1: 1675 1583 resolution: {integrity: sha512-SG21kZHGC3XRTSUhtofZkBzZTJNM5ecCi0SK2IMKmSXR8vO3peL+kb1O0z7Zl83jKtutG4k5Wv/W7V3/YHvzPA==} 1676 1584 1677 - mdast-util-from-markdown@2.0.1: 1678 - resolution: {integrity: sha512-aJEUyzZ6TzlsX2s5B4Of7lN7EQtAxvtradMMglCQDyaTFgse6CmtmdJ15ElnVRlCg1vpNyVtbem0PWzlNieZsA==} 1585 + mdast-util-from-markdown@2.0.2: 1586 + resolution: {integrity: sha512-uZhTV/8NBuw0WHkPTrCqDOl0zVe1BIng5ZtHoDk49ME1qqcjYmmLmOf0gELgcRMxN4w2iuIeVso5/6QymSrgmA==} 1679 1587 1680 1588 mdast-util-gfm-autolink-literal@2.0.1: 1681 1589 resolution: {integrity: sha512-5HVP2MKaP6L+G6YaxPNjuL0BPrq9orG3TsrZ9YXbA3vDw/ACI4MEsnoDpn6ZNm7GnZgtAcONJyPhOP8tNJQavQ==} ··· 1710 1618 mdast-util-to-hast@13.2.0: 1711 1619 resolution: {integrity: sha512-QGYKEuUsYT9ykKBCMOEDLsU5JRObWQusAolFMeko/tYPufNkRffBAQjIE+99jbA87xv6FgmjLtwjh9wBWajwAA==} 1712 1620 1713 - mdast-util-to-markdown@2.1.0: 1714 - resolution: {integrity: sha512-SR2VnIEdVNCJbP6y7kVTJgPLifdr8WEU440fQec7qHoHOUz/oJ2jmNRqdDQ3rbiStOXb2mCDGTuwsK5OPUgYlQ==} 1621 + mdast-util-to-markdown@2.1.2: 1622 + resolution: {integrity: sha512-xj68wMTvGXVOKonmog6LwyJKrYXZPvlwabaryTjLh9LuvovB/KAH+kvi8Gjj+7rJjsFi23nkUxRQv1KqSroMqA==} 1715 1623 1716 1624 mdast-util-to-string@4.0.0: 1717 1625 resolution: {integrity: sha512-0H44vDimn51F0YwvxSJSm0eCDOJTRlmN0R1yBh4HLj9wiV1Dn0QoXGbvFAWj2hSItVTlCmBF1hqKlIyUBVFLPg==} ··· 1844 1752 natural-compare@1.4.0: 1845 1753 resolution: {integrity: sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==} 1846 1754 1847 - next-plausible@3.12.2: 1848 - resolution: {integrity: sha512-jyOYLAdwaZZR6nrzFhN9xfVjzYOG6mIQ/LLDCfdAS99ELy759cKfNxluGo+pI2Xh9cYxTFYYZGlnkyR3IPy4yg==} 1755 + next-plausible@3.12.3: 1756 + resolution: {integrity: sha512-kRtapWHHvEz/qAD9JXBPieq6+CNOqSDuiMlRegVzJBWna3l6VhCvfZGphAcBHyAnWEJ9RXcHtRMmq3FwHKz2Aw==} 1849 1757 peerDependencies: 1850 - next: ^11.1.0 || ^12.0.0 || ^13.0.0 || ^14.0.0 1758 + next: '^11.1.0 || ^12.0.0 || ^13.0.0 || ^14.0.0 || ^15.0.0 ' 1851 1759 react: ^16.8.0 || ^17.0.0 || ^18.0.0 1852 1760 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 1853 1761 1854 - next@15.0.1: 1855 - resolution: {integrity: sha512-PSkFkr/w7UnFWm+EP8y/QpHrJXMqpZzAXpergB/EqLPOh4SGPJXv1wj4mslr2hUZBAS9pX7/9YLIdxTv6fwytw==} 1856 - engines: {node: '>=18.18.0'} 1762 + next@15.0.3: 1763 + resolution: {integrity: sha512-ontCbCRKJUIoivAdGB34yCaOcPgYXr9AAkV/IwqFfWWTXEPUgLYkSkqBhIk9KK7gGmgjc64B+RdoeIDM13Irnw==} 1764 + engines: {node: ^18.18.0 || ^19.8.0 || >= 20.0.0} 1857 1765 hasBin: true 1858 1766 peerDependencies: 1859 1767 '@opentelemetry/api': ^1.1.0 1860 1768 '@playwright/test': ^1.41.2 1861 1769 babel-plugin-react-compiler: '*' 1862 - react: ^18.2.0 || 19.0.0-rc-69d4b800-20241021 1863 - react-dom: ^18.2.0 || 19.0.0-rc-69d4b800-20241021 1770 + react: ^18.2.0 || 19.0.0-rc-66855b96-20241106 1771 + react-dom: ^18.2.0 || 19.0.0-rc-66855b96-20241106 1864 1772 sass: ^1.3.0 1865 1773 peerDependenciesMeta: 1866 1774 '@opentelemetry/api': ··· 1871 1779 optional: true 1872 1780 sass: 1873 1781 optional: true 1874 - 1875 - node-releases@2.0.18: 1876 - resolution: {integrity: sha512-d9VeXT4SJ7ZeOqGX6R5EM022wpL+eWPooLI+5UpWn2jCT1aosUQEhQP214x33Wkwx3JQMvIm+tIoVOdodFS40g==} 1877 1782 1878 1783 normalize-path@3.0.0: 1879 1784 resolution: {integrity: sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==} ··· 1937 1842 parse-entities@4.0.1: 1938 1843 resolution: {integrity: sha512-SWzvYcSJh4d/SGLIOQfZ/CoNv6BTlI6YEQ7Nj82oDVnRpwe/Z/F1EMx42x3JAOwGBlCjeCH0BRJQbQ/opHL17w==} 1939 1844 1940 - parse5@7.2.0: 1941 - resolution: {integrity: sha512-ZkDsAOcxsUMZ4Lz5fVciOehNcJ+Gb8gTzcA4yl3wnc273BAybYWrQ+Ks/OjCjSEpjvQkDSeZbybK9qj2VHHdGA==} 1845 + parse5@7.2.1: 1846 + resolution: {integrity: sha512-BuBYQYlv1ckiPdQi/ohiivi9Sagc9JG+Ozs0r7b/0iK3sKmrb0b9FdWdBbOdx6hBCM/F9Ir82ofnBhtZOjCRPQ==} 1942 1847 1943 1848 path-exists@4.0.0: 1944 1849 resolution: {integrity: sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==} ··· 2096 2001 queue-microtask@1.2.3: 2097 2002 resolution: {integrity: sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==} 2098 2003 2099 - react-dom@19.0.0-rc-1631855f-20241023: 2100 - resolution: {integrity: sha512-9L3iceg5wGF9QZCjYKgPrar5mjPtPJ/R4yZa7w/E06utqJRO48EWhFrqs71tFWCeM4ehmitQCxkuDk7IW47xUA==} 2004 + react-dom@19.0.0-rc-66855b96-20241106: 2005 + resolution: {integrity: sha512-D25vdaytZ1wFIRiwNU98NPQ/upS2P8Co4/oNoa02PzHbh8deWdepjm5qwZM/46OdSiGv4WSWwxP55RO9obqJEQ==} 2101 2006 peerDependencies: 2102 - react: 19.0.0-rc-1631855f-20241023 2007 + react: 19.0.0-rc-66855b96-20241106 2103 2008 2104 2009 react-is@16.13.1: 2105 2010 resolution: {integrity: sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==} ··· 2107 2012 react-markdown@9.0.1: 2108 2013 resolution: {integrity: sha512-186Gw/vF1uRkydbsOIkcGXw7aHq0sZOCRFFjGrr7b9+nVZg4UfA4enXCaxm4fUzecU38sWfrNDitGhshuU7rdg==} 2109 2014 peerDependencies: 2110 - '@types/react': '>=18' 2015 + '@types/react': npm:types-react@19.0.0-rc.1 2111 2016 react: '>=18' 2112 2017 2113 - react@19.0.0-rc-1631855f-20241023: 2114 - resolution: {integrity: sha512-2kP1KI+/cI4WQ8taRm4572pnyY7FbdQqAJgtPNl/Uiiq+lIGZjloEeX5IcShWP/wBmlhm91/NCCeWs7rtm3jFw==} 2018 + react@19.0.0-rc-66855b96-20241106: 2019 + resolution: {integrity: sha512-klH7xkT71SxRCx4hb1hly5FJB21Hz0ACyxbXYAECEqssUjtJeFUAaI2U1DgJAzkGEnvEm3DkxuBchMC/9K4ipg==} 2115 2020 engines: {node: '>=0.10.0'} 2116 2021 2117 2022 read-cache@1.0.0: ··· 2189 2094 resolution: {integrity: sha512-CdASjNJPvRa7roO6Ra/gLYBTzYzzPyyBXxIMdGW3USQLyjWEls2RgW5UBTXaQVp+OrpeCK3bLem8smtmheoRuw==} 2190 2095 engines: {node: '>= 0.4'} 2191 2096 2192 - scheduler@0.25.0-rc-1631855f-20241023: 2193 - resolution: {integrity: sha512-2s9EC24hDG8cuGleyCZRpmzt7aiPMjr54Z7dvE0iSTowzzy33pyySHY/CofKbRX1I/wQMKD0I8i/gPgcc3dUxA==} 2097 + scheduler@0.25.0-rc-66855b96-20241106: 2098 + resolution: {integrity: sha512-HQXp/Mnp/MMRSXMQF7urNFla+gmtXW/Gr1KliuR0iboTit4KvZRY8KYaq5ccCTAOJiUqQh2rE2F3wgUekmgdlA==} 2194 2099 2195 2100 semver@6.3.1: 2196 2101 resolution: {integrity: sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==} ··· 2232 2137 resolution: {integrity: sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==} 2233 2138 engines: {node: '>=14'} 2234 2139 2235 - simple-icons@13.14.1: 2236 - resolution: {integrity: sha512-Syxm5ZpLgfePbZ8TXoOgiazaUqutE48eXhY8Mix2vK0uPji2rl+A2XG/sEyPBwIVj0tZeXuWolyTtMURASswTg==} 2140 + simple-icons@13.16.0: 2141 + resolution: {integrity: sha512-aMg1efZ0IvYPKdvqUW0woVGSJwb199y9z7j1+6D5zPMn95eMQN0xzKAHefsqQW2K/5LwfgtFK3Gxn9n1eafX0A==} 2237 2142 engines: {node: '>=0.12.18'} 2238 2143 2239 2144 simple-swizzle@0.2.2: ··· 2320 2225 engines: {node: '>=16 || 14 >=14.17'} 2321 2226 hasBin: true 2322 2227 2323 - supports-color@5.5.0: 2324 - resolution: {integrity: sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==} 2325 - engines: {node: '>=4'} 2326 - 2327 2228 supports-color@7.2.0: 2328 2229 resolution: {integrity: sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==} 2329 2230 engines: {node: '>=8'} ··· 2364 2265 trough@2.2.0: 2365 2266 resolution: {integrity: sha512-tmMpK00BjZiUyVyvrBK7knerNgmgvcV/KLVyuma/SC+TQN167GrMRciANTz09+k3zW8L8t60jWO1GpfkZdjTaw==} 2366 2267 2367 - ts-api-utils@1.3.0: 2368 - resolution: {integrity: sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==} 2268 + ts-api-utils@1.4.0: 2269 + resolution: {integrity: sha512-032cPxaEKwM+GT3vA5JXNzIaizx388rhsSW79vGRNGXfRRAdEAn2mvk36PvK5HnOchyWZ7afLEXqYCvPCrzuzQ==} 2369 2270 engines: {node: '>=16'} 2370 2271 peerDependencies: 2371 2272 typescript: '>=4.2.0' ··· 2376 2277 tsconfig-paths@3.15.0: 2377 2278 resolution: {integrity: sha512-2Ac2RgzDe/cn48GvOe3M+o82pEFewD3UPbyoUHHdKasHwJKjds4fLXWf/Ux5kATBKN20oaFGu+jbElp1pos0mg==} 2378 2279 2379 - tslib@2.8.0: 2380 - resolution: {integrity: sha512-jWVzBLplnCmoaTr13V9dYbiQ99wvZRd0vNWaDRg+aVYRcjDF3nDksxFDE/+fkXnKhpnUUkmx5pK/v8mCtLVqZA==} 2280 + tslib@2.8.1: 2281 + resolution: {integrity: sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==} 2381 2282 2382 - tsx@4.19.1: 2383 - resolution: {integrity: sha512-0flMz1lh74BR4wOvBjuh9olbnwqCPc35OOlfyzHba0Dc+QNUeWX/Gq2YTbnwcWPO3BMd8fkzRVrHcsR+a7z7rA==} 2283 + tsx@4.19.2: 2284 + resolution: {integrity: sha512-pOUl6Vo2LUq/bSa8S5q7b91cgNSjctn9ugq/+Mvow99qW6x/UZYwzxy/3NmqoT66eHYfCVvFvACC58UBPFf28g==} 2384 2285 engines: {node: '>=18.0.0'} 2385 2286 hasBin: true 2386 2287 ··· 2404 2305 resolution: {integrity: sha512-/OxDN6OtAk5KBpGb28T+HZc2M+ADtvRxXrKKbUwtsLgdoxgX13hyy7ek6bFRl5+aBs2yZzB0c4CnQfAtVypW/g==} 2405 2306 engines: {node: '>= 0.4'} 2406 2307 2407 - typescript-eslint@8.11.0: 2408 - resolution: {integrity: sha512-cBRGnW3FSlxaYwU8KfAewxFK5uzeOAp0l2KebIlPDOT5olVi65KDG/yjBooPBG0kGW/HLkoz1c/iuBFehcS3IA==} 2308 + types-react-dom@19.0.0-rc.1: 2309 + resolution: {integrity: sha512-VSLZJl8VXCD0fAWp7DUTFUDCcZ8DVXOQmjhJMD03odgeFmu14ZQJHCXeETm3BEAhJqfgJaFkLnGkQv88sRx0fQ==} 2310 + 2311 + types-react@19.0.0-rc.1: 2312 + resolution: {integrity: sha512-RshndUfqTW6K3STLPis8BtAYCGOkMbtvYsi90gmVNDZBXUyUc5juf2PE9LfS/JmOlUIRO8cWTS/1MTnmhjDqyQ==} 2313 + 2314 + typescript-eslint@8.13.0: 2315 + resolution: {integrity: sha512-vIMpDRJrQd70au2G8w34mPps0ezFSPMEX4pXkTzUkrNbRX+36ais2ksGWN0esZL+ZMaFJEneOBHzCgSqle7DHw==} 2409 2316 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 2410 2317 peerDependencies: 2411 2318 typescript: '*' ··· 2442 2349 unist-util-visit@5.0.0: 2443 2350 resolution: {integrity: sha512-MR04uvD+07cwl/yhVuVWAtw+3GOR/knlL55Nd/wAdblk27GCVt3lqpTivy/tkJcZoNPzTwS1Y+KMojlLDhoTzg==} 2444 2351 2445 - update-browserslist-db@1.1.1: 2446 - resolution: {integrity: sha512-R8UzCaa9Az+38REPiJ1tXlImTJXlVfgHZsglwBD/k6nj76ctsH1E3q4doGrukiLQd3sGQYu56r5+lo5r94l29A==} 2447 - hasBin: true 2448 - peerDependencies: 2449 - browserslist: '>= 4.21.0' 2450 - 2451 2352 uri-js@4.4.1: 2452 2353 resolution: {integrity: sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==} 2453 2354 ··· 2501 2402 xml@1.0.1: 2502 2403 resolution: {integrity: sha512-huCv9IH9Tcf95zuYCsQraZtWnJvBtLVE0QHMOs8bWyZAFZNDcYjsPq1nEx8jKA9y+Beo9v+7OBPRisQTjinQMw==} 2503 2404 2504 - yallist@3.1.1: 2505 - resolution: {integrity: sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==} 2506 - 2507 2405 yaml@2.6.0: 2508 2406 resolution: {integrity: sha512-a6ae//JvKDEra2kdi1qzCyrJW/WZCgFi8ydDV+eXExl95t+5R+ijnqHJbz9tmMh8FUjx3iv2fCQ4dclAQlO2UQ==} 2509 2407 engines: {node: '>= 14'} ··· 2520 2418 2521 2419 '@alloc/quick-lru@5.2.0': {} 2522 2420 2523 - '@ampproject/remapping@2.3.0': 2524 - dependencies: 2525 - '@jridgewell/gen-mapping': 0.3.5 2526 - '@jridgewell/trace-mapping': 0.3.25 2421 + '@atcute/client@2.0.4': {} 2527 2422 2528 - '@atcute/client@2.0.3': {} 2529 - 2530 - '@atcute/whitewind@1.0.2(@atcute/client@2.0.3)': 2423 + '@atcute/whitewind@1.0.3(@atcute/client@2.0.4)': 2531 2424 dependencies: 2532 - '@atcute/client': 2.0.3 2425 + '@atcute/client': 2.0.4 2533 2426 2534 - '@babel/code-frame@7.25.9': 2427 + '@babel/code-frame@7.26.2': 2535 2428 dependencies: 2536 - '@babel/highlight': 7.25.9 2429 + '@babel/helper-validator-identifier': 7.25.9 2430 + js-tokens: 4.0.0 2537 2431 picocolors: 1.1.1 2538 2432 2539 - '@babel/compat-data@7.25.9': {} 2540 - 2541 - '@babel/core@7.25.9': 2433 + '@babel/generator@7.26.2': 2542 2434 dependencies: 2543 - '@ampproject/remapping': 2.3.0 2544 - '@babel/code-frame': 7.25.9 2545 - '@babel/generator': 7.25.9 2546 - '@babel/helper-compilation-targets': 7.25.9 2547 - '@babel/helper-module-transforms': 7.25.9(@babel/core@7.25.9) 2548 - '@babel/helpers': 7.25.9 2549 - '@babel/parser': 7.25.9 2550 - '@babel/template': 7.25.9 2551 - '@babel/traverse': 7.25.9 2552 - '@babel/types': 7.25.9 2553 - convert-source-map: 2.0.0 2554 - debug: 4.3.7 2555 - gensync: 1.0.0-beta.2 2556 - json5: 2.2.3 2557 - semver: 6.3.1 2558 - transitivePeerDependencies: 2559 - - supports-color 2560 - 2561 - '@babel/generator@7.25.9': 2562 - dependencies: 2563 - '@babel/types': 7.25.9 2435 + '@babel/parser': 7.26.2 2436 + '@babel/types': 7.26.0 2564 2437 '@jridgewell/gen-mapping': 0.3.5 2565 2438 '@jridgewell/trace-mapping': 0.3.25 2566 2439 jsesc: 3.0.2 2567 2440 2568 - '@babel/helper-compilation-targets@7.25.9': 2569 - dependencies: 2570 - '@babel/compat-data': 7.25.9 2571 - '@babel/helper-validator-option': 7.25.9 2572 - browserslist: 4.24.2 2573 - lru-cache: 5.1.1 2574 - semver: 6.3.1 2575 - 2576 - '@babel/helper-module-imports@7.25.9': 2577 - dependencies: 2578 - '@babel/traverse': 7.25.9 2579 - '@babel/types': 7.25.9 2580 - transitivePeerDependencies: 2581 - - supports-color 2582 - 2583 - '@babel/helper-module-transforms@7.25.9(@babel/core@7.25.9)': 2584 - dependencies: 2585 - '@babel/core': 7.25.9 2586 - '@babel/helper-module-imports': 7.25.9 2587 - '@babel/helper-simple-access': 7.25.9 2588 - '@babel/helper-validator-identifier': 7.25.9 2589 - '@babel/traverse': 7.25.9 2590 - transitivePeerDependencies: 2591 - - supports-color 2592 - 2593 - '@babel/helper-simple-access@7.25.9': 2594 - dependencies: 2595 - '@babel/traverse': 7.25.9 2596 - '@babel/types': 7.25.9 2597 - transitivePeerDependencies: 2598 - - supports-color 2599 - 2600 2441 '@babel/helper-string-parser@7.25.9': {} 2601 2442 2602 2443 '@babel/helper-validator-identifier@7.25.9': {} 2603 2444 2604 - '@babel/helper-validator-option@7.25.9': {} 2605 - 2606 - '@babel/helpers@7.25.9': 2445 + '@babel/parser@7.26.2': 2607 2446 dependencies: 2608 - '@babel/template': 7.25.9 2609 - '@babel/types': 7.25.9 2610 - 2611 - '@babel/highlight@7.25.9': 2612 - dependencies: 2613 - '@babel/helper-validator-identifier': 7.25.9 2614 - chalk: 2.4.2 2615 - js-tokens: 4.0.0 2616 - picocolors: 1.1.1 2617 - 2618 - '@babel/parser@7.25.9': 2619 - dependencies: 2620 - '@babel/types': 7.25.9 2447 + '@babel/types': 7.26.0 2621 2448 2622 2449 '@babel/template@7.25.9': 2623 2450 dependencies: 2624 - '@babel/code-frame': 7.25.9 2625 - '@babel/parser': 7.25.9 2626 - '@babel/types': 7.25.9 2451 + '@babel/code-frame': 7.26.2 2452 + '@babel/parser': 7.26.2 2453 + '@babel/types': 7.26.0 2627 2454 2628 2455 '@babel/traverse@7.25.9': 2629 2456 dependencies: 2630 - '@babel/code-frame': 7.25.9 2631 - '@babel/generator': 7.25.9 2632 - '@babel/parser': 7.25.9 2457 + '@babel/code-frame': 7.26.2 2458 + '@babel/generator': 7.26.2 2459 + '@babel/parser': 7.26.2 2633 2460 '@babel/template': 7.25.9 2634 - '@babel/types': 7.25.9 2461 + '@babel/types': 7.26.0 2635 2462 debug: 4.3.7 2636 2463 globals: 11.12.0 2637 2464 transitivePeerDependencies: 2638 2465 - supports-color 2639 2466 2640 - '@babel/types@7.25.9': 2467 + '@babel/types@7.26.0': 2641 2468 dependencies: 2642 2469 '@babel/helper-string-parser': 7.25.9 2643 2470 '@babel/helper-validator-identifier': 7.25.9 ··· 2646 2473 2647 2474 '@emnapi/runtime@1.3.1': 2648 2475 dependencies: 2649 - tslib: 2.8.0 2476 + tslib: 2.8.1 2650 2477 optional: true 2651 2478 2652 2479 '@esbuild/aix-ppc64@0.23.1': ··· 2721 2548 '@esbuild/win32-x64@0.23.1': 2722 2549 optional: true 2723 2550 2724 - '@eslint-community/eslint-utils@4.4.0(eslint@9.13.0(jiti@1.21.6))': 2551 + '@eslint-community/eslint-utils@4.4.1(eslint@9.14.0(jiti@1.21.6))': 2725 2552 dependencies: 2726 - eslint: 9.13.0(jiti@1.21.6) 2553 + eslint: 9.14.0(jiti@1.21.6) 2727 2554 eslint-visitor-keys: 3.4.3 2728 2555 2729 - '@eslint-community/regexpp@4.11.1': {} 2556 + '@eslint-community/regexpp@4.12.1': {} 2730 2557 2731 2558 '@eslint/config-array@0.18.0': 2732 2559 dependencies: ··· 2742 2569 dependencies: 2743 2570 ajv: 6.12.6 2744 2571 debug: 4.3.7 2745 - espree: 10.2.0 2572 + espree: 10.3.0 2746 2573 globals: 14.0.0 2747 2574 ignore: 5.3.2 2748 2575 import-fresh: 3.3.0 ··· 2752 2579 transitivePeerDependencies: 2753 2580 - supports-color 2754 2581 2755 - '@eslint/js@9.13.0': {} 2582 + '@eslint/js@9.14.0': {} 2756 2583 2757 2584 '@eslint/object-schema@2.1.4': {} 2758 2585 2759 - '@eslint/plugin-kit@0.2.1': 2586 + '@eslint/plugin-kit@0.2.2': 2760 2587 dependencies: 2761 2588 levn: 0.4.1 2762 2589 2763 - '@humanfs/core@0.19.0': {} 2590 + '@humanfs/core@0.19.1': {} 2764 2591 2765 - '@humanfs/node@0.16.5': 2592 + '@humanfs/node@0.16.6': 2766 2593 dependencies: 2767 - '@humanfs/core': 0.19.0 2594 + '@humanfs/core': 0.19.1 2768 2595 '@humanwhocodes/retry': 0.3.1 2769 2596 2770 2597 '@humanwhocodes/module-importer@1.0.1': {} 2771 2598 2772 2599 '@humanwhocodes/retry@0.3.1': {} 2773 2600 2774 - '@ianvs/prettier-plugin-sort-imports@4.3.1(prettier@3.3.3)': 2601 + '@humanwhocodes/retry@0.4.1': {} 2602 + 2603 + '@ianvs/prettier-plugin-sort-imports@4.4.0(prettier@3.3.3)': 2775 2604 dependencies: 2776 - '@babel/core': 7.25.9 2777 - '@babel/generator': 7.25.9 2778 - '@babel/parser': 7.25.9 2605 + '@babel/generator': 7.26.2 2606 + '@babel/parser': 7.26.2 2779 2607 '@babel/traverse': 7.25.9 2780 - '@babel/types': 7.25.9 2608 + '@babel/types': 7.26.0 2781 2609 prettier: 3.3.3 2782 2610 semver: 7.6.3 2783 2611 transitivePeerDependencies: ··· 2884 2712 '@jridgewell/resolve-uri': 3.1.2 2885 2713 '@jridgewell/sourcemap-codec': 1.5.0 2886 2714 2887 - '@next/env@15.0.1': {} 2715 + '@next/env@15.0.3': {} 2888 2716 2889 - '@next/eslint-plugin-next@15.0.1': 2717 + '@next/eslint-plugin-next@15.0.3': 2890 2718 dependencies: 2891 2719 fast-glob: 3.3.1 2892 2720 2893 - '@next/swc-darwin-arm64@15.0.1': 2721 + '@next/swc-darwin-arm64@15.0.3': 2894 2722 optional: true 2895 2723 2896 - '@next/swc-darwin-x64@15.0.1': 2724 + '@next/swc-darwin-x64@15.0.3': 2897 2725 optional: true 2898 2726 2899 - '@next/swc-linux-arm64-gnu@15.0.1': 2727 + '@next/swc-linux-arm64-gnu@15.0.3': 2900 2728 optional: true 2901 2729 2902 - '@next/swc-linux-arm64-musl@15.0.1': 2730 + '@next/swc-linux-arm64-musl@15.0.3': 2903 2731 optional: true 2904 2732 2905 - '@next/swc-linux-x64-gnu@15.0.1': 2733 + '@next/swc-linux-x64-gnu@15.0.3': 2906 2734 optional: true 2907 2735 2908 - '@next/swc-linux-x64-musl@15.0.1': 2736 + '@next/swc-linux-x64-musl@15.0.3': 2909 2737 optional: true 2910 2738 2911 - '@next/swc-win32-arm64-msvc@15.0.1': 2739 + '@next/swc-win32-arm64-msvc@15.0.3': 2912 2740 optional: true 2913 2741 2914 - '@next/swc-win32-x64-msvc@15.0.1': 2742 + '@next/swc-win32-x64-msvc@15.0.3': 2915 2743 optional: true 2916 2744 2917 2745 '@nodelib/fs.scandir@2.1.5': ··· 2939 2767 2940 2768 '@swc/helpers@0.5.13': 2941 2769 dependencies: 2942 - tslib: 2.8.0 2770 + tslib: 2.8.1 2943 2771 2944 2772 '@types/debug@4.1.12': 2945 2773 dependencies: ··· 2965 2793 2966 2794 '@types/ms@0.7.34': {} 2967 2795 2968 - '@types/node@22.7.9': 2796 + '@types/node@22.9.0': 2969 2797 dependencies: 2970 2798 undici-types: 6.19.8 2971 2799 2972 - '@types/prop-types@15.7.13': {} 2973 - 2974 - '@types/react-dom@18.3.1': 2975 - dependencies: 2976 - '@types/react': 18.3.12 2977 - 2978 - '@types/react@18.3.12': 2979 - dependencies: 2980 - '@types/prop-types': 15.7.13 2981 - csstype: 3.1.3 2982 - 2983 2800 '@types/rss@0.0.32': {} 2984 2801 2985 2802 '@types/unist@2.0.11': {} 2986 2803 2987 2804 '@types/unist@3.0.3': {} 2988 2805 2989 - '@typescript-eslint/eslint-plugin@8.11.0(@typescript-eslint/parser@8.11.0(eslint@9.13.0(jiti@1.21.6))(typescript@5.6.3))(eslint@9.13.0(jiti@1.21.6))(typescript@5.6.3)': 2806 + '@typescript-eslint/eslint-plugin@8.13.0(@typescript-eslint/parser@8.13.0(eslint@9.14.0(jiti@1.21.6))(typescript@5.6.3))(eslint@9.14.0(jiti@1.21.6))(typescript@5.6.3)': 2990 2807 dependencies: 2991 - '@eslint-community/regexpp': 4.11.1 2992 - '@typescript-eslint/parser': 8.11.0(eslint@9.13.0(jiti@1.21.6))(typescript@5.6.3) 2993 - '@typescript-eslint/scope-manager': 8.11.0 2994 - '@typescript-eslint/type-utils': 8.11.0(eslint@9.13.0(jiti@1.21.6))(typescript@5.6.3) 2995 - '@typescript-eslint/utils': 8.11.0(eslint@9.13.0(jiti@1.21.6))(typescript@5.6.3) 2996 - '@typescript-eslint/visitor-keys': 8.11.0 2997 - eslint: 9.13.0(jiti@1.21.6) 2808 + '@eslint-community/regexpp': 4.12.1 2809 + '@typescript-eslint/parser': 8.13.0(eslint@9.14.0(jiti@1.21.6))(typescript@5.6.3) 2810 + '@typescript-eslint/scope-manager': 8.13.0 2811 + '@typescript-eslint/type-utils': 8.13.0(eslint@9.14.0(jiti@1.21.6))(typescript@5.6.3) 2812 + '@typescript-eslint/utils': 8.13.0(eslint@9.14.0(jiti@1.21.6))(typescript@5.6.3) 2813 + '@typescript-eslint/visitor-keys': 8.13.0 2814 + eslint: 9.14.0(jiti@1.21.6) 2998 2815 graphemer: 1.4.0 2999 2816 ignore: 5.3.2 3000 2817 natural-compare: 1.4.0 3001 - ts-api-utils: 1.3.0(typescript@5.6.3) 2818 + ts-api-utils: 1.4.0(typescript@5.6.3) 3002 2819 optionalDependencies: 3003 2820 typescript: 5.6.3 3004 2821 transitivePeerDependencies: 3005 2822 - supports-color 3006 2823 3007 - '@typescript-eslint/parser@8.11.0(eslint@9.13.0(jiti@1.21.6))(typescript@5.6.3)': 2824 + '@typescript-eslint/parser@8.13.0(eslint@9.14.0(jiti@1.21.6))(typescript@5.6.3)': 3008 2825 dependencies: 3009 - '@typescript-eslint/scope-manager': 8.11.0 3010 - '@typescript-eslint/types': 8.11.0 3011 - '@typescript-eslint/typescript-estree': 8.11.0(typescript@5.6.3) 3012 - '@typescript-eslint/visitor-keys': 8.11.0 2826 + '@typescript-eslint/scope-manager': 8.13.0 2827 + '@typescript-eslint/types': 8.13.0 2828 + '@typescript-eslint/typescript-estree': 8.13.0(typescript@5.6.3) 2829 + '@typescript-eslint/visitor-keys': 8.13.0 3013 2830 debug: 4.3.7 3014 - eslint: 9.13.0(jiti@1.21.6) 2831 + eslint: 9.14.0(jiti@1.21.6) 3015 2832 optionalDependencies: 3016 2833 typescript: 5.6.3 3017 2834 transitivePeerDependencies: 3018 2835 - supports-color 3019 2836 3020 - '@typescript-eslint/scope-manager@8.11.0': 2837 + '@typescript-eslint/scope-manager@8.13.0': 3021 2838 dependencies: 3022 - '@typescript-eslint/types': 8.11.0 3023 - '@typescript-eslint/visitor-keys': 8.11.0 2839 + '@typescript-eslint/types': 8.13.0 2840 + '@typescript-eslint/visitor-keys': 8.13.0 3024 2841 3025 - '@typescript-eslint/type-utils@8.11.0(eslint@9.13.0(jiti@1.21.6))(typescript@5.6.3)': 2842 + '@typescript-eslint/type-utils@8.13.0(eslint@9.14.0(jiti@1.21.6))(typescript@5.6.3)': 3026 2843 dependencies: 3027 - '@typescript-eslint/typescript-estree': 8.11.0(typescript@5.6.3) 3028 - '@typescript-eslint/utils': 8.11.0(eslint@9.13.0(jiti@1.21.6))(typescript@5.6.3) 2844 + '@typescript-eslint/typescript-estree': 8.13.0(typescript@5.6.3) 2845 + '@typescript-eslint/utils': 8.13.0(eslint@9.14.0(jiti@1.21.6))(typescript@5.6.3) 3029 2846 debug: 4.3.7 3030 - ts-api-utils: 1.3.0(typescript@5.6.3) 2847 + ts-api-utils: 1.4.0(typescript@5.6.3) 3031 2848 optionalDependencies: 3032 2849 typescript: 5.6.3 3033 2850 transitivePeerDependencies: 3034 2851 - eslint 3035 2852 - supports-color 3036 2853 3037 - '@typescript-eslint/types@8.11.0': {} 2854 + '@typescript-eslint/types@8.13.0': {} 3038 2855 3039 - '@typescript-eslint/typescript-estree@8.11.0(typescript@5.6.3)': 2856 + '@typescript-eslint/typescript-estree@8.13.0(typescript@5.6.3)': 3040 2857 dependencies: 3041 - '@typescript-eslint/types': 8.11.0 3042 - '@typescript-eslint/visitor-keys': 8.11.0 2858 + '@typescript-eslint/types': 8.13.0 2859 + '@typescript-eslint/visitor-keys': 8.13.0 3043 2860 debug: 4.3.7 3044 2861 fast-glob: 3.3.2 3045 2862 is-glob: 4.0.3 3046 2863 minimatch: 9.0.5 3047 2864 semver: 7.6.3 3048 - ts-api-utils: 1.3.0(typescript@5.6.3) 2865 + ts-api-utils: 1.4.0(typescript@5.6.3) 3049 2866 optionalDependencies: 3050 2867 typescript: 5.6.3 3051 2868 transitivePeerDependencies: 3052 2869 - supports-color 3053 2870 3054 - '@typescript-eslint/utils@8.11.0(eslint@9.13.0(jiti@1.21.6))(typescript@5.6.3)': 2871 + '@typescript-eslint/utils@8.13.0(eslint@9.14.0(jiti@1.21.6))(typescript@5.6.3)': 3055 2872 dependencies: 3056 - '@eslint-community/eslint-utils': 4.4.0(eslint@9.13.0(jiti@1.21.6)) 3057 - '@typescript-eslint/scope-manager': 8.11.0 3058 - '@typescript-eslint/types': 8.11.0 3059 - '@typescript-eslint/typescript-estree': 8.11.0(typescript@5.6.3) 3060 - eslint: 9.13.0(jiti@1.21.6) 2873 + '@eslint-community/eslint-utils': 4.4.1(eslint@9.14.0(jiti@1.21.6)) 2874 + '@typescript-eslint/scope-manager': 8.13.0 2875 + '@typescript-eslint/types': 8.13.0 2876 + '@typescript-eslint/typescript-estree': 8.13.0(typescript@5.6.3) 2877 + eslint: 9.14.0(jiti@1.21.6) 3061 2878 transitivePeerDependencies: 3062 2879 - supports-color 3063 2880 - typescript 3064 2881 3065 - '@typescript-eslint/visitor-keys@8.11.0': 2882 + '@typescript-eslint/visitor-keys@8.13.0': 3066 2883 dependencies: 3067 - '@typescript-eslint/types': 8.11.0 2884 + '@typescript-eslint/types': 8.13.0 3068 2885 eslint-visitor-keys: 3.4.3 3069 2886 3070 2887 '@ungap/structured-clone@1.2.0': {} 3071 2888 3072 - acorn-jsx@5.3.2(acorn@8.13.0): 2889 + acorn-jsx@5.3.2(acorn@8.14.0): 3073 2890 dependencies: 3074 - acorn: 8.13.0 2891 + acorn: 8.14.0 3075 2892 3076 - acorn@8.13.0: {} 2893 + acorn@8.14.0: {} 3077 2894 3078 2895 ajv@6.12.6: 3079 2896 dependencies: ··· 3085 2902 ansi-regex@5.0.1: {} 3086 2903 3087 2904 ansi-regex@6.1.0: {} 3088 - 3089 - ansi-styles@3.2.1: 3090 - dependencies: 3091 - color-convert: 1.9.3 3092 2905 3093 2906 ansi-styles@4.3.0: 3094 2907 dependencies: ··· 3180 2993 dependencies: 3181 2994 possible-typed-array-names: 1.0.0 3182 2995 3183 - axe-core@4.10.1: {} 2996 + axe-core@4.10.2: {} 3184 2997 3185 2998 axobject-query@4.1.0: {} 3186 2999 ··· 3203 3016 dependencies: 3204 3017 fill-range: 7.1.1 3205 3018 3206 - bright@0.8.5(react@19.0.0-rc-1631855f-20241023): 3019 + bright@0.8.5(react@19.0.0-rc-66855b96-20241106): 3207 3020 dependencies: 3208 3021 '@code-hike/lighter': 0.8.1 3209 - react: 19.0.0-rc-1631855f-20241023 3022 + react: 19.0.0-rc-66855b96-20241106 3210 3023 server-only: 0.0.1 3211 3024 3212 - browserslist@4.24.2: 3213 - dependencies: 3214 - caniuse-lite: 1.0.30001669 3215 - electron-to-chromium: 1.5.42 3216 - node-releases: 2.0.18 3217 - update-browserslist-db: 1.1.1(browserslist@4.24.2) 3218 - 3219 3025 busboy@1.6.0: 3220 3026 dependencies: 3221 3027 streamsearch: 1.1.0 ··· 3232 3038 3233 3039 camelcase-css@2.0.1: {} 3234 3040 3235 - caniuse-lite@1.0.30001669: {} 3041 + caniuse-lite@1.0.30001678: {} 3236 3042 3237 3043 ccount@2.0.1: {} 3238 - 3239 - chalk@2.4.2: 3240 - dependencies: 3241 - ansi-styles: 3.2.1 3242 - escape-string-regexp: 1.0.5 3243 - supports-color: 5.5.0 3244 3044 3245 3045 chalk@4.1.2: 3246 3046 dependencies: ··· 3269 3069 3270 3070 client-only@0.0.1: {} 3271 3071 3272 - color-convert@1.9.3: 3273 - dependencies: 3274 - color-name: 1.1.3 3275 - 3276 3072 color-convert@2.0.1: 3277 3073 dependencies: 3278 3074 color-name: 1.1.4 3279 - 3280 - color-name@1.1.3: {} 3281 3075 3282 3076 color-name@1.1.4: {} 3283 3077 ··· 3299 3093 3300 3094 concat-map@0.0.1: {} 3301 3095 3302 - convert-source-map@2.0.0: {} 3303 - 3304 - cross-spawn@7.0.3: 3096 + cross-spawn@7.0.5: 3305 3097 dependencies: 3306 3098 path-key: 3.1.1 3307 3099 shebang-command: 2.0.0 ··· 3375 3167 esutils: 2.0.3 3376 3168 3377 3169 eastasianwidth@0.2.0: {} 3378 - 3379 - electron-to-chromium@1.5.42: {} 3380 3170 3381 3171 emoji-regex@8.0.0: {} 3382 3172 ··· 3444 3234 3445 3235 es-errors@1.3.0: {} 3446 3236 3447 - es-iterator-helpers@1.1.0: 3237 + es-iterator-helpers@1.2.0: 3448 3238 dependencies: 3449 3239 call-bind: 1.0.7 3450 3240 define-properties: 1.2.1 ··· 3454 3244 function-bind: 1.1.2 3455 3245 get-intrinsic: 1.2.4 3456 3246 globalthis: 1.0.4 3247 + gopd: 1.0.1 3457 3248 has-property-descriptors: 1.0.2 3458 3249 has-proto: 1.0.3 3459 3250 has-symbols: 1.0.3 ··· 3508 3299 '@esbuild/win32-ia32': 0.23.1 3509 3300 '@esbuild/win32-x64': 0.23.1 3510 3301 3511 - escalade@3.2.0: {} 3512 - 3513 - escape-string-regexp@1.0.5: {} 3514 - 3515 3302 escape-string-regexp@4.0.0: {} 3516 3303 3517 3304 escape-string-regexp@5.0.0: {} 3518 3305 3519 - eslint-config-next@15.0.1(eslint@9.13.0(jiti@1.21.6))(typescript@5.6.3): 3306 + eslint-config-next@15.0.3(eslint@9.14.0(jiti@1.21.6))(typescript@5.6.3): 3520 3307 dependencies: 3521 - '@next/eslint-plugin-next': 15.0.1 3308 + '@next/eslint-plugin-next': 15.0.3 3522 3309 '@rushstack/eslint-patch': 1.10.4 3523 - '@typescript-eslint/eslint-plugin': 8.11.0(@typescript-eslint/parser@8.11.0(eslint@9.13.0(jiti@1.21.6))(typescript@5.6.3))(eslint@9.13.0(jiti@1.21.6))(typescript@5.6.3) 3524 - '@typescript-eslint/parser': 8.11.0(eslint@9.13.0(jiti@1.21.6))(typescript@5.6.3) 3525 - eslint: 9.13.0(jiti@1.21.6) 3310 + '@typescript-eslint/eslint-plugin': 8.13.0(@typescript-eslint/parser@8.13.0(eslint@9.14.0(jiti@1.21.6))(typescript@5.6.3))(eslint@9.14.0(jiti@1.21.6))(typescript@5.6.3) 3311 + '@typescript-eslint/parser': 8.13.0(eslint@9.14.0(jiti@1.21.6))(typescript@5.6.3) 3312 + eslint: 9.14.0(jiti@1.21.6) 3526 3313 eslint-import-resolver-node: 0.3.9 3527 - eslint-import-resolver-typescript: 3.6.3(@typescript-eslint/parser@8.11.0(eslint@9.13.0(jiti@1.21.6))(typescript@5.6.3))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.31.0)(eslint@9.13.0(jiti@1.21.6)) 3528 - eslint-plugin-import: 2.31.0(@typescript-eslint/parser@8.11.0(eslint@9.13.0(jiti@1.21.6))(typescript@5.6.3))(eslint-import-resolver-typescript@3.6.3)(eslint@9.13.0(jiti@1.21.6)) 3529 - eslint-plugin-jsx-a11y: 6.10.1(eslint@9.13.0(jiti@1.21.6)) 3530 - eslint-plugin-react: 7.37.2(eslint@9.13.0(jiti@1.21.6)) 3531 - eslint-plugin-react-hooks: 5.0.0(eslint@9.13.0(jiti@1.21.6)) 3314 + eslint-import-resolver-typescript: 3.6.3(@typescript-eslint/parser@8.13.0(eslint@9.14.0(jiti@1.21.6))(typescript@5.6.3))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.31.0)(eslint@9.14.0(jiti@1.21.6)) 3315 + eslint-plugin-import: 2.31.0(@typescript-eslint/parser@8.13.0(eslint@9.14.0(jiti@1.21.6))(typescript@5.6.3))(eslint-import-resolver-typescript@3.6.3)(eslint@9.14.0(jiti@1.21.6)) 3316 + eslint-plugin-jsx-a11y: 6.10.2(eslint@9.14.0(jiti@1.21.6)) 3317 + eslint-plugin-react: 7.37.2(eslint@9.14.0(jiti@1.21.6)) 3318 + eslint-plugin-react-hooks: 5.0.0(eslint@9.14.0(jiti@1.21.6)) 3532 3319 optionalDependencies: 3533 3320 typescript: 5.6.3 3534 3321 transitivePeerDependencies: ··· 3536 3323 - eslint-plugin-import-x 3537 3324 - supports-color 3538 3325 3539 - eslint-config-prettier@9.1.0(eslint@9.13.0(jiti@1.21.6)): 3326 + eslint-config-prettier@9.1.0(eslint@9.14.0(jiti@1.21.6)): 3540 3327 dependencies: 3541 - eslint: 9.13.0(jiti@1.21.6) 3328 + eslint: 9.14.0(jiti@1.21.6) 3542 3329 3543 3330 eslint-import-resolver-node@0.3.9: 3544 3331 dependencies: ··· 3548 3335 transitivePeerDependencies: 3549 3336 - supports-color 3550 3337 3551 - eslint-import-resolver-typescript@3.6.3(@typescript-eslint/parser@8.11.0(eslint@9.13.0(jiti@1.21.6))(typescript@5.6.3))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.31.0)(eslint@9.13.0(jiti@1.21.6)): 3338 + eslint-import-resolver-typescript@3.6.3(@typescript-eslint/parser@8.13.0(eslint@9.14.0(jiti@1.21.6))(typescript@5.6.3))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.31.0)(eslint@9.14.0(jiti@1.21.6)): 3552 3339 dependencies: 3553 3340 '@nolyfill/is-core-module': 1.0.39 3554 3341 debug: 4.3.7 3555 3342 enhanced-resolve: 5.17.1 3556 - eslint: 9.13.0(jiti@1.21.6) 3557 - eslint-module-utils: 2.12.0(@typescript-eslint/parser@8.11.0(eslint@9.13.0(jiti@1.21.6))(typescript@5.6.3))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.3)(eslint@9.13.0(jiti@1.21.6)) 3343 + eslint: 9.14.0(jiti@1.21.6) 3344 + eslint-module-utils: 2.12.0(@typescript-eslint/parser@8.13.0(eslint@9.14.0(jiti@1.21.6))(typescript@5.6.3))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.3)(eslint@9.14.0(jiti@1.21.6)) 3558 3345 fast-glob: 3.3.2 3559 3346 get-tsconfig: 4.8.1 3560 3347 is-bun-module: 1.2.1 3561 3348 is-glob: 4.0.3 3562 3349 optionalDependencies: 3563 - eslint-plugin-import: 2.31.0(@typescript-eslint/parser@8.11.0(eslint@9.13.0(jiti@1.21.6))(typescript@5.6.3))(eslint-import-resolver-typescript@3.6.3)(eslint@9.13.0(jiti@1.21.6)) 3350 + eslint-plugin-import: 2.31.0(@typescript-eslint/parser@8.13.0(eslint@9.14.0(jiti@1.21.6))(typescript@5.6.3))(eslint-import-resolver-typescript@3.6.3)(eslint@9.14.0(jiti@1.21.6)) 3564 3351 transitivePeerDependencies: 3565 3352 - '@typescript-eslint/parser' 3566 3353 - eslint-import-resolver-node 3567 3354 - eslint-import-resolver-webpack 3568 3355 - supports-color 3569 3356 3570 - eslint-module-utils@2.12.0(@typescript-eslint/parser@8.11.0(eslint@9.13.0(jiti@1.21.6))(typescript@5.6.3))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.3)(eslint@9.13.0(jiti@1.21.6)): 3357 + eslint-module-utils@2.12.0(@typescript-eslint/parser@8.13.0(eslint@9.14.0(jiti@1.21.6))(typescript@5.6.3))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.3)(eslint@9.14.0(jiti@1.21.6)): 3571 3358 dependencies: 3572 3359 debug: 3.2.7 3573 3360 optionalDependencies: 3574 - '@typescript-eslint/parser': 8.11.0(eslint@9.13.0(jiti@1.21.6))(typescript@5.6.3) 3575 - eslint: 9.13.0(jiti@1.21.6) 3361 + '@typescript-eslint/parser': 8.13.0(eslint@9.14.0(jiti@1.21.6))(typescript@5.6.3) 3362 + eslint: 9.14.0(jiti@1.21.6) 3576 3363 eslint-import-resolver-node: 0.3.9 3577 - eslint-import-resolver-typescript: 3.6.3(@typescript-eslint/parser@8.11.0(eslint@9.13.0(jiti@1.21.6))(typescript@5.6.3))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.31.0)(eslint@9.13.0(jiti@1.21.6)) 3364 + eslint-import-resolver-typescript: 3.6.3(@typescript-eslint/parser@8.13.0(eslint@9.14.0(jiti@1.21.6))(typescript@5.6.3))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.31.0)(eslint@9.14.0(jiti@1.21.6)) 3578 3365 transitivePeerDependencies: 3579 3366 - supports-color 3580 3367 3581 - eslint-plugin-import@2.31.0(@typescript-eslint/parser@8.11.0(eslint@9.13.0(jiti@1.21.6))(typescript@5.6.3))(eslint-import-resolver-typescript@3.6.3)(eslint@9.13.0(jiti@1.21.6)): 3368 + eslint-plugin-import@2.31.0(@typescript-eslint/parser@8.13.0(eslint@9.14.0(jiti@1.21.6))(typescript@5.6.3))(eslint-import-resolver-typescript@3.6.3)(eslint@9.14.0(jiti@1.21.6)): 3582 3369 dependencies: 3583 3370 '@rtsao/scc': 1.1.0 3584 3371 array-includes: 3.1.8 ··· 3587 3374 array.prototype.flatmap: 1.3.2 3588 3375 debug: 3.2.7 3589 3376 doctrine: 2.1.0 3590 - eslint: 9.13.0(jiti@1.21.6) 3377 + eslint: 9.14.0(jiti@1.21.6) 3591 3378 eslint-import-resolver-node: 0.3.9 3592 - eslint-module-utils: 2.12.0(@typescript-eslint/parser@8.11.0(eslint@9.13.0(jiti@1.21.6))(typescript@5.6.3))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.3)(eslint@9.13.0(jiti@1.21.6)) 3379 + eslint-module-utils: 2.12.0(@typescript-eslint/parser@8.13.0(eslint@9.14.0(jiti@1.21.6))(typescript@5.6.3))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.3)(eslint@9.14.0(jiti@1.21.6)) 3593 3380 hasown: 2.0.2 3594 3381 is-core-module: 2.15.1 3595 3382 is-glob: 4.0.3 ··· 3601 3388 string.prototype.trimend: 1.0.8 3602 3389 tsconfig-paths: 3.15.0 3603 3390 optionalDependencies: 3604 - '@typescript-eslint/parser': 8.11.0(eslint@9.13.0(jiti@1.21.6))(typescript@5.6.3) 3391 + '@typescript-eslint/parser': 8.13.0(eslint@9.14.0(jiti@1.21.6))(typescript@5.6.3) 3605 3392 transitivePeerDependencies: 3606 3393 - eslint-import-resolver-typescript 3607 3394 - eslint-import-resolver-webpack 3608 3395 - supports-color 3609 3396 3610 - eslint-plugin-jsx-a11y@6.10.1(eslint@9.13.0(jiti@1.21.6)): 3397 + eslint-plugin-jsx-a11y@6.10.2(eslint@9.14.0(jiti@1.21.6)): 3611 3398 dependencies: 3612 3399 aria-query: 5.3.2 3613 3400 array-includes: 3.1.8 3614 3401 array.prototype.flatmap: 1.3.2 3615 3402 ast-types-flow: 0.0.8 3616 - axe-core: 4.10.1 3403 + axe-core: 4.10.2 3617 3404 axobject-query: 4.1.0 3618 3405 damerau-levenshtein: 1.0.8 3619 3406 emoji-regex: 9.2.2 3620 - es-iterator-helpers: 1.1.0 3621 - eslint: 9.13.0(jiti@1.21.6) 3407 + eslint: 9.14.0(jiti@1.21.6) 3622 3408 hasown: 2.0.2 3623 3409 jsx-ast-utils: 3.3.5 3624 3410 language-tags: 1.0.9 ··· 3627 3413 safe-regex-test: 1.0.3 3628 3414 string.prototype.includes: 2.0.1 3629 3415 3630 - eslint-plugin-react-hooks@5.0.0(eslint@9.13.0(jiti@1.21.6)): 3416 + eslint-plugin-react-hooks@5.0.0(eslint@9.14.0(jiti@1.21.6)): 3631 3417 dependencies: 3632 - eslint: 9.13.0(jiti@1.21.6) 3418 + eslint: 9.14.0(jiti@1.21.6) 3633 3419 3634 - eslint-plugin-react@7.37.2(eslint@9.13.0(jiti@1.21.6)): 3420 + eslint-plugin-react@7.37.2(eslint@9.14.0(jiti@1.21.6)): 3635 3421 dependencies: 3636 3422 array-includes: 3.1.8 3637 3423 array.prototype.findlast: 1.2.5 3638 3424 array.prototype.flatmap: 1.3.2 3639 3425 array.prototype.tosorted: 1.1.4 3640 3426 doctrine: 2.1.0 3641 - es-iterator-helpers: 1.1.0 3642 - eslint: 9.13.0(jiti@1.21.6) 3427 + es-iterator-helpers: 1.2.0 3428 + eslint: 9.14.0(jiti@1.21.6) 3643 3429 estraverse: 5.3.0 3644 3430 hasown: 2.0.2 3645 3431 jsx-ast-utils: 3.3.5 ··· 3653 3439 string.prototype.matchall: 4.0.11 3654 3440 string.prototype.repeat: 1.0.0 3655 3441 3656 - eslint-scope@8.1.0: 3442 + eslint-scope@8.2.0: 3657 3443 dependencies: 3658 3444 esrecurse: 4.3.0 3659 3445 estraverse: 5.3.0 3660 3446 3661 3447 eslint-visitor-keys@3.4.3: {} 3662 3448 3663 - eslint-visitor-keys@4.1.0: {} 3449 + eslint-visitor-keys@4.2.0: {} 3664 3450 3665 - eslint@9.13.0(jiti@1.21.6): 3451 + eslint@9.14.0(jiti@1.21.6): 3666 3452 dependencies: 3667 - '@eslint-community/eslint-utils': 4.4.0(eslint@9.13.0(jiti@1.21.6)) 3668 - '@eslint-community/regexpp': 4.11.1 3453 + '@eslint-community/eslint-utils': 4.4.1(eslint@9.14.0(jiti@1.21.6)) 3454 + '@eslint-community/regexpp': 4.12.1 3669 3455 '@eslint/config-array': 0.18.0 3670 3456 '@eslint/core': 0.7.0 3671 3457 '@eslint/eslintrc': 3.1.0 3672 - '@eslint/js': 9.13.0 3673 - '@eslint/plugin-kit': 0.2.1 3674 - '@humanfs/node': 0.16.5 3458 + '@eslint/js': 9.14.0 3459 + '@eslint/plugin-kit': 0.2.2 3460 + '@humanfs/node': 0.16.6 3675 3461 '@humanwhocodes/module-importer': 1.0.1 3676 - '@humanwhocodes/retry': 0.3.1 3462 + '@humanwhocodes/retry': 0.4.1 3677 3463 '@types/estree': 1.0.6 3678 3464 '@types/json-schema': 7.0.15 3679 3465 ajv: 6.12.6 3680 3466 chalk: 4.1.2 3681 - cross-spawn: 7.0.3 3467 + cross-spawn: 7.0.5 3682 3468 debug: 4.3.7 3683 3469 escape-string-regexp: 4.0.0 3684 - eslint-scope: 8.1.0 3685 - eslint-visitor-keys: 4.1.0 3686 - espree: 10.2.0 3470 + eslint-scope: 8.2.0 3471 + eslint-visitor-keys: 4.2.0 3472 + espree: 10.3.0 3687 3473 esquery: 1.6.0 3688 3474 esutils: 2.0.3 3689 3475 fast-deep-equal: 3.1.3 ··· 3704 3490 transitivePeerDependencies: 3705 3491 - supports-color 3706 3492 3707 - espree@10.2.0: 3493 + espree@10.3.0: 3708 3494 dependencies: 3709 - acorn: 8.13.0 3710 - acorn-jsx: 5.3.2(acorn@8.13.0) 3711 - eslint-visitor-keys: 4.1.0 3495 + acorn: 8.14.0 3496 + acorn-jsx: 5.3.2(acorn@8.14.0) 3497 + eslint-visitor-keys: 4.2.0 3712 3498 3713 3499 esquery@1.6.0: 3714 3500 dependencies: ··· 3778 3564 3779 3565 foreground-child@3.3.0: 3780 3566 dependencies: 3781 - cross-spawn: 7.0.3 3567 + cross-spawn: 7.0.5 3782 3568 signal-exit: 4.1.0 3783 3569 3784 3570 fsevents@2.3.3: ··· 3794 3580 functions-have-names: 1.2.3 3795 3581 3796 3582 functions-have-names@1.2.3: {} 3797 - 3798 - gensync@1.0.0-beta.2: {} 3799 3583 3800 3584 get-intrinsic@1.2.4: 3801 3585 dependencies: ··· 3850 3634 graphemer@1.4.0: {} 3851 3635 3852 3636 has-bigints@1.0.2: {} 3853 - 3854 - has-flag@3.0.0: {} 3855 3637 3856 3638 has-flag@4.0.0: {} 3857 3639 ··· 3938 3720 hast-util-to-parse5: 8.0.0 3939 3721 html-void-elements: 3.0.0 3940 3722 mdast-util-to-hast: 13.2.0 3941 - parse5: 7.2.0 3723 + parse5: 7.2.1 3942 3724 unist-util-position: 5.0.0 3943 3725 unist-util-visit: 5.0.0 3944 3726 vfile: 6.0.3 3945 3727 web-namespaces: 2.0.1 3946 3728 zwitch: 2.0.4 3947 3729 3948 - hast-util-sanitize@5.0.1: 3730 + hast-util-sanitize@5.0.2: 3949 3731 dependencies: 3950 3732 '@types/hast': 3.0.4 3951 3733 '@ungap/structured-clone': 1.2.0 ··· 4184 3966 dependencies: 4185 3967 minimist: 1.2.8 4186 3968 4187 - json5@2.2.3: {} 4188 - 4189 3969 jsx-ast-utils@3.3.5: 4190 3970 dependencies: 4191 3971 array-includes: 3.1.8 ··· 4228 4008 4229 4009 lru-cache@10.4.3: {} 4230 4010 4231 - lru-cache@5.1.1: 4011 + lucide-react@0.453.0(react@19.0.0-rc-66855b96-20241106): 4232 4012 dependencies: 4233 - yallist: 3.1.1 4234 - 4235 - lucide-react@0.453.0(react@19.0.0-rc-1631855f-20241023): 4236 - dependencies: 4237 - react: 19.0.0-rc-1631855f-20241023 4013 + react: 19.0.0-rc-66855b96-20241106 4238 4014 4239 4015 markdown-table@3.0.4: {} 4240 4016 ··· 4245 4021 unist-util-is: 6.0.0 4246 4022 unist-util-visit-parents: 6.0.1 4247 4023 4248 - mdast-util-from-markdown@2.0.1: 4024 + mdast-util-from-markdown@2.0.2: 4249 4025 dependencies: 4250 4026 '@types/mdast': 4.0.4 4251 4027 '@types/unist': 3.0.3 ··· 4274 4050 dependencies: 4275 4051 '@types/mdast': 4.0.4 4276 4052 devlop: 1.1.0 4277 - mdast-util-from-markdown: 2.0.1 4278 - mdast-util-to-markdown: 2.1.0 4053 + mdast-util-from-markdown: 2.0.2 4054 + mdast-util-to-markdown: 2.1.2 4279 4055 micromark-util-normalize-identifier: 2.0.0 4280 4056 transitivePeerDependencies: 4281 4057 - supports-color ··· 4283 4059 mdast-util-gfm-strikethrough@2.0.0: 4284 4060 dependencies: 4285 4061 '@types/mdast': 4.0.4 4286 - mdast-util-from-markdown: 2.0.1 4287 - mdast-util-to-markdown: 2.1.0 4062 + mdast-util-from-markdown: 2.0.2 4063 + mdast-util-to-markdown: 2.1.2 4288 4064 transitivePeerDependencies: 4289 4065 - supports-color 4290 4066 ··· 4293 4069 '@types/mdast': 4.0.4 4294 4070 devlop: 1.1.0 4295 4071 markdown-table: 3.0.4 4296 - mdast-util-from-markdown: 2.0.1 4297 - mdast-util-to-markdown: 2.1.0 4072 + mdast-util-from-markdown: 2.0.2 4073 + mdast-util-to-markdown: 2.1.2 4298 4074 transitivePeerDependencies: 4299 4075 - supports-color 4300 4076 ··· 4302 4078 dependencies: 4303 4079 '@types/mdast': 4.0.4 4304 4080 devlop: 1.1.0 4305 - mdast-util-from-markdown: 2.0.1 4306 - mdast-util-to-markdown: 2.1.0 4081 + mdast-util-from-markdown: 2.0.2 4082 + mdast-util-to-markdown: 2.1.2 4307 4083 transitivePeerDependencies: 4308 4084 - supports-color 4309 4085 4310 4086 mdast-util-gfm@3.0.0: 4311 4087 dependencies: 4312 - mdast-util-from-markdown: 2.0.1 4088 + mdast-util-from-markdown: 2.0.2 4313 4089 mdast-util-gfm-autolink-literal: 2.0.1 4314 4090 mdast-util-gfm-footnote: 2.0.0 4315 4091 mdast-util-gfm-strikethrough: 2.0.0 4316 4092 mdast-util-gfm-table: 2.0.0 4317 4093 mdast-util-gfm-task-list-item: 2.0.0 4318 - mdast-util-to-markdown: 2.1.0 4094 + mdast-util-to-markdown: 2.1.2 4319 4095 transitivePeerDependencies: 4320 4096 - supports-color 4321 4097 ··· 4325 4101 '@types/hast': 3.0.4 4326 4102 '@types/mdast': 4.0.4 4327 4103 devlop: 1.1.0 4328 - mdast-util-from-markdown: 2.0.1 4329 - mdast-util-to-markdown: 2.1.0 4104 + mdast-util-from-markdown: 2.0.2 4105 + mdast-util-to-markdown: 2.1.2 4330 4106 transitivePeerDependencies: 4331 4107 - supports-color 4332 4108 ··· 4338 4114 '@types/unist': 3.0.3 4339 4115 ccount: 2.0.1 4340 4116 devlop: 1.1.0 4341 - mdast-util-from-markdown: 2.0.1 4342 - mdast-util-to-markdown: 2.1.0 4117 + mdast-util-from-markdown: 2.0.2 4118 + mdast-util-to-markdown: 2.1.2 4343 4119 parse-entities: 4.0.1 4344 4120 stringify-entities: 4.0.4 4345 4121 unist-util-stringify-position: 4.0.0 ··· 4353 4129 '@types/hast': 3.0.4 4354 4130 '@types/mdast': 4.0.4 4355 4131 devlop: 1.1.0 4356 - mdast-util-from-markdown: 2.0.1 4357 - mdast-util-to-markdown: 2.1.0 4132 + mdast-util-from-markdown: 2.0.2 4133 + mdast-util-to-markdown: 2.1.2 4358 4134 transitivePeerDependencies: 4359 4135 - supports-color 4360 4136 ··· 4375 4151 unist-util-visit: 5.0.0 4376 4152 vfile: 6.0.3 4377 4153 4378 - mdast-util-to-markdown@2.1.0: 4154 + mdast-util-to-markdown@2.1.2: 4379 4155 dependencies: 4380 4156 '@types/mdast': 4.0.4 4381 4157 '@types/unist': 3.0.3 4382 4158 longest-streak: 3.1.0 4383 4159 mdast-util-phrasing: 4.1.0 4384 4160 mdast-util-to-string: 4.0.0 4161 + micromark-util-classify-character: 2.0.0 4385 4162 micromark-util-decode-string: 2.0.0 4386 4163 unist-util-visit: 5.0.0 4387 4164 zwitch: 2.0.4 ··· 4618 4395 4619 4396 natural-compare@1.4.0: {} 4620 4397 4621 - next-plausible@3.12.2(next@15.0.1(@babel/core@7.25.9)(react-dom@19.0.0-rc-1631855f-20241023(react@19.0.0-rc-1631855f-20241023))(react@19.0.0-rc-1631855f-20241023))(react-dom@19.0.0-rc-1631855f-20241023(react@19.0.0-rc-1631855f-20241023))(react@19.0.0-rc-1631855f-20241023): 4398 + next-plausible@3.12.3(next@15.0.3(react-dom@19.0.0-rc-66855b96-20241106(react@19.0.0-rc-66855b96-20241106))(react@19.0.0-rc-66855b96-20241106))(react-dom@19.0.0-rc-66855b96-20241106(react@19.0.0-rc-66855b96-20241106))(react@19.0.0-rc-66855b96-20241106): 4622 4399 dependencies: 4623 - next: 15.0.1(@babel/core@7.25.9)(react-dom@19.0.0-rc-1631855f-20241023(react@19.0.0-rc-1631855f-20241023))(react@19.0.0-rc-1631855f-20241023) 4624 - react: 19.0.0-rc-1631855f-20241023 4625 - react-dom: 19.0.0-rc-1631855f-20241023(react@19.0.0-rc-1631855f-20241023) 4400 + next: 15.0.3(react-dom@19.0.0-rc-66855b96-20241106(react@19.0.0-rc-66855b96-20241106))(react@19.0.0-rc-66855b96-20241106) 4401 + react: 19.0.0-rc-66855b96-20241106 4402 + react-dom: 19.0.0-rc-66855b96-20241106(react@19.0.0-rc-66855b96-20241106) 4626 4403 4627 - next@15.0.1(@babel/core@7.25.9)(react-dom@19.0.0-rc-1631855f-20241023(react@19.0.0-rc-1631855f-20241023))(react@19.0.0-rc-1631855f-20241023): 4404 + next@15.0.3(react-dom@19.0.0-rc-66855b96-20241106(react@19.0.0-rc-66855b96-20241106))(react@19.0.0-rc-66855b96-20241106): 4628 4405 dependencies: 4629 - '@next/env': 15.0.1 4406 + '@next/env': 15.0.3 4630 4407 '@swc/counter': 0.1.3 4631 4408 '@swc/helpers': 0.5.13 4632 4409 busboy: 1.6.0 4633 - caniuse-lite: 1.0.30001669 4410 + caniuse-lite: 1.0.30001678 4634 4411 postcss: 8.4.31 4635 - react: 19.0.0-rc-1631855f-20241023 4636 - react-dom: 19.0.0-rc-1631855f-20241023(react@19.0.0-rc-1631855f-20241023) 4637 - styled-jsx: 5.1.6(@babel/core@7.25.9)(react@19.0.0-rc-1631855f-20241023) 4412 + react: 19.0.0-rc-66855b96-20241106 4413 + react-dom: 19.0.0-rc-66855b96-20241106(react@19.0.0-rc-66855b96-20241106) 4414 + styled-jsx: 5.1.6(react@19.0.0-rc-66855b96-20241106) 4638 4415 optionalDependencies: 4639 - '@next/swc-darwin-arm64': 15.0.1 4640 - '@next/swc-darwin-x64': 15.0.1 4641 - '@next/swc-linux-arm64-gnu': 15.0.1 4642 - '@next/swc-linux-arm64-musl': 15.0.1 4643 - '@next/swc-linux-x64-gnu': 15.0.1 4644 - '@next/swc-linux-x64-musl': 15.0.1 4645 - '@next/swc-win32-arm64-msvc': 15.0.1 4646 - '@next/swc-win32-x64-msvc': 15.0.1 4416 + '@next/swc-darwin-arm64': 15.0.3 4417 + '@next/swc-darwin-x64': 15.0.3 4418 + '@next/swc-linux-arm64-gnu': 15.0.3 4419 + '@next/swc-linux-arm64-musl': 15.0.3 4420 + '@next/swc-linux-x64-gnu': 15.0.3 4421 + '@next/swc-linux-x64-musl': 15.0.3 4422 + '@next/swc-win32-arm64-msvc': 15.0.3 4423 + '@next/swc-win32-x64-msvc': 15.0.3 4647 4424 sharp: 0.33.5 4648 4425 transitivePeerDependencies: 4649 4426 - '@babel/core' 4650 4427 - babel-plugin-macros 4651 - 4652 - node-releases@2.0.18: {} 4653 4428 4654 4429 normalize-path@3.0.0: {} 4655 4430 ··· 4727 4502 is-decimal: 2.0.1 4728 4503 is-hexadecimal: 2.0.1 4729 4504 4730 - parse5@7.2.0: 4505 + parse5@7.2.1: 4731 4506 dependencies: 4732 4507 entities: 4.5.0 4733 4508 ··· 4797 4572 4798 4573 prelude-ls@1.2.1: {} 4799 4574 4800 - prettier-plugin-tailwindcss@0.6.8(@ianvs/prettier-plugin-sort-imports@4.3.1(prettier@3.3.3))(prettier@3.3.3): 4575 + prettier-plugin-tailwindcss@0.6.8(@ianvs/prettier-plugin-sort-imports@4.4.0(prettier@3.3.3))(prettier@3.3.3): 4801 4576 dependencies: 4802 4577 prettier: 3.3.3 4803 4578 optionalDependencies: 4804 - '@ianvs/prettier-plugin-sort-imports': 4.3.1(prettier@3.3.3) 4579 + '@ianvs/prettier-plugin-sort-imports': 4.4.0(prettier@3.3.3) 4805 4580 4806 4581 prettier@3.3.3: {} 4807 4582 ··· 4817 4592 4818 4593 queue-microtask@1.2.3: {} 4819 4594 4820 - react-dom@19.0.0-rc-1631855f-20241023(react@19.0.0-rc-1631855f-20241023): 4595 + react-dom@19.0.0-rc-66855b96-20241106(react@19.0.0-rc-66855b96-20241106): 4821 4596 dependencies: 4822 - react: 19.0.0-rc-1631855f-20241023 4823 - scheduler: 0.25.0-rc-1631855f-20241023 4597 + react: 19.0.0-rc-66855b96-20241106 4598 + scheduler: 0.25.0-rc-66855b96-20241106 4824 4599 4825 4600 react-is@16.13.1: {} 4826 4601 4827 - react-markdown@9.0.1(@types/react@18.3.12)(react@19.0.0-rc-1631855f-20241023): 4602 + react-markdown@9.0.1(react@19.0.0-rc-66855b96-20241106)(types-react@19.0.0-rc.1): 4828 4603 dependencies: 4829 4604 '@types/hast': 3.0.4 4830 - '@types/react': 18.3.12 4605 + '@types/react': types-react@19.0.0-rc.1 4831 4606 devlop: 1.1.0 4832 4607 hast-util-to-jsx-runtime: 2.3.2 4833 4608 html-url-attributes: 3.0.1 4834 4609 mdast-util-to-hast: 13.2.0 4835 - react: 19.0.0-rc-1631855f-20241023 4610 + react: 19.0.0-rc-66855b96-20241106 4836 4611 remark-parse: 11.0.0 4837 4612 remark-rehype: 11.1.1 4838 4613 unified: 11.0.5 ··· 4841 4616 transitivePeerDependencies: 4842 4617 - supports-color 4843 4618 4844 - react@19.0.0-rc-1631855f-20241023: {} 4619 + react@19.0.0-rc-66855b96-20241106: {} 4845 4620 4846 4621 read-cache@1.0.0: 4847 4622 dependencies: ··· 4884 4659 rehype-sanitize@6.0.0: 4885 4660 dependencies: 4886 4661 '@types/hast': 3.0.4 4887 - hast-util-sanitize: 5.0.1 4662 + hast-util-sanitize: 5.0.2 4888 4663 4889 4664 rehype-stringify@10.0.1: 4890 4665 dependencies: ··· 4906 4681 remark-parse@11.0.0: 4907 4682 dependencies: 4908 4683 '@types/mdast': 4.0.4 4909 - mdast-util-from-markdown: 2.0.1 4684 + mdast-util-from-markdown: 2.0.2 4910 4685 micromark-util-types: 2.0.0 4911 4686 unified: 11.0.5 4912 4687 transitivePeerDependencies: ··· 4923 4698 remark-stringify@11.0.0: 4924 4699 dependencies: 4925 4700 '@types/mdast': 4.0.4 4926 - mdast-util-to-markdown: 2.1.0 4701 + mdast-util-to-markdown: 2.1.2 4927 4702 unified: 11.0.5 4928 4703 4929 4704 resolve-from@4.0.0: {} ··· 4966 4741 es-errors: 1.3.0 4967 4742 is-regex: 1.1.4 4968 4743 4969 - scheduler@0.25.0-rc-1631855f-20241023: {} 4744 + scheduler@0.25.0-rc-66855b96-20241106: {} 4970 4745 4971 4746 semver@6.3.1: {} 4972 4747 ··· 5032 4807 5033 4808 signal-exit@4.1.0: {} 5034 4809 5035 - simple-icons@13.14.1: {} 4810 + simple-icons@13.16.0: {} 5036 4811 5037 4812 simple-swizzle@0.2.2: 5038 4813 dependencies: ··· 5123 4898 dependencies: 5124 4899 inline-style-parser: 0.2.4 5125 4900 5126 - styled-jsx@5.1.6(@babel/core@7.25.9)(react@19.0.0-rc-1631855f-20241023): 4901 + styled-jsx@5.1.6(react@19.0.0-rc-66855b96-20241106): 5127 4902 dependencies: 5128 4903 client-only: 0.0.1 5129 - react: 19.0.0-rc-1631855f-20241023 5130 - optionalDependencies: 5131 - '@babel/core': 7.25.9 4904 + react: 19.0.0-rc-66855b96-20241106 5132 4905 5133 4906 sucrase@3.35.0: 5134 4907 dependencies: ··· 5140 4913 pirates: 4.0.6 5141 4914 ts-interface-checker: 0.1.13 5142 4915 5143 - supports-color@5.5.0: 5144 - dependencies: 5145 - has-flag: 3.0.0 5146 - 5147 4916 supports-color@7.2.0: 5148 4917 dependencies: 5149 4918 has-flag: 4.0.0 ··· 5199 4968 5200 4969 trough@2.2.0: {} 5201 4970 5202 - ts-api-utils@1.3.0(typescript@5.6.3): 4971 + ts-api-utils@1.4.0(typescript@5.6.3): 5203 4972 dependencies: 5204 4973 typescript: 5.6.3 5205 4974 ··· 5212 4981 minimist: 1.2.8 5213 4982 strip-bom: 3.0.0 5214 4983 5215 - tslib@2.8.0: {} 4984 + tslib@2.8.1: {} 5216 4985 5217 - tsx@4.19.1: 4986 + tsx@4.19.2: 5218 4987 dependencies: 5219 4988 esbuild: 0.23.1 5220 4989 get-tsconfig: 4.8.1 ··· 5257 5026 is-typed-array: 1.1.13 5258 5027 possible-typed-array-names: 1.0.0 5259 5028 5260 - typescript-eslint@8.11.0(eslint@9.13.0(jiti@1.21.6))(typescript@5.6.3): 5029 + types-react-dom@19.0.0-rc.1: 5030 + dependencies: 5031 + '@types/react': types-react@19.0.0-rc.1 5032 + 5033 + types-react@19.0.0-rc.1: 5034 + dependencies: 5035 + csstype: 3.1.3 5036 + 5037 + typescript-eslint@8.13.0(eslint@9.14.0(jiti@1.21.6))(typescript@5.6.3): 5261 5038 dependencies: 5262 - '@typescript-eslint/eslint-plugin': 8.11.0(@typescript-eslint/parser@8.11.0(eslint@9.13.0(jiti@1.21.6))(typescript@5.6.3))(eslint@9.13.0(jiti@1.21.6))(typescript@5.6.3) 5263 - '@typescript-eslint/parser': 8.11.0(eslint@9.13.0(jiti@1.21.6))(typescript@5.6.3) 5264 - '@typescript-eslint/utils': 8.11.0(eslint@9.13.0(jiti@1.21.6))(typescript@5.6.3) 5039 + '@typescript-eslint/eslint-plugin': 8.13.0(@typescript-eslint/parser@8.13.0(eslint@9.14.0(jiti@1.21.6))(typescript@5.6.3))(eslint@9.14.0(jiti@1.21.6))(typescript@5.6.3) 5040 + '@typescript-eslint/parser': 8.13.0(eslint@9.14.0(jiti@1.21.6))(typescript@5.6.3) 5041 + '@typescript-eslint/utils': 8.13.0(eslint@9.14.0(jiti@1.21.6))(typescript@5.6.3) 5265 5042 optionalDependencies: 5266 5043 typescript: 5.6.3 5267 5044 transitivePeerDependencies: ··· 5311 5088 '@types/unist': 3.0.3 5312 5089 unist-util-is: 6.0.0 5313 5090 unist-util-visit-parents: 6.0.1 5314 - 5315 - update-browserslist-db@1.1.1(browserslist@4.24.2): 5316 - dependencies: 5317 - browserslist: 4.24.2 5318 - escalade: 3.2.0 5319 - picocolors: 1.1.1 5320 5091 5321 5092 uri-js@4.4.1: 5322 5093 dependencies: ··· 5398 5169 strip-ansi: 7.1.0 5399 5170 5400 5171 xml@1.0.1: {} 5401 - 5402 - yallist@3.1.1: {} 5403 5172 5404 5173 yaml@2.6.0: {} 5405 5174