Files for my website bwc9876.dev
0
fork

Configure Feed

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

Update Deps

Update Deps

Ben C 3ca759ca e0f2f124

+568 -411
+6 -6
flake.lock
··· 5 5 "nixpkgs": "nixpkgs" 6 6 }, 7 7 "locked": { 8 - "lastModified": 1774271954, 9 - "narHash": "sha256-FbvMOykx7f7uEPdRVzUSABnLjqCdEp22wa0nDkuEd3s=", 8 + "lastModified": 1776693247, 9 + "narHash": "sha256-fTglmIAc1RKWeYwhv2yUlKsxlt+dqakh9aCzUOqBly4=", 10 10 "owner": "nix-community", 11 11 "repo": "flakelight", 12 - "rev": "c90878b309508083094f465d6aa11b3963f48b9f", 12 + "rev": "2f06044eb731e5382b35996d1b192db3f96ef75e", 13 13 "type": "github" 14 14 }, 15 15 "original": { ··· 20 20 }, 21 21 "nixpkgs": { 22 22 "locked": { 23 - "lastModified": 1774106199, 24 - "narHash": "sha256-US5Tda2sKmjrg2lNHQL3jRQ6p96cgfWh3J1QBliQ8Ws=", 23 + "lastModified": 1776169885, 24 + "narHash": "sha256-l/iNYDZ4bGOAFQY2q8y5OAfBBtrDAaPuRQqWaFHVRXM=", 25 25 "owner": "NixOS", 26 26 "repo": "nixpkgs", 27 - "rev": "6c9a78c09ff4d6c21d0319114873508a6ec01655", 27 + "rev": "4bd9165a9165d7b5e33ae57f3eecbcb28fb231c9", 28 28 "type": "github" 29 29 }, 30 30 "original": {
+551 -394
package-lock.json
··· 8 8 "name": "portfolio-site", 9 9 "version": "0.0.0", 10 10 "dependencies": { 11 - "@astrojs/compiler-rs": "^0.1.6", 12 - "@astrojs/mdx": "^5.0.2", 13 - "@astrojs/rss": "^4.0.16", 14 - "@astrojs/sitemap": "^3.7.1", 11 + "@astrojs/compiler-rs": "^0.1.10", 12 + "@astrojs/mdx": "^5.0.4", 13 + "@astrojs/rss": "^4.0.18", 14 + "@astrojs/sitemap": "^3.7.2", 15 15 "@fontsource/charis-sil": "^5.2.7", 16 16 "@fontsource/maple-mono": "^5.2.6", 17 17 "@iconify-json/bi": "^1.2.7", 18 18 "@iconify-json/file-icons": "^1.2.2", 19 19 "@iconify-json/mdi": "^1.2.1", 20 - "@iconify-json/simple-icons": "^1.2.75", 20 + "@iconify-json/simple-icons": "^1.2.79", 21 21 "@playform/inline": "^0.1.4", 22 - "astro": "^6.0.8", 22 + "astro": "^6.1.9", 23 23 "astro-icon": "^1.1.4", 24 24 "cowsay": "^1.6.0", 25 25 "lightningcss": "^1.32.0", 26 26 "markdown-it": "^14.1.0", 27 - "sanitize-html": "^2.17.2", 27 + "sanitize-html": "^2.17.3", 28 28 "sharp": "^0.34.5", 29 - "slugify": "^1.6.8", 30 - "typescript": "^6.0.2" 29 + "slugify": "^1.6.9", 30 + "typescript": "^6.0.3" 31 31 }, 32 32 "devDependencies": { 33 33 "@types/markdown-it": "^14.1.2", 34 34 "@types/sanitize-html": "^2.16.1", 35 - "prettier": "^3.8.1", 35 + "prettier": "^3.8.3", 36 36 "prettier-plugin-astro": "^0.14.1" 37 37 } 38 38 }, ··· 65 65 "license": "MIT" 66 66 }, 67 67 "node_modules/@astrojs/compiler-binding": { 68 - "version": "0.1.6", 69 - "resolved": "https://registry.npmjs.org/@astrojs/compiler-binding/-/compiler-binding-0.1.6.tgz", 70 - "integrity": "sha512-EPQMZBEgqbjye57qcHQehrYQUl47kNySwUAW3U/IYrMPtuiAWAht1Dl1rahGVeWg8PDXCZXRGm+WCDAowMP1VA==", 68 + "version": "0.1.10", 69 + "resolved": "https://registry.npmjs.org/@astrojs/compiler-binding/-/compiler-binding-0.1.10.tgz", 70 + "integrity": "sha512-XvsWOM1JTjTDETD4qK2rIIHyPSMtBP+t7+Hmgk1kd4/iiUxLPnyLjnwLKX7N5t1MBHNmGiEA39DOslSMtlnfeg==", 71 71 "license": "MIT", 72 72 "engines": { 73 73 "node": "^20.19.0 || >=22.12.0" 74 74 }, 75 75 "optionalDependencies": { 76 - "@astrojs/compiler-binding-darwin-arm64": "0.1.6", 77 - "@astrojs/compiler-binding-darwin-x64": "0.1.6", 78 - "@astrojs/compiler-binding-linux-arm64-gnu": "0.1.6", 79 - "@astrojs/compiler-binding-linux-arm64-musl": "0.1.6", 80 - "@astrojs/compiler-binding-linux-x64-gnu": "0.1.6", 81 - "@astrojs/compiler-binding-linux-x64-musl": "0.1.6", 82 - "@astrojs/compiler-binding-wasm32-wasi": "0.1.6", 83 - "@astrojs/compiler-binding-win32-arm64-msvc": "0.1.6", 84 - "@astrojs/compiler-binding-win32-x64-msvc": "0.1.6" 76 + "@astrojs/compiler-binding-darwin-arm64": "0.1.10", 77 + "@astrojs/compiler-binding-darwin-x64": "0.1.10", 78 + "@astrojs/compiler-binding-linux-arm64-gnu": "0.1.10", 79 + "@astrojs/compiler-binding-linux-arm64-musl": "0.1.10", 80 + "@astrojs/compiler-binding-linux-x64-gnu": "0.1.10", 81 + "@astrojs/compiler-binding-linux-x64-musl": "0.1.10", 82 + "@astrojs/compiler-binding-wasm32-wasi": "0.1.10", 83 + "@astrojs/compiler-binding-win32-arm64-msvc": "0.1.10", 84 + "@astrojs/compiler-binding-win32-x64-msvc": "0.1.10" 85 85 } 86 86 }, 87 87 "node_modules/@astrojs/compiler-binding-darwin-arm64": { 88 - "version": "0.1.6", 89 - "resolved": "https://registry.npmjs.org/@astrojs/compiler-binding-darwin-arm64/-/compiler-binding-darwin-arm64-0.1.6.tgz", 90 - "integrity": "sha512-pYCFf5a/Tat+uRJU7xUSK0aw45kxnwAaKyhpnosJFCFhiiG4d/b7U526gaIqdcIZx6PbZ0hPOYDAxUYYfMDFaw==", 88 + "version": "0.1.10", 89 + "resolved": "https://registry.npmjs.org/@astrojs/compiler-binding-darwin-arm64/-/compiler-binding-darwin-arm64-0.1.10.tgz", 90 + "integrity": "sha512-zDYwHvXVCm91XUm5xBRPbZK6yx9foM+Ut2qHiL0L37r1daF1bGLhnYjNV/VP35OLH5o/A1j+9uvl1xEX2a3ftw==", 91 91 "cpu": [ 92 92 "arm64" 93 93 ], ··· 101 101 } 102 102 }, 103 103 "node_modules/@astrojs/compiler-binding-darwin-x64": { 104 - "version": "0.1.6", 105 - "resolved": "https://registry.npmjs.org/@astrojs/compiler-binding-darwin-x64/-/compiler-binding-darwin-x64-0.1.6.tgz", 106 - "integrity": "sha512-GfXy2xBFwg/yCpd8VWqnDfceCnMgT+7HPoPCuJS+lNeRyi76M/4bACMROcoe59R4brAlc7Tb1kO0MED581OjJQ==", 104 + "version": "0.1.10", 105 + "resolved": "https://registry.npmjs.org/@astrojs/compiler-binding-darwin-x64/-/compiler-binding-darwin-x64-0.1.10.tgz", 106 + "integrity": "sha512-EqugPJFuQdG11sG6TtO8uq0njcEyv9y/5gdpBRZJE6aSoM3yWFmTQ/aNU8PWIiz1upZFjdNQ/UUnVNzYd7N7Uw==", 107 107 "cpu": [ 108 108 "x64" 109 109 ], ··· 117 117 } 118 118 }, 119 119 "node_modules/@astrojs/compiler-binding-linux-arm64-gnu": { 120 - "version": "0.1.6", 121 - "resolved": "https://registry.npmjs.org/@astrojs/compiler-binding-linux-arm64-gnu/-/compiler-binding-linux-arm64-gnu-0.1.6.tgz", 122 - "integrity": "sha512-XcLFDccESW7ILeO6fFsV7W+PlLX7FNifN3WZdqdO/DNAIyHj1WahI65UImauf3VfMirwexI05XsOjLpiSUg05g==", 120 + "version": "0.1.10", 121 + "resolved": "https://registry.npmjs.org/@astrojs/compiler-binding-linux-arm64-gnu/-/compiler-binding-linux-arm64-gnu-0.1.10.tgz", 122 + "integrity": "sha512-h1UN8yx2vO/0uwnExN/8MNfsDr7OFADVM3Vv0JWeSpmUO6sFOvTsGVAeBBl29up6c4sdT3QJ5rf6sczQsc25dA==", 123 123 "cpu": [ 124 124 "arm64" 125 + ], 126 + "libc": [ 127 + "glibc" 125 128 ], 126 129 "license": "MIT", 127 130 "optional": true, ··· 133 136 } 134 137 }, 135 138 "node_modules/@astrojs/compiler-binding-linux-arm64-musl": { 136 - "version": "0.1.6", 137 - "resolved": "https://registry.npmjs.org/@astrojs/compiler-binding-linux-arm64-musl/-/compiler-binding-linux-arm64-musl-0.1.6.tgz", 138 - "integrity": "sha512-96Mm9qf1xYHW66DjtvTdHJED0rVeh0X/Gt72lzia8RM6nJSXO+3YqiFBcsP3ixrcHJliMaV8s8+iwb5pR9kgeg==", 139 + "version": "0.1.10", 140 + "resolved": "https://registry.npmjs.org/@astrojs/compiler-binding-linux-arm64-musl/-/compiler-binding-linux-arm64-musl-0.1.10.tgz", 141 + "integrity": "sha512-ot1Lksml0FqrrlYa89wGXQM+n290ncj65PZAq8siEWmXsmwoNCYCbqRSwRO6I/cT+PDlmmV0AcFTrp1DEO3PUA==", 139 142 "cpu": [ 140 143 "arm64" 144 + ], 145 + "libc": [ 146 + "musl" 141 147 ], 142 148 "license": "MIT", 143 149 "optional": true, ··· 149 155 } 150 156 }, 151 157 "node_modules/@astrojs/compiler-binding-linux-x64-gnu": { 152 - "version": "0.1.6", 153 - "resolved": "https://registry.npmjs.org/@astrojs/compiler-binding-linux-x64-gnu/-/compiler-binding-linux-x64-gnu-0.1.6.tgz", 154 - "integrity": "sha512-Eg0N+YYLjIwCgnQvpGUWCs0C7v/dZmcH9hnWAkZYSamSJPxKWDlGC5rVoaBJCtRleAfjmKxHKaCjn9t7E4pyTg==", 158 + "version": "0.1.10", 159 + "resolved": "https://registry.npmjs.org/@astrojs/compiler-binding-linux-x64-gnu/-/compiler-binding-linux-x64-gnu-0.1.10.tgz", 160 + "integrity": "sha512-RGKGCbCvDat+DppnQbiWIhif6ptvkyXMdqOa7NjES4UoqIIUjE3YZfRn8gp3bXUe4ReWv4hGO1TQd2eitONt1g==", 155 161 "cpu": [ 156 162 "x64" 163 + ], 164 + "libc": [ 165 + "glibc" 157 166 ], 158 167 "license": "MIT", 159 168 "optional": true, ··· 165 174 } 166 175 }, 167 176 "node_modules/@astrojs/compiler-binding-linux-x64-musl": { 168 - "version": "0.1.6", 169 - "resolved": "https://registry.npmjs.org/@astrojs/compiler-binding-linux-x64-musl/-/compiler-binding-linux-x64-musl-0.1.6.tgz", 170 - "integrity": "sha512-YnoxAnVcFzlP/Wr4FPVdjh1ecmvH/BWeeNK8UJZN/xd6XXLbj1loG2ckZ7+lA8HpZeyiwU2+IAZ4XjGsIUHI6w==", 177 + "version": "0.1.10", 178 + "resolved": "https://registry.npmjs.org/@astrojs/compiler-binding-linux-x64-musl/-/compiler-binding-linux-x64-musl-0.1.10.tgz", 179 + "integrity": "sha512-UemMv5Xq9c7trG9Cel4MHAo2wYiCxZ6qIKUnI4NJqBXDtOBqAjcMoqMbw78KYkb9vg2OIewVaJ+YvQrFZs5VBg==", 171 180 "cpu": [ 172 181 "x64" 173 182 ], 183 + "libc": [ 184 + "musl" 185 + ], 174 186 "license": "MIT", 175 187 "optional": true, 176 188 "os": [ ··· 181 193 } 182 194 }, 183 195 "node_modules/@astrojs/compiler-binding-wasm32-wasi": { 184 - "version": "0.1.6", 185 - "resolved": "https://registry.npmjs.org/@astrojs/compiler-binding-wasm32-wasi/-/compiler-binding-wasm32-wasi-0.1.6.tgz", 186 - "integrity": "sha512-yNZEslAC8v/3G5lSA4GNuXGTRR8TonRzv/hCkBg7aN+8wOQF88YZTR8TLGb0sYEXV7tukYAGmmWAnMeM2zTRCQ==", 196 + "version": "0.1.10", 197 + "resolved": "https://registry.npmjs.org/@astrojs/compiler-binding-wasm32-wasi/-/compiler-binding-wasm32-wasi-0.1.10.tgz", 198 + "integrity": "sha512-SwawjgiYnm7s5neVKRoHIsnGG06vhuFhKg0iMBO6EsnL19xVbUp61V50gVtdgFlsfXalfH6SHuv2wQw8FhFSNg==", 187 199 "cpu": [ 188 200 "wasm32" 189 201 ], 190 202 "license": "MIT", 191 203 "optional": true, 192 204 "dependencies": { 193 - "@napi-rs/wasm-runtime": "^1.1.1" 205 + "@napi-rs/wasm-runtime": "^1.1.4" 194 206 }, 195 207 "engines": { 196 208 "node": ">=14.0.0" 197 209 } 198 210 }, 199 211 "node_modules/@astrojs/compiler-binding-win32-arm64-msvc": { 200 - "version": "0.1.6", 201 - "resolved": "https://registry.npmjs.org/@astrojs/compiler-binding-win32-arm64-msvc/-/compiler-binding-win32-arm64-msvc-0.1.6.tgz", 202 - "integrity": "sha512-gnMcXKokX3/LiaFmUdTEX/UwUE3geH5TorQ2QMSPTgCpv/kS3nokflRIYQ/69NEqlk2DQoR3gas002spZTMffw==", 212 + "version": "0.1.10", 213 + "resolved": "https://registry.npmjs.org/@astrojs/compiler-binding-win32-arm64-msvc/-/compiler-binding-win32-arm64-msvc-0.1.10.tgz", 214 + "integrity": "sha512-DKGOtbS8AZztvKUUdzvf+bOp7QLudmQiMHSYobSZKFanryQH5SllOMrZsL2pbDAcfBBrf0WsYWp9R+/ga7gGhQ==", 203 215 "cpu": [ 204 216 "arm64" 205 217 ], ··· 213 225 } 214 226 }, 215 227 "node_modules/@astrojs/compiler-binding-win32-x64-msvc": { 216 - "version": "0.1.6", 217 - "resolved": "https://registry.npmjs.org/@astrojs/compiler-binding-win32-x64-msvc/-/compiler-binding-win32-x64-msvc-0.1.6.tgz", 218 - "integrity": "sha512-7jEsJ1TjX1lVd/1fH1CgO/wvmWBztLHekqefPiIJQC6U+ks7ToMV2+J3so0MM/ZCfXpHnPNigcBmHn94YR1+cQ==", 228 + "version": "0.1.10", 229 + "resolved": "https://registry.npmjs.org/@astrojs/compiler-binding-win32-x64-msvc/-/compiler-binding-win32-x64-msvc-0.1.10.tgz", 230 + "integrity": "sha512-de9Y0GPm19G6SPgUk86ycZNuWEw7AA7vLZvsi/+cNR7tr/vOabU931O22L4bjjS138PFWmBz+qYOH9CT6h6BDA==", 219 231 "cpu": [ 220 232 "x64" 221 233 ], ··· 229 241 } 230 242 }, 231 243 "node_modules/@astrojs/compiler-rs": { 232 - "version": "0.1.6", 233 - "resolved": "https://registry.npmjs.org/@astrojs/compiler-rs/-/compiler-rs-0.1.6.tgz", 234 - "integrity": "sha512-8PtjNrpEK4+B5Cip/ODgBFQAaBLPxkLLehoqmNMAV+iPSFGRjRHmwxGqSoB5L8pvk3z4IngCkiizcw+HoKMWWA==", 244 + "version": "0.1.10", 245 + "resolved": "https://registry.npmjs.org/@astrojs/compiler-rs/-/compiler-rs-0.1.10.tgz", 246 + "integrity": "sha512-Mul2veNSpEzwd1Zk6coIAu9TKyk6RjBJMWaOOrelBBA+ZmcGXhj7MabjowNTOMgvRUU8YHXAHadzoKD0y49uxw==", 235 247 "license": "MIT", 236 248 "dependencies": { 237 - "@astrojs/compiler-binding": "0.1.6" 249 + "@astrojs/compiler-binding": "0.1.10" 238 250 } 239 251 }, 240 252 "node_modules/@astrojs/internal-helpers": { 241 - "version": "0.8.0", 242 - "resolved": "https://registry.npmjs.org/@astrojs/internal-helpers/-/internal-helpers-0.8.0.tgz", 243 - "integrity": "sha512-J56GrhEiV+4dmrGLPNOl2pZjpHXAndWVyiVDYGDuw6MWKpBSEMLdFxHzeM/6sqaknw9M+HFfHZAcvi3OfT3D/w==", 253 + "version": "0.9.0", 254 + "resolved": "https://registry.npmjs.org/@astrojs/internal-helpers/-/internal-helpers-0.9.0.tgz", 255 + "integrity": "sha512-GdYkzR26re8izmyYlBqf4z2s7zNngmWLFuxw0UKiPNqHraZGS6GKWIwSHgS22RDlu2ePFJ8bzmpBcUszut/SDg==", 244 256 "license": "MIT", 245 257 "dependencies": { 246 - "picomatch": "^4.0.3" 258 + "picomatch": "^4.0.4" 247 259 } 248 260 }, 249 261 "node_modules/@astrojs/markdown-remark": { 250 - "version": "7.0.1", 251 - "resolved": "https://registry.npmjs.org/@astrojs/markdown-remark/-/markdown-remark-7.0.1.tgz", 252 - "integrity": "sha512-zAfLJmn07u9SlDNNHTpjv0RT4F8D4k54NR7ReRas8CO4OeGoqSvOuKwqCFg2/cqN3wHwdWlK/7Yv/lMXlhVIaw==", 262 + "version": "7.1.1", 263 + "resolved": "https://registry.npmjs.org/@astrojs/markdown-remark/-/markdown-remark-7.1.1.tgz", 264 + "integrity": "sha512-C6e9BnLGlbdv6bV8MYGeHpHxsUHrCrB4OuRLqi5LI7oiBVcBcqfUN06zpwFQdHgV48QCCrMmLpyqBr7VqC+swA==", 253 265 "license": "MIT", 254 266 "dependencies": { 255 - "@astrojs/internal-helpers": "0.8.0", 267 + "@astrojs/internal-helpers": "0.9.0", 256 268 "@astrojs/prism": "4.0.1", 257 269 "github-slugger": "^2.0.0", 258 270 "hast-util-from-html": "^2.0.3", ··· 265 277 "remark-parse": "^11.0.0", 266 278 "remark-rehype": "^11.1.2", 267 279 "remark-smartypants": "^3.0.2", 280 + "retext-smartypants": "^6.2.0", 268 281 "shiki": "^4.0.0", 269 282 "smol-toml": "^1.6.0", 270 283 "unified": "^11.0.5", ··· 275 288 } 276 289 }, 277 290 "node_modules/@astrojs/mdx": { 278 - "version": "5.0.2", 279 - "resolved": "https://registry.npmjs.org/@astrojs/mdx/-/mdx-5.0.2.tgz", 280 - "integrity": "sha512-0as6odPH9ZQhS3pdH9dWmVOwgXuDtytJiE4VvYgR0lSFBvF4PSTyE0HdODHm/d7dBghvWTPc2bQaBm4y4nTBNw==", 291 + "version": "5.0.4", 292 + "resolved": "https://registry.npmjs.org/@astrojs/mdx/-/mdx-5.0.4.tgz", 293 + "integrity": "sha512-tSbuuYueNODiFAFaME7pjHY5lOLoxBYJi1cKd6scw9+a4ZO7C7UGdafEoVAQvOV2eO8a6RaHSAJYGVPL1w8BPA==", 281 294 "license": "MIT", 282 295 "dependencies": { 283 - "@astrojs/markdown-remark": "7.0.1", 296 + "@astrojs/markdown-remark": "7.1.1", 284 297 "@mdx-js/mdx": "^3.1.1", 285 298 "acorn": "^8.16.0", 286 299 "es-module-lexer": "^2.0.0", ··· 314 327 } 315 328 }, 316 329 "node_modules/@astrojs/rss": { 317 - "version": "4.0.17", 318 - "resolved": "https://registry.npmjs.org/@astrojs/rss/-/rss-4.0.17.tgz", 319 - "integrity": "sha512-eV+wdMbeVKC9+sPaV0LN8JL1LGo9YAh3GKl4Ou4nzMNLmXM/aswYpSGxVEAuHilgBZ6/++/Pv08ICmuOqX107w==", 330 + "version": "4.0.18", 331 + "resolved": "https://registry.npmjs.org/@astrojs/rss/-/rss-4.0.18.tgz", 332 + "integrity": "sha512-wc5DwKlbTEdgVAWnHy8krFTeQ42t1v/DJqeq5HtulYK3FYHE4krtRGjoyhS3eXXgfdV6Raoz2RU3wrMTFAitRg==", 320 333 "license": "MIT", 321 334 "dependencies": { 322 - "fast-xml-parser": "5.4.1", 335 + "fast-xml-parser": "^5.5.7", 323 336 "piccolore": "^0.1.3", 324 337 "zod": "^4.3.6" 325 338 } 326 339 }, 327 340 "node_modules/@astrojs/sitemap": { 328 - "version": "3.7.1", 329 - "resolved": "https://registry.npmjs.org/@astrojs/sitemap/-/sitemap-3.7.1.tgz", 330 - "integrity": "sha512-IzQqdTeskaMX+QDZCzMuJIp8A8C1vgzMBp/NmHNnadepHYNHcxQdGLQZYfkbd2EbRXUfOS+UDIKx8sKg0oWVdw==", 341 + "version": "3.7.2", 342 + "resolved": "https://registry.npmjs.org/@astrojs/sitemap/-/sitemap-3.7.2.tgz", 343 + "integrity": "sha512-PqkzkcZTb5ICiyIR8VoKbIAP/laNRXi5tw616N1Ckk+40oNB8Can1AzVV56lrbC5GKSZFCyJYUVYqVivMisvpA==", 331 344 "license": "MIT", 332 345 "dependencies": { 333 346 "sitemap": "^9.0.0", ··· 336 349 } 337 350 }, 338 351 "node_modules/@astrojs/telemetry": { 339 - "version": "3.3.0", 340 - "resolved": "https://registry.npmjs.org/@astrojs/telemetry/-/telemetry-3.3.0.tgz", 341 - "integrity": "sha512-UFBgfeldP06qu6khs/yY+q1cDAaArM2/7AEIqQ9Cuvf7B1hNLq0xDrZkct+QoIGyjq56y8IaE2I3CTvG99mlhQ==", 352 + "version": "3.3.1", 353 + "resolved": "https://registry.npmjs.org/@astrojs/telemetry/-/telemetry-3.3.1.tgz", 354 + "integrity": "sha512-7fcIxXS9J4ls5tr8b3ww9rbAIz2+HrhNJYZdkAhhB4za/I5IZ/60g+Bs8q7zwG0tOIZfNB4JWhVJ1Qkl/OrNCw==", 342 355 "license": "MIT", 343 356 "dependencies": { 344 - "ci-info": "^4.2.0", 345 - "debug": "^4.4.0", 357 + "ci-info": "^4.4.0", 346 358 "dlv": "^1.1.3", 347 359 "dset": "^3.1.4", 348 - "is-docker": "^3.0.0", 349 - "is-wsl": "^3.1.0", 360 + "is-docker": "^4.0.0", 361 + "is-wsl": "^3.1.1", 350 362 "which-pm-runs": "^1.1.0" 351 363 }, 352 364 "engines": { ··· 412 424 } 413 425 }, 414 426 "node_modules/@clack/core": { 415 - "version": "1.1.0", 416 - "resolved": "https://registry.npmjs.org/@clack/core/-/core-1.1.0.tgz", 417 - "integrity": "sha512-SVcm4Dqm2ukn64/8Gub2wnlA5nS2iWJyCkdNHcvNHPIeBTGojpdJ+9cZKwLfmqy7irD4N5qLteSilJlE0WLAtA==", 427 + "version": "1.2.0", 428 + "resolved": "https://registry.npmjs.org/@clack/core/-/core-1.2.0.tgz", 429 + "integrity": "sha512-qfxof/3T3t9DPU/Rj3OmcFyZInceqj/NVtO9rwIuJqCUgh32gwPjpFQQp/ben07qKlhpwq7GzfWpST4qdJ5Drg==", 418 430 "license": "MIT", 419 431 "dependencies": { 432 + "fast-wrap-ansi": "^0.1.3", 420 433 "sisteransi": "^1.0.5" 421 434 } 422 435 }, 423 436 "node_modules/@clack/prompts": { 424 - "version": "1.1.0", 425 - "resolved": "https://registry.npmjs.org/@clack/prompts/-/prompts-1.1.0.tgz", 426 - "integrity": "sha512-pkqbPGtohJAvm4Dphs2M8xE29ggupihHdy1x84HNojZuMtFsHiUlRvqD24tM2+XmI+61LlfNceM3Wr7U5QES5g==", 437 + "version": "1.2.0", 438 + "resolved": "https://registry.npmjs.org/@clack/prompts/-/prompts-1.2.0.tgz", 439 + "integrity": "sha512-4jmztR9fMqPMjz6H/UZXj0zEmE43ha1euENwkckKKel4XpSfokExPo5AiVStdHSAlHekz4d0CA/r45Ok1E4D3w==", 427 440 "license": "MIT", 428 441 "dependencies": { 429 - "@clack/core": "1.1.0", 442 + "@clack/core": "1.2.0", 443 + "fast-string-width": "^1.1.0", 444 + "fast-wrap-ansi": "^0.1.3", 430 445 "sisteransi": "^1.0.5" 431 446 } 432 447 }, 433 448 "node_modules/@emnapi/core": { 434 - "version": "1.9.1", 435 - "resolved": "https://registry.npmjs.org/@emnapi/core/-/core-1.9.1.tgz", 436 - "integrity": "sha512-mukuNALVsoix/w1BJwFzwXBN/dHeejQtuVzcDsfOEsdpCumXb/E9j8w11h5S54tT1xhifGfbbSm/ICrObRb3KA==", 449 + "version": "1.10.0", 450 + "resolved": "https://registry.npmjs.org/@emnapi/core/-/core-1.10.0.tgz", 451 + "integrity": "sha512-yq6OkJ4p82CAfPl0u9mQebQHKPJkY7WrIuk205cTYnYe+k2Z8YBh11FrbRG/H6ihirqcacOgl2BIO8oyMQLeXw==", 437 452 "license": "MIT", 438 453 "optional": true, 454 + "peer": true, 439 455 "dependencies": { 440 - "@emnapi/wasi-threads": "1.2.0", 456 + "@emnapi/wasi-threads": "1.2.1", 441 457 "tslib": "^2.4.0" 442 458 } 443 459 }, 444 460 "node_modules/@emnapi/runtime": { 445 - "version": "1.9.1", 446 - "resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.9.1.tgz", 447 - "integrity": "sha512-VYi5+ZVLhpgK4hQ0TAjiQiZ6ol0oe4mBx7mVv7IflsiEp0OWoVsp/+f9Vc1hOhE0TtkORVrI1GvzyreqpgWtkA==", 461 + "version": "1.9.2", 462 + "resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.9.2.tgz", 463 + "integrity": "sha512-3U4+MIWHImeyu1wnmVygh5WlgfYDtyf0k8AbLhMFxOipihf6nrWC4syIm/SwEeec0mNSafiiNnMJwbza/Is6Lw==", 448 464 "license": "MIT", 449 465 "optional": true, 450 466 "dependencies": { ··· 452 468 } 453 469 }, 454 470 "node_modules/@emnapi/wasi-threads": { 455 - "version": "1.2.0", 456 - "resolved": "https://registry.npmjs.org/@emnapi/wasi-threads/-/wasi-threads-1.2.0.tgz", 457 - "integrity": "sha512-N10dEJNSsUx41Z6pZsXU8FjPjpBEplgH24sfkmITrBED1/U2Esum9F3lfLrMjKHHjmi557zQn7kR9R+XWXu5Rg==", 471 + "version": "1.2.1", 472 + "resolved": "https://registry.npmjs.org/@emnapi/wasi-threads/-/wasi-threads-1.2.1.tgz", 473 + "integrity": "sha512-uTII7OYF+/Mes/MrcIOYp5yOtSMLBWSIoLPpcgwipoiKbli6k322tcoFsxoIIxPDqW01SQGAgko4EzZi2BNv2w==", 458 474 "license": "MIT", 459 475 "optional": true, 476 + "peer": true, 460 477 "dependencies": { 461 478 "tslib": "^2.4.0" 462 479 } 463 480 }, 464 481 "node_modules/@esbuild/aix-ppc64": { 465 - "version": "0.27.4", 466 - "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.27.4.tgz", 467 - "integrity": "sha512-cQPwL2mp2nSmHHJlCyoXgHGhbEPMrEEU5xhkcy3Hs/O7nGZqEpZ2sUtLaL9MORLtDfRvVl2/3PAuEkYZH0Ty8Q==", 482 + "version": "0.27.7", 483 + "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.27.7.tgz", 484 + "integrity": "sha512-EKX3Qwmhz1eMdEJokhALr0YiD0lhQNwDqkPYyPhiSwKrh7/4KRjQc04sZ8db+5DVVnZ1LmbNDI1uAMPEUBnQPg==", 468 485 "cpu": [ 469 486 "ppc64" 470 487 ], ··· 478 495 } 479 496 }, 480 497 "node_modules/@esbuild/android-arm": { 481 - "version": "0.27.4", 482 - "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.27.4.tgz", 483 - "integrity": "sha512-X9bUgvxiC8CHAGKYufLIHGXPJWnr0OCdR0anD2e21vdvgCI8lIfqFbnoeOz7lBjdrAGUhqLZLcQo6MLhTO2DKQ==", 498 + "version": "0.27.7", 499 + "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.27.7.tgz", 500 + "integrity": "sha512-jbPXvB4Yj2yBV7HUfE2KHe4GJX51QplCN1pGbYjvsyCZbQmies29EoJbkEc+vYuU5o45AfQn37vZlyXy4YJ8RQ==", 484 501 "cpu": [ 485 502 "arm" 486 503 ], ··· 494 511 } 495 512 }, 496 513 "node_modules/@esbuild/android-arm64": { 497 - "version": "0.27.4", 498 - "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.27.4.tgz", 499 - "integrity": "sha512-gdLscB7v75wRfu7QSm/zg6Rx29VLdy9eTr2t44sfTW7CxwAtQghZ4ZnqHk3/ogz7xao0QAgrkradbBzcqFPasw==", 514 + "version": "0.27.7", 515 + "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.27.7.tgz", 516 + "integrity": "sha512-62dPZHpIXzvChfvfLJow3q5dDtiNMkwiRzPylSCfriLvZeq0a1bWChrGx/BbUbPwOrsWKMn8idSllklzBy+dgQ==", 500 517 "cpu": [ 501 518 "arm64" 502 519 ], ··· 510 527 } 511 528 }, 512 529 "node_modules/@esbuild/android-x64": { 513 - "version": "0.27.4", 514 - "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.27.4.tgz", 515 - "integrity": "sha512-PzPFnBNVF292sfpfhiyiXCGSn9HZg5BcAz+ivBuSsl6Rk4ga1oEXAamhOXRFyMcjwr2DVtm40G65N3GLeH1Lvw==", 530 + "version": "0.27.7", 531 + "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.27.7.tgz", 532 + "integrity": "sha512-x5VpMODneVDb70PYV2VQOmIUUiBtY3D3mPBG8NxVk5CogneYhkR7MmM3yR/uMdITLrC1ml/NV1rj4bMJuy9MCg==", 516 533 "cpu": [ 517 534 "x64" 518 535 ], ··· 526 543 } 527 544 }, 528 545 "node_modules/@esbuild/darwin-arm64": { 529 - "version": "0.27.4", 530 - "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.27.4.tgz", 531 - "integrity": "sha512-b7xaGIwdJlht8ZFCvMkpDN6uiSmnxxK56N2GDTMYPr2/gzvfdQN8rTfBsvVKmIVY/X7EM+/hJKEIbbHs9oA4tQ==", 546 + "version": "0.27.7", 547 + "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.27.7.tgz", 548 + "integrity": "sha512-5lckdqeuBPlKUwvoCXIgI2D9/ABmPq3Rdp7IfL70393YgaASt7tbju3Ac+ePVi3KDH6N2RqePfHnXkaDtY9fkw==", 532 549 "cpu": [ 533 550 "arm64" 534 551 ], ··· 542 559 } 543 560 }, 544 561 "node_modules/@esbuild/darwin-x64": { 545 - "version": "0.27.4", 546 - "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.27.4.tgz", 547 - "integrity": "sha512-sR+OiKLwd15nmCdqpXMnuJ9W2kpy0KigzqScqHI3Hqwr7IXxBp3Yva+yJwoqh7rE8V77tdoheRYataNKL4QrPw==", 562 + "version": "0.27.7", 563 + "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.27.7.tgz", 564 + "integrity": "sha512-rYnXrKcXuT7Z+WL5K980jVFdvVKhCHhUwid+dDYQpH+qu+TefcomiMAJpIiC2EM3Rjtq0sO3StMV/+3w3MyyqQ==", 548 565 "cpu": [ 549 566 "x64" 550 567 ], ··· 558 575 } 559 576 }, 560 577 "node_modules/@esbuild/freebsd-arm64": { 561 - "version": "0.27.4", 562 - "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.27.4.tgz", 563 - "integrity": "sha512-jnfpKe+p79tCnm4GVav68A7tUFeKQwQyLgESwEAUzyxk/TJr4QdGog9sqWNcUbr/bZt/O/HXouspuQDd9JxFSw==", 578 + "version": "0.27.7", 579 + "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.27.7.tgz", 580 + "integrity": "sha512-B48PqeCsEgOtzME2GbNM2roU29AMTuOIN91dsMO30t+Ydis3z/3Ngoj5hhnsOSSwNzS+6JppqWsuhTp6E82l2w==", 564 581 "cpu": [ 565 582 "arm64" 566 583 ], ··· 574 591 } 575 592 }, 576 593 "node_modules/@esbuild/freebsd-x64": { 577 - "version": "0.27.4", 578 - "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.27.4.tgz", 579 - "integrity": "sha512-2kb4ceA/CpfUrIcTUl1wrP/9ad9Atrp5J94Lq69w7UwOMolPIGrfLSvAKJp0RTvkPPyn6CIWrNy13kyLikZRZQ==", 594 + "version": "0.27.7", 595 + "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.27.7.tgz", 596 + "integrity": "sha512-jOBDK5XEjA4m5IJK3bpAQF9/Lelu/Z9ZcdhTRLf4cajlB+8VEhFFRjWgfy3M1O4rO2GQ/b2dLwCUGpiF/eATNQ==", 580 597 "cpu": [ 581 598 "x64" 582 599 ], ··· 590 607 } 591 608 }, 592 609 "node_modules/@esbuild/linux-arm": { 593 - "version": "0.27.4", 594 - "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.27.4.tgz", 595 - "integrity": "sha512-aBYgcIxX/wd5n2ys0yESGeYMGF+pv6g0DhZr3G1ZG4jMfruU9Tl1i2Z+Wnj9/KjGz1lTLCcorqE2viePZqj4Eg==", 610 + "version": "0.27.7", 611 + "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.27.7.tgz", 612 + "integrity": "sha512-RkT/YXYBTSULo3+af8Ib0ykH8u2MBh57o7q/DAs3lTJlyVQkgQvlrPTnjIzzRPQyavxtPtfg0EopvDyIt0j1rA==", 596 613 "cpu": [ 597 614 "arm" 598 615 ], ··· 606 623 } 607 624 }, 608 625 "node_modules/@esbuild/linux-arm64": { 609 - "version": "0.27.4", 610 - "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.27.4.tgz", 611 - "integrity": "sha512-7nQOttdzVGth1iz57kxg9uCz57dxQLHWxopL6mYuYthohPKEK0vU0C3O21CcBK6KDlkYVcnDXY099HcCDXd9dA==", 626 + "version": "0.27.7", 627 + "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.27.7.tgz", 628 + "integrity": "sha512-RZPHBoxXuNnPQO9rvjh5jdkRmVizktkT7TCDkDmQ0W2SwHInKCAV95GRuvdSvA7w4VMwfCjUiPwDi0ZO6Nfe9A==", 612 629 "cpu": [ 613 630 "arm64" 614 631 ], ··· 622 639 } 623 640 }, 624 641 "node_modules/@esbuild/linux-ia32": { 625 - "version": "0.27.4", 626 - "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.27.4.tgz", 627 - "integrity": "sha512-oPtixtAIzgvzYcKBQM/qZ3R+9TEUd1aNJQu0HhGyqtx6oS7qTpvjheIWBbes4+qu1bNlo2V4cbkISr8q6gRBFA==", 642 + "version": "0.27.7", 643 + "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.27.7.tgz", 644 + "integrity": "sha512-GA48aKNkyQDbd3KtkplYWT102C5sn/EZTY4XROkxONgruHPU72l+gW+FfF8tf2cFjeHaRbWpOYa/uRBz/Xq1Pg==", 628 645 "cpu": [ 629 646 "ia32" 630 647 ], ··· 638 655 } 639 656 }, 640 657 "node_modules/@esbuild/linux-loong64": { 641 - "version": "0.27.4", 642 - "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.27.4.tgz", 643 - "integrity": "sha512-8mL/vh8qeCoRcFH2nM8wm5uJP+ZcVYGGayMavi8GmRJjuI3g1v6Z7Ni0JJKAJW+m0EtUuARb6Lmp4hMjzCBWzA==", 658 + "version": "0.27.7", 659 + "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.27.7.tgz", 660 + "integrity": "sha512-a4POruNM2oWsD4WKvBSEKGIiWQF8fZOAsycHOt6JBpZ+JN2n2JH9WAv56SOyu9X5IqAjqSIPTaJkqN8F7XOQ5Q==", 644 661 "cpu": [ 645 662 "loong64" 646 663 ], ··· 654 671 } 655 672 }, 656 673 "node_modules/@esbuild/linux-mips64el": { 657 - "version": "0.27.4", 658 - "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.27.4.tgz", 659 - "integrity": "sha512-1RdrWFFiiLIW7LQq9Q2NES+HiD4NyT8Itj9AUeCl0IVCA459WnPhREKgwrpaIfTOe+/2rdntisegiPWn/r/aAw==", 674 + "version": "0.27.7", 675 + "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.27.7.tgz", 676 + "integrity": "sha512-KabT5I6StirGfIz0FMgl1I+R1H73Gp0ofL9A3nG3i/cYFJzKHhouBV5VWK1CSgKvVaG4q1RNpCTR2LuTVB3fIw==", 660 677 "cpu": [ 661 678 "mips64el" 662 679 ], ··· 670 687 } 671 688 }, 672 689 "node_modules/@esbuild/linux-ppc64": { 673 - "version": "0.27.4", 674 - "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.27.4.tgz", 675 - "integrity": "sha512-tLCwNG47l3sd9lpfyx9LAGEGItCUeRCWeAx6x2Jmbav65nAwoPXfewtAdtbtit/pJFLUWOhpv0FpS6GQAmPrHA==", 690 + "version": "0.27.7", 691 + "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.27.7.tgz", 692 + "integrity": "sha512-gRsL4x6wsGHGRqhtI+ifpN/vpOFTQtnbsupUF5R5YTAg+y/lKelYR1hXbnBdzDjGbMYjVJLJTd2OFmMewAgwlQ==", 676 693 "cpu": [ 677 694 "ppc64" 678 695 ], ··· 686 703 } 687 704 }, 688 705 "node_modules/@esbuild/linux-riscv64": { 689 - "version": "0.27.4", 690 - "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.27.4.tgz", 691 - "integrity": "sha512-BnASypppbUWyqjd1KIpU4AUBiIhVr6YlHx/cnPgqEkNoVOhHg+YiSVxM1RLfiy4t9cAulbRGTNCKOcqHrEQLIw==", 706 + "version": "0.27.7", 707 + "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.27.7.tgz", 708 + "integrity": "sha512-hL25LbxO1QOngGzu2U5xeXtxXcW+/GvMN3ejANqXkxZ/opySAZMrc+9LY/WyjAan41unrR3YrmtTsUpwT66InQ==", 692 709 "cpu": [ 693 710 "riscv64" 694 711 ], ··· 702 719 } 703 720 }, 704 721 "node_modules/@esbuild/linux-s390x": { 705 - "version": "0.27.4", 706 - "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.27.4.tgz", 707 - "integrity": "sha512-+eUqgb/Z7vxVLezG8bVB9SfBie89gMueS+I0xYh2tJdw3vqA/0ImZJ2ROeWwVJN59ihBeZ7Tu92dF/5dy5FttA==", 722 + "version": "0.27.7", 723 + "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.27.7.tgz", 724 + "integrity": "sha512-2k8go8Ycu1Kb46vEelhu1vqEP+UeRVj2zY1pSuPdgvbd5ykAw82Lrro28vXUrRmzEsUV0NzCf54yARIK8r0fdw==", 708 725 "cpu": [ 709 726 "s390x" 710 727 ], ··· 718 735 } 719 736 }, 720 737 "node_modules/@esbuild/linux-x64": { 721 - "version": "0.27.4", 722 - "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.27.4.tgz", 723 - "integrity": "sha512-S5qOXrKV8BQEzJPVxAwnryi2+Iq5pB40gTEIT69BQONqR7JH1EPIcQ/Uiv9mCnn05jff9umq/5nqzxlqTOg9NA==", 738 + "version": "0.27.7", 739 + "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.27.7.tgz", 740 + "integrity": "sha512-hzznmADPt+OmsYzw1EE33ccA+HPdIqiCRq7cQeL1Jlq2gb1+OyWBkMCrYGBJ+sxVzve2ZJEVeePbLM2iEIZSxA==", 724 741 "cpu": [ 725 742 "x64" 726 743 ], ··· 734 751 } 735 752 }, 736 753 "node_modules/@esbuild/netbsd-arm64": { 737 - "version": "0.27.4", 738 - "resolved": "https://registry.npmjs.org/@esbuild/netbsd-arm64/-/netbsd-arm64-0.27.4.tgz", 739 - "integrity": "sha512-xHT8X4sb0GS8qTqiwzHqpY00C95DPAq7nAwX35Ie/s+LO9830hrMd3oX0ZMKLvy7vsonee73x0lmcdOVXFzd6Q==", 754 + "version": "0.27.7", 755 + "resolved": "https://registry.npmjs.org/@esbuild/netbsd-arm64/-/netbsd-arm64-0.27.7.tgz", 756 + "integrity": "sha512-b6pqtrQdigZBwZxAn1UpazEisvwaIDvdbMbmrly7cDTMFnw/+3lVxxCTGOrkPVnsYIosJJXAsILG9XcQS+Yu6w==", 740 757 "cpu": [ 741 758 "arm64" 742 759 ], ··· 750 767 } 751 768 }, 752 769 "node_modules/@esbuild/netbsd-x64": { 753 - "version": "0.27.4", 754 - "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.27.4.tgz", 755 - "integrity": "sha512-RugOvOdXfdyi5Tyv40kgQnI0byv66BFgAqjdgtAKqHoZTbTF2QqfQrFwa7cHEORJf6X2ht+l9ABLMP0dnKYsgg==", 770 + "version": "0.27.7", 771 + "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.27.7.tgz", 772 + "integrity": "sha512-OfatkLojr6U+WN5EDYuoQhtM+1xco+/6FSzJJnuWiUw5eVcicbyK3dq5EeV/QHT1uy6GoDhGbFpprUiHUYggrw==", 756 773 "cpu": [ 757 774 "x64" 758 775 ], ··· 766 783 } 767 784 }, 768 785 "node_modules/@esbuild/openbsd-arm64": { 769 - "version": "0.27.4", 770 - "resolved": "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.27.4.tgz", 771 - "integrity": "sha512-2MyL3IAaTX+1/qP0O1SwskwcwCoOI4kV2IBX1xYnDDqthmq5ArrW94qSIKCAuRraMgPOmG0RDTA74mzYNQA9ow==", 786 + "version": "0.27.7", 787 + "resolved": "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.27.7.tgz", 788 + "integrity": "sha512-AFuojMQTxAz75Fo8idVcqoQWEHIXFRbOc1TrVcFSgCZtQfSdc1RXgB3tjOn/krRHENUB4j00bfGjyl2mJrU37A==", 772 789 "cpu": [ 773 790 "arm64" 774 791 ], ··· 782 799 } 783 800 }, 784 801 "node_modules/@esbuild/openbsd-x64": { 785 - "version": "0.27.4", 786 - "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.27.4.tgz", 787 - "integrity": "sha512-u8fg/jQ5aQDfsnIV6+KwLOf1CmJnfu1ShpwqdwC0uA7ZPwFws55Ngc12vBdeUdnuWoQYx/SOQLGDcdlfXhYmXQ==", 802 + "version": "0.27.7", 803 + "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.27.7.tgz", 804 + "integrity": "sha512-+A1NJmfM8WNDv5CLVQYJ5PshuRm/4cI6WMZRg1by1GwPIQPCTs1GLEUHwiiQGT5zDdyLiRM/l1G0Pv54gvtKIg==", 788 805 "cpu": [ 789 806 "x64" 790 807 ], ··· 798 815 } 799 816 }, 800 817 "node_modules/@esbuild/openharmony-arm64": { 801 - "version": "0.27.4", 802 - "resolved": "https://registry.npmjs.org/@esbuild/openharmony-arm64/-/openharmony-arm64-0.27.4.tgz", 803 - "integrity": "sha512-JkTZrl6VbyO8lDQO3yv26nNr2RM2yZzNrNHEsj9bm6dOwwu9OYN28CjzZkH57bh4w0I2F7IodpQvUAEd1mbWXg==", 818 + "version": "0.27.7", 819 + "resolved": "https://registry.npmjs.org/@esbuild/openharmony-arm64/-/openharmony-arm64-0.27.7.tgz", 820 + "integrity": "sha512-+KrvYb/C8zA9CU/g0sR6w2RBw7IGc5J2BPnc3dYc5VJxHCSF1yNMxTV5LQ7GuKteQXZtspjFbiuW5/dOj7H4Yw==", 804 821 "cpu": [ 805 822 "arm64" 806 823 ], ··· 814 831 } 815 832 }, 816 833 "node_modules/@esbuild/sunos-x64": { 817 - "version": "0.27.4", 818 - "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.27.4.tgz", 819 - "integrity": "sha512-/gOzgaewZJfeJTlsWhvUEmUG4tWEY2Spp5M20INYRg2ZKl9QPO3QEEgPeRtLjEWSW8FilRNacPOg8R1uaYkA6g==", 834 + "version": "0.27.7", 835 + "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.27.7.tgz", 836 + "integrity": "sha512-ikktIhFBzQNt/QDyOL580ti9+5mL/YZeUPKU2ivGtGjdTYoqz6jObj6nOMfhASpS4GU4Q/Clh1QtxWAvcYKamA==", 820 837 "cpu": [ 821 838 "x64" 822 839 ], ··· 830 847 } 831 848 }, 832 849 "node_modules/@esbuild/win32-arm64": { 833 - "version": "0.27.4", 834 - "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.27.4.tgz", 835 - "integrity": "sha512-Z9SExBg2y32smoDQdf1HRwHRt6vAHLXcxD2uGgO/v2jK7Y718Ix4ndsbNMU/+1Qiem9OiOdaqitioZwxivhXYg==", 850 + "version": "0.27.7", 851 + "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.27.7.tgz", 852 + "integrity": "sha512-7yRhbHvPqSpRUV7Q20VuDwbjW5kIMwTHpptuUzV+AA46kiPze5Z7qgt6CLCK3pWFrHeNfDd1VKgyP4O+ng17CA==", 836 853 "cpu": [ 837 854 "arm64" 838 855 ], ··· 846 863 } 847 864 }, 848 865 "node_modules/@esbuild/win32-ia32": { 849 - "version": "0.27.4", 850 - "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.27.4.tgz", 851 - "integrity": "sha512-DAyGLS0Jz5G5iixEbMHi5KdiApqHBWMGzTtMiJ72ZOLhbu/bzxgAe8Ue8CTS3n3HbIUHQz/L51yMdGMeoxXNJw==", 866 + "version": "0.27.7", 867 + "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.27.7.tgz", 868 + "integrity": "sha512-SmwKXe6VHIyZYbBLJrhOoCJRB/Z1tckzmgTLfFYOfpMAx63BJEaL9ExI8x7v0oAO3Zh6D/Oi1gVxEYr5oUCFhw==", 852 869 "cpu": [ 853 870 "ia32" 854 871 ], ··· 862 879 } 863 880 }, 864 881 "node_modules/@esbuild/win32-x64": { 865 - "version": "0.27.4", 866 - "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.27.4.tgz", 867 - "integrity": "sha512-+knoa0BDoeXgkNvvV1vvbZX4+hizelrkwmGJBdT17t8FNPwG2lKemmuMZlmaNQ3ws3DKKCxpb4zRZEIp3UxFCg==", 882 + "version": "0.27.7", 883 + "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.27.7.tgz", 884 + "integrity": "sha512-56hiAJPhwQ1R4i+21FVF7V8kSD5zZTdHcVuRFMW0hn753vVfQN8xlx4uOPT4xoGH0Z/oVATuR82AiqSTDIpaHg==", 868 885 "cpu": [ 869 886 "x64" 870 887 ], ··· 923 940 } 924 941 }, 925 942 "node_modules/@iconify-json/simple-icons": { 926 - "version": "1.2.75", 927 - "resolved": "https://registry.npmjs.org/@iconify-json/simple-icons/-/simple-icons-1.2.75.tgz", 928 - "integrity": "sha512-KvcCUbvcBWb0sbqLIxHoY8z5/piXY08wcY9gfMhF+ph3AfzGMaSmZFkUY71HSXAljQngXkgs4bdKdekO0HQWvg==", 943 + "version": "1.2.79", 944 + "resolved": "https://registry.npmjs.org/@iconify-json/simple-icons/-/simple-icons-1.2.79.tgz", 945 + "integrity": "sha512-aNyO7Fd1qej9oQfIyohYFRv0lhQLaZ+6UkK1c1qwax0MDPUOZOdq65MlU500kow97pD/W+b2u1And3e25eE24Q==", 929 946 "license": "CC0-1.0", 930 947 "dependencies": { 931 948 "@iconify/types": "*" ··· 1143 1160 "cpu": [ 1144 1161 "arm" 1145 1162 ], 1163 + "libc": [ 1164 + "glibc" 1165 + ], 1146 1166 "license": "LGPL-3.0-or-later", 1147 1167 "optional": true, 1148 1168 "os": [ ··· 1158 1178 "integrity": "sha512-excjX8DfsIcJ10x1Kzr4RcWe1edC9PquDRRPx3YVCvQv+U5p7Yin2s32ftzikXojb1PIFc/9Mt28/y+iRklkrw==", 1159 1179 "cpu": [ 1160 1180 "arm64" 1181 + ], 1182 + "libc": [ 1183 + "glibc" 1161 1184 ], 1162 1185 "license": "LGPL-3.0-or-later", 1163 1186 "optional": true, ··· 1175 1198 "cpu": [ 1176 1199 "ppc64" 1177 1200 ], 1201 + "libc": [ 1202 + "glibc" 1203 + ], 1178 1204 "license": "LGPL-3.0-or-later", 1179 1205 "optional": true, 1180 1206 "os": [ ··· 1190 1216 "integrity": "sha512-oVDbcR4zUC0ce82teubSm+x6ETixtKZBh/qbREIOcI3cULzDyb18Sr/Wcyx7NRQeQzOiHTNbZFF1UwPS2scyGA==", 1191 1217 "cpu": [ 1192 1218 "riscv64" 1219 + ], 1220 + "libc": [ 1221 + "glibc" 1193 1222 ], 1194 1223 "license": "LGPL-3.0-or-later", 1195 1224 "optional": true, ··· 1207 1236 "cpu": [ 1208 1237 "s390x" 1209 1238 ], 1239 + "libc": [ 1240 + "glibc" 1241 + ], 1210 1242 "license": "LGPL-3.0-or-later", 1211 1243 "optional": true, 1212 1244 "os": [ ··· 1223 1255 "cpu": [ 1224 1256 "x64" 1225 1257 ], 1258 + "libc": [ 1259 + "glibc" 1260 + ], 1226 1261 "license": "LGPL-3.0-or-later", 1227 1262 "optional": true, 1228 1263 "os": [ ··· 1239 1274 "cpu": [ 1240 1275 "arm64" 1241 1276 ], 1277 + "libc": [ 1278 + "musl" 1279 + ], 1242 1280 "license": "LGPL-3.0-or-later", 1243 1281 "optional": true, 1244 1282 "os": [ ··· 1254 1292 "integrity": "sha512-+LpyBk7L44ZIXwz/VYfglaX/okxezESc6UxDSoyo2Ks6Jxc4Y7sGjpgU9s4PMgqgjj1gZCylTieNamqA1MF7Dg==", 1255 1293 "cpu": [ 1256 1294 "x64" 1295 + ], 1296 + "libc": [ 1297 + "musl" 1257 1298 ], 1258 1299 "license": "LGPL-3.0-or-later", 1259 1300 "optional": true, ··· 1270 1311 "integrity": "sha512-9dLqsvwtg1uuXBGZKsxem9595+ujv0sJ6Vi8wcTANSFpwV/GONat5eCkzQo/1O6zRIkh0m/8+5BjrRr7jDUSZw==", 1271 1312 "cpu": [ 1272 1313 "arm" 1314 + ], 1315 + "libc": [ 1316 + "glibc" 1273 1317 ], 1274 1318 "license": "Apache-2.0", 1275 1319 "optional": true, ··· 1293 1337 "cpu": [ 1294 1338 "arm64" 1295 1339 ], 1340 + "libc": [ 1341 + "glibc" 1342 + ], 1296 1343 "license": "Apache-2.0", 1297 1344 "optional": true, 1298 1345 "os": [ ··· 1315 1362 "cpu": [ 1316 1363 "ppc64" 1317 1364 ], 1365 + "libc": [ 1366 + "glibc" 1367 + ], 1318 1368 "license": "Apache-2.0", 1319 1369 "optional": true, 1320 1370 "os": [ ··· 1337 1387 "cpu": [ 1338 1388 "riscv64" 1339 1389 ], 1390 + "libc": [ 1391 + "glibc" 1392 + ], 1340 1393 "license": "Apache-2.0", 1341 1394 "optional": true, 1342 1395 "os": [ ··· 1359 1412 "cpu": [ 1360 1413 "s390x" 1361 1414 ], 1415 + "libc": [ 1416 + "glibc" 1417 + ], 1362 1418 "license": "Apache-2.0", 1363 1419 "optional": true, 1364 1420 "os": [ ··· 1381 1437 "cpu": [ 1382 1438 "x64" 1383 1439 ], 1440 + "libc": [ 1441 + "glibc" 1442 + ], 1384 1443 "license": "Apache-2.0", 1385 1444 "optional": true, 1386 1445 "os": [ ··· 1402 1461 "integrity": "sha512-fprJR6GtRsMt6Kyfq44IsChVZeGN97gTD331weR1ex1c1rypDEABN6Tm2xa1wE6lYb5DdEnk03NZPqA7Id21yg==", 1403 1462 "cpu": [ 1404 1463 "arm64" 1464 + ], 1465 + "libc": [ 1466 + "musl" 1405 1467 ], 1406 1468 "license": "Apache-2.0", 1407 1469 "optional": true, ··· 1424 1486 "integrity": "sha512-Jg8wNT1MUzIvhBFxViqrEhWDGzqymo3sV7z7ZsaWbZNDLXRJZoRGrjulp60YYtV4wfY8VIKcWidjojlLcWrd8Q==", 1425 1487 "cpu": [ 1426 1488 "x64" 1489 + ], 1490 + "libc": [ 1491 + "musl" 1427 1492 ], 1428 1493 "license": "Apache-2.0", 1429 1494 "optional": true, ··· 1572 1637 } 1573 1638 }, 1574 1639 "node_modules/@napi-rs/wasm-runtime": { 1575 - "version": "1.1.1", 1576 - "resolved": "https://registry.npmjs.org/@napi-rs/wasm-runtime/-/wasm-runtime-1.1.1.tgz", 1577 - "integrity": "sha512-p64ah1M1ld8xjWv3qbvFwHiFVWrq1yFvV4f7w+mzaqiR4IlSgkqhcRdHwsGgomwzBH51sRY4NEowLxnaBjcW/A==", 1640 + "version": "1.1.4", 1641 + "resolved": "https://registry.npmjs.org/@napi-rs/wasm-runtime/-/wasm-runtime-1.1.4.tgz", 1642 + "integrity": "sha512-3NQNNgA1YSlJb/kMH1ildASP9HW7/7kYnRI2szWJaofaS1hWmbGI4H+d3+22aGzXXN9IJ+n+GiFVcGipJP18ow==", 1578 1643 "license": "MIT", 1579 1644 "optional": true, 1580 1645 "dependencies": { 1581 - "@emnapi/core": "^1.7.1", 1582 - "@emnapi/runtime": "^1.7.1", 1583 1646 "@tybys/wasm-util": "^0.10.1" 1584 1647 }, 1585 1648 "funding": { 1586 1649 "type": "github", 1587 1650 "url": "https://github.com/sponsors/Brooooooklyn" 1651 + }, 1652 + "peerDependencies": { 1653 + "@emnapi/core": "^1.7.1", 1654 + "@emnapi/runtime": "^1.7.1" 1588 1655 } 1589 1656 }, 1590 1657 "node_modules/@nodelib/fs.scandir": { ··· 1680 1747 "license": "MIT" 1681 1748 }, 1682 1749 "node_modules/@rollup/rollup-android-arm-eabi": { 1683 - "version": "4.60.0", 1684 - "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.60.0.tgz", 1685 - "integrity": "sha512-WOhNW9K8bR3kf4zLxbfg6Pxu2ybOUbB2AjMDHSQx86LIF4rH4Ft7vmMwNt0loO0eonglSNy4cpD3MKXXKQu0/A==", 1750 + "version": "4.60.1", 1751 + "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.60.1.tgz", 1752 + "integrity": "sha512-d6FinEBLdIiK+1uACUttJKfgZREXrF0Qc2SmLII7W2AD8FfiZ9Wjd+rD/iRuf5s5dWrr1GgwXCvPqOuDquOowA==", 1686 1753 "cpu": [ 1687 1754 "arm" 1688 1755 ], ··· 1693 1760 ] 1694 1761 }, 1695 1762 "node_modules/@rollup/rollup-android-arm64": { 1696 - "version": "4.60.0", 1697 - "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.60.0.tgz", 1698 - "integrity": "sha512-u6JHLll5QKRvjciE78bQXDmqRqNs5M/3GVqZeMwvmjaNODJih/WIrJlFVEihvV0MiYFmd+ZyPr9wxOVbPAG2Iw==", 1763 + "version": "4.60.1", 1764 + "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.60.1.tgz", 1765 + "integrity": "sha512-YjG/EwIDvvYI1YvYbHvDz/BYHtkY4ygUIXHnTdLhG+hKIQFBiosfWiACWortsKPKU/+dUwQQCKQM3qrDe8c9BA==", 1699 1766 "cpu": [ 1700 1767 "arm64" 1701 1768 ], ··· 1706 1773 ] 1707 1774 }, 1708 1775 "node_modules/@rollup/rollup-darwin-arm64": { 1709 - "version": "4.60.0", 1710 - "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.60.0.tgz", 1711 - "integrity": "sha512-qEF7CsKKzSRc20Ciu2Zw1wRrBz4g56F7r/vRwY430UPp/nt1x21Q/fpJ9N5l47WWvJlkNCPJz3QRVw008fi7yA==", 1776 + "version": "4.60.1", 1777 + "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.60.1.tgz", 1778 + "integrity": "sha512-mjCpF7GmkRtSJwon+Rq1N8+pI+8l7w5g9Z3vWj4T7abguC4Czwi3Yu/pFaLvA3TTeMVjnu3ctigusqWUfjZzvw==", 1712 1779 "cpu": [ 1713 1780 "arm64" 1714 1781 ], ··· 1719 1786 ] 1720 1787 }, 1721 1788 "node_modules/@rollup/rollup-darwin-x64": { 1722 - "version": "4.60.0", 1723 - "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.60.0.tgz", 1724 - "integrity": "sha512-WADYozJ4QCnXCH4wPB+3FuGmDPoFseVCUrANmA5LWwGmC6FL14BWC7pcq+FstOZv3baGX65tZ378uT6WG8ynTw==", 1789 + "version": "4.60.1", 1790 + "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.60.1.tgz", 1791 + "integrity": "sha512-haZ7hJ1JT4e9hqkoT9R/19XW2QKqjfJVv+i5AGg57S+nLk9lQnJ1F/eZloRO3o9Scy9CM3wQ9l+dkXtcBgN5Ew==", 1725 1792 "cpu": [ 1726 1793 "x64" 1727 1794 ], ··· 1732 1799 ] 1733 1800 }, 1734 1801 "node_modules/@rollup/rollup-freebsd-arm64": { 1735 - "version": "4.60.0", 1736 - "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.60.0.tgz", 1737 - "integrity": "sha512-6b8wGHJlDrGeSE3aH5mGNHBjA0TTkxdoNHik5EkvPHCt351XnigA4pS7Wsj/Eo9Y8RBU6f35cjN9SYmCFBtzxw==", 1802 + "version": "4.60.1", 1803 + "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.60.1.tgz", 1804 + "integrity": "sha512-czw90wpQq3ZsAVBlinZjAYTKduOjTywlG7fEeWKUA7oCmpA8xdTkxZZlwNJKWqILlq0wehoZcJYfBvOyhPTQ6w==", 1738 1805 "cpu": [ 1739 1806 "arm64" 1740 1807 ], ··· 1745 1812 ] 1746 1813 }, 1747 1814 "node_modules/@rollup/rollup-freebsd-x64": { 1748 - "version": "4.60.0", 1749 - "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.60.0.tgz", 1750 - "integrity": "sha512-h25Ga0t4jaylMB8M/JKAyrvvfxGRjnPQIR8lnCayyzEjEOx2EJIlIiMbhpWxDRKGKF8jbNH01NnN663dH638mA==", 1815 + "version": "4.60.1", 1816 + "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.60.1.tgz", 1817 + "integrity": "sha512-KVB2rqsxTHuBtfOeySEyzEOB7ltlB/ux38iu2rBQzkjbwRVlkhAGIEDiiYnO2kFOkJp+Z7pUXKyrRRFuFUKt+g==", 1751 1818 "cpu": [ 1752 1819 "x64" 1753 1820 ], ··· 1758 1825 ] 1759 1826 }, 1760 1827 "node_modules/@rollup/rollup-linux-arm-gnueabihf": { 1761 - "version": "4.60.0", 1762 - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.60.0.tgz", 1763 - "integrity": "sha512-RzeBwv0B3qtVBWtcuABtSuCzToo2IEAIQrcyB/b2zMvBWVbjo8bZDjACUpnaafaxhTw2W+imQbP2BD1usasK4g==", 1828 + "version": "4.60.1", 1829 + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.60.1.tgz", 1830 + "integrity": "sha512-L+34Qqil+v5uC0zEubW7uByo78WOCIrBvci69E7sFASRl0X7b/MB6Cqd1lky/CtcSVTydWa2WZwFuWexjS5o6g==", 1764 1831 "cpu": [ 1765 1832 "arm" 1833 + ], 1834 + "libc": [ 1835 + "glibc" 1766 1836 ], 1767 1837 "license": "MIT", 1768 1838 "optional": true, ··· 1771 1841 ] 1772 1842 }, 1773 1843 "node_modules/@rollup/rollup-linux-arm-musleabihf": { 1774 - "version": "4.60.0", 1775 - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.60.0.tgz", 1776 - "integrity": "sha512-Sf7zusNI2CIU1HLzuu9Tc5YGAHEZs5Lu7N1ssJG4Tkw6e0MEsN7NdjUDDfGNHy2IU+ENyWT+L2obgWiguWibWQ==", 1844 + "version": "4.60.1", 1845 + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.60.1.tgz", 1846 + "integrity": "sha512-n83O8rt4v34hgFzlkb1ycniJh7IR5RCIqt6mz1VRJD6pmhRi0CXdmfnLu9dIUS6buzh60IvACM842Ffb3xd6Gg==", 1777 1847 "cpu": [ 1778 1848 "arm" 1849 + ], 1850 + "libc": [ 1851 + "musl" 1779 1852 ], 1780 1853 "license": "MIT", 1781 1854 "optional": true, ··· 1784 1857 ] 1785 1858 }, 1786 1859 "node_modules/@rollup/rollup-linux-arm64-gnu": { 1787 - "version": "4.60.0", 1788 - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.60.0.tgz", 1789 - "integrity": "sha512-DX2x7CMcrJzsE91q7/O02IJQ5/aLkVtYFryqCjduJhUfGKG6yJV8hxaw8pZa93lLEpPTP/ohdN4wFz7yp/ry9A==", 1860 + "version": "4.60.1", 1861 + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.60.1.tgz", 1862 + "integrity": "sha512-Nql7sTeAzhTAja3QXeAI48+/+GjBJ+QmAH13snn0AJSNL50JsDqotyudHyMbO2RbJkskbMbFJfIJKWA6R1LCJQ==", 1790 1863 "cpu": [ 1791 1864 "arm64" 1865 + ], 1866 + "libc": [ 1867 + "glibc" 1792 1868 ], 1793 1869 "license": "MIT", 1794 1870 "optional": true, ··· 1797 1873 ] 1798 1874 }, 1799 1875 "node_modules/@rollup/rollup-linux-arm64-musl": { 1800 - "version": "4.60.0", 1801 - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.60.0.tgz", 1802 - "integrity": "sha512-09EL+yFVbJZlhcQfShpswwRZ0Rg+z/CsSELFCnPt3iK+iqwGsI4zht3secj5vLEs957QvFFXnzAT0FFPIxSrkQ==", 1876 + "version": "4.60.1", 1877 + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.60.1.tgz", 1878 + "integrity": "sha512-+pUymDhd0ys9GcKZPPWlFiZ67sTWV5UU6zOJat02M1+PiuSGDziyRuI/pPue3hoUwm2uGfxdL+trT6Z9rxnlMA==", 1803 1879 "cpu": [ 1804 1880 "arm64" 1805 1881 ], 1882 + "libc": [ 1883 + "musl" 1884 + ], 1806 1885 "license": "MIT", 1807 1886 "optional": true, 1808 1887 "os": [ ··· 1810 1889 ] 1811 1890 }, 1812 1891 "node_modules/@rollup/rollup-linux-loong64-gnu": { 1813 - "version": "4.60.0", 1814 - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loong64-gnu/-/rollup-linux-loong64-gnu-4.60.0.tgz", 1815 - "integrity": "sha512-i9IcCMPr3EXm8EQg5jnja0Zyc1iFxJjZWlb4wr7U2Wx/GrddOuEafxRdMPRYVaXjgbhvqalp6np07hN1w9kAKw==", 1892 + "version": "4.60.1", 1893 + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loong64-gnu/-/rollup-linux-loong64-gnu-4.60.1.tgz", 1894 + "integrity": "sha512-VSvgvQeIcsEvY4bKDHEDWcpW4Yw7BtlKG1GUT4FzBUlEKQK0rWHYBqQt6Fm2taXS+1bXvJT6kICu5ZwqKCnvlQ==", 1816 1895 "cpu": [ 1817 1896 "loong64" 1818 1897 ], 1898 + "libc": [ 1899 + "glibc" 1900 + ], 1819 1901 "license": "MIT", 1820 1902 "optional": true, 1821 1903 "os": [ ··· 1823 1905 ] 1824 1906 }, 1825 1907 "node_modules/@rollup/rollup-linux-loong64-musl": { 1826 - "version": "4.60.0", 1827 - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loong64-musl/-/rollup-linux-loong64-musl-4.60.0.tgz", 1828 - "integrity": "sha512-DGzdJK9kyJ+B78MCkWeGnpXJ91tK/iKA6HwHxF4TAlPIY7GXEvMe8hBFRgdrR9Ly4qebR/7gfUs9y2IoaVEyog==", 1908 + "version": "4.60.1", 1909 + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loong64-musl/-/rollup-linux-loong64-musl-4.60.1.tgz", 1910 + "integrity": "sha512-4LqhUomJqwe641gsPp6xLfhqWMbQV04KtPp7/dIp0nzPxAkNY1AbwL5W0MQpcalLYk07vaW9Kp1PBhdpZYYcEw==", 1829 1911 "cpu": [ 1830 1912 "loong64" 1913 + ], 1914 + "libc": [ 1915 + "musl" 1831 1916 ], 1832 1917 "license": "MIT", 1833 1918 "optional": true, ··· 1836 1921 ] 1837 1922 }, 1838 1923 "node_modules/@rollup/rollup-linux-ppc64-gnu": { 1839 - "version": "4.60.0", 1840 - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-gnu/-/rollup-linux-ppc64-gnu-4.60.0.tgz", 1841 - "integrity": "sha512-RwpnLsqC8qbS8z1H1AxBA1H6qknR4YpPR9w2XX0vo2Sz10miu57PkNcnHVaZkbqyw/kUWfKMI73jhmfi9BRMUQ==", 1924 + "version": "4.60.1", 1925 + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-gnu/-/rollup-linux-ppc64-gnu-4.60.1.tgz", 1926 + "integrity": "sha512-tLQQ9aPvkBxOc/EUT6j3pyeMD6Hb8QF2BTBnCQWP/uu1lhc9AIrIjKnLYMEroIz/JvtGYgI9dF3AxHZNaEH0rw==", 1842 1927 "cpu": [ 1843 1928 "ppc64" 1929 + ], 1930 + "libc": [ 1931 + "glibc" 1844 1932 ], 1845 1933 "license": "MIT", 1846 1934 "optional": true, ··· 1849 1937 ] 1850 1938 }, 1851 1939 "node_modules/@rollup/rollup-linux-ppc64-musl": { 1852 - "version": "4.60.0", 1853 - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-musl/-/rollup-linux-ppc64-musl-4.60.0.tgz", 1854 - "integrity": "sha512-Z8pPf54Ly3aqtdWC3G4rFigZgNvd+qJlOE52fmko3KST9SoGfAdSRCwyoyG05q1HrrAblLbk1/PSIV+80/pxLg==", 1940 + "version": "4.60.1", 1941 + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-musl/-/rollup-linux-ppc64-musl-4.60.1.tgz", 1942 + "integrity": "sha512-RMxFhJwc9fSXP6PqmAz4cbv3kAyvD1etJFjTx4ONqFP9DkTkXsAMU4v3Vyc5BgzC+anz7nS/9tp4obsKfqkDHg==", 1855 1943 "cpu": [ 1856 1944 "ppc64" 1857 1945 ], 1946 + "libc": [ 1947 + "musl" 1948 + ], 1858 1949 "license": "MIT", 1859 1950 "optional": true, 1860 1951 "os": [ ··· 1862 1953 ] 1863 1954 }, 1864 1955 "node_modules/@rollup/rollup-linux-riscv64-gnu": { 1865 - "version": "4.60.0", 1866 - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.60.0.tgz", 1867 - "integrity": "sha512-3a3qQustp3COCGvnP4SvrMHnPQ9d1vzCakQVRTliaz8cIp/wULGjiGpbcqrkv0WrHTEp8bQD/B3HBjzujVWLOA==", 1956 + "version": "4.60.1", 1957 + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.60.1.tgz", 1958 + "integrity": "sha512-QKgFl+Yc1eEk6MmOBfRHYF6lTxiiiV3/z/BRrbSiW2I7AFTXoBFvdMEyglohPj//2mZS4hDOqeB0H1ACh3sBbg==", 1868 1959 "cpu": [ 1869 1960 "riscv64" 1870 1961 ], 1962 + "libc": [ 1963 + "glibc" 1964 + ], 1871 1965 "license": "MIT", 1872 1966 "optional": true, 1873 1967 "os": [ ··· 1875 1969 ] 1876 1970 }, 1877 1971 "node_modules/@rollup/rollup-linux-riscv64-musl": { 1878 - "version": "4.60.0", 1879 - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-musl/-/rollup-linux-riscv64-musl-4.60.0.tgz", 1880 - "integrity": "sha512-pjZDsVH/1VsghMJ2/kAaxt6dL0psT6ZexQVrijczOf+PeP2BUqTHYejk3l6TlPRydggINOeNRhvpLa0AYpCWSQ==", 1972 + "version": "4.60.1", 1973 + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-musl/-/rollup-linux-riscv64-musl-4.60.1.tgz", 1974 + "integrity": "sha512-RAjXjP/8c6ZtzatZcA1RaQr6O1TRhzC+adn8YZDnChliZHviqIjmvFwHcxi4JKPSDAt6Uhf/7vqcBzQJy0PDJg==", 1881 1975 "cpu": [ 1882 1976 "riscv64" 1977 + ], 1978 + "libc": [ 1979 + "musl" 1883 1980 ], 1884 1981 "license": "MIT", 1885 1982 "optional": true, ··· 1888 1985 ] 1889 1986 }, 1890 1987 "node_modules/@rollup/rollup-linux-s390x-gnu": { 1891 - "version": "4.60.0", 1892 - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.60.0.tgz", 1893 - "integrity": "sha512-3ObQs0BhvPgiUVZrN7gqCSvmFuMWvWvsjG5ayJ3Lraqv+2KhOsp+pUbigqbeWqueGIsnn+09HBw27rJ+gYK4VQ==", 1988 + "version": "4.60.1", 1989 + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.60.1.tgz", 1990 + "integrity": "sha512-wcuocpaOlaL1COBYiA89O6yfjlp3RwKDeTIA0hM7OpmhR1Bjo9j31G1uQVpDlTvwxGn2nQs65fBFL5UFd76FcQ==", 1894 1991 "cpu": [ 1895 1992 "s390x" 1993 + ], 1994 + "libc": [ 1995 + "glibc" 1896 1996 ], 1897 1997 "license": "MIT", 1898 1998 "optional": true, ··· 1901 2001 ] 1902 2002 }, 1903 2003 "node_modules/@rollup/rollup-linux-x64-gnu": { 1904 - "version": "4.60.0", 1905 - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.60.0.tgz", 1906 - "integrity": "sha512-EtylprDtQPdS5rXvAayrNDYoJhIz1/vzN2fEubo3yLE7tfAw+948dO0g4M0vkTVFhKojnF+n6C8bDNe+gDRdTg==", 2004 + "version": "4.60.1", 2005 + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.60.1.tgz", 2006 + "integrity": "sha512-77PpsFQUCOiZR9+LQEFg9GClyfkNXj1MP6wRnzYs0EeWbPcHs02AXu4xuUbM1zhwn3wqaizle3AEYg5aeoohhg==", 1907 2007 "cpu": [ 1908 2008 "x64" 2009 + ], 2010 + "libc": [ 2011 + "glibc" 1909 2012 ], 1910 2013 "license": "MIT", 1911 2014 "optional": true, ··· 1914 2017 ] 1915 2018 }, 1916 2019 "node_modules/@rollup/rollup-linux-x64-musl": { 1917 - "version": "4.60.0", 1918 - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.60.0.tgz", 1919 - "integrity": "sha512-k09oiRCi/bHU9UVFqD17r3eJR9bn03TyKraCrlz5ULFJGdJGi7VOmm9jl44vOJvRJ6P7WuBi/s2A97LxxHGIdw==", 2020 + "version": "4.60.1", 2021 + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.60.1.tgz", 2022 + "integrity": "sha512-5cIATbk5vynAjqqmyBjlciMJl1+R/CwX9oLk/EyiFXDWd95KpHdrOJT//rnUl4cUcskrd0jCCw3wpZnhIHdD9w==", 1920 2023 "cpu": [ 1921 2024 "x64" 1922 2025 ], 2026 + "libc": [ 2027 + "musl" 2028 + ], 1923 2029 "license": "MIT", 1924 2030 "optional": true, 1925 2031 "os": [ ··· 1927 2033 ] 1928 2034 }, 1929 2035 "node_modules/@rollup/rollup-openbsd-x64": { 1930 - "version": "4.60.0", 1931 - "resolved": "https://registry.npmjs.org/@rollup/rollup-openbsd-x64/-/rollup-openbsd-x64-4.60.0.tgz", 1932 - "integrity": "sha512-1o/0/pIhozoSaDJoDcec+IVLbnRtQmHwPV730+AOD29lHEEo4F5BEUB24H0OBdhbBBDwIOSuf7vgg0Ywxdfiiw==", 2036 + "version": "4.60.1", 2037 + "resolved": "https://registry.npmjs.org/@rollup/rollup-openbsd-x64/-/rollup-openbsd-x64-4.60.1.tgz", 2038 + "integrity": "sha512-cl0w09WsCi17mcmWqqglez9Gk8isgeWvoUZ3WiJFYSR3zjBQc2J5/ihSjpl+VLjPqjQ/1hJRcqBfLjssREQILw==", 1933 2039 "cpu": [ 1934 2040 "x64" 1935 2041 ], ··· 1940 2046 ] 1941 2047 }, 1942 2048 "node_modules/@rollup/rollup-openharmony-arm64": { 1943 - "version": "4.60.0", 1944 - "resolved": "https://registry.npmjs.org/@rollup/rollup-openharmony-arm64/-/rollup-openharmony-arm64-4.60.0.tgz", 1945 - "integrity": "sha512-pESDkos/PDzYwtyzB5p/UoNU/8fJo68vcXM9ZW2V0kjYayj1KaaUfi1NmTUTUpMn4UhU4gTuK8gIaFO4UGuMbA==", 2049 + "version": "4.60.1", 2050 + "resolved": "https://registry.npmjs.org/@rollup/rollup-openharmony-arm64/-/rollup-openharmony-arm64-4.60.1.tgz", 2051 + "integrity": "sha512-4Cv23ZrONRbNtbZa37mLSueXUCtN7MXccChtKpUnQNgF010rjrjfHx3QxkS2PI7LqGT5xXyYs1a7LbzAwT0iCA==", 1946 2052 "cpu": [ 1947 2053 "arm64" 1948 2054 ], ··· 1953 2059 ] 1954 2060 }, 1955 2061 "node_modules/@rollup/rollup-win32-arm64-msvc": { 1956 - "version": "4.60.0", 1957 - "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.60.0.tgz", 1958 - "integrity": "sha512-hj1wFStD7B1YBeYmvY+lWXZ7ey73YGPcViMShYikqKT1GtstIKQAtfUI6yrzPjAy/O7pO0VLXGmUVWXQMaYgTQ==", 2062 + "version": "4.60.1", 2063 + "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.60.1.tgz", 2064 + "integrity": "sha512-i1okWYkA4FJICtr7KpYzFpRTHgy5jdDbZiWfvny21iIKky5YExiDXP+zbXzm3dUcFpkEeYNHgQ5fuG236JPq0g==", 1959 2065 "cpu": [ 1960 2066 "arm64" 1961 2067 ], ··· 1966 2072 ] 1967 2073 }, 1968 2074 "node_modules/@rollup/rollup-win32-ia32-msvc": { 1969 - "version": "4.60.0", 1970 - "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.60.0.tgz", 1971 - "integrity": "sha512-SyaIPFoxmUPlNDq5EHkTbiKzmSEmq/gOYFI/3HHJ8iS/v1mbugVa7dXUzcJGQfoytp9DJFLhHH4U3/eTy2Bq4w==", 2075 + "version": "4.60.1", 2076 + "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.60.1.tgz", 2077 + "integrity": "sha512-u09m3CuwLzShA0EYKMNiFgcjjzwqtUMLmuCJLeZWjjOYA3IT2Di09KaxGBTP9xVztWyIWjVdsB2E9goMjZvTQg==", 1972 2078 "cpu": [ 1973 2079 "ia32" 1974 2080 ], ··· 1979 2085 ] 1980 2086 }, 1981 2087 "node_modules/@rollup/rollup-win32-x64-gnu": { 1982 - "version": "4.60.0", 1983 - "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-gnu/-/rollup-win32-x64-gnu-4.60.0.tgz", 1984 - "integrity": "sha512-RdcryEfzZr+lAr5kRm2ucN9aVlCCa2QNq4hXelZxb8GG0NJSazq44Z3PCCc8wISRuCVnGs0lQJVX5Vp6fKA+IA==", 2088 + "version": "4.60.1", 2089 + "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-gnu/-/rollup-win32-x64-gnu-4.60.1.tgz", 2090 + "integrity": "sha512-k+600V9Zl1CM7eZxJgMyTUzmrmhB/0XZnF4pRypKAlAgxmedUA+1v9R+XOFv56W4SlHEzfeMtzujLJD22Uz5zg==", 1985 2091 "cpu": [ 1986 2092 "x64" 1987 2093 ], ··· 1992 2098 ] 1993 2099 }, 1994 2100 "node_modules/@rollup/rollup-win32-x64-msvc": { 1995 - "version": "4.60.0", 1996 - "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.60.0.tgz", 1997 - "integrity": "sha512-PrsWNQ8BuE00O3Xsx3ALh2Df8fAj9+cvvX9AIA6o4KpATR98c9mud4XtDWVvsEuyia5U4tVSTKygawyJkjm60w==", 2101 + "version": "4.60.1", 2102 + "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.60.1.tgz", 2103 + "integrity": "sha512-lWMnixq/QzxyhTV6NjQJ4SFo1J6PvOX8vUx5Wb4bBPsEb+8xZ89Bz6kOXpfXj9ak9AHTQVQzlgzBEc1SyM27xQ==", 1998 2104 "cpu": [ 1999 2105 "x64" 2000 2106 ], ··· 2363 2469 } 2364 2470 }, 2365 2471 "node_modules/astro": { 2366 - "version": "6.0.8", 2367 - "resolved": "https://registry.npmjs.org/astro/-/astro-6.0.8.tgz", 2368 - "integrity": "sha512-DCPeb8GKOoFWh+8whB7Qi/kKWD/6NcQ9nd1QVNzJFxgHkea3WYrNroQRq4whmBdjhkYPTLS/1gmUAl2iA2Es2g==", 2472 + "version": "6.1.9", 2473 + "resolved": "https://registry.npmjs.org/astro/-/astro-6.1.9.tgz", 2474 + "integrity": "sha512-NsAHzMzpznB281g2aM5qnBt2QjfH6ttKiZ3hSZw52If8JJ+62kbnBKbyKhR2glQcJLl7Jfe4GSl0DihFZ36rRQ==", 2369 2475 "license": "MIT", 2370 2476 "dependencies": { 2371 - "@astrojs/compiler": "^3.0.0", 2372 - "@astrojs/internal-helpers": "0.8.0", 2373 - "@astrojs/markdown-remark": "7.0.1", 2374 - "@astrojs/telemetry": "3.3.0", 2477 + "@astrojs/compiler": "^3.0.1", 2478 + "@astrojs/internal-helpers": "0.9.0", 2479 + "@astrojs/markdown-remark": "7.1.1", 2480 + "@astrojs/telemetry": "3.3.1", 2375 2481 "@capsizecss/unpack": "^4.0.0", 2376 - "@clack/prompts": "^1.0.1", 2482 + "@clack/prompts": "^1.1.0", 2377 2483 "@oslojs/encoding": "^1.1.0", 2378 2484 "@rollup/pluginutils": "^5.3.0", 2379 2485 "aria-query": "^5.3.2", ··· 2384 2490 "cookie": "^1.1.1", 2385 2491 "devalue": "^5.6.3", 2386 2492 "diff": "^8.0.3", 2387 - "dlv": "^1.1.3", 2388 2493 "dset": "^3.1.4", 2389 2494 "es-module-lexer": "^2.0.0", 2390 2495 "esbuild": "^0.27.3", ··· 2403 2508 "p-queue": "^9.1.0", 2404 2509 "package-manager-detector": "^1.6.0", 2405 2510 "piccolore": "^0.1.3", 2406 - "picomatch": "^4.0.3", 2511 + "picomatch": "^4.0.4", 2407 2512 "rehype": "^13.0.2", 2408 2513 "semver": "^7.7.4", 2409 - "shiki": "^4.0.0", 2514 + "shiki": "^4.0.2", 2410 2515 "smol-toml": "^1.6.0", 2411 - "svgo": "^4.0.0", 2412 - "tinyclip": "^0.1.6", 2413 - "tinyexec": "^1.0.2", 2516 + "svgo": "^4.0.1", 2517 + "tinyclip": "^0.1.12", 2518 + "tinyexec": "^1.0.4", 2414 2519 "tinyglobby": "^0.2.15", 2415 2520 "tsconfck": "^3.1.6", 2416 2521 "ultrahtml": "^1.6.0", 2417 2522 "unifont": "~0.7.4", 2418 2523 "unist-util-visit": "^5.1.0", 2419 - "unstorage": "^1.17.4", 2524 + "unstorage": "^1.17.5", 2420 2525 "vfile": "^6.0.3", 2421 - "vite": "^7.3.1", 2526 + "vite": "^7.3.2", 2422 2527 "vitefu": "^1.1.2", 2423 2528 "xxhash-wasm": "^1.1.0", 2424 2529 "yargs-parser": "^22.0.0", ··· 2845 2950 } 2846 2951 }, 2847 2952 "node_modules/cookie-es": { 2848 - "version": "1.2.2", 2849 - "resolved": "https://registry.npmjs.org/cookie-es/-/cookie-es-1.2.2.tgz", 2850 - "integrity": "sha512-+W7VmiVINB+ywl1HGXJXmrqkOhpKrIiVZV6tQuV54ZyQC7MMuBt81Vc336GMLoHBq5hV/F9eXgt5Mnx0Rha5Fg==", 2953 + "version": "1.2.3", 2954 + "resolved": "https://registry.npmjs.org/cookie-es/-/cookie-es-1.2.3.tgz", 2955 + "integrity": "sha512-lXVyvUvrNXblMqzIRrxHb57UUVmqsSWlxqt3XIjCkUP0wDAf6uicO6KMbEgYrMNtEvWgWHwe42CKxPu9MYAnWw==", 2851 2956 "license": "MIT" 2852 2957 }, 2853 2958 "node_modules/cowsay": { ··· 3010 3115 } 3011 3116 }, 3012 3117 "node_modules/defu": { 3013 - "version": "6.1.4", 3014 - "resolved": "https://registry.npmjs.org/defu/-/defu-6.1.4.tgz", 3015 - "integrity": "sha512-mEQCMmwJu317oSz8CwdIOdwf3xMif1ttiM8LTufzc3g6kR+9Pe236twL8j3IYT1F7GfRgGcW6MWxzZjLIkuHIg==", 3118 + "version": "6.1.6", 3119 + "resolved": "https://registry.npmjs.org/defu/-/defu-6.1.6.tgz", 3120 + "integrity": "sha512-f8mefEW4WIVg4LckePx3mALjQSPQgFlg9U8yaPdlsbdYcHQyj9n2zL2LJEA52smeYxOvmd/nB7TpMtHGMTHcug==", 3016 3121 "license": "MIT" 3017 3122 }, 3018 3123 "node_modules/dequal": { ··· 3216 3321 } 3217 3322 }, 3218 3323 "node_modules/esbuild": { 3219 - "version": "0.27.4", 3220 - "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.27.4.tgz", 3221 - "integrity": "sha512-Rq4vbHnYkK5fws5NF7MYTU68FPRE1ajX7heQ/8QXXWqNgqqJ/GkmmyxIzUnf2Sr/bakf8l54716CcMGHYhMrrQ==", 3324 + "version": "0.27.7", 3325 + "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.27.7.tgz", 3326 + "integrity": "sha512-IxpibTjyVnmrIQo5aqNpCgoACA/dTKLTlhMHihVHhdkxKyPO1uBBthumT0rdHmcsk9uMonIWS0m4FljWzILh3w==", 3222 3327 "hasInstallScript": true, 3223 3328 "license": "MIT", 3224 3329 "bin": { ··· 3228 3333 "node": ">=18" 3229 3334 }, 3230 3335 "optionalDependencies": { 3231 - "@esbuild/aix-ppc64": "0.27.4", 3232 - "@esbuild/android-arm": "0.27.4", 3233 - "@esbuild/android-arm64": "0.27.4", 3234 - "@esbuild/android-x64": "0.27.4", 3235 - "@esbuild/darwin-arm64": "0.27.4", 3236 - "@esbuild/darwin-x64": "0.27.4", 3237 - "@esbuild/freebsd-arm64": "0.27.4", 3238 - "@esbuild/freebsd-x64": "0.27.4", 3239 - "@esbuild/linux-arm": "0.27.4", 3240 - "@esbuild/linux-arm64": "0.27.4", 3241 - "@esbuild/linux-ia32": "0.27.4", 3242 - "@esbuild/linux-loong64": "0.27.4", 3243 - "@esbuild/linux-mips64el": "0.27.4", 3244 - "@esbuild/linux-ppc64": "0.27.4", 3245 - "@esbuild/linux-riscv64": "0.27.4", 3246 - "@esbuild/linux-s390x": "0.27.4", 3247 - "@esbuild/linux-x64": "0.27.4", 3248 - "@esbuild/netbsd-arm64": "0.27.4", 3249 - "@esbuild/netbsd-x64": "0.27.4", 3250 - "@esbuild/openbsd-arm64": "0.27.4", 3251 - "@esbuild/openbsd-x64": "0.27.4", 3252 - "@esbuild/openharmony-arm64": "0.27.4", 3253 - "@esbuild/sunos-x64": "0.27.4", 3254 - "@esbuild/win32-arm64": "0.27.4", 3255 - "@esbuild/win32-ia32": "0.27.4", 3256 - "@esbuild/win32-x64": "0.27.4" 3336 + "@esbuild/aix-ppc64": "0.27.7", 3337 + "@esbuild/android-arm": "0.27.7", 3338 + "@esbuild/android-arm64": "0.27.7", 3339 + "@esbuild/android-x64": "0.27.7", 3340 + "@esbuild/darwin-arm64": "0.27.7", 3341 + "@esbuild/darwin-x64": "0.27.7", 3342 + "@esbuild/freebsd-arm64": "0.27.7", 3343 + "@esbuild/freebsd-x64": "0.27.7", 3344 + "@esbuild/linux-arm": "0.27.7", 3345 + "@esbuild/linux-arm64": "0.27.7", 3346 + "@esbuild/linux-ia32": "0.27.7", 3347 + "@esbuild/linux-loong64": "0.27.7", 3348 + "@esbuild/linux-mips64el": "0.27.7", 3349 + "@esbuild/linux-ppc64": "0.27.7", 3350 + "@esbuild/linux-riscv64": "0.27.7", 3351 + "@esbuild/linux-s390x": "0.27.7", 3352 + "@esbuild/linux-x64": "0.27.7", 3353 + "@esbuild/netbsd-arm64": "0.27.7", 3354 + "@esbuild/netbsd-x64": "0.27.7", 3355 + "@esbuild/openbsd-arm64": "0.27.7", 3356 + "@esbuild/openbsd-x64": "0.27.7", 3357 + "@esbuild/openharmony-arm64": "0.27.7", 3358 + "@esbuild/sunos-x64": "0.27.7", 3359 + "@esbuild/win32-arm64": "0.27.7", 3360 + "@esbuild/win32-ia32": "0.27.7", 3361 + "@esbuild/win32-x64": "0.27.7" 3257 3362 } 3258 3363 }, 3259 3364 "node_modules/escape-string-regexp": { ··· 3413 3518 "node": ">=8.6.0" 3414 3519 } 3415 3520 }, 3521 + "node_modules/fast-string-truncated-width": { 3522 + "version": "1.2.1", 3523 + "resolved": "https://registry.npmjs.org/fast-string-truncated-width/-/fast-string-truncated-width-1.2.1.tgz", 3524 + "integrity": "sha512-Q9acT/+Uu3GwGj+5w/zsGuQjh9O1TyywhIwAxHudtWrgF09nHOPrvTLhQevPbttcxjr/SNN7mJmfOw/B1bXgow==", 3525 + "license": "MIT" 3526 + }, 3527 + "node_modules/fast-string-width": { 3528 + "version": "1.1.0", 3529 + "resolved": "https://registry.npmjs.org/fast-string-width/-/fast-string-width-1.1.0.tgz", 3530 + "integrity": "sha512-O3fwIVIH5gKB38QNbdg+3760ZmGz0SZMgvwJbA1b2TGXceKE6A2cOlfogh1iw8lr049zPyd7YADHy+B7U4W9bQ==", 3531 + "license": "MIT", 3532 + "dependencies": { 3533 + "fast-string-truncated-width": "^1.2.0" 3534 + } 3535 + }, 3536 + "node_modules/fast-wrap-ansi": { 3537 + "version": "0.1.6", 3538 + "resolved": "https://registry.npmjs.org/fast-wrap-ansi/-/fast-wrap-ansi-0.1.6.tgz", 3539 + "integrity": "sha512-HlUwET7a5gqjURj70D5jl7aC3Zmy4weA1SHUfM0JFI0Ptq987NH2TwbBFLoERhfwk+E+eaq4EK3jXoT+R3yp3w==", 3540 + "license": "MIT", 3541 + "dependencies": { 3542 + "fast-string-width": "^1.1.0" 3543 + } 3544 + }, 3416 3545 "node_modules/fast-xml-builder": { 3417 3546 "version": "1.1.4", 3418 3547 "resolved": "https://registry.npmjs.org/fast-xml-builder/-/fast-xml-builder-1.1.4.tgz", ··· 3429 3558 } 3430 3559 }, 3431 3560 "node_modules/fast-xml-parser": { 3432 - "version": "5.4.1", 3433 - "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.4.1.tgz", 3434 - "integrity": "sha512-BQ30U1mKkvXQXXkAGcuyUA/GA26oEB7NzOtsxCDtyu62sjGw5QraKFhx2Em3WQNjPw9PG6MQ9yuIIgkSDfGu5A==", 3561 + "version": "5.5.10", 3562 + "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.5.10.tgz", 3563 + "integrity": "sha512-go2J2xODMc32hT+4Xr/bBGXMaIoiCwrwp2mMtAvKyvEFW6S/v5Gn2pBmE4nvbwNjGhpcAiOwEv7R6/GZ6XRa9w==", 3435 3564 "funding": [ 3436 3565 { 3437 3566 "type": "github", ··· 3440 3569 ], 3441 3570 "license": "MIT", 3442 3571 "dependencies": { 3443 - "fast-xml-builder": "^1.0.0", 3444 - "strnum": "^2.1.2" 3572 + "fast-xml-builder": "^1.1.4", 3573 + "path-expression-matcher": "^1.2.1", 3574 + "strnum": "^2.2.2" 3445 3575 }, 3446 3576 "bin": { 3447 3577 "fxparser": "src/cli/cli.js" ··· 3618 3748 } 3619 3749 }, 3620 3750 "node_modules/h3": { 3621 - "version": "1.15.10", 3622 - "resolved": "https://registry.npmjs.org/h3/-/h3-1.15.10.tgz", 3623 - "integrity": "sha512-YzJeWSkDZxAhvmp8dexjRK5hxziRO7I9m0N53WhvYL5NiWfkUkzssVzY9jvGu0HBoLFW6+duYmNSn6MaZBCCtg==", 3751 + "version": "1.15.11", 3752 + "resolved": "https://registry.npmjs.org/h3/-/h3-1.15.11.tgz", 3753 + "integrity": "sha512-L3THSe2MPeBwgIZVSH5zLdBBU90TOxarvhK9d04IDY2AmVS8j2Jz2LIWtwsGOU3lu2I5jCN7FNvVfY2+XyF+mg==", 3624 3754 "license": "MIT", 3625 3755 "dependencies": { 3626 - "cookie-es": "^1.2.2", 3756 + "cookie-es": "^1.2.3", 3627 3757 "crossws": "^0.3.5", 3628 - "defu": "^6.1.4", 3758 + "defu": "^6.1.6", 3629 3759 "destr": "^2.0.5", 3630 3760 "iron-webcrypto": "^1.2.1", 3631 3761 "node-mock-http": "^1.0.4", ··· 3981 4111 } 3982 4112 }, 3983 4113 "node_modules/is-docker": { 3984 - "version": "3.0.0", 3985 - "resolved": "https://registry.npmjs.org/is-docker/-/is-docker-3.0.0.tgz", 3986 - "integrity": "sha512-eljcgEDlEns/7AXFosB5K/2nCM4P7FQPkGc/DWLy5rmFEWvZayGrik1d9/QIY5nJ4f9YsVvBkA6kJpHn9rISdQ==", 4114 + "version": "4.0.0", 4115 + "resolved": "https://registry.npmjs.org/is-docker/-/is-docker-4.0.0.tgz", 4116 + "integrity": "sha512-LHE+wROyG/Y/0ZnbktRCoTix2c1RhgWaZraMZ8o1Q7zCh0VSrICJQO5oqIIISrcSBtrXv0o233w1IYwsWCjTzA==", 3987 4117 "license": "MIT", 3988 4118 "bin": { 3989 4119 "is-docker": "cli.js" 3990 4120 }, 3991 4121 "engines": { 3992 - "node": "^12.20.0 || ^14.13.1 || >=16.0.0" 4122 + "node": ">=20" 3993 4123 }, 3994 4124 "funding": { 3995 4125 "url": "https://github.com/sponsors/sindresorhus" ··· 4053 4183 "url": "https://github.com/sponsors/sindresorhus" 4054 4184 } 4055 4185 }, 4186 + "node_modules/is-inside-container/node_modules/is-docker": { 4187 + "version": "3.0.0", 4188 + "resolved": "https://registry.npmjs.org/is-docker/-/is-docker-3.0.0.tgz", 4189 + "integrity": "sha512-eljcgEDlEns/7AXFosB5K/2nCM4P7FQPkGc/DWLy5rmFEWvZayGrik1d9/QIY5nJ4f9YsVvBkA6kJpHn9rISdQ==", 4190 + "license": "MIT", 4191 + "bin": { 4192 + "is-docker": "cli.js" 4193 + }, 4194 + "engines": { 4195 + "node": "^12.20.0 || ^14.13.1 || >=16.0.0" 4196 + }, 4197 + "funding": { 4198 + "url": "https://github.com/sponsors/sindresorhus" 4199 + } 4200 + }, 4056 4201 "node_modules/is-number": { 4057 4202 "version": "7.0.0", 4058 4203 "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", ··· 4252 4397 "cpu": [ 4253 4398 "arm64" 4254 4399 ], 4400 + "libc": [ 4401 + "glibc" 4402 + ], 4255 4403 "license": "MPL-2.0", 4256 4404 "optional": true, 4257 4405 "os": [ ··· 4271 4419 "integrity": "sha512-UpQkoenr4UJEzgVIYpI80lDFvRmPVg6oqboNHfoH4CQIfNA+HOrZ7Mo7KZP02dC6LjghPQJeBsvXhJod/wnIBg==", 4272 4420 "cpu": [ 4273 4421 "arm64" 4422 + ], 4423 + "libc": [ 4424 + "musl" 4274 4425 ], 4275 4426 "license": "MPL-2.0", 4276 4427 "optional": true, ··· 4292 4443 "cpu": [ 4293 4444 "x64" 4294 4445 ], 4446 + "libc": [ 4447 + "glibc" 4448 + ], 4295 4449 "license": "MPL-2.0", 4296 4450 "optional": true, 4297 4451 "os": [ ··· 4311 4465 "integrity": "sha512-bYcLp+Vb0awsiXg/80uCRezCYHNg1/l3mt0gzHnWV9XP1W5sKa5/TCdGWaR/zBM2PeF/HbsQv/j2URNOiVuxWg==", 4312 4466 "cpu": [ 4313 4467 "x64" 4468 + ], 4469 + "libc": [ 4470 + "musl" 4314 4471 ], 4315 4472 "license": "MPL-2.0", 4316 4473 "optional": true, ··· 5721 5878 } 5722 5879 }, 5723 5880 "node_modules/oniguruma-parser": { 5724 - "version": "0.12.1", 5725 - "resolved": "https://registry.npmjs.org/oniguruma-parser/-/oniguruma-parser-0.12.1.tgz", 5726 - "integrity": "sha512-8Unqkvk1RYc6yq2WBYRj4hdnsAxVze8i7iPfQr8e4uSP3tRv0rpZcbGUDvxfQQcdwHt/e9PrMvGCsa8OqG9X3w==", 5881 + "version": "0.12.2", 5882 + "resolved": "https://registry.npmjs.org/oniguruma-parser/-/oniguruma-parser-0.12.2.tgz", 5883 + "integrity": "sha512-6HVa5oIrgMC6aA6WF6XyyqbhRPJrKR02L20+2+zpDtO5QAzGHAUGw5TKQvwi5vctNnRHkJYmjAhRVQF2EKdTQw==", 5727 5884 "license": "MIT" 5728 5885 }, 5729 5886 "node_modules/oniguruma-to-es": { 5730 - "version": "4.3.5", 5731 - "resolved": "https://registry.npmjs.org/oniguruma-to-es/-/oniguruma-to-es-4.3.5.tgz", 5732 - "integrity": "sha512-Zjygswjpsewa0NLTsiizVuMQZbp0MDyM6lIt66OxsF21npUDlzpHi1Mgb/qhQdkb+dWFTzJmFbEWdvZgRho8eQ==", 5887 + "version": "4.3.6", 5888 + "resolved": "https://registry.npmjs.org/oniguruma-to-es/-/oniguruma-to-es-4.3.6.tgz", 5889 + "integrity": "sha512-csuQ9x3Yr0cEIs/Zgx/OEt9iBw9vqIunAPQkx19R/fiMq2oGVTgcMqO/V3Ybqefr1TBvosI6jU539ksaBULJyA==", 5733 5890 "license": "MIT", 5734 5891 "dependencies": { 5735 - "oniguruma-parser": "^0.12.1", 5892 + "oniguruma-parser": "^0.12.2", 5736 5893 "regex": "^6.1.0", 5737 5894 "regex-recursion": "^6.0.2" 5738 5895 } ··· 5780 5937 } 5781 5938 }, 5782 5939 "node_modules/p-queue": { 5783 - "version": "9.1.0", 5784 - "resolved": "https://registry.npmjs.org/p-queue/-/p-queue-9.1.0.tgz", 5785 - "integrity": "sha512-O/ZPaXuQV29uSLbxWBGGZO1mCQXV2BLIwUr59JUU9SoH76mnYvtms7aafH/isNSNGwuEfP6W/4xD0/TJXxrizw==", 5940 + "version": "9.1.1", 5941 + "resolved": "https://registry.npmjs.org/p-queue/-/p-queue-9.1.1.tgz", 5942 + "integrity": "sha512-yQS1vV2V7Q14MQrgD8jMNY5owPuGgVHVdSK8NqmKpOVajnjbaeMa6uLOzTALPtvJ7Vo4bw0BGsw7qfUT8z24Ig==", 5786 5943 "license": "MIT", 5787 5944 "dependencies": { 5788 5945 "eventemitter3": "^5.0.1", ··· 5930 6087 } 5931 6088 }, 5932 6089 "node_modules/path-expression-matcher": { 5933 - "version": "1.2.0", 5934 - "resolved": "https://registry.npmjs.org/path-expression-matcher/-/path-expression-matcher-1.2.0.tgz", 5935 - "integrity": "sha512-DwmPWeFn+tq7TiyJ2CxezCAirXjFxvaiD03npak3cRjlP9+OjTmSy1EpIrEbh+l6JgUundniloMLDQ/6VTdhLQ==", 6090 + "version": "1.2.1", 6091 + "resolved": "https://registry.npmjs.org/path-expression-matcher/-/path-expression-matcher-1.2.1.tgz", 6092 + "integrity": "sha512-d7gQQmLvAKXKXE2GeP9apIGbMYKz88zWdsn/BN2HRWVQsDFdUY36WSLTY0Jvd4HWi7Fb30gQ62oAOzdgJA6fZw==", 5936 6093 "funding": [ 5937 6094 { 5938 6095 "type": "github", ··· 6052 6209 } 6053 6210 }, 6054 6211 "node_modules/prettier": { 6055 - "version": "3.8.1", 6056 - "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.8.1.tgz", 6057 - "integrity": "sha512-UOnG6LftzbdaHZcKoPFtOcCKztrQ57WkHDeRD9t/PTQtmT0NHSeWWepj6pS0z/N7+08BHFDQVUrfmfMRcZwbMg==", 6212 + "version": "3.8.3", 6213 + "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.8.3.tgz", 6214 + "integrity": "sha512-7igPTM53cGHMW8xWuVTydi2KO233VFiTNyF5hLJqpilHfmn8C8gPf+PS7dUT64YcXFbiMGZxS9pCSxL/Dxm/Jw==", 6058 6215 "dev": true, 6059 6216 "license": "MIT", 6060 6217 "bin": { ··· 6531 6688 } 6532 6689 }, 6533 6690 "node_modules/rollup": { 6534 - "version": "4.60.0", 6535 - "resolved": "https://registry.npmjs.org/rollup/-/rollup-4.60.0.tgz", 6536 - "integrity": "sha512-yqjxruMGBQJ2gG4HtjZtAfXArHomazDHoFwFFmZZl0r7Pdo7qCIXKqKHZc8yeoMgzJJ+pO6pEEHa+V7uzWlrAQ==", 6691 + "version": "4.60.1", 6692 + "resolved": "https://registry.npmjs.org/rollup/-/rollup-4.60.1.tgz", 6693 + "integrity": "sha512-VmtB2rFU/GroZ4oL8+ZqXgSA38O6GR8KSIvWmEFv63pQ0G6KaBH9s07PO8XTXP4vI+3UJUEypOfjkGfmSBBR0w==", 6537 6694 "license": "MIT", 6538 6695 "dependencies": { 6539 6696 "@types/estree": "1.0.8" ··· 6546 6703 "npm": ">=8.0.0" 6547 6704 }, 6548 6705 "optionalDependencies": { 6549 - "@rollup/rollup-android-arm-eabi": "4.60.0", 6550 - "@rollup/rollup-android-arm64": "4.60.0", 6551 - "@rollup/rollup-darwin-arm64": "4.60.0", 6552 - "@rollup/rollup-darwin-x64": "4.60.0", 6553 - "@rollup/rollup-freebsd-arm64": "4.60.0", 6554 - "@rollup/rollup-freebsd-x64": "4.60.0", 6555 - "@rollup/rollup-linux-arm-gnueabihf": "4.60.0", 6556 - "@rollup/rollup-linux-arm-musleabihf": "4.60.0", 6557 - "@rollup/rollup-linux-arm64-gnu": "4.60.0", 6558 - "@rollup/rollup-linux-arm64-musl": "4.60.0", 6559 - "@rollup/rollup-linux-loong64-gnu": "4.60.0", 6560 - "@rollup/rollup-linux-loong64-musl": "4.60.0", 6561 - "@rollup/rollup-linux-ppc64-gnu": "4.60.0", 6562 - "@rollup/rollup-linux-ppc64-musl": "4.60.0", 6563 - "@rollup/rollup-linux-riscv64-gnu": "4.60.0", 6564 - "@rollup/rollup-linux-riscv64-musl": "4.60.0", 6565 - "@rollup/rollup-linux-s390x-gnu": "4.60.0", 6566 - "@rollup/rollup-linux-x64-gnu": "4.60.0", 6567 - "@rollup/rollup-linux-x64-musl": "4.60.0", 6568 - "@rollup/rollup-openbsd-x64": "4.60.0", 6569 - "@rollup/rollup-openharmony-arm64": "4.60.0", 6570 - "@rollup/rollup-win32-arm64-msvc": "4.60.0", 6571 - "@rollup/rollup-win32-ia32-msvc": "4.60.0", 6572 - "@rollup/rollup-win32-x64-gnu": "4.60.0", 6573 - "@rollup/rollup-win32-x64-msvc": "4.60.0", 6706 + "@rollup/rollup-android-arm-eabi": "4.60.1", 6707 + "@rollup/rollup-android-arm64": "4.60.1", 6708 + "@rollup/rollup-darwin-arm64": "4.60.1", 6709 + "@rollup/rollup-darwin-x64": "4.60.1", 6710 + "@rollup/rollup-freebsd-arm64": "4.60.1", 6711 + "@rollup/rollup-freebsd-x64": "4.60.1", 6712 + "@rollup/rollup-linux-arm-gnueabihf": "4.60.1", 6713 + "@rollup/rollup-linux-arm-musleabihf": "4.60.1", 6714 + "@rollup/rollup-linux-arm64-gnu": "4.60.1", 6715 + "@rollup/rollup-linux-arm64-musl": "4.60.1", 6716 + "@rollup/rollup-linux-loong64-gnu": "4.60.1", 6717 + "@rollup/rollup-linux-loong64-musl": "4.60.1", 6718 + "@rollup/rollup-linux-ppc64-gnu": "4.60.1", 6719 + "@rollup/rollup-linux-ppc64-musl": "4.60.1", 6720 + "@rollup/rollup-linux-riscv64-gnu": "4.60.1", 6721 + "@rollup/rollup-linux-riscv64-musl": "4.60.1", 6722 + "@rollup/rollup-linux-s390x-gnu": "4.60.1", 6723 + "@rollup/rollup-linux-x64-gnu": "4.60.1", 6724 + "@rollup/rollup-linux-x64-musl": "4.60.1", 6725 + "@rollup/rollup-openbsd-x64": "4.60.1", 6726 + "@rollup/rollup-openharmony-arm64": "4.60.1", 6727 + "@rollup/rollup-win32-arm64-msvc": "4.60.1", 6728 + "@rollup/rollup-win32-ia32-msvc": "4.60.1", 6729 + "@rollup/rollup-win32-x64-gnu": "4.60.1", 6730 + "@rollup/rollup-win32-x64-msvc": "4.60.1", 6574 6731 "fsevents": "~2.3.2" 6575 6732 } 6576 6733 }, ··· 6611 6768 "license": "MIT" 6612 6769 }, 6613 6770 "node_modules/sanitize-html": { 6614 - "version": "2.17.2", 6615 - "resolved": "https://registry.npmjs.org/sanitize-html/-/sanitize-html-2.17.2.tgz", 6616 - "integrity": "sha512-EnffJUl46VE9uvZ0XeWzObHLurClLlT12gsOk1cHyP2Ol1P0BnBnsXmShlBmWVJM+dKieQI68R0tsPY5m/B+Jg==", 6771 + "version": "2.17.3", 6772 + "resolved": "https://registry.npmjs.org/sanitize-html/-/sanitize-html-2.17.3.tgz", 6773 + "integrity": "sha512-Kn4srCAo2+wZyvCNKCSyB2g8RQ8IkX/gQs2uqoSRNu5t9I2qvUyAVvRDiFUVAiX3N3PNuwStY0eNr+ooBHVWEg==", 6617 6774 "license": "MIT", 6618 6775 "dependencies": { 6619 6776 "deepmerge": "^4.2.2", ··· 6762 6919 } 6763 6920 }, 6764 6921 "node_modules/sitemap/node_modules/@types/node": { 6765 - "version": "24.12.0", 6766 - "resolved": "https://registry.npmjs.org/@types/node/-/node-24.12.0.tgz", 6767 - "integrity": "sha512-GYDxsZi3ChgmckRT9HPU0WEhKLP08ev/Yfcq2AstjrDASOYCSXeyjDsHg4v5t4jOj7cyDX3vmprafKlWIG9MXQ==", 6922 + "version": "24.12.2", 6923 + "resolved": "https://registry.npmjs.org/@types/node/-/node-24.12.2.tgz", 6924 + "integrity": "sha512-A1sre26ke7HDIuY/M23nd9gfB+nrmhtYyMINbjI1zHJxYteKR6qSMX56FsmjMcDb3SMcjJg5BiRRgOCC/yBD0g==", 6768 6925 "license": "MIT", 6769 6926 "dependencies": { 6770 6927 "undici-types": "~7.16.0" 6771 6928 } 6772 6929 }, 6773 6930 "node_modules/slugify": { 6774 - "version": "1.6.8", 6775 - "resolved": "https://registry.npmjs.org/slugify/-/slugify-1.6.8.tgz", 6776 - "integrity": "sha512-HVk9X1E0gz3mSpoi60h/saazLKXKaZThMLU3u/aNwoYn8/xQyX2MGxL0ui2eaokkD7tF+Zo+cKTHUbe1mmmGzA==", 6931 + "version": "1.6.9", 6932 + "resolved": "https://registry.npmjs.org/slugify/-/slugify-1.6.9.tgz", 6933 + "integrity": "sha512-vZ7rfeehZui7wQs438JXBckYLkIIdfHOXsaVEUMyS5fHo1483l1bMdo0EDSWYclY0yZKFOipDy4KHuKs6ssvdg==", 6777 6934 "license": "MIT", 6778 6935 "engines": { 6779 6936 "node": ">=8.0.0" ··· 7062 7219 "optional": true 7063 7220 }, 7064 7221 "node_modules/typescript": { 7065 - "version": "6.0.2", 7066 - "resolved": "https://registry.npmjs.org/typescript/-/typescript-6.0.2.tgz", 7067 - "integrity": "sha512-bGdAIrZ0wiGDo5l8c++HWtbaNCWTS4UTv7RaTH/ThVIgjkveJt83m74bBHMJkuCbslY8ixgLBVZJIOiQlQTjfQ==", 7222 + "version": "6.0.3", 7223 + "resolved": "https://registry.npmjs.org/typescript/-/typescript-6.0.3.tgz", 7224 + "integrity": "sha512-y2TvuxSZPDyQakkFRPZHKFm+KKVqIisdg9/CZwm9ftvKXLP8NRWj38/ODjNbr43SsoXqNuAisEf1GdCxqWcdBw==", 7068 7225 "license": "Apache-2.0", 7069 7226 "bin": { 7070 7227 "tsc": "bin/tsc", ··· 7099 7256 "license": "MIT" 7100 7257 }, 7101 7258 "node_modules/undici": { 7102 - "version": "7.24.6", 7103 - "resolved": "https://registry.npmjs.org/undici/-/undici-7.24.6.tgz", 7104 - "integrity": "sha512-Xi4agocCbRzt0yYMZGMA6ApD7gvtUFaxm4ZmeacWI4cZxaF6C+8I8QfofC20NAePiB/IcvZmzkJ7XPa471AEtA==", 7259 + "version": "7.24.7", 7260 + "resolved": "https://registry.npmjs.org/undici/-/undici-7.24.7.tgz", 7261 + "integrity": "sha512-H/nlJ/h0ggGC+uRL3ovD+G0i4bqhvsDOpbDv7At5eFLlj2b41L8QliGbnl2H7SnDiYhENphh1tQFJZf+MyfLsQ==", 7105 7262 "license": "MIT", 7106 7263 "engines": { 7107 7264 "node": ">=20.18.1" ··· 7280 7437 } 7281 7438 }, 7282 7439 "node_modules/unstorage": { 7283 - "version": "1.17.4", 7284 - "resolved": "https://registry.npmjs.org/unstorage/-/unstorage-1.17.4.tgz", 7285 - "integrity": "sha512-fHK0yNg38tBiJKp/Vgsq4j0JEsCmgqH58HAn707S7zGkArbZsVr/CwINoi+nh3h98BRCwKvx1K3Xg9u3VV83sw==", 7440 + "version": "1.17.5", 7441 + "resolved": "https://registry.npmjs.org/unstorage/-/unstorage-1.17.5.tgz", 7442 + "integrity": "sha512-0i3iqvRfx29hkNntHyQvJTpf5W9dQ9ZadSoRU8+xVlhVtT7jAX57fazYO9EHvcRCfBCyi5YRya7XCDOsbTgkPg==", 7286 7443 "license": "MIT", 7287 7444 "dependencies": { 7288 7445 "anymatch": "^3.1.3", 7289 7446 "chokidar": "^5.0.0", 7290 7447 "destr": "^2.0.5", 7291 - "h3": "^1.15.5", 7292 - "lru-cache": "^11.2.0", 7448 + "h3": "^1.15.10", 7449 + "lru-cache": "^11.2.7", 7293 7450 "node-fetch-native": "^1.6.7", 7294 7451 "ofetch": "^1.5.1", 7295 7452 "ufo": "^1.6.3" ··· 7418 7575 } 7419 7576 }, 7420 7577 "node_modules/vite": { 7421 - "version": "7.3.1", 7422 - "resolved": "https://registry.npmjs.org/vite/-/vite-7.3.1.tgz", 7423 - "integrity": "sha512-w+N7Hifpc3gRjZ63vYBXA56dvvRlNWRczTdmCBBa+CotUzAPf5b7YMdMR/8CQoeYE5LX3W4wj6RYTgonm1b9DA==", 7578 + "version": "7.3.2", 7579 + "resolved": "https://registry.npmjs.org/vite/-/vite-7.3.2.tgz", 7580 + "integrity": "sha512-Bby3NOsna2jsjfLVOHKes8sGwgl4TT0E6vvpYgnAYDIF/tie7MRaFthmKuHx1NSXjiTueXH3do80FMQgvEktRg==", 7424 7581 "license": "MIT", 7425 7582 "dependencies": { 7426 7583 "esbuild": "^0.27.0", ··· 7492 7649 } 7493 7650 }, 7494 7651 "node_modules/vitefu": { 7495 - "version": "1.1.2", 7496 - "resolved": "https://registry.npmjs.org/vitefu/-/vitefu-1.1.2.tgz", 7497 - "integrity": "sha512-zpKATdUbzbsycPFBN71nS2uzBUQiVnFoOrr2rvqv34S1lcAgMKKkjWleLGeiJlZ8lwCXvtWaRn7R3ZC16SYRuw==", 7652 + "version": "1.1.3", 7653 + "resolved": "https://registry.npmjs.org/vitefu/-/vitefu-1.1.3.tgz", 7654 + "integrity": "sha512-ub4okH7Z5KLjb6hDyjqrGXqWtWvoYdU3IGm/NorpgHncKoLTCfRIbvlhBm7r0YstIaQRYlp4yEbFqDcKSzXSSg==", 7498 7655 "license": "MIT", 7499 7656 "workspaces": [ 7500 7657 "tests/deps/*", ··· 7502 7659 "tests/projects/workspace/packages/*" 7503 7660 ], 7504 7661 "peerDependencies": { 7505 - "vite": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-beta.0" 7662 + "vite": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0" 7506 7663 }, 7507 7664 "peerDependenciesMeta": { 7508 7665 "vite": {
+11 -11
package.json
··· 13 13 "format": "prettier --write ." 14 14 }, 15 15 "dependencies": { 16 - "@astrojs/compiler-rs": "^0.1.6", 17 - "@astrojs/mdx": "^5.0.2", 18 - "@astrojs/rss": "^4.0.16", 19 - "@astrojs/sitemap": "^3.7.1", 16 + "@astrojs/compiler-rs": "^0.1.10", 17 + "@astrojs/mdx": "^5.0.4", 18 + "@astrojs/rss": "^4.0.18", 19 + "@astrojs/sitemap": "^3.7.2", 20 20 "@fontsource/charis-sil": "^5.2.7", 21 21 "@fontsource/maple-mono": "^5.2.6", 22 22 "@iconify-json/bi": "^1.2.7", 23 23 "@iconify-json/file-icons": "^1.2.2", 24 24 "@iconify-json/mdi": "^1.2.1", 25 - "@iconify-json/simple-icons": "^1.2.75", 25 + "@iconify-json/simple-icons": "^1.2.79", 26 26 "@playform/inline": "^0.1.4", 27 - "astro": "^6.0.8", 27 + "astro": "^6.1.9", 28 28 "astro-icon": "^1.1.4", 29 29 "cowsay": "^1.6.0", 30 30 "lightningcss": "^1.32.0", 31 31 "markdown-it": "^14.1.0", 32 - "sanitize-html": "^2.17.2", 32 + "sanitize-html": "^2.17.3", 33 33 "sharp": "^0.34.5", 34 - "slugify": "^1.6.8", 35 - "typescript": "^6.0.2" 34 + "slugify": "^1.6.9", 35 + "typescript": "^6.0.3" 36 36 }, 37 37 "devDependencies": { 38 38 "@types/markdown-it": "^14.1.2", 39 39 "@types/sanitize-html": "^2.16.1", 40 - "prettier": "^3.8.1", 40 + "prettier": "^3.8.3", 41 41 "prettier-plugin-astro": "^0.14.1" 42 42 } 43 - } 43 + }