Mirror of
0
fork

Configure Feed

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

update v5

+1117 -630
+2 -2
docs/package.json
··· 28 28 "start": "astro dev" 29 29 }, 30 30 "dependencies": { 31 - "@astrojs/starlight": "^0.29.0", 31 + "@astrojs/starlight": "^0.30.3", 32 32 "@trueberryless-org/starlight-plugins-docs-components": "^0.2.2", 33 - "astro": "^4.16.10", 33 + "astro": "^5.1.0", 34 34 "sharp": "^0.33.5", 35 35 "starlight-contributor-list": "^0.1.0", 36 36 "starlight-cooler-credit": "workspace:*",
+7
docs/src/content.config.ts
··· 1 + import { defineCollection } from "astro:content"; 2 + import { docsLoader } from "@astrojs/starlight/loaders"; 3 + import { docsSchema } from "@astrojs/starlight/schema"; 4 + 5 + export const collections = { 6 + docs: defineCollection({ loader: docsLoader(), schema: docsSchema() }), 7 + };
-6
docs/src/content/config.ts
··· 1 - import { defineCollection } from "astro:content"; 2 - import { docsSchema } from "@astrojs/starlight/schema"; 3 - 4 - export const collections = { 5 - docs: defineCollection({ schema: docsSchema() }), 6 - };
+3 -1
docs/tsconfig.json
··· 1 1 { 2 - "extends": "astro/tsconfigs/strictest" 2 + "extends": "astro/tsconfigs/strictest", 3 + "include": [".astro/types.d.ts", "**/*"], 4 + "exclude": ["dist"] 3 5 }
+3 -3
packages/starlight-cooler-credit/package.json
··· 29 29 "change-case": "^5.4.4" 30 30 }, 31 31 "devDependencies": { 32 - "@astrojs/starlight": "^0.29.0", 33 - "astro": "^4.16.10" 32 + "@astrojs/starlight": "^0.30.3", 33 + "astro": "^5.1.0" 34 34 }, 35 35 "peerDependencies": { 36 - "@astrojs/starlight": ">=0.29" 36 + "@astrojs/starlight": ">=0.30" 37 37 }, 38 38 "engines": { 39 39 "node": "^18.17.1 || ^20.3.0 || >=21.0.0"
+3 -1
packages/starlight-cooler-credit/tsconfig.json
··· 1 1 { 2 - "extends": "astro/tsconfigs/strictest" 2 + "extends": "astro/tsconfigs/strictest", 3 + "include": [".astro/types.d.ts", "**/*"], 4 + "exclude": ["dist"] 3 5 }
+1099 -617
pnpm-lock.yaml
··· 18 18 docs: 19 19 dependencies: 20 20 '@astrojs/starlight': 21 - specifier: ^0.29.0 22 - version: 0.29.0(astro@4.16.10(rollup@4.25.0)(typescript@5.6.3)) 21 + specifier: ^0.30.3 22 + version: 0.30.3(astro@5.1.0(jiti@2.4.2)(rollup@4.25.0)(typescript@5.6.3)) 23 23 '@trueberryless-org/starlight-plugins-docs-components': 24 24 specifier: ^0.2.2 25 - version: 0.2.2(@astrojs/starlight@0.29.0(astro@4.16.10(rollup@4.25.0)(typescript@5.6.3)))(astro@4.16.10(rollup@4.25.0)(typescript@5.6.3)) 25 + version: 0.2.2(@astrojs/starlight@0.30.3(astro@5.1.0(jiti@2.4.2)(rollup@4.25.0)(typescript@5.6.3)))(astro@5.1.0(jiti@2.4.2)(rollup@4.25.0)(typescript@5.6.3)) 26 26 astro: 27 - specifier: ^4.16.10 28 - version: 4.16.10(rollup@4.25.0)(typescript@5.6.3) 27 + specifier: ^5.1.0 28 + version: 5.1.0(jiti@2.4.2)(rollup@4.25.0)(typescript@5.6.3) 29 29 sharp: 30 30 specifier: ^0.33.5 31 31 version: 0.33.5 32 32 starlight-contributor-list: 33 33 specifier: ^0.1.0 34 - version: 0.1.0(@astrojs/starlight@0.29.0(astro@4.16.10(rollup@4.25.0)(typescript@5.6.3))) 34 + version: 0.1.0(@astrojs/starlight@0.30.3(astro@5.1.0(jiti@2.4.2)(rollup@4.25.0)(typescript@5.6.3))) 35 35 starlight-cooler-credit: 36 36 specifier: workspace:* 37 37 version: link:../packages/starlight-cooler-credit 38 38 starlight-links-validator: 39 39 specifier: ^0.13.0 40 - version: 0.13.0(@astrojs/starlight@0.29.0(astro@4.16.10(rollup@4.25.0)(typescript@5.6.3)))(astro@4.16.10(rollup@4.25.0)(typescript@5.6.3)) 40 + version: 0.13.0(@astrojs/starlight@0.30.3(astro@5.1.0(jiti@2.4.2)(rollup@4.25.0)(typescript@5.6.3)))(astro@5.1.0(jiti@2.4.2)(rollup@4.25.0)(typescript@5.6.3)) 41 41 42 42 packages/starlight-cooler-credit: 43 43 dependencies: ··· 46 46 version: 5.4.4 47 47 devDependencies: 48 48 '@astrojs/starlight': 49 - specifier: ^0.29.0 50 - version: 0.29.0(astro@4.16.10(rollup@4.25.0)(typescript@5.6.3)) 49 + specifier: ^0.30.3 50 + version: 0.30.3(astro@5.1.0(jiti@2.4.2)(rollup@4.25.0)(typescript@5.6.3)) 51 51 astro: 52 - specifier: ^4.16.10 53 - version: 4.16.10(rollup@4.25.0)(typescript@5.6.3) 52 + specifier: ^5.1.0 53 + version: 5.1.0(jiti@2.4.2)(rollup@4.25.0)(typescript@5.6.3) 54 54 55 55 packages: 56 56 57 57 '@11ty/eleventy-fetch@4.0.1': 58 58 resolution: {integrity: sha512-yIiLM5ziBmg86i4TlXpBdcIygJHvh/GgPJyAiFOckO9H4y9cQDM8eIcJCUQ4Mum0NEVui/OjhEut2R08xw0vlQ==} 59 59 engines: {node: '>=14'} 60 - 61 - '@ampproject/remapping@2.3.0': 62 - resolution: {integrity: sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==} 63 - engines: {node: '>=6.0.0'} 64 60 65 61 '@astro-community/astro-embed-twitter@0.5.8': 66 62 resolution: {integrity: sha512-O2ptQPw+DfipukK8czjJcTcyVgDsrs3OmrHbc3YmWRglaUTOpSTImzPo076POyNBSWjLaRKloul81DFiAMNjTA==} ··· 78 74 '@astrojs/compiler@2.10.3': 79 75 resolution: {integrity: sha512-bL/O7YBxsFt55YHU021oL+xz+B/9HvGNId3F9xURN16aeqDK9juHGktdkCSXz+U4nqFACq6ZFvWomOzhV+zfPw==} 80 76 81 - '@astrojs/internal-helpers@0.4.1': 82 - resolution: {integrity: sha512-bMf9jFihO8YP940uD70SI/RDzIhUHJAolWVcO1v5PUivxGKvfLZTLTVVxEYzGYyPsA3ivdLNqMnL5VgmQySa+g==} 77 + '@astrojs/internal-helpers@0.4.2': 78 + resolution: {integrity: sha512-EdDWkC3JJVcpGpqJAU/5hSk2LKXyG3mNGkzGoAuyK+xoPHbaVdSuIWoN1QTnmK3N/gGfaaAfM8gO2KDCAW7S3w==} 83 79 84 - '@astrojs/markdown-remark@5.3.0': 85 - resolution: {integrity: sha512-r0Ikqr0e6ozPb5bvhup1qdWnSPUvQu6tub4ZLYaKyG50BXZ0ej6FhGz3GpChKpH7kglRFPObJd/bDyf2VM9pkg==} 80 + '@astrojs/markdown-remark@6.0.1': 81 + resolution: {integrity: sha512-CTSYijj25NfxgZi15TU3CwPwgyD1/7yA3FcdcNmB9p94nydupiUbrIiq3IqeTp2m5kCVzxbPZeC7fTwEOaNyGw==} 86 82 87 - '@astrojs/mdx@3.1.9': 88 - resolution: {integrity: sha512-3jPD4Bff6lIA20RQoonnZkRtZ9T3i0HFm6fcDF7BMsKIZ+xBP2KXzQWiuGu62lrVCmU612N+SQVGl5e0fI+zWg==} 89 - engines: {node: ^18.17.1 || ^20.3.0 || >=21.0.0} 83 + '@astrojs/mdx@4.0.2': 84 + resolution: {integrity: sha512-uBoXNSSAUqhf2dVtJWFbSapwNkcnCzbISW98EcybFXvNgYt9g8yPJ7+lYnf+sH5pv0c/JEW8HlBvPSi81AVRlw==} 85 + engines: {node: ^18.17.1 || ^20.3.0 || >=22.0.0} 90 86 peerDependencies: 91 - astro: ^4.8.0 87 + astro: ^5.0.0 92 88 93 - '@astrojs/prism@3.1.0': 94 - resolution: {integrity: sha512-Z9IYjuXSArkAUx3N6xj6+Bnvx8OdUSHA8YoOgyepp3+zJmtVYJIl/I18GozdJVW1p5u/CNpl3Km7/gwTJK85cw==} 95 - engines: {node: ^18.17.1 || ^20.3.0 || >=21.0.0} 89 + '@astrojs/prism@3.2.0': 90 + resolution: {integrity: sha512-GilTHKGCW6HMq7y3BUv9Ac7GMe/MO9gi9GW62GzKtth0SwukCu/qp2wLiGpEujhY+VVhaG9v7kv/5vFzvf4NYw==} 91 + engines: {node: ^18.17.1 || ^20.3.0 || >=22.0.0} 96 92 97 93 '@astrojs/sitemap@3.2.1': 98 94 resolution: {integrity: sha512-uxMfO8f7pALq0ADL6Lk68UV6dNYjJ2xGUzyjjVj60JLBs5a6smtlkBYv3tQ0DzoqwS7c9n4FUx5lgv0yPo/fgA==} 99 95 100 - '@astrojs/starlight@0.29.0': 101 - resolution: {integrity: sha512-0HRr7LiI0XJUA5n0Mj5LPSLZtw80ttkL6eh824y6t/DCcvJzC6e+HRQZ0hIolU8jsEMc7Qs07mMQIvPTpX9KMg==} 102 - peerDependencies: 103 - astro: ^4.14.0 104 - 105 - '@astrojs/telemetry@3.1.0': 106 - resolution: {integrity: sha512-/ca/+D8MIKEC8/A9cSaPUqQNZm+Es/ZinRv0ZAzvu2ios7POQSsVD+VOj7/hypWNsNM3T7RpfgNq7H2TU1KEHA==} 107 - engines: {node: ^18.17.1 || ^20.3.0 || >=21.0.0} 108 - 109 - '@babel/code-frame@7.26.2': 110 - resolution: {integrity: sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ==} 111 - engines: {node: '>=6.9.0'} 112 - 113 - '@babel/compat-data@7.26.2': 114 - resolution: {integrity: sha512-Z0WgzSEa+aUcdiJuCIqgujCshpMWgUpgOxXotrYPSA53hA3qopNaqcJpyr0hVb1FeWdnqFA35/fUtXgBK8srQg==} 115 - engines: {node: '>=6.9.0'} 116 - 117 - '@babel/core@7.26.0': 118 - resolution: {integrity: sha512-i1SLeK+DzNnQ3LL/CswPCa/E5u4lh1k6IAEphON8F+cXt0t9euTshDru0q7/IqMa1PMPz5RnHuHscF8/ZJsStg==} 119 - engines: {node: '>=6.9.0'} 120 - 121 - '@babel/generator@7.26.2': 122 - resolution: {integrity: sha512-zevQbhbau95nkoxSq3f/DC/SC+EEOUZd3DYqfSkMhY2/wfSeaHV1Ew4vk8e+x8lja31IbyuUa2uQ3JONqKbysw==} 123 - engines: {node: '>=6.9.0'} 124 - 125 - '@babel/helper-annotate-as-pure@7.25.9': 126 - resolution: {integrity: sha512-gv7320KBUFJz1RnylIg5WWYPRXKZ884AGkYpgpWW02TH66Dl+HaC1t1CKd0z3R4b6hdYEcmrNZHUmfCP+1u3/g==} 127 - engines: {node: '>=6.9.0'} 128 - 129 - '@babel/helper-compilation-targets@7.25.9': 130 - resolution: {integrity: sha512-j9Db8Suy6yV/VHa4qzrj9yZfZxhLWQdVnRlXxmKLYlhWUVB1sB2G5sxuWYXk/whHD9iW76PmNzxZ4UCnTQTVEQ==} 131 - engines: {node: '>=6.9.0'} 132 - 133 - '@babel/helper-module-imports@7.25.9': 134 - resolution: {integrity: sha512-tnUA4RsrmflIM6W6RFTLFSXITtl0wKjgpnLgXyowocVPrbYrLUXSBXDgTs8BlbmIzIdlBySRQjINYs2BAkiLtw==} 135 - engines: {node: '>=6.9.0'} 136 - 137 - '@babel/helper-module-transforms@7.26.0': 138 - resolution: {integrity: sha512-xO+xu6B5K2czEnQye6BHA7DolFFmS3LB7stHZFaOLb1pAwO1HWLS8fXA+eh0A2yIvltPVmx3eNNDBJA2SLHXFw==} 139 - engines: {node: '>=6.9.0'} 96 + '@astrojs/starlight@0.30.3': 97 + resolution: {integrity: sha512-HbGYYIR2Rnrvvc2jD0dUpp8zUzv3jQYtG5im3aulDgE4Jo21Ahw0yXlb/Y134G3LALLbqhImmlbt/h/nDV3yMA==} 140 98 peerDependencies: 141 - '@babel/core': ^7.0.0 99 + astro: ^5.0.0 142 100 143 - '@babel/helper-plugin-utils@7.25.9': 144 - resolution: {integrity: sha512-kSMlyUVdWe25rEsRGviIgOWnoT/nfABVWlqt9N19/dIPWViAOW2s9wznP5tURbs/IDuNk4gPy3YdYRgH3uxhBw==} 145 - engines: {node: '>=6.9.0'} 101 + '@astrojs/telemetry@3.2.0': 102 + resolution: {integrity: sha512-wxhSKRfKugLwLlr4OFfcqovk+LIFtKwLyGPqMsv+9/ibqqnW3Gv7tBhtKEb0gAyUAC4G9BTVQeQahqnQAhd6IQ==} 103 + engines: {node: ^18.17.1 || ^20.3.0 || >=22.0.0} 146 104 147 105 '@babel/helper-string-parser@7.25.9': 148 106 resolution: {integrity: sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA==} ··· 152 110 resolution: {integrity: sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ==} 153 111 engines: {node: '>=6.9.0'} 154 112 155 - '@babel/helper-validator-option@7.25.9': 156 - resolution: {integrity: sha512-e/zv1co8pp55dNdEcCynfj9X7nyUKUXoUEwfXqaZt0omVOmDe9oOTdKStH4GmAw6zxMFs50ZayuMfHDKlO7Tfw==} 157 - engines: {node: '>=6.9.0'} 158 - 159 - '@babel/helpers@7.26.0': 160 - resolution: {integrity: sha512-tbhNuIxNcVb21pInl3ZSjksLCvgdZy9KwJ8brv993QtIVKJBBkYXz4q4ZbAv31GdnC+R90np23L5FbEBlthAEw==} 161 - engines: {node: '>=6.9.0'} 162 - 163 113 '@babel/parser@7.26.2': 164 114 resolution: {integrity: sha512-DWMCZH9WA4Maitz2q21SRKHo9QXZxkDsbNZoVD62gusNtNBBqDg9i7uOhASfTfIGNzW+O+r7+jAlM8dwphcJKQ==} 165 115 engines: {node: '>=6.0.0'} 166 116 hasBin: true 167 117 168 - '@babel/plugin-syntax-jsx@7.25.9': 169 - resolution: {integrity: sha512-ld6oezHQMZsZfp6pWtbjaNDF2tiiCYYDqQszHt5VV437lewP9aSi2Of99CK0D0XB21k7FLgnLcmQKyKzynfeAA==} 170 - engines: {node: '>=6.9.0'} 171 - peerDependencies: 172 - '@babel/core': ^7.0.0-0 173 - 174 - '@babel/plugin-transform-react-jsx@7.25.9': 175 - resolution: {integrity: sha512-s5XwpQYCqGerXl+Pu6VDL3x0j2d82eiV77UJ8a2mDHAW7j9SWRqQ2y1fNo1Z74CdcYipl5Z41zvjj4Nfzq36rw==} 176 - engines: {node: '>=6.9.0'} 177 - peerDependencies: 178 - '@babel/core': ^7.0.0-0 179 - 180 118 '@babel/runtime@7.26.0': 181 119 resolution: {integrity: sha512-FDSOghenHTiToteC/QRlv2q3DhPZ/oOXTBoirfWNx1Cx3TMVcGWQtMMmQcSvb/JjpNeGzx8Pq/b4fKEJuWm1sw==} 182 - engines: {node: '>=6.9.0'} 183 - 184 - '@babel/template@7.25.9': 185 - resolution: {integrity: sha512-9DGttpmPvIxBb/2uwpVo3dqJ+O6RooAFOS+lB+xDqoE2PVCE8nfoHMdZLpfCQRLwvohzXISPZcgxt80xLfsuwg==} 186 - engines: {node: '>=6.9.0'} 187 - 188 - '@babel/traverse@7.25.9': 189 - resolution: {integrity: sha512-ZCuvfwOwlz/bawvAuvcj8rrithP2/N55Tzz342AkTvq4qaWbGfmCk/tKhNaV2cthijKrPAA8SRJV5WWe7IBMJw==} 190 120 engines: {node: '>=6.9.0'} 191 121 192 122 '@babel/types@7.26.0': ··· 267 197 cpu: [ppc64] 268 198 os: [aix] 269 199 200 + '@esbuild/aix-ppc64@0.24.0': 201 + resolution: {integrity: sha512-WtKdFM7ls47zkKHFVzMz8opM7LkcsIp9amDUBIAWirg70RM71WRSjdILPsY5Uv1D42ZpUfaPILDlfactHgsRkw==} 202 + engines: {node: '>=18'} 203 + cpu: [ppc64] 204 + os: [aix] 205 + 270 206 '@esbuild/android-arm64@0.21.5': 271 207 resolution: {integrity: sha512-c0uX9VAUBQ7dTDCjq+wdyGLowMdtR/GoC2U5IYk/7D1H1JYC0qseD7+11iMP2mRLN9RcCMRcjC4YMclCzGwS/A==} 272 208 engines: {node: '>=12'} 273 209 cpu: [arm64] 274 210 os: [android] 275 211 212 + '@esbuild/android-arm64@0.24.0': 213 + resolution: {integrity: sha512-Vsm497xFM7tTIPYK9bNTYJyF/lsP590Qc1WxJdlB6ljCbdZKU9SY8i7+Iin4kyhV/KV5J2rOKsBQbB77Ab7L/w==} 214 + engines: {node: '>=18'} 215 + cpu: [arm64] 216 + os: [android] 217 + 276 218 '@esbuild/android-arm@0.21.5': 277 219 resolution: {integrity: sha512-vCPvzSjpPHEi1siZdlvAlsPxXl7WbOVUBBAowWug4rJHb68Ox8KualB+1ocNvT5fjv6wpkX6o/iEpbDrf68zcg==} 278 220 engines: {node: '>=12'} 221 + cpu: [arm] 222 + os: [android] 223 + 224 + '@esbuild/android-arm@0.24.0': 225 + resolution: {integrity: sha512-arAtTPo76fJ/ICkXWetLCc9EwEHKaeya4vMrReVlEIUCAUncH7M4bhMQ+M9Vf+FFOZJdTNMXNBrWwW+OXWpSew==} 226 + engines: {node: '>=18'} 279 227 cpu: [arm] 280 228 os: [android] 281 229 ··· 285 233 cpu: [x64] 286 234 os: [android] 287 235 236 + '@esbuild/android-x64@0.24.0': 237 + resolution: {integrity: sha512-t8GrvnFkiIY7pa7mMgJd7p8p8qqYIz1NYiAoKc75Zyv73L3DZW++oYMSHPRarcotTKuSs6m3hTOa5CKHaS02TQ==} 238 + engines: {node: '>=18'} 239 + cpu: [x64] 240 + os: [android] 241 + 288 242 '@esbuild/darwin-arm64@0.21.5': 289 243 resolution: {integrity: sha512-DwqXqZyuk5AiWWf3UfLiRDJ5EDd49zg6O9wclZ7kUMv2WRFr4HKjXp/5t8JZ11QbQfUS6/cRCKGwYhtNAY88kQ==} 290 244 engines: {node: '>=12'} 291 245 cpu: [arm64] 292 246 os: [darwin] 293 247 248 + '@esbuild/darwin-arm64@0.24.0': 249 + resolution: {integrity: sha512-CKyDpRbK1hXwv79soeTJNHb5EiG6ct3efd/FTPdzOWdbZZfGhpbcqIpiD0+vwmpu0wTIL97ZRPZu8vUt46nBSw==} 250 + engines: {node: '>=18'} 251 + cpu: [arm64] 252 + os: [darwin] 253 + 294 254 '@esbuild/darwin-x64@0.21.5': 295 255 resolution: {integrity: sha512-se/JjF8NlmKVG4kNIuyWMV/22ZaerB+qaSi5MdrXtd6R08kvs2qCN4C09miupktDitvh8jRFflwGFBQcxZRjbw==} 296 256 engines: {node: '>=12'} 257 + cpu: [x64] 258 + os: [darwin] 259 + 260 + '@esbuild/darwin-x64@0.24.0': 261 + resolution: {integrity: sha512-rgtz6flkVkh58od4PwTRqxbKH9cOjaXCMZgWD905JOzjFKW+7EiUObfd/Kav+A6Gyud6WZk9w+xu6QLytdi2OA==} 262 + engines: {node: '>=18'} 297 263 cpu: [x64] 298 264 os: [darwin] 299 265 ··· 303 269 cpu: [arm64] 304 270 os: [freebsd] 305 271 272 + '@esbuild/freebsd-arm64@0.24.0': 273 + resolution: {integrity: sha512-6Mtdq5nHggwfDNLAHkPlyLBpE5L6hwsuXZX8XNmHno9JuL2+bg2BX5tRkwjyfn6sKbxZTq68suOjgWqCicvPXA==} 274 + engines: {node: '>=18'} 275 + cpu: [arm64] 276 + os: [freebsd] 277 + 306 278 '@esbuild/freebsd-x64@0.21.5': 307 279 resolution: {integrity: sha512-J95kNBj1zkbMXtHVH29bBriQygMXqoVQOQYA+ISs0/2l3T9/kj42ow2mpqerRBxDJnmkUDCaQT/dfNXWX/ZZCQ==} 308 280 engines: {node: '>=12'} 309 281 cpu: [x64] 310 282 os: [freebsd] 311 283 284 + '@esbuild/freebsd-x64@0.24.0': 285 + resolution: {integrity: sha512-D3H+xh3/zphoX8ck4S2RxKR6gHlHDXXzOf6f/9dbFt/NRBDIE33+cVa49Kil4WUjxMGW0ZIYBYtaGCa2+OsQwQ==} 286 + engines: {node: '>=18'} 287 + cpu: [x64] 288 + os: [freebsd] 289 + 312 290 '@esbuild/linux-arm64@0.21.5': 313 291 resolution: {integrity: sha512-ibKvmyYzKsBeX8d8I7MH/TMfWDXBF3db4qM6sy+7re0YXya+K1cem3on9XgdT2EQGMu4hQyZhan7TeQ8XkGp4Q==} 314 292 engines: {node: '>=12'} 315 293 cpu: [arm64] 316 294 os: [linux] 317 295 296 + '@esbuild/linux-arm64@0.24.0': 297 + resolution: {integrity: sha512-TDijPXTOeE3eaMkRYpcy3LarIg13dS9wWHRdwYRnzlwlA370rNdZqbcp0WTyyV/k2zSxfko52+C7jU5F9Tfj1g==} 298 + engines: {node: '>=18'} 299 + cpu: [arm64] 300 + os: [linux] 301 + 318 302 '@esbuild/linux-arm@0.21.5': 319 303 resolution: {integrity: sha512-bPb5AHZtbeNGjCKVZ9UGqGwo8EUu4cLq68E95A53KlxAPRmUyYv2D6F0uUI65XisGOL1hBP5mTronbgo+0bFcA==} 320 304 engines: {node: '>=12'} 321 305 cpu: [arm] 322 306 os: [linux] 323 307 308 + '@esbuild/linux-arm@0.24.0': 309 + resolution: {integrity: sha512-gJKIi2IjRo5G6Glxb8d3DzYXlxdEj2NlkixPsqePSZMhLudqPhtZ4BUrpIuTjJYXxvF9njql+vRjB2oaC9XpBw==} 310 + engines: {node: '>=18'} 311 + cpu: [arm] 312 + os: [linux] 313 + 324 314 '@esbuild/linux-ia32@0.21.5': 325 315 resolution: {integrity: sha512-YvjXDqLRqPDl2dvRODYmmhz4rPeVKYvppfGYKSNGdyZkA01046pLWyRKKI3ax8fbJoK5QbxblURkwK/MWY18Tg==} 326 316 engines: {node: '>=12'} 327 317 cpu: [ia32] 328 318 os: [linux] 329 319 320 + '@esbuild/linux-ia32@0.24.0': 321 + resolution: {integrity: sha512-K40ip1LAcA0byL05TbCQ4yJ4swvnbzHscRmUilrmP9Am7//0UjPreh4lpYzvThT2Quw66MhjG//20mrufm40mA==} 322 + engines: {node: '>=18'} 323 + cpu: [ia32] 324 + os: [linux] 325 + 330 326 '@esbuild/linux-loong64@0.21.5': 331 327 resolution: {integrity: sha512-uHf1BmMG8qEvzdrzAqg2SIG/02+4/DHB6a9Kbya0XDvwDEKCoC8ZRWI5JJvNdUjtciBGFQ5PuBlpEOXQj+JQSg==} 332 328 engines: {node: '>=12'} 333 329 cpu: [loong64] 334 330 os: [linux] 335 331 332 + '@esbuild/linux-loong64@0.24.0': 333 + resolution: {integrity: sha512-0mswrYP/9ai+CU0BzBfPMZ8RVm3RGAN/lmOMgW4aFUSOQBjA31UP8Mr6DDhWSuMwj7jaWOT0p0WoZ6jeHhrD7g==} 334 + engines: {node: '>=18'} 335 + cpu: [loong64] 336 + os: [linux] 337 + 336 338 '@esbuild/linux-mips64el@0.21.5': 337 339 resolution: {integrity: sha512-IajOmO+KJK23bj52dFSNCMsz1QP1DqM6cwLUv3W1QwyxkyIWecfafnI555fvSGqEKwjMXVLokcV5ygHW5b3Jbg==} 338 340 engines: {node: '>=12'} 339 341 cpu: [mips64el] 340 342 os: [linux] 341 343 344 + '@esbuild/linux-mips64el@0.24.0': 345 + resolution: {integrity: sha512-hIKvXm0/3w/5+RDtCJeXqMZGkI2s4oMUGj3/jM0QzhgIASWrGO5/RlzAzm5nNh/awHE0A19h/CvHQe6FaBNrRA==} 346 + engines: {node: '>=18'} 347 + cpu: [mips64el] 348 + os: [linux] 349 + 342 350 '@esbuild/linux-ppc64@0.21.5': 343 351 resolution: {integrity: sha512-1hHV/Z4OEfMwpLO8rp7CvlhBDnjsC3CttJXIhBi+5Aj5r+MBvy4egg7wCbe//hSsT+RvDAG7s81tAvpL2XAE4w==} 344 352 engines: {node: '>=12'} 345 353 cpu: [ppc64] 346 354 os: [linux] 347 355 356 + '@esbuild/linux-ppc64@0.24.0': 357 + resolution: {integrity: sha512-HcZh5BNq0aC52UoocJxaKORfFODWXZxtBaaZNuN3PUX3MoDsChsZqopzi5UupRhPHSEHotoiptqikjN/B77mYQ==} 358 + engines: {node: '>=18'} 359 + cpu: [ppc64] 360 + os: [linux] 361 + 348 362 '@esbuild/linux-riscv64@0.21.5': 349 363 resolution: {integrity: sha512-2HdXDMd9GMgTGrPWnJzP2ALSokE/0O5HhTUvWIbD3YdjME8JwvSCnNGBnTThKGEB91OZhzrJ4qIIxk/SBmyDDA==} 350 364 engines: {node: '>=12'} 351 365 cpu: [riscv64] 352 366 os: [linux] 353 367 368 + '@esbuild/linux-riscv64@0.24.0': 369 + resolution: {integrity: sha512-bEh7dMn/h3QxeR2KTy1DUszQjUrIHPZKyO6aN1X4BCnhfYhuQqedHaa5MxSQA/06j3GpiIlFGSsy1c7Gf9padw==} 370 + engines: {node: '>=18'} 371 + cpu: [riscv64] 372 + os: [linux] 373 + 354 374 '@esbuild/linux-s390x@0.21.5': 355 375 resolution: {integrity: sha512-zus5sxzqBJD3eXxwvjN1yQkRepANgxE9lgOW2qLnmr8ikMTphkjgXu1HR01K4FJg8h1kEEDAqDcZQtbrRnB41A==} 356 376 engines: {node: '>=12'} 377 + cpu: [s390x] 378 + os: [linux] 379 + 380 + '@esbuild/linux-s390x@0.24.0': 381 + resolution: {integrity: sha512-ZcQ6+qRkw1UcZGPyrCiHHkmBaj9SiCD8Oqd556HldP+QlpUIe2Wgn3ehQGVoPOvZvtHm8HPx+bH20c9pvbkX3g==} 382 + engines: {node: '>=18'} 357 383 cpu: [s390x] 358 384 os: [linux] 359 385 ··· 363 389 cpu: [x64] 364 390 os: [linux] 365 391 392 + '@esbuild/linux-x64@0.24.0': 393 + resolution: {integrity: sha512-vbutsFqQ+foy3wSSbmjBXXIJ6PL3scghJoM8zCL142cGaZKAdCZHyf+Bpu/MmX9zT9Q0zFBVKb36Ma5Fzfa8xA==} 394 + engines: {node: '>=18'} 395 + cpu: [x64] 396 + os: [linux] 397 + 366 398 '@esbuild/netbsd-x64@0.21.5': 367 399 resolution: {integrity: sha512-Woi2MXzXjMULccIwMnLciyZH4nCIMpWQAs049KEeMvOcNADVxo0UBIQPfSmxB3CWKedngg7sWZdLvLczpe0tLg==} 368 400 engines: {node: '>=12'} 369 401 cpu: [x64] 370 402 os: [netbsd] 371 403 404 + '@esbuild/netbsd-x64@0.24.0': 405 + resolution: {integrity: sha512-hjQ0R/ulkO8fCYFsG0FZoH+pWgTTDreqpqY7UnQntnaKv95uP5iW3+dChxnx7C3trQQU40S+OgWhUVwCjVFLvg==} 406 + engines: {node: '>=18'} 407 + cpu: [x64] 408 + os: [netbsd] 409 + 410 + '@esbuild/openbsd-arm64@0.24.0': 411 + resolution: {integrity: sha512-MD9uzzkPQbYehwcN583yx3Tu5M8EIoTD+tUgKF982WYL9Pf5rKy9ltgD0eUgs8pvKnmizxjXZyLt0z6DC3rRXg==} 412 + engines: {node: '>=18'} 413 + cpu: [arm64] 414 + os: [openbsd] 415 + 372 416 '@esbuild/openbsd-x64@0.21.5': 373 417 resolution: {integrity: sha512-HLNNw99xsvx12lFBUwoT8EVCsSvRNDVxNpjZ7bPn947b8gJPzeHWyNVhFsaerc0n3TsbOINvRP2byTZ5LKezow==} 374 418 engines: {node: '>=12'} 375 419 cpu: [x64] 376 420 os: [openbsd] 377 421 422 + '@esbuild/openbsd-x64@0.24.0': 423 + resolution: {integrity: sha512-4ir0aY1NGUhIC1hdoCzr1+5b43mw99uNwVzhIq1OY3QcEwPDO3B7WNXBzaKY5Nsf1+N11i1eOfFcq+D/gOS15Q==} 424 + engines: {node: '>=18'} 425 + cpu: [x64] 426 + os: [openbsd] 427 + 378 428 '@esbuild/sunos-x64@0.21.5': 379 429 resolution: {integrity: sha512-6+gjmFpfy0BHU5Tpptkuh8+uw3mnrvgs+dSPQXQOv3ekbordwnzTVEb4qnIvQcYXq6gzkyTnoZ9dZG+D4garKg==} 380 430 engines: {node: '>=12'} 381 431 cpu: [x64] 382 432 os: [sunos] 383 433 434 + '@esbuild/sunos-x64@0.24.0': 435 + resolution: {integrity: sha512-jVzdzsbM5xrotH+W5f1s+JtUy1UWgjU0Cf4wMvffTB8m6wP5/kx0KiaLHlbJO+dMgtxKV8RQ/JvtlFcdZ1zCPA==} 436 + engines: {node: '>=18'} 437 + cpu: [x64] 438 + os: [sunos] 439 + 384 440 '@esbuild/win32-arm64@0.21.5': 385 441 resolution: {integrity: sha512-Z0gOTd75VvXqyq7nsl93zwahcTROgqvuAcYDUr+vOv8uHhNSKROyU961kgtCD1e95IqPKSQKH7tBTslnS3tA8A==} 386 442 engines: {node: '>=12'} 387 443 cpu: [arm64] 388 444 os: [win32] 389 445 446 + '@esbuild/win32-arm64@0.24.0': 447 + resolution: {integrity: sha512-iKc8GAslzRpBytO2/aN3d2yb2z8XTVfNV0PjGlCxKo5SgWmNXx82I/Q3aG1tFfS+A2igVCY97TJ8tnYwpUWLCA==} 448 + engines: {node: '>=18'} 449 + cpu: [arm64] 450 + os: [win32] 451 + 390 452 '@esbuild/win32-ia32@0.21.5': 391 453 resolution: {integrity: sha512-SWXFF1CL2RVNMaVs+BBClwtfZSvDgtL//G/smwAc5oVK/UPu2Gu9tIaRgFmYFFKrmg3SyAjSrElf0TiJ1v8fYA==} 392 454 engines: {node: '>=12'} 393 455 cpu: [ia32] 394 456 os: [win32] 395 457 458 + '@esbuild/win32-ia32@0.24.0': 459 + resolution: {integrity: sha512-vQW36KZolfIudCcTnaTpmLQ24Ha1RjygBo39/aLkM2kmjkWmZGEJ5Gn9l5/7tzXA42QGIoWbICfg6KLLkIw6yw==} 460 + engines: {node: '>=18'} 461 + cpu: [ia32] 462 + os: [win32] 463 + 396 464 '@esbuild/win32-x64@0.21.5': 397 465 resolution: {integrity: sha512-tQd/1efJuzPC6rCFwEvLtci/xNFcTZknmXs98FYDfGE4wP9ClFV98nyKrzJKVPMhdDnjzLhdUyMX4PsQAPjwIw==} 398 466 engines: {node: '>=12'} 399 467 cpu: [x64] 400 468 os: [win32] 401 469 470 + '@esbuild/win32-x64@0.24.0': 471 + resolution: {integrity: sha512-7IAFPrjSQIJrGsK6flwg7NFmwBoSTyF3rl7If0hNUFQU4ilTsEPL6GuMuU9BfIWVVGuRnuIidkSMC+c0Otu8IA==} 472 + engines: {node: '>=18'} 473 + cpu: [x64] 474 + os: [win32] 475 + 402 476 '@expressive-code/core@0.38.3': 403 477 resolution: {integrity: sha512-s0/OtdRpBONwcn23O8nVwDNQqpBGKscysejkeBkwlIeHRLZWgiTVrusT5Idrdz1d8cW5wRk9iGsAIQmwDPXgJg==} 404 478 ··· 522 596 cpu: [x64] 523 597 os: [win32] 524 598 525 - '@jridgewell/gen-mapping@0.3.5': 526 - resolution: {integrity: sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg==} 527 - engines: {node: '>=6.0.0'} 528 - 529 - '@jridgewell/resolve-uri@3.1.2': 530 - resolution: {integrity: sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==} 531 - engines: {node: '>=6.0.0'} 532 - 533 - '@jridgewell/set-array@1.2.1': 534 - resolution: {integrity: sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==} 535 - engines: {node: '>=6.0.0'} 536 - 537 599 '@jridgewell/sourcemap-codec@1.5.0': 538 600 resolution: {integrity: sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==} 539 - 540 - '@jridgewell/trace-mapping@0.3.25': 541 - resolution: {integrity: sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==} 542 601 543 602 '@manypkg/find-root@1.1.0': 544 603 resolution: {integrity: sha512-mki5uBvhHzO8kYYix/WRy2WX8S3B5wdVSc9D6KcU5lQNglP2yt58/VfLuAK49glRXChosY8ap2oJ1qgma3GUVA==} ··· 592 651 cpu: [x64] 593 652 os: [win32] 594 653 654 + '@parcel/watcher-android-arm64@2.5.0': 655 + resolution: {integrity: sha512-qlX4eS28bUcQCdribHkg/herLe+0A9RyYC+mm2PXpncit8z5b3nSqGVzMNR3CmtAOgRutiZ02eIJJgP/b1iEFQ==} 656 + engines: {node: '>= 10.0.0'} 657 + cpu: [arm64] 658 + os: [android] 659 + 660 + '@parcel/watcher-darwin-arm64@2.5.0': 661 + resolution: {integrity: sha512-hyZ3TANnzGfLpRA2s/4U1kbw2ZI4qGxaRJbBH2DCSREFfubMswheh8TeiC1sGZ3z2jUf3s37P0BBlrD3sjVTUw==} 662 + engines: {node: '>= 10.0.0'} 663 + cpu: [arm64] 664 + os: [darwin] 665 + 666 + '@parcel/watcher-darwin-x64@2.5.0': 667 + resolution: {integrity: sha512-9rhlwd78saKf18fT869/poydQK8YqlU26TMiNg7AIu7eBp9adqbJZqmdFOsbZ5cnLp5XvRo9wcFmNHgHdWaGYA==} 668 + engines: {node: '>= 10.0.0'} 669 + cpu: [x64] 670 + os: [darwin] 671 + 672 + '@parcel/watcher-freebsd-x64@2.5.0': 673 + resolution: {integrity: sha512-syvfhZzyM8kErg3VF0xpV8dixJ+RzbUaaGaeb7uDuz0D3FK97/mZ5AJQ3XNnDsXX7KkFNtyQyFrXZzQIcN49Tw==} 674 + engines: {node: '>= 10.0.0'} 675 + cpu: [x64] 676 + os: [freebsd] 677 + 678 + '@parcel/watcher-linux-arm-glibc@2.5.0': 679 + resolution: {integrity: sha512-0VQY1K35DQET3dVYWpOaPFecqOT9dbuCfzjxoQyif1Wc574t3kOSkKevULddcR9znz1TcklCE7Ht6NIxjvTqLA==} 680 + engines: {node: '>= 10.0.0'} 681 + cpu: [arm] 682 + os: [linux] 683 + 684 + '@parcel/watcher-linux-arm-musl@2.5.0': 685 + resolution: {integrity: sha512-6uHywSIzz8+vi2lAzFeltnYbdHsDm3iIB57d4g5oaB9vKwjb6N6dRIgZMujw4nm5r6v9/BQH0noq6DzHrqr2pA==} 686 + engines: {node: '>= 10.0.0'} 687 + cpu: [arm] 688 + os: [linux] 689 + 690 + '@parcel/watcher-linux-arm64-glibc@2.5.0': 691 + resolution: {integrity: sha512-BfNjXwZKxBy4WibDb/LDCriWSKLz+jJRL3cM/DllnHH5QUyoiUNEp3GmL80ZqxeumoADfCCP19+qiYiC8gUBjA==} 692 + engines: {node: '>= 10.0.0'} 693 + cpu: [arm64] 694 + os: [linux] 695 + 696 + '@parcel/watcher-linux-arm64-musl@2.5.0': 697 + resolution: {integrity: sha512-S1qARKOphxfiBEkwLUbHjCY9BWPdWnW9j7f7Hb2jPplu8UZ3nes7zpPOW9bkLbHRvWM0WDTsjdOTUgW0xLBN1Q==} 698 + engines: {node: '>= 10.0.0'} 699 + cpu: [arm64] 700 + os: [linux] 701 + 702 + '@parcel/watcher-linux-x64-glibc@2.5.0': 703 + resolution: {integrity: sha512-d9AOkusyXARkFD66S6zlGXyzx5RvY+chTP9Jp0ypSTC9d4lzyRs9ovGf/80VCxjKddcUvnsGwCHWuF2EoPgWjw==} 704 + engines: {node: '>= 10.0.0'} 705 + cpu: [x64] 706 + os: [linux] 707 + 708 + '@parcel/watcher-linux-x64-musl@2.5.0': 709 + resolution: {integrity: sha512-iqOC+GoTDoFyk/VYSFHwjHhYrk8bljW6zOhPuhi5t9ulqiYq1togGJB5e3PwYVFFfeVgc6pbz3JdQyDoBszVaA==} 710 + engines: {node: '>= 10.0.0'} 711 + cpu: [x64] 712 + os: [linux] 713 + 714 + '@parcel/watcher-wasm@2.5.0': 715 + resolution: {integrity: sha512-Z4ouuR8Pfggk1EYYbTaIoxc+Yv4o7cGQnH0Xy8+pQ+HbiW+ZnwhcD2LPf/prfq1nIWpAxjOkQ8uSMFWMtBLiVQ==} 716 + engines: {node: '>= 10.0.0'} 717 + bundledDependencies: 718 + - napi-wasm 719 + 720 + '@parcel/watcher-win32-arm64@2.5.0': 721 + resolution: {integrity: sha512-twtft1d+JRNkM5YbmexfcH/N4znDtjgysFaV9zvZmmJezQsKpkfLYJ+JFV3uygugK6AtIM2oADPkB2AdhBrNig==} 722 + engines: {node: '>= 10.0.0'} 723 + cpu: [arm64] 724 + os: [win32] 725 + 726 + '@parcel/watcher-win32-ia32@2.5.0': 727 + resolution: {integrity: sha512-+rgpsNRKwo8A53elqbbHXdOMtY/tAtTzManTWShB5Kk54N8Q9mzNWV7tV+IbGueCbcj826MfWGU3mprWtuf1TA==} 728 + engines: {node: '>= 10.0.0'} 729 + cpu: [ia32] 730 + os: [win32] 731 + 732 + '@parcel/watcher-win32-x64@2.5.0': 733 + resolution: {integrity: sha512-lPrxve92zEHdgeff3aiu4gDOIt4u7sJYha6wbdEZDCDUhtjTsOMiaJzG5lMY4GkWH8p0fMmO2Ppq5G5XXG+DQw==} 734 + engines: {node: '>= 10.0.0'} 735 + cpu: [x64] 736 + os: [win32] 737 + 738 + '@parcel/watcher@2.5.0': 739 + resolution: {integrity: sha512-i0GV1yJnm2n3Yq1qw6QrUrd/LI9bE8WEBOTtOkpCXHHdyN3TAGgqAK/DAT05z4fq2x04cARXt2pDmjWjL92iTQ==} 740 + engines: {node: '>= 10.0.0'} 741 + 595 742 '@rollup/pluginutils@5.1.3': 596 743 resolution: {integrity: sha512-Pnsb6f32CD2W3uCaLZIzDmeFyQ2b8UWMFI7xtwUezpcGBDVDW6y9XgAWIlARiGAo6eNF5FK5aQTr0LFyNyqq5A==} 597 744 engines: {node: '>=14.0.0'} ··· 691 838 cpu: [x64] 692 839 os: [win32] 693 840 694 - '@shikijs/core@1.22.2': 695 - resolution: {integrity: sha512-bvIQcd8BEeR1yFvOYv6HDiyta2FFVePbzeowf5pPS1avczrPK+cjmaxxh0nx5QzbON7+Sv0sQfQVciO7bN72sg==} 841 + '@shikijs/core@1.24.3': 842 + resolution: {integrity: sha512-VRcf4GYUIkxIchGM9DrapRcxtgojg4IWKUtX5EtW+4PJiGzF2xQqZSv27PJt+WLc18KT3CNLpNWow9JYV5n+Rg==} 696 843 697 - '@shikijs/engine-javascript@1.22.2': 698 - resolution: {integrity: sha512-iOvql09ql6m+3d1vtvP8fLCVCK7BQD1pJFmHIECsujB0V32BJ0Ab6hxk1ewVSMFA58FI0pR2Had9BKZdyQrxTw==} 844 + '@shikijs/engine-javascript@1.24.3': 845 + resolution: {integrity: sha512-De8tNLvYjeK6V0Gb47jIH2M+OKkw+lWnSV1j3HVDFMlNIglmVcTMG2fASc29W0zuFbfEEwKjO8Fe4KYSO6Ce3w==} 699 846 700 - '@shikijs/engine-oniguruma@1.22.2': 701 - resolution: {integrity: sha512-GIZPAGzQOy56mGvWMoZRPggn0dTlBf1gutV5TdceLCZlFNqWmuc7u+CzD0Gd9vQUTgLbrt0KLzz6FNprqYAxlA==} 847 + '@shikijs/engine-oniguruma@1.24.3': 848 + resolution: {integrity: sha512-iNnx950gs/5Nk+zrp1LuF+S+L7SKEhn8k9eXgFYPGhVshKppsYwRmW8tpmAMvILIMSDfrgqZ0w+3xWVQB//1Xw==} 702 849 703 - '@shikijs/types@1.22.2': 704 - resolution: {integrity: sha512-NCWDa6LGZqTuzjsGfXOBWfjS/fDIbDdmVDug+7ykVe1IKT4c1gakrvlfFYp5NhAXH/lyqLM8wsAPo5wNy73Feg==} 850 + '@shikijs/types@1.24.3': 851 + resolution: {integrity: sha512-FPMrJ69MNxhRtldRk69CghvaGlbbN3pKRuvko0zvbfa2dXp4pAngByToqS5OY5jvN8D7LKR4RJE8UvzlCOuViw==} 705 852 706 - '@shikijs/vscode-textmate@9.3.0': 707 - resolution: {integrity: sha512-jn7/7ky30idSkd/O5yDBfAnVt+JJpepofP/POZ1iMOxK59cOfqIgg/Dj0eFsjOTMw+4ycJN0uhZH/Eb0bs/EUA==} 853 + '@shikijs/vscode-textmate@9.3.1': 854 + resolution: {integrity: sha512-79QfK1393x9Ho60QFyLti+QfdJzRQCVLFb97kOIV7Eo9vQU/roINgk7m24uv0a7AUvN//RDH36FLjjK48v0s9g==} 708 855 709 856 '@trueberryless-org/starlight-plugins-docs-components@0.2.2': 710 857 resolution: {integrity: sha512-YVm+mJl8UXWiA91tacgNG/PH3X/WwPchD71K1Q3mz8B2friHjPBbr2X8kXqp04coX0pDk96/muuRccG8lqp7tg==} ··· 715 862 '@types/acorn@4.0.6': 716 863 resolution: {integrity: sha512-veQTnWP+1D/xbxVrPC3zHnCZRjSrKfhbMUlEA43iMZLu7EsnTtkJklIuwrCPbOi8YkvDQAiW05VQQFvvz9oieQ==} 717 864 718 - '@types/babel__core@7.20.5': 719 - resolution: {integrity: sha512-qoQprZvz5wQFJwMDqeseRXWv3rqMvhgpbXFfVyWhbx9X47POIA6i/+dXefEmZKoAgOaTdaIgNSMqMIU61yRyzA==} 720 - 721 - '@types/babel__generator@7.6.8': 722 - resolution: {integrity: sha512-ASsj+tpEDsEiFr1arWrlN6V3mdfjRMZt6LtK/Vp/kreFLnr5QH5+DhvD5nINYZXzwJvXeGq+05iUXcAzVrqWtw==} 723 - 724 - '@types/babel__template@7.4.4': 725 - resolution: {integrity: sha512-h/NUaSyG5EyxBIp8YRxo4RMe2/qQgvyowRwVMzhYhBCONbW8PUsg4lkFMrhgZhUe5z3L3MiLDuvyJ/CaPa2A8A==} 726 - 727 - '@types/babel__traverse@7.20.6': 728 - resolution: {integrity: sha512-r1bzfrm0tomOI8g1SzvCaQHo6Lcv6zu0EA+W2kHrt8dyrHQxGzBBL4kdkzIS+jBMV+EYcMAEAqXqYaLJq5rOZg==} 729 - 730 865 '@types/cookie@0.6.0': 731 866 resolution: {integrity: sha512-4Kh9a6B2bQciAhf7FSuMRRkUWecJgJu9nPnx3yzpsfXX/c50REIqpHY4C82bXP90qrLtXtkDxTZosYO3UpOwlA==} 732 867 ··· 741 876 742 877 '@types/hast@3.0.4': 743 878 resolution: {integrity: sha512-WPs+bbQw5aCj+x6laNGWLH3wviHtoCv/P3+otBhbOhJgG8qtpdAMlTCxLtsTWA7LH1Oh/bFCHsBn0TPS5m30EQ==} 879 + 880 + '@types/js-yaml@4.0.9': 881 + resolution: {integrity: sha512-k4MGaQl5TGo/iipqb2UDG2UwjXziSWkh0uysQelTlJpX1qGlpUZYm8PnO4DxG1qBomtJUdYJ6qR6xdIah10JLg==} 744 882 745 883 '@types/mdast@4.0.4': 746 884 resolution: {integrity: sha512-kGaNbPh1k7AFzgpud/gMdvIm5xuECykRR+JnWKQno9TAXVa6WIVCGTPvYGekIDL4uwCZQSYbUxNBSb1aUo79oA==} ··· 804 942 resolution: {integrity: sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==} 805 943 engines: {node: '>=12'} 806 944 945 + anymatch@3.1.3: 946 + resolution: {integrity: sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==} 947 + engines: {node: '>= 8'} 948 + 807 949 arg@5.0.2: 808 950 resolution: {integrity: sha512-PYjyFOLKQ9y57JvQ6QLo8dAgNqswh8M1RMJYdQduT6xbWSgK36P/Z/v+p888pM69jMMfS8Xd8F6I1kQ/I9HUGg==} 809 951 ··· 833 975 peerDependencies: 834 976 astro: ^4.0.0-beta || ^5.0.0-beta || ^3.3.0 835 977 836 - astro@4.16.10: 837 - resolution: {integrity: sha512-a+nB4bZE50NXHLzVXUHtx/lYct2Aa8kbqZnWNrWqkU97RuhBuWJ5H5/LQbKRnBWGvqChKfJBiMWJe53TY9ieYQ==} 838 - engines: {node: ^18.17.1 || ^20.3.0 || >=21.0.0, npm: '>=9.6.5', pnpm: '>=7.1.0'} 978 + astro@5.1.0: 979 + resolution: {integrity: sha512-g/cqwGK84Ozp5jyW45c3+2KQ4BeJtigbfwO8EA3lr7AC+XjE6/5dMvX4/bBaWf3gJVghd0L6cdqwlWikq+/Rrw==} 980 + engines: {node: ^18.17.1 || ^20.3.0 || >=22.0.0, npm: '>=9.6.5', pnpm: '>=7.1.0'} 839 981 hasBin: true 840 982 841 983 axobject-query@4.1.0: ··· 861 1003 resolution: {integrity: sha512-pbnl5XzGBdrFU/wT4jqmJVPn2B6UHPBOhzMQkY/SPUPB6QtUXtmBHBIwCbXJol93mOpGMnQyP/+BB19q04xj7g==} 862 1004 engines: {node: '>=4'} 863 1005 1006 + binary-extensions@2.3.0: 1007 + resolution: {integrity: sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==} 1008 + engines: {node: '>=8'} 1009 + 864 1010 boolbase@1.0.0: 865 1011 resolution: {integrity: sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==} 866 1012 ··· 875 1021 resolution: {integrity: sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==} 876 1022 engines: {node: '>=8'} 877 1023 878 - browserslist@4.24.2: 879 - resolution: {integrity: sha512-ZIc+Q62revdMcqC6aChtW4jz3My3klmCO1fEmINZY/8J3EpBg5/A/D0AKmBveUh6pgoeycoMkVMko84tuYS+Gg==} 880 - engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} 881 - hasBin: true 882 - 883 1024 camelcase@8.0.0: 884 1025 resolution: {integrity: sha512-8WB3Jcas3swSvjIeA2yvCJ+Miyz5l1ZmB6HFb9R1317dt9LCQoswg/BGrmAmkWVEszSrrg4RwmO46qIm2OEnSA==} 885 1026 engines: {node: '>=16'} 886 1027 887 - caniuse-lite@1.0.30001679: 888 - resolution: {integrity: sha512-j2YqID/YwpLnKzCmBOS4tlZdWprXm3ZmQLBH9ZBXFOhoxLA46fwyBvx6toCBWBmnuwUY/qB3kEU6gFx8qgCroA==} 889 - 890 1028 ccount@2.0.1: 891 1029 resolution: {integrity: sha512-eyrF0jiFpY+3drT6383f1qhkbGsLSifNAjA61IUjZjmLCWjItY6LB9ft9YhoDgwfmclB2zhu51Lc7+95b8NRAg==} 892 1030 ··· 912 1050 chardet@0.7.0: 913 1051 resolution: {integrity: sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA==} 914 1052 1053 + chokidar@3.6.0: 1054 + resolution: {integrity: sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==} 1055 + engines: {node: '>= 8.10.0'} 1056 + 915 1057 ci-info@3.9.0: 916 1058 resolution: {integrity: sha512-NIxF55hv4nSqQswkAeiOi1r83xy8JldOFDTWiug55KBu9Jnblncd2U6ViHmYgHf01TPZS77NJBhBMKdWj9HQMQ==} 917 1059 engines: {node: '>=8'} 918 1060 919 - ci-info@4.0.0: 920 - resolution: {integrity: sha512-TdHqgGf9odd8SXNuxtUBVx8Nv+qZOejE6qyqiy5NtbYYQOeFa6zmHkxlPzmaLxWWHsU6nJmB7AETdVPi+2NBUg==} 1061 + ci-info@4.1.0: 1062 + resolution: {integrity: sha512-HutrvTNsF48wnxkzERIXOe5/mlcfFcbfCmwcg6CJnizbSue78AbDt+1cgl26zwn61WFxhcPykPfZrbqjGmBb4A==} 921 1063 engines: {node: '>=8'} 922 1064 1065 + citty@0.1.6: 1066 + resolution: {integrity: sha512-tskPPKEs8D2KPafUypv2gxwJP8h/OaJmC82QQGGDQcHvXX43xF2VDACcJVmZ0EuSxkpO9Kc4MlrA3q0+FG58AQ==} 1067 + 923 1068 cli-boxes@3.0.0: 924 1069 resolution: {integrity: sha512-/lzGpEWL/8PfI0BmBOPRwp0c/wFNX1RdUML3jK/RcSBA9T8mZDdQpqYBKtCFTOfQbwPqWEOpjqW+Fnayc0969g==} 925 1070 engines: {node: '>=10'} 926 1071 927 - cli-cursor@5.0.0: 928 - resolution: {integrity: sha512-aCj4O5wKyszjMmDT4tZj93kxyydN/K5zPWSCe6/0AV/AA1pqe5ZBIw0a2ZfPQV7lL5/yb5HsUreJ6UFAF1tEQw==} 1072 + clipboardy@4.0.0: 1073 + resolution: {integrity: sha512-5mOlNS0mhX0707P2I0aZ2V/cmHUEO/fL7VFLqszkhUsxt7RwnmrInf/eEQKlf5GzvYeHIjT+Ov1HRfNmymlG0w==} 929 1074 engines: {node: '>=18'} 930 - 931 - cli-spinners@2.9.2: 932 - resolution: {integrity: sha512-ywqV+5MmyL4E7ybXgKys4DugZbX0FC6LnwrhjuykIjnK9k8OQacQ7axGKnjDXWNhns0xot3bZI5h55H8yo9cJg==} 933 - engines: {node: '>=6'} 934 1075 935 1076 clsx@2.1.1: 936 1077 resolution: {integrity: sha512-eYm0QWBtUrBWZWG0d386OGAw16Z995PiOVo2B7bjWSbHedGl5e0ZWaq65kOGgUSNesEIDkB9ISbTg/JK9dhCZA==} ··· 962 1103 concat-map@0.0.1: 963 1104 resolution: {integrity: sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==} 964 1105 965 - convert-source-map@2.0.0: 966 - resolution: {integrity: sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==} 1106 + confbox@0.1.8: 1107 + resolution: {integrity: sha512-RMtmw0iFkeR4YV+fUOSucriAQNb9g8zFR52MWCtl+cCZOFRNL6zeB395vPzFhEjjn4fMxXudmELnl/KF/WrK6w==} 1108 + 1109 + consola@3.2.3: 1110 + resolution: {integrity: sha512-I5qxpzLv+sJhTVEoLYNcTW+bThDCPsit0vLNKShZx6rLtpilNpmmeTPaeqJb9ZE9dV3DGaeby6Vuhrw38WjeyQ==} 1111 + engines: {node: ^14.18.0 || >=16.10.0} 1112 + 1113 + cookie-es@1.2.2: 1114 + resolution: {integrity: sha512-+W7VmiVINB+ywl1HGXJXmrqkOhpKrIiVZV6tQuV54ZyQC7MMuBt81Vc336GMLoHBq5hV/F9eXgt5Mnx0Rha5Fg==} 967 1115 968 1116 cookie@0.7.2: 969 1117 resolution: {integrity: sha512-yki5XnKuf750l50uGTllt6kKILY4nQ1eNIQatoXEByZ5dWgnKqbnqmTrBE5B4N7lrMJKQ2ytWMiTO2o0v6Ew/w==} ··· 971 1119 972 1120 cross-spawn@5.1.0: 973 1121 resolution: {integrity: sha512-pTgQJ5KC0d2hcY8eyL1IzlBPYjTkyH72XRZPnLyKus2mBfNjQs3klqbJU2VILqZryAZUt9JOb3h/mWMy23/f5A==} 1122 + 1123 + cross-spawn@7.0.6: 1124 + resolution: {integrity: sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==} 1125 + engines: {node: '>= 8'} 1126 + 1127 + crossws@0.3.1: 1128 + resolution: {integrity: sha512-HsZgeVYaG+b5zA+9PbIPGq4+J/CJynJuearykPsXx4V/eMhyQ5EDVg3Ak2FBZtVXCiOLu/U7IiwDHTr9MA+IKw==} 974 1129 975 1130 css-select@5.1.0: 976 1131 resolution: {integrity: sha512-nwoRF1rvRRnnCqqY7updORDsuqKzqYJ28+oSMaJMMgOauh3fvwHqMS7EZpIPqK8GL+g9mKxF1vP/ZjSeNjEVHg==} ··· 1004 1159 1005 1160 decode-named-character-reference@1.0.2: 1006 1161 resolution: {integrity: sha512-O8x12RzrUF8xyVcY0KJowWsmaJxQbmy0/EtnNtHRpsOcT7dFk5W598coHqBVpmWo1oQQfsCqfCmkZN5DJrZVdg==} 1162 + 1163 + defu@6.1.4: 1164 + resolution: {integrity: sha512-mEQCMmwJu317oSz8CwdIOdwf3xMif1ttiM8LTufzc3g6kR+9Pe236twL8j3IYT1F7GfRgGcW6MWxzZjLIkuHIg==} 1007 1165 1008 1166 dequal@2.0.3: 1009 1167 resolution: {integrity: sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==} 1010 1168 engines: {node: '>=6'} 1011 1169 1170 + destr@2.0.3: 1171 + resolution: {integrity: sha512-2N3BOUU4gYMpTP24s5rF5iP7BDr7uNTCs4ozw3kf/eKfvWSIu93GEBi5m427YoyJoeOzQ5smuu4nNAPGb8idSQ==} 1172 + 1012 1173 detect-indent@6.1.0: 1013 1174 resolution: {integrity: sha512-reYkTUJAZb9gUuZ2RvVCNhVHdg62RHnJ7WJl8ftMi4diZ6NWlciOzQN88pUhSELEwflJht4oQDv0F0BMlwaYtA==} 1014 1175 engines: {node: '>=8'} 1176 + 1177 + detect-libc@1.0.3: 1178 + resolution: {integrity: sha512-pGjwhsmsp4kL2RTz08wcOlGN83otlqHeD/Z5T8GXZB+/YcpQ/dgo+lbU8ZsGxV0HIvqqxo9l7mqYwyYMD9bKDg==} 1179 + engines: {node: '>=0.10'} 1180 + hasBin: true 1015 1181 1016 1182 detect-libc@2.0.3: 1017 1183 resolution: {integrity: sha512-bwy0MGW55bG41VqxxypOsdSdGqLwXPI/focwgTYCFMbdUiBAxLg9CFzG08sz2aqzknwiX7Hkl0bQENjg8iLByw==} ··· 1063 1229 resolution: {integrity: sha512-2QF/g9/zTaPDc3BjNcVTGoBbXBgYfMTTceLaYcFJ/W9kggFUkhxD/hMEeuLKbugyef9SqAx8cpgwlIP/jinUTA==} 1064 1230 engines: {node: '>=4'} 1065 1231 1066 - electron-to-chromium@1.5.55: 1067 - resolution: {integrity: sha512-6maZ2ASDOTBtjt9FhqYPRnbvKU5tjG0IN9SztUOWYw2AzNDNpKJYLJmlK0/En4Hs/aiWnB+JZ+gW19PIGszgKg==} 1232 + emoji-regex-xs@1.0.0: 1233 + resolution: {integrity: sha512-LRlerrMYoIDrT6jgpeZ2YYl/L8EulRTt5hQcYjy5AInh7HWXKimpqx68aknBFpGL2+/IcogTcaydJEgaTmOpDg==} 1068 1234 1069 1235 emoji-regex@10.4.0: 1070 1236 resolution: {integrity: sha512-EC+0oUMY1Rqm4O6LLrgjtYDvcVYTy7chDnM4Q7030tP4Kwj3u/pR6gP9ygnp2CJMK5Gq+9Q2oqmrFJAz01DXjw==} ··· 1094 1260 engines: {node: '>=12'} 1095 1261 hasBin: true 1096 1262 1097 - escalade@3.2.0: 1098 - resolution: {integrity: sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==} 1099 - engines: {node: '>=6'} 1263 + esbuild@0.24.0: 1264 + resolution: {integrity: sha512-FuLPevChGDshgSicjisSooU0cemp/sGXR841D5LHMB7mTVOmsEHcAxaH3irL53+8YDIeVNQEySh4DaYU/iuPqQ==} 1265 + engines: {node: '>=18'} 1266 + hasBin: true 1100 1267 1101 1268 escape-string-regexp@5.0.0: 1102 1269 resolution: {integrity: sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==} ··· 1137 1304 eventemitter3@5.0.1: 1138 1305 resolution: {integrity: sha512-GWkBvjiSZK87ELrYOSESUYeVIc9mvLLf/nXalMOS5dYrgZq9o5OVkbZAVM06CVxYsCwH9BDZFPlQTlPA1j4ahA==} 1139 1306 1307 + execa@8.0.1: 1308 + resolution: {integrity: sha512-VyhnebXciFV2DESc+p6B+y0LjSm0krU4OgJN44qFAhBY0TJ+1V61tYD2+wHusZ6F9n5K+vl8k0sTy7PEfV4qpg==} 1309 + engines: {node: '>=16.17'} 1310 + 1140 1311 expressive-code@0.38.3: 1141 1312 resolution: {integrity: sha512-COM04AiUotHCKJgWdn7NtW2lqu8OW8owAidMpkXt1qxrZ9Q2iC7+tok/1qIn2ocGnczvr9paIySgGnEwFeEQ8Q==} 1142 - 1143 - extend-shallow@2.0.1: 1144 - resolution: {integrity: sha512-zCnTtlxNoAiDc3gqY2aYAWFx7XWWiasuF2K8Me5WbN8otHKTUKBwjPtNpRs/rbUZm7KxWAaNj7P1a/p52GbVug==} 1145 - engines: {node: '>=0.10.0'} 1146 1313 1147 1314 extend@3.0.2: 1148 1315 resolution: {integrity: sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==} ··· 1203 1370 engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0} 1204 1371 os: [darwin] 1205 1372 1206 - gensync@1.0.0-beta.2: 1207 - resolution: {integrity: sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==} 1208 - engines: {node: '>=6.9.0'} 1209 - 1210 1373 get-east-asian-width@1.3.0: 1211 1374 resolution: {integrity: sha512-vpeMIQKxczTD/0s2CdEWHcb0eeJe6TFjxb+J5xgX7hScxqrGuyjmv4c1D4A/gelKfyox0gJJwIHF+fLjeaM8kQ==} 1212 1375 engines: {node: '>=18'} 1376 + 1377 + get-port-please@3.1.2: 1378 + resolution: {integrity: sha512-Gxc29eLs1fbn6LQ4jSU4vXjlwyZhF5HsGuMAa7gqBP4Rw4yxxltyDUuF5MBclFzDTXO+ACchGQoeela4DSfzdQ==} 1379 + 1380 + get-stream@8.0.1: 1381 + resolution: {integrity: sha512-VaUJspBffn/LMCJVoMvSAdmscJyS1auj5Zulnn5UoYcY531UWmdwhRWkcGKnGU93m5HSXP9LP2usOryrBtQowA==} 1382 + engines: {node: '>=16'} 1213 1383 1214 1384 github-slugger@2.0.0: 1215 1385 resolution: {integrity: sha512-IaOQ9puYtjrkq7Y0Ygl9KDZnrf/aiUJYUpVf89y8kyaxbRG7Y1SrX/jaumrv81vc61+kiMempujsM3Yw7w5qcw==} ··· 1222 1392 resolution: {integrity: sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==} 1223 1393 deprecated: Glob versions prior to v9 are no longer supported 1224 1394 1225 - globals@11.12.0: 1226 - resolution: {integrity: sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==} 1227 - engines: {node: '>=4'} 1228 - 1229 1395 globby@11.1.0: 1230 1396 resolution: {integrity: sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==} 1231 1397 engines: {node: '>=10'} ··· 1233 1399 graceful-fs@4.2.11: 1234 1400 resolution: {integrity: sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==} 1235 1401 1236 - gray-matter@4.0.3: 1237 - resolution: {integrity: sha512-5v6yZd4JK3eMI3FqqCouswVqwugaA9r4dNZB1wwcmrD02QkV5H0y7XBQW8QwQqEaZY1pM9aqORSORhJRdNK44Q==} 1238 - engines: {node: '>=6.0'} 1402 + h3@1.13.0: 1403 + resolution: {integrity: sha512-vFEAu/yf8UMUcB4s43OaDaigcqpQd14yanmOsn+NcRX3/guSKncyE2rOYhq8RIchgJrPSs/QiIddnTTR1ddiAg==} 1239 1404 1240 1405 hast-util-embedded@3.0.0: 1241 1406 resolution: {integrity: sha512-naH8sld4Pe2ep03qqULEtvYr7EjrLK2QHY8KJR6RJkTUjPGObe1vnx585uzem2hGra+s1q08DZZpfgDVYRbaXA==} ··· 1279 1444 hast-util-to-estree@3.1.0: 1280 1445 resolution: {integrity: sha512-lfX5g6hqVh9kjS/B9E2gSkvHH4SZNiQFiqWS0x9fENzEl+8W12RqdRxX6d/Cwxi30tPQs3bIO+aolQJNp1bIyw==} 1281 1446 1282 - hast-util-to-html@9.0.3: 1283 - resolution: {integrity: sha512-M17uBDzMJ9RPCqLMO92gNNUDuBSq10a25SDBI08iCCxmorf4Yy6sYHK57n9WAbRAAaU+DuR4W6GN9K4DFZesYg==} 1447 + hast-util-to-html@9.0.4: 1448 + resolution: {integrity: sha512-wxQzXtdbhiwGAUKrnQJXlOPmHnEehzphwkK7aluUPQ+lEc1xefC8pblMgpp2w5ldBTEfveRIrADcrhGIWrlTDA==} 1284 1449 1285 1450 hast-util-to-jsx-runtime@2.3.2: 1286 1451 resolution: {integrity: sha512-1ngXYb+V9UT5h+PxNRa1O1FYguZK/XL+gkeqvp7EdHlB9oHUG0eYRo/vY5inBdcqo3RkPMC58/H94HvkbfGdyg==} ··· 1318 1483 http-cache-semantics@4.1.1: 1319 1484 resolution: {integrity: sha512-er295DKPVsV82j5kw1Gjt+ADA/XYHsajl82cGNQG2eyoPkvgUhX+nDIyelzhIWbbsXP39EHcI6l5tYs2FYqYXQ==} 1320 1485 1486 + http-shutdown@1.2.2: 1487 + resolution: {integrity: sha512-S9wWkJ/VSY9/k4qcjG318bqJNruzE4HySUhFYknwmu6LBP97KLLfwNf+n4V1BHurvFNkSKLFnK/RsuUnRTf9Vw==} 1488 + engines: {iojs: '>= 1.0.0', node: '>= 0.12.0'} 1489 + 1321 1490 human-id@1.0.2: 1322 1491 resolution: {integrity: sha512-UNopramDEhHJD+VR+ehk8rOslwSfByxPIZyJRfV739NDhN5LF1fa1MqnzKm2lGTQRjNrjK19Q5fhkgIfjlVUKw==} 1492 + 1493 + human-signals@5.0.0: 1494 + resolution: {integrity: sha512-AXcZb6vzzrFAUE61HnN4mpLqd/cSIwNQjtNWR0euPm6y0iqx3G4gOXaIDdtdDwZmhwe82LA6+zinmW4UBWVePQ==} 1495 + engines: {node: '>=16.17.0'} 1323 1496 1324 1497 i18next@23.16.5: 1325 1498 resolution: {integrity: sha512-KTlhE3EP9x6pPTAW7dy0WKIhoCpfOGhRQlO+jttQLgzVaoOjWwBWramu7Pp0i+8wDNduuzXfe3kkVbzrKyrbTA==} ··· 1348 1521 inline-style-parser@0.2.4: 1349 1522 resolution: {integrity: sha512-0aO8FkhNZlj/ZIbNi7Lxxr12obT7cL1moPfE4tg1LkX7LlLfC6DeX4l2ZEud1ukP9jNQyNnfzQVqwbwmAATY4Q==} 1350 1523 1524 + iron-webcrypto@1.2.1: 1525 + resolution: {integrity: sha512-feOM6FaSr6rEABp/eDfVseKyTMDt+KGpeB35SkVn9Tyn0CqvVsY3EwI0v5i8nMHyJnzCIQf7nsy3p41TPkJZhg==} 1526 + 1351 1527 is-absolute-url@4.0.1: 1352 1528 resolution: {integrity: sha512-/51/TKE88Lmm7Gc4/8btclNXWS+g50wXhYJq8HWIBAGUBnoAdRu1aXeh364t/O7wXDAcTJDP8PNuNKWUDWie+A==} 1353 1529 engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} ··· 1361 1537 is-arrayish@0.3.2: 1362 1538 resolution: {integrity: sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ==} 1363 1539 1540 + is-binary-path@2.1.0: 1541 + resolution: {integrity: sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==} 1542 + engines: {node: '>=8'} 1543 + 1364 1544 is-decimal@2.0.1: 1365 1545 resolution: {integrity: sha512-AAB9hiomQs5DXWcRB1rqsxGUstbRroFOPPVAomNk/3XHR5JyEZChOyTWe2oayKnsSsr/kcGqF+z6yuH6HHpN0A==} 1366 1546 ··· 1369 1549 engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} 1370 1550 hasBin: true 1371 1551 1372 - is-extendable@0.1.1: 1373 - resolution: {integrity: sha512-5BMULNob1vgFX6EjQw5izWDxrecWK9AM72rugNr0TFldMOi0fj6Jk+zeKIt0xGj4cEfQIJth4w3OKWOJ4f+AFw==} 1374 - engines: {node: '>=0.10.0'} 1375 - 1376 1552 is-extglob@2.1.1: 1377 1553 resolution: {integrity: sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==} 1378 1554 engines: {node: '>=0.10.0'} ··· 1392 1568 resolution: {integrity: sha512-KIYLCCJghfHZxqjYBE7rEy0OBuTd5xCHS7tHVgvCLkx7StIoaxwNW3hCALgEUjFfeRk+MG/Qxmp/vtETEF3tRA==} 1393 1569 engines: {node: '>=14.16'} 1394 1570 hasBin: true 1395 - 1396 - is-interactive@2.0.0: 1397 - resolution: {integrity: sha512-qP1vozQRI+BMOPcjFzrjXuQvdak2pHNUMZoeG2eRbiSqyvbEf/wQtEOTOX1guk6E3t36RkaqiSt8A/6YElNxLQ==} 1398 - engines: {node: '>=12'} 1399 1571 1400 1572 is-number@7.0.0: 1401 1573 resolution: {integrity: sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==} ··· 1405 1577 resolution: {integrity: sha512-+Pgi+vMuUNkJyExiMBt5IlFoMyKnr5zhJ4Uspz58WOhBF5QoIZkFyNHIbBAtHwzVAgk5RtndVNsDRN61/mmDqg==} 1406 1578 engines: {node: '>=12'} 1407 1579 1580 + is-stream@3.0.0: 1581 + resolution: {integrity: sha512-LnQR4bZ9IADDRSkvpqMGvt/tEJWclzklNgSw48V5EAaAeDd6qGvN8ei6k5p0tvxSR171VmGyHuTiAOfxAbr8kA==} 1582 + engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} 1583 + 1408 1584 is-subdir@1.2.0: 1409 1585 resolution: {integrity: sha512-2AT6j+gXe/1ueqbW6fLZJiIw3F8iXGJtt0yDrZaBhAZEG1raiTxKWU+IPqMCzQAXOUCKdA4UDMgacKH25XG2Cw==} 1410 1586 engines: {node: '>=4'} 1411 1587 1412 - is-unicode-supported@1.3.0: 1413 - resolution: {integrity: sha512-43r2mRvz+8JRIKnWJ+3j8JtjRKZ6GmjzfaE/qiBJnikNnYv/6bagRJ1kUhNk8R5EX/GkobD+r+sfxCPJsiKBLQ==} 1414 - engines: {node: '>=12'} 1415 - 1416 - is-unicode-supported@2.1.0: 1417 - resolution: {integrity: sha512-mE00Gnza5EEB3Ds0HfMyllZzbBrmLOX3vfWoj9A9PEnTfratQ/BcaJOuMhnkhjXvb2+FkY3VuHqtAGpTPmglFQ==} 1418 - engines: {node: '>=18'} 1419 - 1420 1588 is-windows@1.0.2: 1421 1589 resolution: {integrity: sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA==} 1422 1590 engines: {node: '>=0.10.0'} ··· 1425 1593 resolution: {integrity: sha512-UcVfVfaK4Sc4m7X3dUSoHoozQGBEFeDC+zVo06t98xe8CzHSZZBekNXH+tu0NalHolcJ/QAGqS46Hef7QXBIMw==} 1426 1594 engines: {node: '>=16'} 1427 1595 1596 + is64bit@2.0.0: 1597 + resolution: {integrity: sha512-jv+8jaWCl0g2lSBkNSVXdzfBA0npK1HGC2KtWM9FumFRoGS94g3NbCCLVnCYHLjp4GrW2KZeeSTMo5ddtznmGw==} 1598 + engines: {node: '>=18'} 1599 + 1428 1600 isexe@2.0.0: 1429 1601 resolution: {integrity: sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==} 1430 1602 1431 - js-tokens@4.0.0: 1432 - resolution: {integrity: sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==} 1603 + jiti@2.4.2: 1604 + resolution: {integrity: sha512-rg9zJN+G4n2nfJl5MW3BMygZX56zKPNVEYYqq7adpmMh4Jn2QNEwhvQlFy6jPVdcod7txZtKHWnyZiA3a0zP7A==} 1605 + hasBin: true 1433 1606 1434 1607 js-yaml@3.14.1: 1435 1608 resolution: {integrity: sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==} ··· 1439 1612 resolution: {integrity: sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==} 1440 1613 hasBin: true 1441 1614 1442 - jsesc@3.0.2: 1443 - resolution: {integrity: sha512-xKqzzWXDttJuOcawBt4KnKHHIf5oQ/Cxax+0PWFG+DFDgHNAdi+TXECADI+RYiFUMmx8792xsMbbgXj4CwnP4g==} 1444 - engines: {node: '>=6'} 1445 - hasBin: true 1446 - 1447 1615 json-buffer@3.0.1: 1448 1616 resolution: {integrity: sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==} 1449 1617 1450 - json5@2.2.3: 1451 - resolution: {integrity: sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==} 1452 - engines: {node: '>=6'} 1453 - hasBin: true 1454 - 1455 1618 jsonfile@4.0.0: 1456 1619 resolution: {integrity: sha512-m6F1R3z8jjlf2imQHS2Qez5sjKWQzbuuhuJ/FKYFRZvPE3PuHcSMVZzfsLhGVOkfd20obL5SWEBew5ShlquNxg==} 1457 1620 1458 1621 keyv@4.5.4: 1459 1622 resolution: {integrity: sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==} 1460 1623 1461 - kind-of@6.0.3: 1462 - resolution: {integrity: sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==} 1463 - engines: {node: '>=0.10.0'} 1464 - 1465 1624 kleur@3.0.3: 1466 1625 resolution: {integrity: sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==} 1467 1626 engines: {node: '>=6'} ··· 1472 1631 1473 1632 linkedom@0.14.26: 1474 1633 resolution: {integrity: sha512-mK6TrydfFA7phrnp+1j57ycBwFI5bGSW6YXlw9acHoqF+mP/y+FooEYYyniOt5Ot57FSKB3iwmnuQ1UUyNLm5A==} 1634 + 1635 + listhen@1.9.0: 1636 + resolution: {integrity: sha512-I8oW2+QL5KJo8zXNWX046M134WchxsXC7SawLPvRQpogCbkyQIaFxPE89A2HiwR7vAK2Dm2ERBAmyjTYGYEpBg==} 1637 + hasBin: true 1475 1638 1476 1639 lite-youtube-embed@0.3.3: 1477 1640 resolution: {integrity: sha512-gFfVVnj6NRjxVfJKo3qoLtpi0v5mn3AcR4eKD45wrxQuxzveFJUb+7Cr6uV6n+DjO8X3p0UzPPquhGt0H/y+NA==} ··· 1487 1650 lodash.startcase@4.4.0: 1488 1651 resolution: {integrity: sha512-+WKqsK294HMSc2jEbNgpHpd0JfIBhp7rEV4aqXWqFr6AlXov+SlcgB1Fv01y2kGe3Gc8nMW7VA0SrGuSkRfIEg==} 1489 1652 1490 - log-symbols@6.0.0: 1491 - resolution: {integrity: sha512-i24m8rpwhmPIS4zscNzK6MSEhk0DUWa/8iYQWxhffV8jkI4Phvs3F+quL5xvS0gdQR0FyTCMMH33Y78dDTzzIw==} 1492 - engines: {node: '>=18'} 1493 - 1494 1653 longest-streak@3.1.0: 1495 1654 resolution: {integrity: sha512-9Ri+o0JYgehTaVBBDoMqIl8GXtbWg711O3srftcHhZ0dqnETqLaoIK0x17fUw9rFSlK/0NlsKe0Ahhyl5pXE2g==} 1496 1655 1656 + lru-cache@10.4.3: 1657 + resolution: {integrity: sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==} 1658 + 1497 1659 lru-cache@4.1.5: 1498 1660 resolution: {integrity: sha512-sWZlbEP2OsHNkXrMl5GYk/jKk70MBng6UU4YI/qGDYbgf6YbP4EvmqISbXCoJiRKs+1bSpFHVgQxvJ17F2li5g==} 1499 1661 1500 - lru-cache@5.1.1: 1501 - resolution: {integrity: sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==} 1502 - 1503 - magic-string@0.30.12: 1504 - resolution: {integrity: sha512-Ea8I3sQMVXr8JhN4z+H/d8zwo+tYDgHE9+5G4Wnrwhs0gaK9fXTKx0Tw5Xwsd/bCPTTZNRAdpyzvoeORe9LYpw==} 1662 + magic-string@0.30.17: 1663 + resolution: {integrity: sha512-sNPKHvyjVf7gyjwS4xGTaW/mCnF8wnjtifKBEhxfZ7E/S8tQ0rssrwGNn6q8JH/ohItJfSQp9mBtQYuTlH5QnA==} 1505 1664 1506 1665 magicast@0.3.5: 1507 1666 resolution: {integrity: sha512-L0WhttDl+2BOsybvEOLK7fW3UA0OQ0IQ2d6Zl2x/a6vVRs3bAY0ECOSHHeL5jD+SbOpOCUEi0y1DgHEn9Qn1AQ==} ··· 1566 1725 1567 1726 mdast-util-to-string@4.0.0: 1568 1727 resolution: {integrity: sha512-0H44vDimn51F0YwvxSJSm0eCDOJTRlmN0R1yBh4HLj9wiV1Dn0QoXGbvFAWj2hSItVTlCmBF1hqKlIyUBVFLPg==} 1728 + 1729 + merge-stream@2.0.0: 1730 + resolution: {integrity: sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==} 1569 1731 1570 1732 merge2@1.4.1: 1571 1733 resolution: {integrity: sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==} ··· 1683 1845 resolution: {integrity: sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==} 1684 1846 engines: {node: '>=8.6'} 1685 1847 1686 - mimic-function@5.0.1: 1687 - resolution: {integrity: sha512-VP79XUPxV2CigYP3jWwAUFSku2aKqBH7uTAapFWCBqutsbmDo96KY5o8uh6U+/YSIn5OxJnXp73beVkpqMIGhA==} 1688 - engines: {node: '>=18'} 1848 + mime@3.0.0: 1849 + resolution: {integrity: sha512-jSCU7/VB1loIWBZe14aEYHU/+1UMEHoaO7qxCOVJOw9GgH72VAWppxNcjU+x9a2k3GSIBXNKxXQFqRvvZ7vr3A==} 1850 + engines: {node: '>=10.0.0'} 1851 + hasBin: true 1852 + 1853 + mimic-fn@4.0.0: 1854 + resolution: {integrity: sha512-vqiC06CuhBTUdZH+RYl8sFrL096vA45Ok5ISO6sE/Mr1jRbGH4Csnhi8f3wKVl7x8mO4Au7Ir9D3Oyv1VYMFJw==} 1855 + engines: {node: '>=12'} 1689 1856 1690 1857 minimatch@3.1.2: 1691 1858 resolution: {integrity: sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==} 1859 + 1860 + mlly@1.7.3: 1861 + resolution: {integrity: sha512-xUsx5n/mN0uQf4V548PKQ+YShA4/IW0KI1dZhrNrPCLG+xizETbHTkOa1f8/xut9JRPp8kQuMnz0oqwkTiLo/A==} 1692 1862 1693 1863 mri@1.2.0: 1694 1864 resolution: {integrity: sha512-tzzskb3bG8LvYGFF/mDTpq3jpI6Q9wc3LEmBaghu+DdCssd1FakN7Bc0hVNmEyGq1bq3RgfkCb3cmQLpNPOroA==} ··· 1713 1883 nlcst-to-string@4.0.0: 1714 1884 resolution: {integrity: sha512-YKLBCcUYKAg0FNlOBT6aI91qFmSiFKiluk655WzPF+DDMA02qIyy8uiRqI8QXtcFpEvll12LpL5MXqEmAZ+dcA==} 1715 1885 1886 + node-addon-api@7.1.1: 1887 + resolution: {integrity: sha512-5m3bsyrjFWE1xf7nz7YXdN4udnVtXK6/Yfgn5qnahL6bCkf2yKt4k3nuTKAtT4r3IG8JNR2ncsIMdZuAzJjHQQ==} 1888 + 1889 + node-fetch-native@1.6.4: 1890 + resolution: {integrity: sha512-IhOigYzAKHd244OC0JIMIUrjzctirCmPkaIfhDeGcEETWof5zKYUW7e7MYvChGWh/4CJeXEgsRyGzuF334rOOQ==} 1891 + 1716 1892 node-fetch@2.7.0: 1717 1893 resolution: {integrity: sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==} 1718 1894 engines: {node: 4.x || >=6.0.0} ··· 1722 1898 encoding: 1723 1899 optional: true 1724 1900 1725 - node-releases@2.0.18: 1726 - resolution: {integrity: sha512-d9VeXT4SJ7ZeOqGX6R5EM022wpL+eWPooLI+5UpWn2jCT1aosUQEhQP214x33Wkwx3JQMvIm+tIoVOdodFS40g==} 1901 + node-forge@1.3.1: 1902 + resolution: {integrity: sha512-dPEtOeMvF9VMcYV/1Wb8CPoVAXtp6MKMlcbAt4ddqmGqUJ6fQZFXkNZNkNlfevtNkGtaSoXf/vNNNSvgrdXwtA==} 1903 + engines: {node: '>= 6.13.0'} 1904 + 1905 + normalize-path@3.0.0: 1906 + resolution: {integrity: sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==} 1907 + engines: {node: '>=0.10.0'} 1908 + 1909 + npm-run-path@5.3.0: 1910 + resolution: {integrity: sha512-ppwTtiJZq0O/ai0z7yfudtBpWIoxM8yE6nHi1X47eFR2EWORqfbu6CnPlNsjeN683eT0qG6H/Pyf9fCcvjnnnQ==} 1911 + engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} 1727 1912 1728 1913 nth-check@2.1.1: 1729 1914 resolution: {integrity: sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==} 1730 1915 1916 + ofetch@1.4.1: 1917 + resolution: {integrity: sha512-QZj2DfGplQAr2oj9KzceK9Hwz6Whxazmn85yYeVuS3u9XTMOGMRx0kO95MQ+vLsj/S/NwBDMMLU5hpxvI6Tklw==} 1918 + 1919 + ohash@1.1.4: 1920 + resolution: {integrity: sha512-FlDryZAahJmEF3VR3w1KogSEdWX3WhA5GPakFx4J81kEAiHyLMpdLLElS8n8dfNadMgAne/MywcvmogzscVt4g==} 1921 + 1731 1922 once@1.4.0: 1732 1923 resolution: {integrity: sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==} 1733 1924 1734 - onetime@7.0.0: 1735 - resolution: {integrity: sha512-VXJjc87FScF88uafS3JllDgvAm+c/Slfz06lorj2uAY34rlUu0Nt+v8wreiImcrgAjjIHp1rXpTDlLOGw29WwQ==} 1736 - engines: {node: '>=18'} 1925 + onetime@6.0.0: 1926 + resolution: {integrity: sha512-1FlR+gjXK7X+AsAHso35MnyN5KqGwJRi/31ft6x0M194ht7S+rWAvd7PHss9xSKMzE0asv1pyIHaJYq+BbacAQ==} 1927 + engines: {node: '>=12'} 1737 1928 1738 - oniguruma-to-js@0.4.3: 1739 - resolution: {integrity: sha512-X0jWUcAlxORhOqqBREgPMgnshB7ZGYszBNspP+tS9hPD3l13CdaXcHbgImoHUHlrvGx/7AvFEkTRhAGYh+jzjQ==} 1740 - 1741 - ora@8.1.1: 1742 - resolution: {integrity: sha512-YWielGi1XzG1UTvOaCFaNgEnuhZVMSHYkW/FQ7UX8O26PtlpdM84c0f7wLPlkvx2RfiQmnzd61d/MGxmpQeJPw==} 1743 - engines: {node: '>=18'} 1929 + oniguruma-to-es@0.8.0: 1930 + resolution: {integrity: sha512-rY+/a6b+uCgoYIL9itjY0x99UUDHXmGaw7Jjk5ZvM/3cxDJifyxFr/Zm4tTmF6Tre18gAakJo7AzhKUeMNLgHA==} 1744 1931 1745 1932 os-tmpdir@1.0.2: 1746 1933 resolution: {integrity: sha512-D2FR03Vir7FIu45XBY20mTb+/ZSWB00sjU9jdQXt83gDrI4Ztz5Fs7/yy74g2N5SVQY4xY1qDr4rNddwYRVX0g==} ··· 1817 2004 resolution: {integrity: sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==} 1818 2005 engines: {node: '>=0.10.0'} 1819 2006 2007 + path-key@3.1.1: 2008 + resolution: {integrity: sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==} 2009 + engines: {node: '>=8'} 2010 + 2011 + path-key@4.0.0: 2012 + resolution: {integrity: sha512-haREypq7xkM7ErfgIyA0z+Bj4AGKlMSdlQE2jvJo6huWD1EdkKYV+G/T4nq0YEF2vgTT8kqMFKo1uHn950r4SQ==} 2013 + engines: {node: '>=12'} 2014 + 1820 2015 path-type@4.0.0: 1821 2016 resolution: {integrity: sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==} 1822 2017 engines: {node: '>=8'} 1823 2018 2019 + pathe@1.1.2: 2020 + resolution: {integrity: sha512-whLdWMYL2TwI08hn8/ZqAbrVemu0LNaNNJZX73O6qaIdCTfXutsLhMkjdENX0qhsQ9uIimo4/aQOmXkoon2nDQ==} 2021 + 1824 2022 picocolors@1.1.1: 1825 2023 resolution: {integrity: sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==} 1826 2024 ··· 1840 2038 resolution: {integrity: sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==} 1841 2039 engines: {node: '>=8'} 1842 2040 2041 + pkg-types@1.2.1: 2042 + resolution: {integrity: sha512-sQoqa8alT3nHjGuTjuKgOnvjo4cljkufdtLMnO2LBP/wRwuDlo1tkaEdMxCRhyGRPacv/ztlZgDPm2b7FAmEvw==} 2043 + 1843 2044 postcss-nested@6.2.0: 1844 2045 resolution: {integrity: sha512-HQbt28KulC5AJzG+cZtj9kvKB93CFCdLvog1WFLf1D+xmMvPGlBstkpTEZfK5+AN9hfJocyBFCNiqyS48bpgzQ==} 1845 2046 engines: {node: '>=12.0'} ··· 1850 2051 resolution: {integrity: sha512-Q8qQfPiZ+THO/3ZrOrO0cJJKfpYCagtMUkXbnEfmgUjwXg6z/WBeOyS9APBBPCTSiDV+s4SwQGu8yFsiMRIudg==} 1851 2052 engines: {node: '>=4'} 1852 2053 1853 - postcss@8.4.47: 1854 - resolution: {integrity: sha512-56rxCq7G/XfB4EkXq9Egn5GCqugWvDFjafDOThIdMBsI15iqPqR5r15TfSr1YPYeEI19YeaXMCbY6u88Y76GLQ==} 2054 + postcss@8.4.49: 2055 + resolution: {integrity: sha512-OCVPnIObs4N29kxTjzLfUryOkvZEq+pf8jTF0lg8E7uETuWHA+v7j3c/xJmiqpX450191LlmZfUKkXxkTry7nA==} 1855 2056 engines: {node: ^10 || ^12 || >=14} 1856 2057 1857 2058 preferred-pm@4.0.0: ··· 1880 2081 queue-microtask@1.2.3: 1881 2082 resolution: {integrity: sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==} 1882 2083 2084 + radix3@1.1.2: 2085 + resolution: {integrity: sha512-b484I/7b8rDEdSDKckSSBA8knMpcdsXudlE/LNL639wFoHKwLbEkQFZHWEYwDC0wa0FKUcCY+GAF73Z7wxNVFA==} 2086 + 1883 2087 read-yaml-file@1.1.0: 1884 2088 resolution: {integrity: sha512-VIMnQi/Z4HT2Fxuwg5KrY174U1VdUIASQVWXXyqtNRtxSr9IYkn1rsI6Tb6HsrHCmB7gVpNwX6JxPTHcH6IoTA==} 1885 2089 engines: {node: '>=6'} 2090 + 2091 + readdirp@3.6.0: 2092 + resolution: {integrity: sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==} 2093 + engines: {node: '>=8.10.0'} 1886 2094 1887 2095 recma-build-jsx@1.0.0: 1888 2096 resolution: {integrity: sha512-8GtdyqaBcDfva+GUKDr3nev3VpKAhup1+RvkMvUxURHpW7QyIvk9F5wz7Vzo06CEMSilw6uArgRqhpiUcWp8ew==} ··· 1899 2107 regenerator-runtime@0.14.1: 1900 2108 resolution: {integrity: sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==} 1901 2109 1902 - regex@4.4.0: 1903 - resolution: {integrity: sha512-uCUSuobNVeqUupowbdZub6ggI5/JZkYyJdDogddJr60L764oxC2pMZov1fQ3wM9bdyzUILDG+Sqx6NAKAz9rKQ==} 2110 + regex-recursion@5.0.0: 2111 + resolution: {integrity: sha512-UwyOqeobrCCqTXPcsSqH4gDhOjD5cI/b8kjngWgSZbxYh5yVjAwTjO5+hAuPRNiuR70+5RlWSs+U9PVcVcW9Lw==} 2112 + 2113 + regex-utilities@2.3.0: 2114 + resolution: {integrity: sha512-8VhliFJAWRaUiVvREIiW2NXXTmHs4vMNnSzuJVhscgmGav3g9VDxLrQndI3dZZVVdp0ZO/5v0xmX516/7M9cng==} 2115 + 2116 + regex@5.0.2: 2117 + resolution: {integrity: sha512-/pczGbKIQgfTMRV0XjABvc5RzLqQmwqxLHdQao2RTXPk+pmTXB2P0IaUHYdYyk412YLwUIkaeMd5T+RzVgTqnQ==} 1904 2118 1905 2119 rehype-expressive-code@0.38.3: 1906 2120 resolution: {integrity: sha512-RYSSDkMBikoTbycZPkcWp6ELneANT4eTpND1DSRJ6nI2eVFUwTBDCvE2vO6jOOTaavwnPiydi4i/87NRyjpdOA==} ··· 1949 2163 resolution: {integrity: sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==} 1950 2164 engines: {node: '>=8'} 1951 2165 1952 - restore-cursor@5.1.0: 1953 - resolution: {integrity: sha512-oMA2dcrw6u0YfxJQXm342bFKX/E4sG9rbTzO9ptUcR/e8A33cHuvStiYOwH7fszkZlZ1z/ta9AAoPk2F4qIOHA==} 1954 - engines: {node: '>=18'} 1955 - 1956 2166 retext-latin@4.0.0: 1957 2167 resolution: {integrity: sha512-hv9woG7Fy0M9IlRQloq/N6atV82NxLGveq+3H2WOi79dtIYWN8OaxogDm77f8YnVXJL2VD3bbqowu5E3EMhBYA==} 1958 2168 ··· 1988 2198 sax@1.4.1: 1989 2199 resolution: {integrity: sha512-+aWOz7yVScEGoKNd4PA10LZ8sk0A/z5+nXQG5giUO5rprX9jgYsTdov9qCchZiPIZezbZH+jRut8nPodFAX4Jg==} 1990 2200 1991 - section-matter@1.0.0: 1992 - resolution: {integrity: sha512-vfD3pmTzGpufjScBh50YHKzEu2lxBWhVEHsNGoEXmCmn2hKGfeNLYMzCJpe8cD7gqX7TJluOVpBkAequ6dgMmA==} 1993 - engines: {node: '>=4'} 1994 - 1995 - semver@6.3.1: 1996 - resolution: {integrity: sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==} 1997 - hasBin: true 1998 - 1999 2201 semver@7.6.3: 2000 2202 resolution: {integrity: sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==} 2001 2203 engines: {node: '>=10'} ··· 2009 2211 resolution: {integrity: sha512-EV3L1+UQWGor21OmnvojK36mhg+TyIKDh3iFBKBohr5xeXIhNBcx8oWdgkTEEQ+BEFFYdLRuqMfd5L84N1V5Vg==} 2010 2212 engines: {node: '>=0.10.0'} 2011 2213 2214 + shebang-command@2.0.0: 2215 + resolution: {integrity: sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==} 2216 + engines: {node: '>=8'} 2217 + 2012 2218 shebang-regex@1.0.0: 2013 2219 resolution: {integrity: sha512-wpoSFAxys6b2a2wHZ1XpDSgD7N9iVjg29Ph9uV/uaP9Ex/KXlkTZTeddxDPSYQpgvzKLGJke2UU0AzoGCjNIvQ==} 2014 2220 engines: {node: '>=0.10.0'} 2015 2221 2016 - shiki@1.22.2: 2017 - resolution: {integrity: sha512-3IZau0NdGKXhH2bBlUk4w1IHNxPh6A5B2sUpyY+8utLu2j/h1QpFkAaUA1bAMxOWWGtTWcAh531vnS4NJKS/lA==} 2222 + shebang-regex@3.0.0: 2223 + resolution: {integrity: sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==} 2224 + engines: {node: '>=8'} 2225 + 2226 + shiki@1.24.3: 2227 + resolution: {integrity: sha512-eMeX/ehE2IDKVs71kB4zVcDHjutNcOtm+yIRuR4sA6ThBbdFI0DffGJiyoKCodj0xRGxIoWC3pk/Anmm5mzHmA==} 2018 2228 2019 2229 signal-exit@3.0.7: 2020 2230 resolution: {integrity: sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==} ··· 2087 2297 peerDependencies: 2088 2298 '@astrojs/starlight': '>=0.23.0' 2089 2299 2090 - stdin-discarder@0.2.2: 2091 - resolution: {integrity: sha512-UhDfHmA92YAlNnCfhmq0VeNL5bDbiZGg7sZ2IvPsXubGkiNa9EC+tUTsjBRsYUAz87btI6/1wf4XoVvQ3uRnmQ==} 2092 - engines: {node: '>=18'} 2300 + std-env@3.8.0: 2301 + resolution: {integrity: sha512-Bc3YwwCB+OzldMxOXJIIvC6cPRWr/LxOp48CdQTOkPyk/t4JWWJbrilwBd7RJzKV8QW7tJkcgAmeuLLJugl5/w==} 2093 2302 2094 2303 stream-replace-string@2.0.0: 2095 2304 resolution: {integrity: sha512-TlnjJ1C0QrmxRNrON00JvaFFlNh5TTG00APw23j74ET7gkQpTASi6/L2fuiav8pzK715HXtUeClpBTw2NPSn6w==} ··· 2113 2322 resolution: {integrity: sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==} 2114 2323 engines: {node: '>=12'} 2115 2324 2116 - strip-bom-string@1.0.0: 2117 - resolution: {integrity: sha512-uCC2VHvQRYu+lMh4My/sFNmF2klFymLX1wHJeXnbEJERpV/ZsVuonzerjfrGpIGF7LBVa1O7i9kjiWvJiFck8g==} 2118 - engines: {node: '>=0.10.0'} 2119 - 2120 2325 strip-bom@3.0.0: 2121 2326 resolution: {integrity: sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==} 2122 2327 engines: {node: '>=4'} 2328 + 2329 + strip-final-newline@3.0.0: 2330 + resolution: {integrity: sha512-dOESqjYr96iWYylGObzd39EuNTa5VJxyvVAEm5Jnh7KGo75V43Hk1odPQkNDyXNmUR6k+gEiDVXnjB8HJ3crXw==} 2331 + engines: {node: '>=12'} 2123 2332 2124 2333 style-to-object@0.4.4: 2125 2334 resolution: {integrity: sha512-HYNoHZa2GorYNyqiCaBgsxvcJIn7OHq6inEga+E6Ke3m5JkoqpQbnFssk4jwe+K7AhGa2fcha4wSOf1Kn01dMg==} ··· 2127 2336 style-to-object@1.0.8: 2128 2337 resolution: {integrity: sha512-xT47I/Eo0rwJmaXC4oilDGDWLohVhR6o/xAQcPQN8q6QBuZVL8qMYL85kLmST5cPjAorwvqIA4qXTRQoYHaL6g==} 2129 2338 2339 + system-architecture@0.1.0: 2340 + resolution: {integrity: sha512-ulAk51I9UVUyJgxlv9M6lFot2WP3e7t8Kz9+IS6D4rVba1tR9kON+Ey69f+1R4Q8cd45Lod6a4IcJIxnzGc/zA==} 2341 + engines: {node: '>=18'} 2342 + 2130 2343 term-size@2.2.1: 2131 2344 resolution: {integrity: sha512-wK0Ri4fOGjv/XPy8SBHZChl8CM7uMc5VML7SqiQ0zG7+J5Vr+RMQDoHa2CNT6KHUnTGIXH34UDMkPzAUyapBZg==} 2132 2345 engines: {node: '>=8'} ··· 2173 2386 engines: {node: '>=14.17'} 2174 2387 hasBin: true 2175 2388 2389 + ufo@1.5.4: 2390 + resolution: {integrity: sha512-UsUk3byDzKd04EyoZ7U4DOlxQaD14JUKQl6/P7wiX4FNvUfm3XL246n9W5AmqwW5RSFJ27NAuM0iLscAOYUiGQ==} 2391 + 2176 2392 uhyphen@0.2.0: 2177 2393 resolution: {integrity: sha512-qz3o9CHXmJJPGBdqzab7qAYuW8kQGKNEuoHFYrBwV6hWIMcpAmxDLXojcHfFr9US1Pe6zUswEIJIbLI610fuqA==} 2178 2394 2395 + ultrahtml@1.5.3: 2396 + resolution: {integrity: sha512-GykOvZwgDWZlTQMtp5jrD4BVL+gNn2NVlVafjcFUJ7taY20tqYdwdoWBFy6GBJsNTZe1GkGPkSl5knQAjtgceg==} 2397 + 2398 + uncrypto@0.1.3: 2399 + resolution: {integrity: sha512-Ql87qFHB3s/De2ClA9e0gsnS6zXG27SkTiSJwjCc9MebbfapQfuPzumMIUMi38ezPZVNFcHI9sUIepeQfw8J8Q==} 2400 + 2401 + unenv@1.10.0: 2402 + resolution: {integrity: sha512-wY5bskBQFL9n3Eca5XnhH6KbUo/tfvkwm9OpcdCvLaeA7piBNbavbOKJySEwQ1V0RH6HvNlSAFRTpvTqgKRQXQ==} 2403 + 2179 2404 unified@11.0.5: 2180 2405 resolution: {integrity: sha512-xKvGhPWw3k84Qjh8bI3ZeJjqnyadK+GEFtazSfZv/rKeTkTjOJho6mFqh2SM96iIcZokxiOpg78GazTSg8+KHA==} 2181 2406 ··· 2213 2438 resolution: {integrity: sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==} 2214 2439 engines: {node: '>= 4.0.0'} 2215 2440 2216 - update-browserslist-db@1.1.1: 2217 - resolution: {integrity: sha512-R8UzCaa9Az+38REPiJ1tXlImTJXlVfgHZsglwBD/k6nj76ctsH1E3q4doGrukiLQd3sGQYu56r5+lo5r94l29A==} 2218 - hasBin: true 2441 + unstorage@1.14.0: 2442 + resolution: {integrity: sha512-FjkD8JSdZyktjzPUR9KbR1Pc2tD9b+rEMMNMyvrlpBwQCftL9WgU7iAvb95QDBi5wDL75SQyTovQASBPzt3a9g==} 2219 2443 peerDependencies: 2220 - browserslist: '>= 4.21.0' 2444 + '@azure/app-configuration': ^1.8.0 2445 + '@azure/cosmos': ^4.2.0 2446 + '@azure/data-tables': ^13.3.0 2447 + '@azure/identity': ^4.5.0 2448 + '@azure/keyvault-secrets': ^4.9.0 2449 + '@azure/storage-blob': ^12.26.0 2450 + '@capacitor/preferences': ^6.0.3 2451 + '@deno/kv': '>=0.8.4' 2452 + '@netlify/blobs': ^6.5.0 || ^7.0.0 || ^8.1.0 2453 + '@planetscale/database': ^1.19.0 2454 + '@upstash/redis': ^1.34.3 2455 + '@vercel/blob': '>=0.27.0' 2456 + '@vercel/kv': ^1.0.1 2457 + aws4fetch: ^1.0.20 2458 + db0: '>=0.2.1' 2459 + idb-keyval: ^6.2.1 2460 + ioredis: ^5.4.1 2461 + uploadthing: ^7.4.1 2462 + peerDependenciesMeta: 2463 + '@azure/app-configuration': 2464 + optional: true 2465 + '@azure/cosmos': 2466 + optional: true 2467 + '@azure/data-tables': 2468 + optional: true 2469 + '@azure/identity': 2470 + optional: true 2471 + '@azure/keyvault-secrets': 2472 + optional: true 2473 + '@azure/storage-blob': 2474 + optional: true 2475 + '@capacitor/preferences': 2476 + optional: true 2477 + '@deno/kv': 2478 + optional: true 2479 + '@netlify/blobs': 2480 + optional: true 2481 + '@planetscale/database': 2482 + optional: true 2483 + '@upstash/redis': 2484 + optional: true 2485 + '@vercel/blob': 2486 + optional: true 2487 + '@vercel/kv': 2488 + optional: true 2489 + aws4fetch: 2490 + optional: true 2491 + db0: 2492 + optional: true 2493 + idb-keyval: 2494 + optional: true 2495 + ioredis: 2496 + optional: true 2497 + uploadthing: 2498 + optional: true 2499 + 2500 + untun@0.1.3: 2501 + resolution: {integrity: sha512-4luGP9LMYszMRZwsvyUd9MrxgEGZdZuZgpVQHEEX0lCYFESasVRvZd0EYpCkOIbJKHMuv0LskpXc/8Un+MJzEQ==} 2502 + hasBin: true 2503 + 2504 + uqr@0.1.2: 2505 + resolution: {integrity: sha512-MJu7ypHq6QasgF5YRTjqscSzQp/W11zoUk6kvmlH+fmWEs63Y0Eib13hYFwAzagRJcVY8WVnlV+eBDUGMJ5IbA==} 2221 2506 2222 2507 util-deprecate@1.0.2: 2223 2508 resolution: {integrity: sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==} ··· 2231 2516 vfile@6.0.3: 2232 2517 resolution: {integrity: sha512-KzIbH/9tXat2u30jf+smMwFCsno4wHVdNmzFyL+T/L3UGqqk6JKfVqOFOZEpZSHADH1k40ab6NUIXZq422ov3Q==} 2233 2518 2234 - vite@5.4.10: 2235 - resolution: {integrity: sha512-1hvaPshuPUtxeQ0hsVH3Mud0ZanOLwVTneA1EgbAM5LhaZEqyPWGRQ7BtaMvUrTDeEaC8pxtj6a6jku3x4z6SQ==} 2236 - engines: {node: ^18.0.0 || >=20.0.0} 2519 + vite@6.0.4: 2520 + resolution: {integrity: sha512-zwlH6ar+6o6b4Wp+ydhtIKLrGM/LoqZzcdVmkGAFun0KHTzIzjh+h0kungEx7KJg/PYnC80I4TII9WkjciSR6Q==} 2521 + engines: {node: ^18.0.0 || ^20.0.0 || >=22.0.0} 2237 2522 hasBin: true 2238 2523 peerDependencies: 2239 - '@types/node': ^18.0.0 || >=20.0.0 2524 + '@types/node': ^18.0.0 || ^20.0.0 || >=22.0.0 2525 + jiti: '>=1.21.0' 2240 2526 less: '*' 2241 2527 lightningcss: ^1.21.0 2242 2528 sass: '*' 2243 2529 sass-embedded: '*' 2244 2530 stylus: '*' 2245 2531 sugarss: '*' 2246 - terser: ^5.4.0 2532 + terser: ^5.16.0 2533 + tsx: ^4.8.1 2534 + yaml: ^2.4.2 2247 2535 peerDependenciesMeta: 2248 2536 '@types/node': 2537 + optional: true 2538 + jiti: 2249 2539 optional: true 2250 2540 less: 2251 2541 optional: true ··· 2261 2551 optional: true 2262 2552 terser: 2263 2553 optional: true 2554 + tsx: 2555 + optional: true 2556 + yaml: 2557 + optional: true 2264 2558 2265 - vitefu@1.0.3: 2266 - resolution: {integrity: sha512-iKKfOMBHob2WxEJbqbJjHAkmYgvFDPhuqrO82om83S8RLk+17FtyMBfcyeH8GqD0ihShtkMW/zzJgiA51hCNCQ==} 2559 + vitefu@1.0.4: 2560 + resolution: {integrity: sha512-y6zEE3PQf6uu/Mt6DTJ9ih+kyJLr4XcSgHR2zUkM8SWDhuixEJxfJ6CZGMHh1Ec3vPLoEA0IHU5oWzVqw8ulow==} 2267 2561 peerDependencies: 2268 - vite: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0-beta.0 2562 + vite: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 2269 2563 peerDependenciesMeta: 2270 2564 vite: 2271 2565 optional: true ··· 2291 2585 resolution: {integrity: sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==} 2292 2586 hasBin: true 2293 2587 2588 + which@2.0.2: 2589 + resolution: {integrity: sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==} 2590 + engines: {node: '>= 8'} 2591 + hasBin: true 2592 + 2294 2593 widest-line@5.0.0: 2295 2594 resolution: {integrity: sha512-c9bZp7b5YtRj2wOe6dlj32MK+Bx/M/d+9VB2SHM1OtsUHR0aV0tdP6DWh/iMt0kWi1t5g1Iudu6hQRNd1A4PVA==} 2296 2595 engines: {node: '>=18'} ··· 2302 2601 wrappy@1.0.2: 2303 2602 resolution: {integrity: sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==} 2304 2603 2305 - xxhash-wasm@1.0.2: 2306 - resolution: {integrity: sha512-ibF0Or+FivM9lNrg+HGJfVX8WJqgo+kCLDc4vx6xMeTce7Aj+DLttKbxxRR/gNLSAelRc1omAPlJ77N/Jem07A==} 2604 + xxhash-wasm@1.1.0: 2605 + resolution: {integrity: sha512-147y/6YNh+tlp6nd/2pWq38i9h6mz/EuQ6njIrmW8D1BS5nCqs0P6DG+m6zTGnNz5I+uhZ0SHxBs9BsPrwcKDA==} 2307 2606 2308 2607 yallist@2.1.2: 2309 2608 resolution: {integrity: sha512-ncTzHV7NvsQZkYe1DW7cbDLm0YpzHmZF5r/iyP3ZnQtMiJ+pjzisCiMNI+Sj+xQF5pXhSHxSB3uDbsBTzY/c2A==} 2310 2609 2311 - yallist@3.1.1: 2312 - resolution: {integrity: sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==} 2313 - 2314 2610 yargs-parser@21.1.1: 2315 2611 resolution: {integrity: sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==} 2316 2612 engines: {node: '>=12'} ··· 2318 2614 yocto-queue@1.1.1: 2319 2615 resolution: {integrity: sha512-b4JR1PFR10y1mKjhHY9LaGo6tmrgjit7hxVIeAmyMw3jegXR4dhYqLaQF5zMXZxY7tLpMyJeLjr1C4rLmkVe8g==} 2320 2616 engines: {node: '>=12.20'} 2617 + 2618 + yocto-spinner@0.1.2: 2619 + resolution: {integrity: sha512-VfmLIh/ZSZOJnVRQZc/dvpPP90lWL4G0bmxQMP0+U/2vKBA8GSpcBuWv17y7F+CZItRuO97HN1wdbb4p10uhOg==} 2620 + engines: {node: '>=18.19'} 2621 + 2622 + yoctocolors@2.1.1: 2623 + resolution: {integrity: sha512-GQHQqAopRhwU8Kt1DDM8NjibDXHC8eoh1erhGAJPEyveY9qqVeXvVikNKrDz69sHowPMorbPUrH/mx8c50eiBQ==} 2624 + engines: {node: '>=18'} 2321 2625 2322 2626 zod-to-json-schema@3.23.5: 2323 2627 resolution: {integrity: sha512-5wlSS0bXfF/BrL4jPAbz9da5hDlDptdEppYfe+x4eIJ7jioqKG9uUxOwPzqof09u/XeVdrgFu29lZi+8XNDJtA==} ··· 2348 2652 - encoding 2349 2653 - supports-color 2350 2654 2351 - '@ampproject/remapping@2.3.0': 2352 - dependencies: 2353 - '@jridgewell/gen-mapping': 0.3.5 2354 - '@jridgewell/trace-mapping': 0.3.25 2355 - 2356 - '@astro-community/astro-embed-twitter@0.5.8(astro@4.16.10(rollup@4.25.0)(typescript@5.6.3))': 2655 + '@astro-community/astro-embed-twitter@0.5.8(astro@5.1.0(jiti@2.4.2)(rollup@4.25.0)(typescript@5.6.3))': 2357 2656 dependencies: 2358 2657 '@astro-community/astro-embed-utils': 0.1.3 2359 - astro: 4.16.10(rollup@4.25.0)(typescript@5.6.3) 2658 + astro: 5.1.0(jiti@2.4.2)(rollup@4.25.0)(typescript@5.6.3) 2360 2659 2361 2660 '@astro-community/astro-embed-utils@0.1.3': 2362 2661 dependencies: 2363 2662 linkedom: 0.14.26 2364 2663 2365 - '@astro-community/astro-embed-youtube@0.5.6(astro@4.16.10(rollup@4.25.0)(typescript@5.6.3))': 2664 + '@astro-community/astro-embed-youtube@0.5.6(astro@5.1.0(jiti@2.4.2)(rollup@4.25.0)(typescript@5.6.3))': 2366 2665 dependencies: 2367 - astro: 4.16.10(rollup@4.25.0)(typescript@5.6.3) 2666 + astro: 5.1.0(jiti@2.4.2)(rollup@4.25.0)(typescript@5.6.3) 2368 2667 lite-youtube-embed: 0.3.3 2369 2668 2370 2669 '@astrojs/compiler@2.10.3': {} 2371 2670 2372 - '@astrojs/internal-helpers@0.4.1': {} 2671 + '@astrojs/internal-helpers@0.4.2': {} 2373 2672 2374 - '@astrojs/markdown-remark@5.3.0': 2673 + '@astrojs/markdown-remark@6.0.1': 2375 2674 dependencies: 2376 - '@astrojs/prism': 3.1.0 2675 + '@astrojs/prism': 3.2.0 2377 2676 github-slugger: 2.0.0 2378 2677 hast-util-from-html: 2.0.3 2379 2678 hast-util-to-text: 4.0.2 2380 2679 import-meta-resolve: 4.1.0 2680 + js-yaml: 4.1.0 2381 2681 mdast-util-definitions: 6.0.0 2382 2682 rehype-raw: 7.0.0 2383 2683 rehype-stringify: 10.0.1 ··· 2385 2685 remark-parse: 11.0.0 2386 2686 remark-rehype: 11.1.1 2387 2687 remark-smartypants: 3.0.2 2388 - shiki: 1.22.2 2688 + shiki: 1.24.3 2389 2689 unified: 11.0.5 2390 2690 unist-util-remove-position: 5.0.0 2391 2691 unist-util-visit: 5.0.0 ··· 2394 2694 transitivePeerDependencies: 2395 2695 - supports-color 2396 2696 2397 - '@astrojs/mdx@3.1.9(astro@4.16.10(rollup@4.25.0)(typescript@5.6.3))': 2697 + '@astrojs/mdx@4.0.2(astro@5.1.0(jiti@2.4.2)(rollup@4.25.0)(typescript@5.6.3))': 2398 2698 dependencies: 2399 - '@astrojs/markdown-remark': 5.3.0 2699 + '@astrojs/markdown-remark': 6.0.1 2400 2700 '@mdx-js/mdx': 3.1.0(acorn@8.14.0) 2401 2701 acorn: 8.14.0 2402 - astro: 4.16.10(rollup@4.25.0)(typescript@5.6.3) 2702 + astro: 5.1.0(jiti@2.4.2)(rollup@4.25.0)(typescript@5.6.3) 2403 2703 es-module-lexer: 1.5.4 2404 2704 estree-util-visit: 2.0.0 2405 - gray-matter: 4.0.3 2406 - hast-util-to-html: 9.0.3 2705 + hast-util-to-html: 9.0.4 2407 2706 kleur: 4.1.5 2408 2707 rehype-raw: 7.0.0 2409 2708 remark-gfm: 4.0.0 ··· 2414 2713 transitivePeerDependencies: 2415 2714 - supports-color 2416 2715 2417 - '@astrojs/prism@3.1.0': 2716 + '@astrojs/prism@3.2.0': 2418 2717 dependencies: 2419 2718 prismjs: 1.29.0 2420 2719 ··· 2424 2723 stream-replace-string: 2.0.0 2425 2724 zod: 3.23.8 2426 2725 2427 - '@astrojs/starlight@0.29.0(astro@4.16.10(rollup@4.25.0)(typescript@5.6.3))': 2726 + '@astrojs/starlight@0.30.3(astro@5.1.0(jiti@2.4.2)(rollup@4.25.0)(typescript@5.6.3))': 2428 2727 dependencies: 2429 - '@astrojs/mdx': 3.1.9(astro@4.16.10(rollup@4.25.0)(typescript@5.6.3)) 2728 + '@astrojs/mdx': 4.0.2(astro@5.1.0(jiti@2.4.2)(rollup@4.25.0)(typescript@5.6.3)) 2430 2729 '@astrojs/sitemap': 3.2.1 2431 2730 '@pagefind/default-ui': 1.2.0 2432 2731 '@types/hast': 3.0.4 2732 + '@types/js-yaml': 4.0.9 2433 2733 '@types/mdast': 4.0.4 2434 - astro: 4.16.10(rollup@4.25.0)(typescript@5.6.3) 2435 - astro-expressive-code: 0.38.3(astro@4.16.10(rollup@4.25.0)(typescript@5.6.3)) 2734 + astro: 5.1.0(jiti@2.4.2)(rollup@4.25.0)(typescript@5.6.3) 2735 + astro-expressive-code: 0.38.3(astro@5.1.0(jiti@2.4.2)(rollup@4.25.0)(typescript@5.6.3)) 2436 2736 bcp-47: 2.1.0 2437 2737 hast-util-from-html: 2.0.3 2438 2738 hast-util-select: 6.0.3 ··· 2453 2753 transitivePeerDependencies: 2454 2754 - supports-color 2455 2755 2456 - '@astrojs/telemetry@3.1.0': 2756 + '@astrojs/telemetry@3.2.0': 2457 2757 dependencies: 2458 - ci-info: 4.0.0 2758 + ci-info: 4.1.0 2459 2759 debug: 4.3.7 2460 2760 dlv: 1.1.3 2461 2761 dset: 3.1.4 ··· 2464 2764 which-pm-runs: 1.1.0 2465 2765 transitivePeerDependencies: 2466 2766 - supports-color 2467 - 2468 - '@babel/code-frame@7.26.2': 2469 - dependencies: 2470 - '@babel/helper-validator-identifier': 7.25.9 2471 - js-tokens: 4.0.0 2472 - picocolors: 1.1.1 2473 - 2474 - '@babel/compat-data@7.26.2': {} 2475 - 2476 - '@babel/core@7.26.0': 2477 - dependencies: 2478 - '@ampproject/remapping': 2.3.0 2479 - '@babel/code-frame': 7.26.2 2480 - '@babel/generator': 7.26.2 2481 - '@babel/helper-compilation-targets': 7.25.9 2482 - '@babel/helper-module-transforms': 7.26.0(@babel/core@7.26.0) 2483 - '@babel/helpers': 7.26.0 2484 - '@babel/parser': 7.26.2 2485 - '@babel/template': 7.25.9 2486 - '@babel/traverse': 7.25.9 2487 - '@babel/types': 7.26.0 2488 - convert-source-map: 2.0.0 2489 - debug: 4.3.7 2490 - gensync: 1.0.0-beta.2 2491 - json5: 2.2.3 2492 - semver: 6.3.1 2493 - transitivePeerDependencies: 2494 - - supports-color 2495 - 2496 - '@babel/generator@7.26.2': 2497 - dependencies: 2498 - '@babel/parser': 7.26.2 2499 - '@babel/types': 7.26.0 2500 - '@jridgewell/gen-mapping': 0.3.5 2501 - '@jridgewell/trace-mapping': 0.3.25 2502 - jsesc: 3.0.2 2503 - 2504 - '@babel/helper-annotate-as-pure@7.25.9': 2505 - dependencies: 2506 - '@babel/types': 7.26.0 2507 - 2508 - '@babel/helper-compilation-targets@7.25.9': 2509 - dependencies: 2510 - '@babel/compat-data': 7.26.2 2511 - '@babel/helper-validator-option': 7.25.9 2512 - browserslist: 4.24.2 2513 - lru-cache: 5.1.1 2514 - semver: 6.3.1 2515 - 2516 - '@babel/helper-module-imports@7.25.9': 2517 - dependencies: 2518 - '@babel/traverse': 7.25.9 2519 - '@babel/types': 7.26.0 2520 - transitivePeerDependencies: 2521 - - supports-color 2522 - 2523 - '@babel/helper-module-transforms@7.26.0(@babel/core@7.26.0)': 2524 - dependencies: 2525 - '@babel/core': 7.26.0 2526 - '@babel/helper-module-imports': 7.25.9 2527 - '@babel/helper-validator-identifier': 7.25.9 2528 - '@babel/traverse': 7.25.9 2529 - transitivePeerDependencies: 2530 - - supports-color 2531 - 2532 - '@babel/helper-plugin-utils@7.25.9': {} 2533 2767 2534 2768 '@babel/helper-string-parser@7.25.9': {} 2535 2769 2536 2770 '@babel/helper-validator-identifier@7.25.9': {} 2537 2771 2538 - '@babel/helper-validator-option@7.25.9': {} 2539 - 2540 - '@babel/helpers@7.26.0': 2541 - dependencies: 2542 - '@babel/template': 7.25.9 2543 - '@babel/types': 7.26.0 2544 - 2545 2772 '@babel/parser@7.26.2': 2546 2773 dependencies: 2547 2774 '@babel/types': 7.26.0 2548 2775 2549 - '@babel/plugin-syntax-jsx@7.25.9(@babel/core@7.26.0)': 2550 - dependencies: 2551 - '@babel/core': 7.26.0 2552 - '@babel/helper-plugin-utils': 7.25.9 2553 - 2554 - '@babel/plugin-transform-react-jsx@7.25.9(@babel/core@7.26.0)': 2555 - dependencies: 2556 - '@babel/core': 7.26.0 2557 - '@babel/helper-annotate-as-pure': 7.25.9 2558 - '@babel/helper-module-imports': 7.25.9 2559 - '@babel/helper-plugin-utils': 7.25.9 2560 - '@babel/plugin-syntax-jsx': 7.25.9(@babel/core@7.26.0) 2561 - '@babel/types': 7.26.0 2562 - transitivePeerDependencies: 2563 - - supports-color 2564 - 2565 2776 '@babel/runtime@7.26.0': 2566 2777 dependencies: 2567 2778 regenerator-runtime: 0.14.1 2568 - 2569 - '@babel/template@7.25.9': 2570 - dependencies: 2571 - '@babel/code-frame': 7.26.2 2572 - '@babel/parser': 7.26.2 2573 - '@babel/types': 7.26.0 2574 - 2575 - '@babel/traverse@7.25.9': 2576 - dependencies: 2577 - '@babel/code-frame': 7.26.2 2578 - '@babel/generator': 7.26.2 2579 - '@babel/parser': 7.26.2 2580 - '@babel/template': 7.25.9 2581 - '@babel/types': 7.26.0 2582 - debug: 4.3.7 2583 - globals: 11.12.0 2584 - transitivePeerDependencies: 2585 - - supports-color 2586 2779 2587 2780 '@babel/types@7.26.0': 2588 2781 dependencies: ··· 2756 2949 '@esbuild/aix-ppc64@0.21.5': 2757 2950 optional: true 2758 2951 2952 + '@esbuild/aix-ppc64@0.24.0': 2953 + optional: true 2954 + 2759 2955 '@esbuild/android-arm64@0.21.5': 2760 2956 optional: true 2761 2957 2958 + '@esbuild/android-arm64@0.24.0': 2959 + optional: true 2960 + 2762 2961 '@esbuild/android-arm@0.21.5': 2962 + optional: true 2963 + 2964 + '@esbuild/android-arm@0.24.0': 2763 2965 optional: true 2764 2966 2765 2967 '@esbuild/android-x64@0.21.5': 2766 2968 optional: true 2767 2969 2970 + '@esbuild/android-x64@0.24.0': 2971 + optional: true 2972 + 2768 2973 '@esbuild/darwin-arm64@0.21.5': 2769 2974 optional: true 2770 2975 2976 + '@esbuild/darwin-arm64@0.24.0': 2977 + optional: true 2978 + 2771 2979 '@esbuild/darwin-x64@0.21.5': 2772 2980 optional: true 2773 2981 2982 + '@esbuild/darwin-x64@0.24.0': 2983 + optional: true 2984 + 2774 2985 '@esbuild/freebsd-arm64@0.21.5': 2986 + optional: true 2987 + 2988 + '@esbuild/freebsd-arm64@0.24.0': 2775 2989 optional: true 2776 2990 2777 2991 '@esbuild/freebsd-x64@0.21.5': 2778 2992 optional: true 2779 2993 2994 + '@esbuild/freebsd-x64@0.24.0': 2995 + optional: true 2996 + 2780 2997 '@esbuild/linux-arm64@0.21.5': 2781 2998 optional: true 2782 2999 3000 + '@esbuild/linux-arm64@0.24.0': 3001 + optional: true 3002 + 2783 3003 '@esbuild/linux-arm@0.21.5': 2784 3004 optional: true 2785 3005 3006 + '@esbuild/linux-arm@0.24.0': 3007 + optional: true 3008 + 2786 3009 '@esbuild/linux-ia32@0.21.5': 3010 + optional: true 3011 + 3012 + '@esbuild/linux-ia32@0.24.0': 2787 3013 optional: true 2788 3014 2789 3015 '@esbuild/linux-loong64@0.21.5': 2790 3016 optional: true 2791 3017 3018 + '@esbuild/linux-loong64@0.24.0': 3019 + optional: true 3020 + 2792 3021 '@esbuild/linux-mips64el@0.21.5': 2793 3022 optional: true 2794 3023 3024 + '@esbuild/linux-mips64el@0.24.0': 3025 + optional: true 3026 + 2795 3027 '@esbuild/linux-ppc64@0.21.5': 3028 + optional: true 3029 + 3030 + '@esbuild/linux-ppc64@0.24.0': 2796 3031 optional: true 2797 3032 2798 3033 '@esbuild/linux-riscv64@0.21.5': 2799 3034 optional: true 2800 3035 3036 + '@esbuild/linux-riscv64@0.24.0': 3037 + optional: true 3038 + 2801 3039 '@esbuild/linux-s390x@0.21.5': 2802 3040 optional: true 2803 3041 3042 + '@esbuild/linux-s390x@0.24.0': 3043 + optional: true 3044 + 2804 3045 '@esbuild/linux-x64@0.21.5': 2805 3046 optional: true 2806 3047 3048 + '@esbuild/linux-x64@0.24.0': 3049 + optional: true 3050 + 2807 3051 '@esbuild/netbsd-x64@0.21.5': 2808 3052 optional: true 2809 3053 3054 + '@esbuild/netbsd-x64@0.24.0': 3055 + optional: true 3056 + 3057 + '@esbuild/openbsd-arm64@0.24.0': 3058 + optional: true 3059 + 2810 3060 '@esbuild/openbsd-x64@0.21.5': 2811 3061 optional: true 2812 3062 3063 + '@esbuild/openbsd-x64@0.24.0': 3064 + optional: true 3065 + 2813 3066 '@esbuild/sunos-x64@0.21.5': 2814 3067 optional: true 2815 3068 3069 + '@esbuild/sunos-x64@0.24.0': 3070 + optional: true 3071 + 2816 3072 '@esbuild/win32-arm64@0.21.5': 3073 + optional: true 3074 + 3075 + '@esbuild/win32-arm64@0.24.0': 2817 3076 optional: true 2818 3077 2819 3078 '@esbuild/win32-ia32@0.21.5': 2820 3079 optional: true 2821 3080 3081 + '@esbuild/win32-ia32@0.24.0': 3082 + optional: true 3083 + 2822 3084 '@esbuild/win32-x64@0.21.5': 3085 + optional: true 3086 + 3087 + '@esbuild/win32-x64@0.24.0': 2823 3088 optional: true 2824 3089 2825 3090 '@expressive-code/core@0.38.3': 2826 3091 dependencies: 2827 3092 '@ctrl/tinycolor': 4.1.0 2828 3093 hast-util-select: 6.0.3 2829 - hast-util-to-html: 9.0.3 3094 + hast-util-to-html: 9.0.4 2830 3095 hast-util-to-text: 4.0.2 2831 3096 hastscript: 9.0.0 2832 - postcss: 8.4.47 2833 - postcss-nested: 6.2.0(postcss@8.4.47) 3097 + postcss: 8.4.49 3098 + postcss-nested: 6.2.0(postcss@8.4.49) 2834 3099 unist-util-visit: 5.0.0 2835 3100 unist-util-visit-parents: 6.0.1 2836 3101 ··· 2841 3106 '@expressive-code/plugin-shiki@0.38.3': 2842 3107 dependencies: 2843 3108 '@expressive-code/core': 0.38.3 2844 - shiki: 1.22.2 3109 + shiki: 1.24.3 2845 3110 2846 3111 '@expressive-code/plugin-text-markers@0.38.3': 2847 3112 dependencies: 2848 3113 '@expressive-code/core': 0.38.3 2849 3114 2850 - '@hideoo/starlight-plugins-docs-components@0.2.2(@astrojs/starlight@0.29.0(astro@4.16.10(rollup@4.25.0)(typescript@5.6.3)))(astro@4.16.10(rollup@4.25.0)(typescript@5.6.3))': 3115 + '@hideoo/starlight-plugins-docs-components@0.2.2(@astrojs/starlight@0.30.3(astro@5.1.0(jiti@2.4.2)(rollup@4.25.0)(typescript@5.6.3)))(astro@5.1.0(jiti@2.4.2)(rollup@4.25.0)(typescript@5.6.3))': 2851 3116 dependencies: 2852 - '@astrojs/starlight': 0.29.0(astro@4.16.10(rollup@4.25.0)(typescript@5.6.3)) 2853 - starlight-package-managers: 0.6.0(@astrojs/starlight@0.29.0(astro@4.16.10(rollup@4.25.0)(typescript@5.6.3)))(astro@4.16.10(rollup@4.25.0)(typescript@5.6.3)) 2854 - starlight-showcases: 0.1.2(@astrojs/starlight@0.29.0(astro@4.16.10(rollup@4.25.0)(typescript@5.6.3)))(astro@4.16.10(rollup@4.25.0)(typescript@5.6.3)) 3117 + '@astrojs/starlight': 0.30.3(astro@5.1.0(jiti@2.4.2)(rollup@4.25.0)(typescript@5.6.3)) 3118 + starlight-package-managers: 0.6.0(@astrojs/starlight@0.30.3(astro@5.1.0(jiti@2.4.2)(rollup@4.25.0)(typescript@5.6.3)))(astro@5.1.0(jiti@2.4.2)(rollup@4.25.0)(typescript@5.6.3)) 3119 + starlight-showcases: 0.1.2(@astrojs/starlight@0.30.3(astro@5.1.0(jiti@2.4.2)(rollup@4.25.0)(typescript@5.6.3)))(astro@5.1.0(jiti@2.4.2)(rollup@4.25.0)(typescript@5.6.3)) 2855 3120 transitivePeerDependencies: 2856 3121 - astro 2857 3122 ··· 2930 3195 '@img/sharp-win32-x64@0.33.5': 2931 3196 optional: true 2932 3197 2933 - '@jridgewell/gen-mapping@0.3.5': 2934 - dependencies: 2935 - '@jridgewell/set-array': 1.2.1 2936 - '@jridgewell/sourcemap-codec': 1.5.0 2937 - '@jridgewell/trace-mapping': 0.3.25 2938 - 2939 - '@jridgewell/resolve-uri@3.1.2': {} 2940 - 2941 - '@jridgewell/set-array@1.2.1': {} 2942 - 2943 3198 '@jridgewell/sourcemap-codec@1.5.0': {} 2944 - 2945 - '@jridgewell/trace-mapping@0.3.25': 2946 - dependencies: 2947 - '@jridgewell/resolve-uri': 3.1.2 2948 - '@jridgewell/sourcemap-codec': 1.5.0 2949 3199 2950 3200 '@manypkg/find-root@1.1.0': 2951 3201 dependencies: ··· 3024 3274 '@pagefind/windows-x64@1.2.0': 3025 3275 optional: true 3026 3276 3277 + '@parcel/watcher-android-arm64@2.5.0': 3278 + optional: true 3279 + 3280 + '@parcel/watcher-darwin-arm64@2.5.0': 3281 + optional: true 3282 + 3283 + '@parcel/watcher-darwin-x64@2.5.0': 3284 + optional: true 3285 + 3286 + '@parcel/watcher-freebsd-x64@2.5.0': 3287 + optional: true 3288 + 3289 + '@parcel/watcher-linux-arm-glibc@2.5.0': 3290 + optional: true 3291 + 3292 + '@parcel/watcher-linux-arm-musl@2.5.0': 3293 + optional: true 3294 + 3295 + '@parcel/watcher-linux-arm64-glibc@2.5.0': 3296 + optional: true 3297 + 3298 + '@parcel/watcher-linux-arm64-musl@2.5.0': 3299 + optional: true 3300 + 3301 + '@parcel/watcher-linux-x64-glibc@2.5.0': 3302 + optional: true 3303 + 3304 + '@parcel/watcher-linux-x64-musl@2.5.0': 3305 + optional: true 3306 + 3307 + '@parcel/watcher-wasm@2.5.0': 3308 + dependencies: 3309 + is-glob: 4.0.3 3310 + micromatch: 4.0.8 3311 + 3312 + '@parcel/watcher-win32-arm64@2.5.0': 3313 + optional: true 3314 + 3315 + '@parcel/watcher-win32-ia32@2.5.0': 3316 + optional: true 3317 + 3318 + '@parcel/watcher-win32-x64@2.5.0': 3319 + optional: true 3320 + 3321 + '@parcel/watcher@2.5.0': 3322 + dependencies: 3323 + detect-libc: 1.0.3 3324 + is-glob: 4.0.3 3325 + micromatch: 4.0.8 3326 + node-addon-api: 7.1.1 3327 + optionalDependencies: 3328 + '@parcel/watcher-android-arm64': 2.5.0 3329 + '@parcel/watcher-darwin-arm64': 2.5.0 3330 + '@parcel/watcher-darwin-x64': 2.5.0 3331 + '@parcel/watcher-freebsd-x64': 2.5.0 3332 + '@parcel/watcher-linux-arm-glibc': 2.5.0 3333 + '@parcel/watcher-linux-arm-musl': 2.5.0 3334 + '@parcel/watcher-linux-arm64-glibc': 2.5.0 3335 + '@parcel/watcher-linux-arm64-musl': 2.5.0 3336 + '@parcel/watcher-linux-x64-glibc': 2.5.0 3337 + '@parcel/watcher-linux-x64-musl': 2.5.0 3338 + '@parcel/watcher-win32-arm64': 2.5.0 3339 + '@parcel/watcher-win32-ia32': 2.5.0 3340 + '@parcel/watcher-win32-x64': 2.5.0 3341 + 3027 3342 '@rollup/pluginutils@5.1.3(rollup@4.25.0)': 3028 3343 dependencies: 3029 3344 '@types/estree': 1.0.6 ··· 3086 3401 '@rollup/rollup-win32-x64-msvc@4.25.0': 3087 3402 optional: true 3088 3403 3089 - '@shikijs/core@1.22.2': 3404 + '@shikijs/core@1.24.3': 3090 3405 dependencies: 3091 - '@shikijs/engine-javascript': 1.22.2 3092 - '@shikijs/engine-oniguruma': 1.22.2 3093 - '@shikijs/types': 1.22.2 3094 - '@shikijs/vscode-textmate': 9.3.0 3406 + '@shikijs/engine-javascript': 1.24.3 3407 + '@shikijs/engine-oniguruma': 1.24.3 3408 + '@shikijs/types': 1.24.3 3409 + '@shikijs/vscode-textmate': 9.3.1 3095 3410 '@types/hast': 3.0.4 3096 - hast-util-to-html: 9.0.3 3411 + hast-util-to-html: 9.0.4 3097 3412 3098 - '@shikijs/engine-javascript@1.22.2': 3413 + '@shikijs/engine-javascript@1.24.3': 3099 3414 dependencies: 3100 - '@shikijs/types': 1.22.2 3101 - '@shikijs/vscode-textmate': 9.3.0 3102 - oniguruma-to-js: 0.4.3 3415 + '@shikijs/types': 1.24.3 3416 + '@shikijs/vscode-textmate': 9.3.1 3417 + oniguruma-to-es: 0.8.0 3103 3418 3104 - '@shikijs/engine-oniguruma@1.22.2': 3419 + '@shikijs/engine-oniguruma@1.24.3': 3105 3420 dependencies: 3106 - '@shikijs/types': 1.22.2 3107 - '@shikijs/vscode-textmate': 9.3.0 3421 + '@shikijs/types': 1.24.3 3422 + '@shikijs/vscode-textmate': 9.3.1 3108 3423 3109 - '@shikijs/types@1.22.2': 3424 + '@shikijs/types@1.24.3': 3110 3425 dependencies: 3111 - '@shikijs/vscode-textmate': 9.3.0 3426 + '@shikijs/vscode-textmate': 9.3.1 3112 3427 '@types/hast': 3.0.4 3113 3428 3114 - '@shikijs/vscode-textmate@9.3.0': {} 3429 + '@shikijs/vscode-textmate@9.3.1': {} 3115 3430 3116 - '@trueberryless-org/starlight-plugins-docs-components@0.2.2(@astrojs/starlight@0.29.0(astro@4.16.10(rollup@4.25.0)(typescript@5.6.3)))(astro@4.16.10(rollup@4.25.0)(typescript@5.6.3))': 3431 + '@trueberryless-org/starlight-plugins-docs-components@0.2.2(@astrojs/starlight@0.30.3(astro@5.1.0(jiti@2.4.2)(rollup@4.25.0)(typescript@5.6.3)))(astro@5.1.0(jiti@2.4.2)(rollup@4.25.0)(typescript@5.6.3))': 3117 3432 dependencies: 3118 - '@astrojs/starlight': 0.29.0(astro@4.16.10(rollup@4.25.0)(typescript@5.6.3)) 3119 - '@hideoo/starlight-plugins-docs-components': 0.2.2(@astrojs/starlight@0.29.0(astro@4.16.10(rollup@4.25.0)(typescript@5.6.3)))(astro@4.16.10(rollup@4.25.0)(typescript@5.6.3)) 3433 + '@astrojs/starlight': 0.30.3(astro@5.1.0(jiti@2.4.2)(rollup@4.25.0)(typescript@5.6.3)) 3434 + '@hideoo/starlight-plugins-docs-components': 0.2.2(@astrojs/starlight@0.30.3(astro@5.1.0(jiti@2.4.2)(rollup@4.25.0)(typescript@5.6.3)))(astro@5.1.0(jiti@2.4.2)(rollup@4.25.0)(typescript@5.6.3)) 3120 3435 change-case: 5.4.4 3121 - starlight-showcases: 0.2.0(@astrojs/starlight@0.29.0(astro@4.16.10(rollup@4.25.0)(typescript@5.6.3)))(astro@4.16.10(rollup@4.25.0)(typescript@5.6.3)) 3436 + starlight-showcases: 0.2.0(@astrojs/starlight@0.30.3(astro@5.1.0(jiti@2.4.2)(rollup@4.25.0)(typescript@5.6.3)))(astro@5.1.0(jiti@2.4.2)(rollup@4.25.0)(typescript@5.6.3)) 3122 3437 transitivePeerDependencies: 3123 3438 - astro 3124 3439 ··· 3126 3441 dependencies: 3127 3442 '@types/estree': 1.0.6 3128 3443 3129 - '@types/babel__core@7.20.5': 3130 - dependencies: 3131 - '@babel/parser': 7.26.2 3132 - '@babel/types': 7.26.0 3133 - '@types/babel__generator': 7.6.8 3134 - '@types/babel__template': 7.4.4 3135 - '@types/babel__traverse': 7.20.6 3136 - 3137 - '@types/babel__generator@7.6.8': 3138 - dependencies: 3139 - '@babel/types': 7.26.0 3140 - 3141 - '@types/babel__template@7.4.4': 3142 - dependencies: 3143 - '@babel/parser': 7.26.2 3144 - '@babel/types': 7.26.0 3145 - 3146 - '@types/babel__traverse@7.20.6': 3147 - dependencies: 3148 - '@babel/types': 7.26.0 3149 - 3150 3444 '@types/cookie@0.6.0': {} 3151 3445 3152 3446 '@types/debug@4.1.12': ··· 3162 3456 '@types/hast@3.0.4': 3163 3457 dependencies: 3164 3458 '@types/unist': 3.0.3 3459 + 3460 + '@types/js-yaml@4.0.9': {} 3165 3461 3166 3462 '@types/mdast@4.0.4': 3167 3463 dependencies: ··· 3209 3505 3210 3506 ansi-styles@6.2.1: {} 3211 3507 3508 + anymatch@3.1.3: 3509 + dependencies: 3510 + normalize-path: 3.0.0 3511 + picomatch: 2.3.1 3512 + 3212 3513 arg@5.0.2: {} 3213 3514 3214 3515 argparse@1.0.10: ··· 3225 3526 3226 3527 astring@1.9.0: {} 3227 3528 3228 - astro-expressive-code@0.38.3(astro@4.16.10(rollup@4.25.0)(typescript@5.6.3)): 3529 + astro-expressive-code@0.38.3(astro@5.1.0(jiti@2.4.2)(rollup@4.25.0)(typescript@5.6.3)): 3229 3530 dependencies: 3230 - astro: 4.16.10(rollup@4.25.0)(typescript@5.6.3) 3531 + astro: 5.1.0(jiti@2.4.2)(rollup@4.25.0)(typescript@5.6.3) 3231 3532 rehype-expressive-code: 0.38.3 3232 3533 3233 - astro@4.16.10(rollup@4.25.0)(typescript@5.6.3): 3534 + astro@5.1.0(jiti@2.4.2)(rollup@4.25.0)(typescript@5.6.3): 3234 3535 dependencies: 3235 3536 '@astrojs/compiler': 2.10.3 3236 - '@astrojs/internal-helpers': 0.4.1 3237 - '@astrojs/markdown-remark': 5.3.0 3238 - '@astrojs/telemetry': 3.1.0 3239 - '@babel/core': 7.26.0 3240 - '@babel/plugin-transform-react-jsx': 7.25.9(@babel/core@7.26.0) 3241 - '@babel/types': 7.26.0 3537 + '@astrojs/internal-helpers': 0.4.2 3538 + '@astrojs/markdown-remark': 6.0.1 3539 + '@astrojs/telemetry': 3.2.0 3242 3540 '@oslojs/encoding': 1.1.0 3243 3541 '@rollup/pluginutils': 5.1.3(rollup@4.25.0) 3244 - '@types/babel__core': 7.20.5 3245 3542 '@types/cookie': 0.6.0 3246 3543 acorn: 8.14.0 3247 3544 aria-query: 5.3.2 3248 3545 axobject-query: 4.1.0 3249 3546 boxen: 8.0.1 3250 - ci-info: 4.0.0 3547 + ci-info: 4.1.0 3251 3548 clsx: 2.1.1 3252 3549 common-ancestor-path: 1.0.1 3253 3550 cookie: 0.7.2 ··· 3264 3561 fast-glob: 3.3.2 3265 3562 flattie: 1.1.1 3266 3563 github-slugger: 2.0.0 3267 - gray-matter: 4.0.3 3268 3564 html-escaper: 3.0.3 3269 3565 http-cache-semantics: 4.1.1 3270 3566 js-yaml: 4.1.0 3271 3567 kleur: 4.1.5 3272 - magic-string: 0.30.12 3568 + magic-string: 0.30.17 3273 3569 magicast: 0.3.5 3274 3570 micromatch: 4.0.8 3275 3571 mrmime: 2.0.0 3276 3572 neotraverse: 0.6.18 3277 - ora: 8.1.1 3278 3573 p-limit: 6.1.0 3279 3574 p-queue: 8.0.1 3280 3575 preferred-pm: 4.0.0 3281 3576 prompts: 2.4.2 3282 3577 rehype: 13.0.2 3283 3578 semver: 7.6.3 3284 - shiki: 1.22.2 3579 + shiki: 1.24.3 3285 3580 tinyexec: 0.3.1 3286 3581 tsconfck: 3.1.4(typescript@5.6.3) 3582 + ultrahtml: 1.5.3 3287 3583 unist-util-visit: 5.0.0 3584 + unstorage: 1.14.0 3288 3585 vfile: 6.0.3 3289 - vite: 5.4.10 3290 - vitefu: 1.0.3(vite@5.4.10) 3586 + vite: 6.0.4(jiti@2.4.2) 3587 + vitefu: 1.0.4(vite@6.0.4(jiti@2.4.2)) 3291 3588 which-pm: 3.0.0 3292 - xxhash-wasm: 1.0.2 3589 + xxhash-wasm: 1.1.0 3293 3590 yargs-parser: 21.1.1 3591 + yocto-spinner: 0.1.2 3294 3592 zod: 3.23.8 3295 3593 zod-to-json-schema: 3.23.5(zod@3.23.8) 3296 3594 zod-to-ts: 1.2.0(typescript@5.6.3)(zod@3.23.8) 3297 3595 optionalDependencies: 3298 3596 sharp: 0.33.5 3299 3597 transitivePeerDependencies: 3598 + - '@azure/app-configuration' 3599 + - '@azure/cosmos' 3600 + - '@azure/data-tables' 3601 + - '@azure/identity' 3602 + - '@azure/keyvault-secrets' 3603 + - '@azure/storage-blob' 3604 + - '@capacitor/preferences' 3605 + - '@deno/kv' 3606 + - '@netlify/blobs' 3607 + - '@planetscale/database' 3300 3608 - '@types/node' 3609 + - '@upstash/redis' 3610 + - '@vercel/blob' 3611 + - '@vercel/kv' 3612 + - aws4fetch 3613 + - db0 3614 + - idb-keyval 3615 + - ioredis 3616 + - jiti 3301 3617 - less 3302 3618 - lightningcss 3303 3619 - rollup ··· 3307 3623 - sugarss 3308 3624 - supports-color 3309 3625 - terser 3626 + - tsx 3310 3627 - typescript 3628 + - uploadthing 3629 + - yaml 3311 3630 3312 3631 axobject-query@4.1.0: {} 3313 3632 ··· 3329 3648 dependencies: 3330 3649 is-windows: 1.0.2 3331 3650 3651 + binary-extensions@2.3.0: {} 3652 + 3332 3653 boolbase@1.0.0: {} 3333 3654 3334 3655 boxen@8.0.1: ··· 3351 3672 dependencies: 3352 3673 fill-range: 7.1.1 3353 3674 3354 - browserslist@4.24.2: 3355 - dependencies: 3356 - caniuse-lite: 1.0.30001679 3357 - electron-to-chromium: 1.5.55 3358 - node-releases: 2.0.18 3359 - update-browserslist-db: 1.1.1(browserslist@4.24.2) 3360 - 3361 3675 camelcase@8.0.0: {} 3362 - 3363 - caniuse-lite@1.0.30001679: {} 3364 3676 3365 3677 ccount@2.0.1: {} 3366 3678 ··· 3378 3690 3379 3691 chardet@0.7.0: {} 3380 3692 3693 + chokidar@3.6.0: 3694 + dependencies: 3695 + anymatch: 3.1.3 3696 + braces: 3.0.3 3697 + glob-parent: 5.1.2 3698 + is-binary-path: 2.1.0 3699 + is-glob: 4.0.3 3700 + normalize-path: 3.0.0 3701 + readdirp: 3.6.0 3702 + optionalDependencies: 3703 + fsevents: 2.3.3 3704 + 3381 3705 ci-info@3.9.0: {} 3382 3706 3383 - ci-info@4.0.0: {} 3707 + ci-info@4.1.0: {} 3708 + 3709 + citty@0.1.6: 3710 + dependencies: 3711 + consola: 3.2.3 3384 3712 3385 3713 cli-boxes@3.0.0: {} 3386 3714 3387 - cli-cursor@5.0.0: 3715 + clipboardy@4.0.0: 3388 3716 dependencies: 3389 - restore-cursor: 5.1.0 3390 - 3391 - cli-spinners@2.9.2: {} 3717 + execa: 8.0.1 3718 + is-wsl: 3.1.0 3719 + is64bit: 2.0.0 3392 3720 3393 3721 clsx@2.1.1: {} 3394 3722 ··· 3416 3744 3417 3745 concat-map@0.0.1: {} 3418 3746 3419 - convert-source-map@2.0.0: {} 3747 + confbox@0.1.8: {} 3748 + 3749 + consola@3.2.3: {} 3750 + 3751 + cookie-es@1.2.2: {} 3420 3752 3421 3753 cookie@0.7.2: {} 3422 3754 ··· 3426 3758 shebang-command: 1.2.0 3427 3759 which: 1.3.1 3428 3760 3761 + cross-spawn@7.0.6: 3762 + dependencies: 3763 + path-key: 3.1.1 3764 + shebang-command: 2.0.0 3765 + which: 2.0.2 3766 + 3767 + crossws@0.3.1: 3768 + dependencies: 3769 + uncrypto: 0.1.3 3770 + 3429 3771 css-select@5.1.0: 3430 3772 dependencies: 3431 3773 boolbase: 1.0.0 ··· 3452 3794 dependencies: 3453 3795 character-entities: 2.0.2 3454 3796 3797 + defu@6.1.4: {} 3798 + 3455 3799 dequal@2.0.3: {} 3456 3800 3801 + destr@2.0.3: {} 3802 + 3457 3803 detect-indent@6.1.0: {} 3458 3804 3805 + detect-libc@1.0.3: {} 3806 + 3459 3807 detect-libc@2.0.3: {} 3460 3808 3461 3809 deterministic-object-hash@2.0.2: ··· 3500 3848 3501 3849 dset@3.1.4: {} 3502 3850 3503 - electron-to-chromium@1.5.55: {} 3851 + emoji-regex-xs@1.0.0: {} 3504 3852 3505 3853 emoji-regex@10.4.0: {} 3506 3854 ··· 3555 3903 '@esbuild/win32-ia32': 0.21.5 3556 3904 '@esbuild/win32-x64': 0.21.5 3557 3905 3558 - escalade@3.2.0: {} 3906 + esbuild@0.24.0: 3907 + optionalDependencies: 3908 + '@esbuild/aix-ppc64': 0.24.0 3909 + '@esbuild/android-arm': 0.24.0 3910 + '@esbuild/android-arm64': 0.24.0 3911 + '@esbuild/android-x64': 0.24.0 3912 + '@esbuild/darwin-arm64': 0.24.0 3913 + '@esbuild/darwin-x64': 0.24.0 3914 + '@esbuild/freebsd-arm64': 0.24.0 3915 + '@esbuild/freebsd-x64': 0.24.0 3916 + '@esbuild/linux-arm': 0.24.0 3917 + '@esbuild/linux-arm64': 0.24.0 3918 + '@esbuild/linux-ia32': 0.24.0 3919 + '@esbuild/linux-loong64': 0.24.0 3920 + '@esbuild/linux-mips64el': 0.24.0 3921 + '@esbuild/linux-ppc64': 0.24.0 3922 + '@esbuild/linux-riscv64': 0.24.0 3923 + '@esbuild/linux-s390x': 0.24.0 3924 + '@esbuild/linux-x64': 0.24.0 3925 + '@esbuild/netbsd-x64': 0.24.0 3926 + '@esbuild/openbsd-arm64': 0.24.0 3927 + '@esbuild/openbsd-x64': 0.24.0 3928 + '@esbuild/sunos-x64': 0.24.0 3929 + '@esbuild/win32-arm64': 0.24.0 3930 + '@esbuild/win32-ia32': 0.24.0 3931 + '@esbuild/win32-x64': 0.24.0 3559 3932 3560 3933 escape-string-regexp@5.0.0: {} 3561 3934 ··· 3600 3973 3601 3974 eventemitter3@5.0.1: {} 3602 3975 3976 + execa@8.0.1: 3977 + dependencies: 3978 + cross-spawn: 7.0.6 3979 + get-stream: 8.0.1 3980 + human-signals: 5.0.0 3981 + is-stream: 3.0.0 3982 + merge-stream: 2.0.0 3983 + npm-run-path: 5.3.0 3984 + onetime: 6.0.0 3985 + signal-exit: 4.1.0 3986 + strip-final-newline: 3.0.0 3987 + 3603 3988 expressive-code@0.38.3: 3604 3989 dependencies: 3605 3990 '@expressive-code/core': 0.38.3 3606 3991 '@expressive-code/plugin-frames': 0.38.3 3607 3992 '@expressive-code/plugin-shiki': 0.38.3 3608 3993 '@expressive-code/plugin-text-markers': 0.38.3 3609 - 3610 - extend-shallow@2.0.1: 3611 - dependencies: 3612 - is-extendable: 0.1.1 3613 3994 3614 3995 extend@3.0.2: {} 3615 3996 ··· 3676 4057 fsevents@2.3.3: 3677 4058 optional: true 3678 4059 3679 - gensync@1.0.0-beta.2: {} 4060 + get-east-asian-width@1.3.0: {} 3680 4061 3681 - get-east-asian-width@1.3.0: {} 4062 + get-port-please@3.1.2: {} 4063 + 4064 + get-stream@8.0.1: {} 3682 4065 3683 4066 github-slugger@2.0.0: {} 3684 4067 ··· 3695 4078 once: 1.4.0 3696 4079 path-is-absolute: 1.0.1 3697 4080 3698 - globals@11.12.0: {} 3699 - 3700 4081 globby@11.1.0: 3701 4082 dependencies: 3702 4083 array-union: 2.1.0 ··· 3708 4089 3709 4090 graceful-fs@4.2.11: {} 3710 4091 3711 - gray-matter@4.0.3: 4092 + h3@1.13.0: 3712 4093 dependencies: 3713 - js-yaml: 3.14.1 3714 - kind-of: 6.0.3 3715 - section-matter: 1.0.0 3716 - strip-bom-string: 1.0.0 4094 + cookie-es: 1.2.2 4095 + crossws: 0.3.1 4096 + defu: 6.1.4 4097 + destr: 2.0.3 4098 + iron-webcrypto: 1.2.1 4099 + ohash: 1.1.4 4100 + radix3: 1.1.2 4101 + ufo: 1.5.4 4102 + uncrypto: 0.1.3 4103 + unenv: 1.10.0 3717 4104 3718 4105 hast-util-embedded@3.0.0: 3719 4106 dependencies: ··· 3846 4233 transitivePeerDependencies: 3847 4234 - supports-color 3848 4235 3849 - hast-util-to-html@9.0.3: 4236 + hast-util-to-html@9.0.4: 3850 4237 dependencies: 3851 4238 '@types/hast': 3.0.4 3852 4239 '@types/unist': 3.0.3 ··· 3935 4322 entities: 4.5.0 3936 4323 3937 4324 http-cache-semantics@4.1.1: {} 4325 + 4326 + http-shutdown@1.2.2: {} 3938 4327 3939 4328 human-id@1.0.2: {} 3940 4329 4330 + human-signals@5.0.0: {} 4331 + 3941 4332 i18next@23.16.5: 3942 4333 dependencies: 3943 4334 '@babel/runtime': 7.26.0 ··· 3961 4352 3962 4353 inline-style-parser@0.2.4: {} 3963 4354 4355 + iron-webcrypto@1.2.1: {} 4356 + 3964 4357 is-absolute-url@4.0.1: {} 3965 4358 3966 4359 is-alphabetical@2.0.1: {} ··· 3972 4365 3973 4366 is-arrayish@0.3.2: {} 3974 4367 4368 + is-binary-path@2.1.0: 4369 + dependencies: 4370 + binary-extensions: 2.3.0 4371 + 3975 4372 is-decimal@2.0.1: {} 3976 4373 3977 4374 is-docker@3.0.0: {} 3978 - 3979 - is-extendable@0.1.1: {} 3980 4375 3981 4376 is-extglob@2.1.1: {} 3982 4377 ··· 3992 4387 dependencies: 3993 4388 is-docker: 3.0.0 3994 4389 3995 - is-interactive@2.0.0: {} 3996 - 3997 4390 is-number@7.0.0: {} 3998 4391 3999 4392 is-plain-obj@4.1.0: {} 4393 + 4394 + is-stream@3.0.0: {} 4000 4395 4001 4396 is-subdir@1.2.0: 4002 4397 dependencies: 4003 4398 better-path-resolve: 1.0.0 4004 4399 4005 - is-unicode-supported@1.3.0: {} 4006 - 4007 - is-unicode-supported@2.1.0: {} 4008 - 4009 4400 is-windows@1.0.2: {} 4010 4401 4011 4402 is-wsl@3.1.0: 4012 4403 dependencies: 4013 4404 is-inside-container: 1.0.0 4014 4405 4406 + is64bit@2.0.0: 4407 + dependencies: 4408 + system-architecture: 0.1.0 4409 + 4015 4410 isexe@2.0.0: {} 4016 4411 4017 - js-tokens@4.0.0: {} 4412 + jiti@2.4.2: {} 4018 4413 4019 4414 js-yaml@3.14.1: 4020 4415 dependencies: ··· 4025 4420 dependencies: 4026 4421 argparse: 2.0.1 4027 4422 4028 - jsesc@3.0.2: {} 4029 - 4030 4423 json-buffer@3.0.1: {} 4031 4424 4032 - json5@2.2.3: {} 4033 - 4034 4425 jsonfile@4.0.0: 4035 4426 optionalDependencies: 4036 4427 graceful-fs: 4.2.11 ··· 4038 4429 keyv@4.5.4: 4039 4430 dependencies: 4040 4431 json-buffer: 3.0.1 4041 - 4042 - kind-of@6.0.3: {} 4043 4432 4044 4433 kleur@3.0.3: {} 4045 4434 ··· 4053 4442 htmlparser2: 8.0.2 4054 4443 uhyphen: 0.2.0 4055 4444 4445 + listhen@1.9.0: 4446 + dependencies: 4447 + '@parcel/watcher': 2.5.0 4448 + '@parcel/watcher-wasm': 2.5.0 4449 + citty: 0.1.6 4450 + clipboardy: 4.0.0 4451 + consola: 3.2.3 4452 + crossws: 0.3.1 4453 + defu: 6.1.4 4454 + get-port-please: 3.1.2 4455 + h3: 1.13.0 4456 + http-shutdown: 1.2.2 4457 + jiti: 2.4.2 4458 + mlly: 1.7.3 4459 + node-forge: 1.3.1 4460 + pathe: 1.1.2 4461 + std-env: 3.8.0 4462 + ufo: 1.5.4 4463 + untun: 0.1.3 4464 + uqr: 0.1.2 4465 + 4056 4466 lite-youtube-embed@0.3.3: {} 4057 4467 4058 4468 load-yaml-file@0.2.0: ··· 4068 4478 4069 4479 lodash.startcase@4.4.0: {} 4070 4480 4071 - log-symbols@6.0.0: 4072 - dependencies: 4073 - chalk: 5.3.0 4074 - is-unicode-supported: 1.3.0 4481 + longest-streak@3.1.0: {} 4075 4482 4076 - longest-streak@3.1.0: {} 4483 + lru-cache@10.4.3: {} 4077 4484 4078 4485 lru-cache@4.1.5: 4079 4486 dependencies: 4080 4487 pseudomap: 1.0.2 4081 4488 yallist: 2.1.2 4082 4489 4083 - lru-cache@5.1.1: 4084 - dependencies: 4085 - yallist: 3.1.1 4086 - 4087 - magic-string@0.30.12: 4490 + magic-string@0.30.17: 4088 4491 dependencies: 4089 4492 '@jridgewell/sourcemap-codec': 1.5.0 4090 4493 ··· 4279 4682 mdast-util-to-string@4.0.0: 4280 4683 dependencies: 4281 4684 '@types/mdast': 4.0.4 4685 + 4686 + merge-stream@2.0.0: {} 4282 4687 4283 4688 merge2@1.4.1: {} 4284 4689 ··· 4563 4968 braces: 3.0.3 4564 4969 picomatch: 2.3.1 4565 4970 4566 - mimic-function@5.0.1: {} 4971 + mime@3.0.0: {} 4972 + 4973 + mimic-fn@4.0.0: {} 4567 4974 4568 4975 minimatch@3.1.2: 4569 4976 dependencies: 4570 4977 brace-expansion: 1.1.11 4571 4978 4979 + mlly@1.7.3: 4980 + dependencies: 4981 + acorn: 8.14.0 4982 + pathe: 1.1.2 4983 + pkg-types: 1.2.1 4984 + ufo: 1.5.4 4985 + 4572 4986 mri@1.2.0: {} 4573 4987 4574 4988 mrmime@2.0.0: {} ··· 4583 4997 dependencies: 4584 4998 '@types/nlcst': 2.0.3 4585 4999 5000 + node-addon-api@7.1.1: {} 5001 + 5002 + node-fetch-native@1.6.4: {} 5003 + 4586 5004 node-fetch@2.7.0: 4587 5005 dependencies: 4588 5006 whatwg-url: 5.0.0 4589 5007 4590 - node-releases@2.0.18: {} 5008 + node-forge@1.3.1: {} 5009 + 5010 + normalize-path@3.0.0: {} 5011 + 5012 + npm-run-path@5.3.0: 5013 + dependencies: 5014 + path-key: 4.0.0 4591 5015 4592 5016 nth-check@2.1.1: 4593 5017 dependencies: 4594 5018 boolbase: 1.0.0 4595 5019 4596 - once@1.4.0: 5020 + ofetch@1.4.1: 4597 5021 dependencies: 4598 - wrappy: 1.0.2 5022 + destr: 2.0.3 5023 + node-fetch-native: 1.6.4 5024 + ufo: 1.5.4 4599 5025 4600 - onetime@7.0.0: 5026 + ohash@1.1.4: {} 5027 + 5028 + once@1.4.0: 4601 5029 dependencies: 4602 - mimic-function: 5.0.1 5030 + wrappy: 1.0.2 4603 5031 4604 - oniguruma-to-js@0.4.3: 5032 + onetime@6.0.0: 4605 5033 dependencies: 4606 - regex: 4.4.0 5034 + mimic-fn: 4.0.0 4607 5035 4608 - ora@8.1.1: 5036 + oniguruma-to-es@0.8.0: 4609 5037 dependencies: 4610 - chalk: 5.3.0 4611 - cli-cursor: 5.0.0 4612 - cli-spinners: 2.9.2 4613 - is-interactive: 2.0.0 4614 - is-unicode-supported: 2.1.0 4615 - log-symbols: 6.0.0 4616 - stdin-discarder: 0.2.2 4617 - string-width: 7.2.0 4618 - strip-ansi: 7.1.0 5038 + emoji-regex-xs: 1.0.0 5039 + regex: 5.0.2 5040 + regex-recursion: 5.0.0 4619 5041 4620 5042 os-tmpdir@1.0.2: {} 4621 5043 ··· 4697 5119 4698 5120 path-is-absolute@1.0.1: {} 4699 5121 5122 + path-key@3.1.1: {} 5123 + 5124 + path-key@4.0.0: {} 5125 + 4700 5126 path-type@4.0.0: {} 5127 + 5128 + pathe@1.1.2: {} 4701 5129 4702 5130 picocolors@1.1.1: {} 4703 5131 ··· 4711 5139 dependencies: 4712 5140 find-up: 4.1.0 4713 5141 4714 - postcss-nested@6.2.0(postcss@8.4.47): 5142 + pkg-types@1.2.1: 5143 + dependencies: 5144 + confbox: 0.1.8 5145 + mlly: 1.7.3 5146 + pathe: 1.1.2 5147 + 5148 + postcss-nested@6.2.0(postcss@8.4.49): 4715 5149 dependencies: 4716 - postcss: 8.4.47 5150 + postcss: 8.4.49 4717 5151 postcss-selector-parser: 6.1.2 4718 5152 4719 5153 postcss-selector-parser@6.1.2: ··· 4721 5155 cssesc: 3.0.0 4722 5156 util-deprecate: 1.0.2 4723 5157 4724 - postcss@8.4.47: 5158 + postcss@8.4.49: 4725 5159 dependencies: 4726 5160 nanoid: 3.3.7 4727 5161 picocolors: 1.1.1 ··· 4748 5182 4749 5183 queue-microtask@1.2.3: {} 4750 5184 5185 + radix3@1.1.2: {} 5186 + 4751 5187 read-yaml-file@1.1.0: 4752 5188 dependencies: 4753 5189 graceful-fs: 4.2.11 ··· 4755 5191 pify: 4.0.1 4756 5192 strip-bom: 3.0.0 4757 5193 5194 + readdirp@3.6.0: 5195 + dependencies: 5196 + picomatch: 2.3.1 5197 + 4758 5198 recma-build-jsx@1.0.0: 4759 5199 dependencies: 4760 5200 '@types/estree': 1.0.6 ··· 4787 5227 4788 5228 regenerator-runtime@0.14.1: {} 4789 5229 4790 - regex@4.4.0: {} 5230 + regex-recursion@5.0.0: 5231 + dependencies: 5232 + regex-utilities: 2.3.0 5233 + 5234 + regex-utilities@2.3.0: {} 5235 + 5236 + regex@5.0.2: 5237 + dependencies: 5238 + regex-utilities: 2.3.0 4791 5239 4792 5240 rehype-expressive-code@0.38.3: 4793 5241 dependencies: ··· 4821 5269 rehype-stringify@10.0.1: 4822 5270 dependencies: 4823 5271 '@types/hast': 3.0.4 4824 - hast-util-to-html: 9.0.3 5272 + hast-util-to-html: 9.0.4 4825 5273 unified: 11.0.5 4826 5274 4827 5275 rehype@13.0.2: ··· 4890 5338 4891 5339 resolve-from@5.0.0: {} 4892 5340 4893 - restore-cursor@5.1.0: 4894 - dependencies: 4895 - onetime: 7.0.0 4896 - signal-exit: 4.1.0 4897 - 4898 5341 retext-latin@4.0.0: 4899 5342 dependencies: 4900 5343 '@types/nlcst': 2.0.3 ··· 4957 5400 safer-buffer@2.1.2: {} 4958 5401 4959 5402 sax@1.4.1: {} 4960 - 4961 - section-matter@1.0.0: 4962 - dependencies: 4963 - extend-shallow: 2.0.1 4964 - kind-of: 6.0.3 4965 - 4966 - semver@6.3.1: {} 4967 5403 4968 5404 semver@7.6.3: {} 4969 5405 ··· 4997 5433 dependencies: 4998 5434 shebang-regex: 1.0.0 4999 5435 5436 + shebang-command@2.0.0: 5437 + dependencies: 5438 + shebang-regex: 3.0.0 5439 + 5000 5440 shebang-regex@1.0.0: {} 5001 5441 5002 - shiki@1.22.2: 5442 + shebang-regex@3.0.0: {} 5443 + 5444 + shiki@1.24.3: 5003 5445 dependencies: 5004 - '@shikijs/core': 1.22.2 5005 - '@shikijs/engine-javascript': 1.22.2 5006 - '@shikijs/engine-oniguruma': 1.22.2 5007 - '@shikijs/types': 1.22.2 5008 - '@shikijs/vscode-textmate': 9.3.0 5446 + '@shikijs/core': 1.24.3 5447 + '@shikijs/engine-javascript': 1.24.3 5448 + '@shikijs/engine-oniguruma': 1.24.3 5449 + '@shikijs/types': 1.24.3 5450 + '@shikijs/vscode-textmate': 9.3.1 5009 5451 '@types/hast': 3.0.4 5010 5452 5011 5453 signal-exit@3.0.7: {} ··· 5040 5482 5041 5483 sprintf-js@1.0.3: {} 5042 5484 5043 - starlight-contributor-list@0.1.0(@astrojs/starlight@0.29.0(astro@4.16.10(rollup@4.25.0)(typescript@5.6.3))): 5485 + starlight-contributor-list@0.1.0(@astrojs/starlight@0.30.3(astro@5.1.0(jiti@2.4.2)(rollup@4.25.0)(typescript@5.6.3))): 5044 5486 dependencies: 5045 5487 '@11ty/eleventy-fetch': 4.0.1 5046 - '@astrojs/starlight': 0.29.0(astro@4.16.10(rollup@4.25.0)(typescript@5.6.3)) 5488 + '@astrojs/starlight': 0.30.3(astro@5.1.0(jiti@2.4.2)(rollup@4.25.0)(typescript@5.6.3)) 5047 5489 transitivePeerDependencies: 5048 5490 - encoding 5049 5491 - supports-color 5050 5492 5051 - starlight-links-validator@0.13.0(@astrojs/starlight@0.29.0(astro@4.16.10(rollup@4.25.0)(typescript@5.6.3)))(astro@4.16.10(rollup@4.25.0)(typescript@5.6.3)): 5493 + starlight-links-validator@0.13.0(@astrojs/starlight@0.30.3(astro@5.1.0(jiti@2.4.2)(rollup@4.25.0)(typescript@5.6.3)))(astro@5.1.0(jiti@2.4.2)(rollup@4.25.0)(typescript@5.6.3)): 5052 5494 dependencies: 5053 - '@astrojs/starlight': 0.29.0(astro@4.16.10(rollup@4.25.0)(typescript@5.6.3)) 5495 + '@astrojs/starlight': 0.30.3(astro@5.1.0(jiti@2.4.2)(rollup@4.25.0)(typescript@5.6.3)) 5054 5496 '@types/picomatch': 2.3.3 5055 - astro: 4.16.10(rollup@4.25.0)(typescript@5.6.3) 5497 + astro: 5.1.0(jiti@2.4.2)(rollup@4.25.0)(typescript@5.6.3) 5056 5498 github-slugger: 2.0.0 5057 5499 hast-util-from-html: 2.0.1 5058 5500 hast-util-has-property: 3.0.0 ··· 5062 5504 picomatch: 4.0.2 5063 5505 unist-util-visit: 5.0.0 5064 5506 5065 - starlight-package-managers@0.6.0(@astrojs/starlight@0.29.0(astro@4.16.10(rollup@4.25.0)(typescript@5.6.3)))(astro@4.16.10(rollup@4.25.0)(typescript@5.6.3)): 5507 + starlight-package-managers@0.6.0(@astrojs/starlight@0.30.3(astro@5.1.0(jiti@2.4.2)(rollup@4.25.0)(typescript@5.6.3)))(astro@5.1.0(jiti@2.4.2)(rollup@4.25.0)(typescript@5.6.3)): 5066 5508 dependencies: 5067 - '@astrojs/starlight': 0.29.0(astro@4.16.10(rollup@4.25.0)(typescript@5.6.3)) 5068 - astro: 4.16.10(rollup@4.25.0)(typescript@5.6.3) 5509 + '@astrojs/starlight': 0.30.3(astro@5.1.0(jiti@2.4.2)(rollup@4.25.0)(typescript@5.6.3)) 5510 + astro: 5.1.0(jiti@2.4.2)(rollup@4.25.0)(typescript@5.6.3) 5069 5511 5070 - starlight-showcases@0.1.2(@astrojs/starlight@0.29.0(astro@4.16.10(rollup@4.25.0)(typescript@5.6.3)))(astro@4.16.10(rollup@4.25.0)(typescript@5.6.3)): 5512 + starlight-showcases@0.1.2(@astrojs/starlight@0.30.3(astro@5.1.0(jiti@2.4.2)(rollup@4.25.0)(typescript@5.6.3)))(astro@5.1.0(jiti@2.4.2)(rollup@4.25.0)(typescript@5.6.3)): 5071 5513 dependencies: 5072 - '@astro-community/astro-embed-twitter': 0.5.8(astro@4.16.10(rollup@4.25.0)(typescript@5.6.3)) 5073 - '@astro-community/astro-embed-youtube': 0.5.6(astro@4.16.10(rollup@4.25.0)(typescript@5.6.3)) 5074 - '@astrojs/starlight': 0.29.0(astro@4.16.10(rollup@4.25.0)(typescript@5.6.3)) 5514 + '@astro-community/astro-embed-twitter': 0.5.8(astro@5.1.0(jiti@2.4.2)(rollup@4.25.0)(typescript@5.6.3)) 5515 + '@astro-community/astro-embed-youtube': 0.5.6(astro@5.1.0(jiti@2.4.2)(rollup@4.25.0)(typescript@5.6.3)) 5516 + '@astrojs/starlight': 0.30.3(astro@5.1.0(jiti@2.4.2)(rollup@4.25.0)(typescript@5.6.3)) 5075 5517 transitivePeerDependencies: 5076 5518 - astro 5077 5519 5078 - starlight-showcases@0.2.0(@astrojs/starlight@0.29.0(astro@4.16.10(rollup@4.25.0)(typescript@5.6.3)))(astro@4.16.10(rollup@4.25.0)(typescript@5.6.3)): 5520 + starlight-showcases@0.2.0(@astrojs/starlight@0.30.3(astro@5.1.0(jiti@2.4.2)(rollup@4.25.0)(typescript@5.6.3)))(astro@5.1.0(jiti@2.4.2)(rollup@4.25.0)(typescript@5.6.3)): 5079 5521 dependencies: 5080 - '@astro-community/astro-embed-twitter': 0.5.8(astro@4.16.10(rollup@4.25.0)(typescript@5.6.3)) 5081 - '@astro-community/astro-embed-youtube': 0.5.6(astro@4.16.10(rollup@4.25.0)(typescript@5.6.3)) 5082 - '@astrojs/starlight': 0.29.0(astro@4.16.10(rollup@4.25.0)(typescript@5.6.3)) 5522 + '@astro-community/astro-embed-twitter': 0.5.8(astro@5.1.0(jiti@2.4.2)(rollup@4.25.0)(typescript@5.6.3)) 5523 + '@astro-community/astro-embed-youtube': 0.5.6(astro@5.1.0(jiti@2.4.2)(rollup@4.25.0)(typescript@5.6.3)) 5524 + '@astrojs/starlight': 0.30.3(astro@5.1.0(jiti@2.4.2)(rollup@4.25.0)(typescript@5.6.3)) 5083 5525 transitivePeerDependencies: 5084 5526 - astro 5085 5527 5086 - stdin-discarder@0.2.2: {} 5528 + std-env@3.8.0: {} 5087 5529 5088 5530 stream-replace-string@2.0.0: {} 5089 5531 ··· 5112 5554 dependencies: 5113 5555 ansi-regex: 6.1.0 5114 5556 5115 - strip-bom-string@1.0.0: {} 5557 + strip-bom@3.0.0: {} 5116 5558 5117 - strip-bom@3.0.0: {} 5559 + strip-final-newline@3.0.0: {} 5118 5560 5119 5561 style-to-object@0.4.4: 5120 5562 dependencies: ··· 5123 5565 style-to-object@1.0.8: 5124 5566 dependencies: 5125 5567 inline-style-parser: 0.2.4 5568 + 5569 + system-architecture@0.1.0: {} 5126 5570 5127 5571 term-size@2.2.1: {} 5128 5572 ··· 5153 5597 5154 5598 typescript@5.6.3: {} 5155 5599 5600 + ufo@1.5.4: {} 5601 + 5156 5602 uhyphen@0.2.0: {} 5157 5603 5604 + ultrahtml@1.5.3: {} 5605 + 5606 + uncrypto@0.1.3: {} 5607 + 5608 + unenv@1.10.0: 5609 + dependencies: 5610 + consola: 3.2.3 5611 + defu: 6.1.4 5612 + mime: 3.0.0 5613 + node-fetch-native: 1.6.4 5614 + pathe: 1.1.2 5615 + 5158 5616 unified@11.0.5: 5159 5617 dependencies: 5160 5618 '@types/unist': 3.0.3 ··· 5213 5671 5214 5672 universalify@0.1.2: {} 5215 5673 5216 - update-browserslist-db@1.1.1(browserslist@4.24.2): 5674 + unstorage@1.14.0: 5217 5675 dependencies: 5218 - browserslist: 4.24.2 5219 - escalade: 3.2.0 5220 - picocolors: 1.1.1 5676 + anymatch: 3.1.3 5677 + chokidar: 3.6.0 5678 + citty: 0.1.6 5679 + destr: 2.0.3 5680 + h3: 1.13.0 5681 + listhen: 1.9.0 5682 + lru-cache: 10.4.3 5683 + node-fetch-native: 1.6.4 5684 + ofetch: 1.4.1 5685 + ufo: 1.5.4 5686 + 5687 + untun@0.1.3: 5688 + dependencies: 5689 + citty: 0.1.6 5690 + consola: 3.2.3 5691 + pathe: 1.1.2 5692 + 5693 + uqr@0.1.2: {} 5221 5694 5222 5695 util-deprecate@1.0.2: {} 5223 5696 ··· 5236 5709 '@types/unist': 3.0.3 5237 5710 vfile-message: 4.0.2 5238 5711 5239 - vite@5.4.10: 5712 + vite@6.0.4(jiti@2.4.2): 5240 5713 dependencies: 5241 - esbuild: 0.21.5 5242 - postcss: 8.4.47 5714 + esbuild: 0.24.0 5715 + postcss: 8.4.49 5243 5716 rollup: 4.25.0 5244 5717 optionalDependencies: 5245 5718 fsevents: 2.3.3 5719 + jiti: 2.4.2 5246 5720 5247 - vitefu@1.0.3(vite@5.4.10): 5721 + vitefu@1.0.4(vite@6.0.4(jiti@2.4.2)): 5248 5722 optionalDependencies: 5249 - vite: 5.4.10 5723 + vite: 6.0.4(jiti@2.4.2) 5250 5724 5251 5725 web-namespaces@2.0.1: {} 5252 5726 ··· 5267 5741 dependencies: 5268 5742 isexe: 2.0.0 5269 5743 5744 + which@2.0.2: 5745 + dependencies: 5746 + isexe: 2.0.0 5747 + 5270 5748 widest-line@5.0.0: 5271 5749 dependencies: 5272 5750 string-width: 7.2.0 ··· 5279 5757 5280 5758 wrappy@1.0.2: {} 5281 5759 5282 - xxhash-wasm@1.0.2: {} 5760 + xxhash-wasm@1.1.0: {} 5283 5761 5284 5762 yallist@2.1.2: {} 5285 - 5286 - yallist@3.1.1: {} 5287 5763 5288 5764 yargs-parser@21.1.1: {} 5289 5765 5290 5766 yocto-queue@1.1.1: {} 5767 + 5768 + yocto-spinner@0.1.2: 5769 + dependencies: 5770 + yoctocolors: 2.1.1 5771 + 5772 + yoctocolors@2.1.1: {} 5291 5773 5292 5774 zod-to-json-schema@3.23.5(zod@3.23.8): 5293 5775 dependencies: