fork of hey-api/openapi-ts because I need some additional things
0
fork

Configure Feed

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

Merge pull request #427 from hey-api/dependabot/npm_and_yarn/dev-deps-3ed4be3de8

chore(deps-dev): bump the dev-deps group with 4 updates

authored by

Jordan Shatford and committed by
GitHub
2be6e24c 0a33ff8f

+269 -223
+1 -1
docs/package.json
··· 10 10 "preview": "vitepress preview" 11 11 }, 12 12 "devDependencies": { 13 - "vitepress": "1.1.0" 13 + "vitepress": "1.1.3" 14 14 } 15 15 }
+3 -3
packages/openapi-ts/package.json
··· 101 101 "globals": "15.0.0", 102 102 "node-fetch": "3.3.2", 103 103 "prettier": "3.2.5", 104 - "puppeteer": "22.6.4", 104 + "puppeteer": "22.6.5", 105 105 "rimraf": "5.0.5", 106 - "rollup": "4.14.2", 106 + "rollup": "4.14.3", 107 107 "rollup-plugin-dts": "6.1.0", 108 108 "rxjs": "7.8.1", 109 109 "ts-node": "10.9.2", 110 110 "tslib": "2.6.2", 111 111 "typescript": "5.4.5", 112 - "typescript-eslint": "7.6.0", 112 + "typescript-eslint": "7.7.0", 113 113 "vitest": "1.5.0" 114 114 } 115 115 }
+265 -219
pnpm-lock.yaml
··· 21 21 docs: 22 22 devDependencies: 23 23 vitepress: 24 - specifier: 1.1.0 25 - version: 1.1.0(@algolia/client-search@4.23.3)(search-insights@2.13.0) 24 + specifier: 1.1.3 25 + version: 1.1.3(@algolia/client-search@4.23.3)(search-insights@2.13.0) 26 26 27 27 packages/openapi-ts: 28 28 dependencies: ··· 77 77 version: 17.3.4(@angular/common@17.3.4)(@angular/core@17.3.4)(@angular/platform-browser@17.3.4)(rxjs@7.8.1) 78 78 '@rollup/plugin-commonjs': 79 79 specifier: 25.0.7 80 - version: 25.0.7(rollup@4.14.2) 80 + version: 25.0.7(rollup@4.14.3) 81 81 '@rollup/plugin-json': 82 82 specifier: 6.1.0 83 - version: 6.1.0(rollup@4.14.2) 83 + version: 6.1.0(rollup@4.14.3) 84 84 '@rollup/plugin-node-resolve': 85 85 specifier: 15.2.3 86 - version: 15.2.3(rollup@4.14.2) 86 + version: 15.2.3(rollup@4.14.3) 87 87 '@rollup/plugin-terser': 88 88 specifier: 0.4.4 89 - version: 0.4.4(rollup@4.14.2) 89 + version: 0.4.4(rollup@4.14.3) 90 90 '@rollup/plugin-typescript': 91 91 specifier: 11.1.6 92 - version: 11.1.6(rollup@4.14.2)(tslib@2.6.2)(typescript@5.4.5) 92 + version: 11.1.6(rollup@4.14.3)(tslib@2.6.2)(typescript@5.4.5) 93 93 '@types/cross-spawn': 94 94 specifier: 6.0.6 95 95 version: 6.0.6 ··· 136 136 specifier: 3.2.5 137 137 version: 3.2.5 138 138 puppeteer: 139 - specifier: 22.6.4 140 - version: 22.6.4(typescript@5.4.5) 139 + specifier: 22.6.5 140 + version: 22.6.5(typescript@5.4.5) 141 141 rimraf: 142 142 specifier: 5.0.5 143 143 version: 5.0.5 144 144 rollup: 145 - specifier: 4.14.2 146 - version: 4.14.2 145 + specifier: 4.14.3 146 + version: 4.14.3 147 147 rollup-plugin-dts: 148 148 specifier: 6.1.0 149 - version: 6.1.0(rollup@4.14.2)(typescript@5.4.5) 149 + version: 6.1.0(rollup@4.14.3)(typescript@5.4.5) 150 150 rxjs: 151 151 specifier: 7.8.1 152 152 version: 7.8.1 ··· 160 160 specifier: 5.4.5 161 161 version: 5.4.5 162 162 typescript-eslint: 163 - specifier: 7.6.0 164 - version: 7.6.0(eslint@9.0.0)(typescript@5.4.5) 163 + specifier: 7.7.0 164 + version: 7.7.0(eslint@9.0.0)(typescript@5.4.5) 165 165 vitest: 166 166 specifier: 1.5.0 167 167 version: 1.5.0(@types/node@20.12.7)(less@4.2.0) ··· 3148 3148 dev: true 3149 3149 optional: true 3150 3150 3151 - /@puppeteer/browsers@2.2.1: 3152 - resolution: {integrity: sha512-QSXujx4d4ogDamQA8ckkkRieFzDgZEuZuGiey9G7CuDcbnX4iINKWxTPC5Br2AEzY9ICAvcndqgAUFMMKnS/Tw==} 3151 + /@puppeteer/browsers@2.2.2: 3152 + resolution: {integrity: sha512-hZ/JhxPIceWaGSEzUZp83/8M49CoxlkuThfTR7t4AoCu5+ZvJ3vktLm60Otww2TXeROB5igiZ8D9oPQh6ckBVg==} 3153 3153 engines: {node: '>=18'} 3154 3154 hasBin: true 3155 3155 dependencies: ··· 3165 3165 - supports-color 3166 3166 dev: true 3167 3167 3168 - /@rollup/plugin-commonjs@25.0.7(rollup@4.14.2): 3168 + /@rollup/plugin-commonjs@25.0.7(rollup@4.14.3): 3169 3169 resolution: {integrity: sha512-nEvcR+LRjEjsaSsc4x3XZfCCvZIaSMenZu/OiwOKGN2UhQpAYI7ru7czFvyWbErlpoGjnSX3D5Ch5FcMA3kRWQ==} 3170 3170 engines: {node: '>=14.0.0'} 3171 3171 peerDependencies: ··· 3174 3174 rollup: 3175 3175 optional: true 3176 3176 dependencies: 3177 - '@rollup/pluginutils': 5.1.0(rollup@4.14.2) 3177 + '@rollup/pluginutils': 5.1.0(rollup@4.14.3) 3178 3178 commondir: 1.0.1 3179 3179 estree-walker: 2.0.2 3180 3180 glob: 8.1.0 3181 3181 is-reference: 1.2.1 3182 3182 magic-string: 0.30.8 3183 - rollup: 4.14.2 3183 + rollup: 4.14.3 3184 3184 dev: true 3185 3185 3186 - /@rollup/plugin-json@6.1.0(rollup@4.14.2): 3186 + /@rollup/plugin-json@6.1.0(rollup@4.14.3): 3187 3187 resolution: {integrity: sha512-EGI2te5ENk1coGeADSIwZ7G2Q8CJS2sF120T7jLw4xFw9n7wIOXHo+kIYRAoVpJAN+kmqZSoO3Fp4JtoNF4ReA==} 3188 3188 engines: {node: '>=14.0.0'} 3189 3189 peerDependencies: ··· 3192 3192 rollup: 3193 3193 optional: true 3194 3194 dependencies: 3195 - '@rollup/pluginutils': 5.1.0(rollup@4.14.2) 3196 - rollup: 4.14.2 3195 + '@rollup/pluginutils': 5.1.0(rollup@4.14.3) 3196 + rollup: 4.14.3 3197 3197 dev: true 3198 3198 3199 - /@rollup/plugin-node-resolve@15.2.3(rollup@4.14.2): 3199 + /@rollup/plugin-node-resolve@15.2.3(rollup@4.14.3): 3200 3200 resolution: {integrity: sha512-j/lym8nf5E21LwBT4Df1VD6hRO2L2iwUeUmP7litikRsVp1H6NWx20NEp0Y7su+7XGc476GnXXc4kFeZNGmaSQ==} 3201 3201 engines: {node: '>=14.0.0'} 3202 3202 peerDependencies: ··· 3205 3205 rollup: 3206 3206 optional: true 3207 3207 dependencies: 3208 - '@rollup/pluginutils': 5.1.0(rollup@4.14.2) 3208 + '@rollup/pluginutils': 5.1.0(rollup@4.14.3) 3209 3209 '@types/resolve': 1.20.2 3210 3210 deepmerge: 4.3.1 3211 3211 is-builtin-module: 3.2.1 3212 3212 is-module: 1.0.0 3213 3213 resolve: 1.22.8 3214 - rollup: 4.14.2 3214 + rollup: 4.14.3 3215 3215 dev: true 3216 3216 3217 - /@rollup/plugin-terser@0.4.4(rollup@4.14.2): 3217 + /@rollup/plugin-terser@0.4.4(rollup@4.14.3): 3218 3218 resolution: {integrity: sha512-XHeJC5Bgvs8LfukDwWZp7yeqin6ns8RTl2B9avbejt6tZqsqvVoWI7ZTQrcNsfKEDWBTnTxM8nMDkO2IFFbd0A==} 3219 3219 engines: {node: '>=14.0.0'} 3220 3220 peerDependencies: ··· 3223 3223 rollup: 3224 3224 optional: true 3225 3225 dependencies: 3226 - rollup: 4.14.2 3226 + rollup: 4.14.3 3227 3227 serialize-javascript: 6.0.2 3228 3228 smob: 1.5.0 3229 3229 terser: 5.30.3 3230 3230 dev: true 3231 3231 3232 - /@rollup/plugin-typescript@11.1.6(rollup@4.14.2)(tslib@2.6.2)(typescript@5.4.5): 3232 + /@rollup/plugin-typescript@11.1.6(rollup@4.14.3)(tslib@2.6.2)(typescript@5.4.5): 3233 3233 resolution: {integrity: sha512-R92yOmIACgYdJ7dJ97p4K69I8gg6IEHt8M7dUBxN3W6nrO8uUxX5ixl0yU/N3aZTi8WhPuICvOHXQvF6FaykAA==} 3234 3234 engines: {node: '>=14.0.0'} 3235 3235 peerDependencies: ··· 3242 3242 tslib: 3243 3243 optional: true 3244 3244 dependencies: 3245 - '@rollup/pluginutils': 5.1.0(rollup@4.14.2) 3245 + '@rollup/pluginutils': 5.1.0(rollup@4.14.3) 3246 3246 resolve: 1.22.8 3247 - rollup: 4.14.2 3247 + rollup: 4.14.3 3248 3248 tslib: 2.6.2 3249 3249 typescript: 5.4.5 3250 3250 dev: true 3251 3251 3252 - /@rollup/pluginutils@5.1.0(rollup@4.14.2): 3252 + /@rollup/pluginutils@5.1.0(rollup@4.14.3): 3253 3253 resolution: {integrity: sha512-XTIWOPPcpvyKI6L1NHo0lFlCyznUEyPmPY1mc3KpPVDYulHSTvyeLNVW00QTLIAFNhR3kYnJTQHeGqU4M3n09g==} 3254 3254 engines: {node: '>=14.0.0'} 3255 3255 peerDependencies: ··· 3261 3261 '@types/estree': 1.0.5 3262 3262 estree-walker: 2.0.2 3263 3263 picomatch: 2.3.1 3264 - rollup: 4.14.2 3264 + rollup: 4.14.3 3265 3265 dev: true 3266 3266 3267 - /@rollup/rollup-android-arm-eabi@4.14.2: 3268 - resolution: {integrity: sha512-ahxSgCkAEk+P/AVO0vYr7DxOD3CwAQrT0Go9BJyGQ9Ef0QxVOfjDZMiF4Y2s3mLyPrjonchIMH/tbWHucJMykQ==} 3267 + /@rollup/rollup-android-arm-eabi@4.14.3: 3268 + resolution: {integrity: sha512-X9alQ3XM6I9IlSlmC8ddAvMSyG1WuHk5oUnXGw+yUBs3BFoTizmG1La/Gr8fVJvDWAq+zlYTZ9DBgrlKRVY06g==} 3269 3269 cpu: [arm] 3270 3270 os: [android] 3271 3271 requiresBuild: true 3272 3272 dev: true 3273 3273 optional: true 3274 3274 3275 - /@rollup/rollup-android-arm64@4.14.2: 3276 - resolution: {integrity: sha512-lAarIdxZWbFSHFSDao9+I/F5jDaKyCqAPMq5HqnfpBw8dKDiCaaqM0lq5h1pQTLeIqueeay4PieGR5jGZMWprw==} 3275 + /@rollup/rollup-android-arm64@4.14.3: 3276 + resolution: {integrity: sha512-eQK5JIi+POhFpzk+LnjKIy4Ks+pwJ+NXmPxOCSvOKSNRPONzKuUvWE+P9JxGZVxrtzm6BAYMaL50FFuPe0oWMQ==} 3277 3277 cpu: [arm64] 3278 3278 os: [android] 3279 3279 requiresBuild: true 3280 3280 dev: true 3281 3281 optional: true 3282 3282 3283 - /@rollup/rollup-darwin-arm64@4.14.2: 3284 - resolution: {integrity: sha512-SWsr8zEUk82KSqquIMgZEg2GE5mCSfr9sE/thDROkX6pb3QQWPp8Vw8zOq2GyxZ2t0XoSIUlvHDkrf5Gmf7x3Q==} 3283 + /@rollup/rollup-darwin-arm64@4.14.3: 3284 + resolution: {integrity: sha512-Od4vE6f6CTT53yM1jgcLqNfItTsLt5zE46fdPaEmeFHvPs5SjZYlLpHrSiHEKR1+HdRfxuzXHjDOIxQyC3ptBA==} 3285 3285 cpu: [arm64] 3286 3286 os: [darwin] 3287 3287 requiresBuild: true 3288 3288 dev: true 3289 3289 optional: true 3290 3290 3291 - /@rollup/rollup-darwin-x64@4.14.2: 3292 - resolution: {integrity: sha512-o/HAIrQq0jIxJAhgtIvV5FWviYK4WB0WwV91SLUnsliw1lSAoLsmgEEgRWzDguAFeUEUUoIWXiJrPqU7vGiVkA==} 3291 + /@rollup/rollup-darwin-x64@4.14.3: 3292 + resolution: {integrity: sha512-0IMAO21axJeNIrvS9lSe/PGthc8ZUS+zC53O0VhF5gMxfmcKAP4ESkKOCwEi6u2asUrt4mQv2rjY8QseIEb1aw==} 3293 3293 cpu: [x64] 3294 3294 os: [darwin] 3295 3295 requiresBuild: true 3296 3296 dev: true 3297 3297 optional: true 3298 3298 3299 - /@rollup/rollup-linux-arm-gnueabihf@4.14.2: 3300 - resolution: {integrity: sha512-nwlJ65UY9eGq91cBi6VyDfArUJSKOYt5dJQBq8xyLhvS23qO+4Nr/RreibFHjP6t+5ap2ohZrUJcHv5zk5ju/g==} 3299 + /@rollup/rollup-linux-arm-gnueabihf@4.14.3: 3300 + resolution: {integrity: sha512-ge2DC7tHRHa3caVEoSbPRJpq7azhG+xYsd6u2MEnJ6XzPSzQsTKyXvh6iWjXRf7Rt9ykIUWHtl0Uz3T6yXPpKw==} 3301 3301 cpu: [arm] 3302 3302 os: [linux] 3303 3303 requiresBuild: true 3304 3304 dev: true 3305 3305 optional: true 3306 3306 3307 - /@rollup/rollup-linux-arm64-gnu@4.14.2: 3308 - resolution: {integrity: sha512-Pg5TxxO2IVlMj79+c/9G0LREC9SY3HM+pfAwX7zj5/cAuwrbfj2Wv9JbMHIdPCfQpYsI4g9mE+2Bw/3aeSs2rQ==} 3307 + /@rollup/rollup-linux-arm-musleabihf@4.14.3: 3308 + resolution: {integrity: sha512-ljcuiDI4V3ySuc7eSk4lQ9wU8J8r8KrOUvB2U+TtK0TiW6OFDmJ+DdIjjwZHIw9CNxzbmXY39wwpzYuFDwNXuw==} 3309 + cpu: [arm] 3310 + os: [linux] 3311 + requiresBuild: true 3312 + dev: true 3313 + optional: true 3314 + 3315 + /@rollup/rollup-linux-arm64-gnu@4.14.3: 3316 + resolution: {integrity: sha512-Eci2us9VTHm1eSyn5/eEpaC7eP/mp5n46gTRB3Aar3BgSvDQGJZuicyq6TsH4HngNBgVqC5sDYxOzTExSU+NjA==} 3309 3317 cpu: [arm64] 3310 3318 os: [linux] 3311 3319 requiresBuild: true 3312 3320 dev: true 3313 3321 optional: true 3314 3322 3315 - /@rollup/rollup-linux-arm64-musl@4.14.2: 3316 - resolution: {integrity: sha512-cAOTjGNm84gc6tS02D1EXtG7tDRsVSDTBVXOLbj31DkwfZwgTPYZ6aafSU7rD/4R2a34JOwlF9fQayuTSkoclA==} 3323 + /@rollup/rollup-linux-arm64-musl@4.14.3: 3324 + resolution: {integrity: sha512-UrBoMLCq4E92/LCqlh+blpqMz5h1tJttPIniwUgOFJyjWI1qrtrDhhpHPuFxULlUmjFHfloWdixtDhSxJt5iKw==} 3317 3325 cpu: [arm64] 3318 3326 os: [linux] 3319 3327 requiresBuild: true 3320 3328 dev: true 3321 3329 optional: true 3322 3330 3323 - /@rollup/rollup-linux-powerpc64le-gnu@4.14.2: 3324 - resolution: {integrity: sha512-4RyT6v1kXb7C0fn6zV33rvaX05P0zHoNzaXI/5oFHklfKm602j+N4mn2YvoezQViRLPnxP8M1NaY4s/5kXO5cw==} 3331 + /@rollup/rollup-linux-powerpc64le-gnu@4.14.3: 3332 + resolution: {integrity: sha512-5aRjvsS8q1nWN8AoRfrq5+9IflC3P1leMoy4r2WjXyFqf3qcqsxRCfxtZIV58tCxd+Yv7WELPcO9mY9aeQyAmw==} 3325 3333 cpu: [ppc64] 3326 3334 os: [linux] 3327 3335 requiresBuild: true 3328 3336 dev: true 3329 3337 optional: true 3330 3338 3331 - /@rollup/rollup-linux-riscv64-gnu@4.14.2: 3332 - resolution: {integrity: sha512-KNUH6jC/vRGAKSorySTyc/yRYlCwN/5pnMjXylfBniwtJx5O7X17KG/0efj8XM3TZU7raYRXJFFReOzNmL1n1w==} 3339 + /@rollup/rollup-linux-riscv64-gnu@4.14.3: 3340 + resolution: {integrity: sha512-sk/Qh1j2/RJSX7FhEpJn8n0ndxy/uf0kI/9Zc4b1ELhqULVdTfN6HL31CDaTChiBAOgLcsJ1sgVZjWv8XNEsAQ==} 3333 3341 cpu: [riscv64] 3334 3342 os: [linux] 3335 3343 requiresBuild: true 3336 3344 dev: true 3337 3345 optional: true 3338 3346 3339 - /@rollup/rollup-linux-s390x-gnu@4.14.2: 3340 - resolution: {integrity: sha512-xPV4y73IBEXToNPa3h5lbgXOi/v0NcvKxU0xejiFw6DtIYQqOTMhZ2DN18/HrrP0PmiL3rGtRG9gz1QE8vFKXQ==} 3347 + /@rollup/rollup-linux-s390x-gnu@4.14.3: 3348 + resolution: {integrity: sha512-jOO/PEaDitOmY9TgkxF/TQIjXySQe5KVYB57H/8LRP/ux0ZoO8cSHCX17asMSv3ruwslXW/TLBcxyaUzGRHcqg==} 3341 3349 cpu: [s390x] 3342 3350 os: [linux] 3343 3351 requiresBuild: true 3344 3352 dev: true 3345 3353 optional: true 3346 3354 3347 - /@rollup/rollup-linux-x64-gnu@4.14.2: 3348 - resolution: {integrity: sha512-QBhtr07iFGmF9egrPOWyO5wciwgtzKkYPNLVCFZTmr4TWmY0oY2Dm/bmhHjKRwZoGiaKdNcKhFtUMBKvlchH+Q==} 3355 + /@rollup/rollup-linux-x64-gnu@4.14.3: 3356 + resolution: {integrity: sha512-8ybV4Xjy59xLMyWo3GCfEGqtKV5M5gCSrZlxkPGvEPCGDLNla7v48S662HSGwRd6/2cSneMQWiv+QzcttLrrOA==} 3349 3357 cpu: [x64] 3350 3358 os: [linux] 3351 3359 requiresBuild: true 3352 3360 dev: true 3353 3361 optional: true 3354 3362 3355 - /@rollup/rollup-linux-x64-musl@4.14.2: 3356 - resolution: {integrity: sha512-8zfsQRQGH23O6qazZSFY5jP5gt4cFvRuKTpuBsC1ZnSWxV8ZKQpPqOZIUtdfMOugCcBvFGRa1pDC/tkf19EgBw==} 3363 + /@rollup/rollup-linux-x64-musl@4.14.3: 3364 + resolution: {integrity: sha512-s+xf1I46trOY10OqAtZ5Rm6lzHre/UiLA1J2uOhCFXWkbZrJRkYBPO6FhvGfHmdtQ3Bx793MNa7LvoWFAm93bg==} 3357 3365 cpu: [x64] 3358 3366 os: [linux] 3359 3367 requiresBuild: true 3360 3368 dev: true 3361 3369 optional: true 3362 3370 3363 - /@rollup/rollup-win32-arm64-msvc@4.14.2: 3364 - resolution: {integrity: sha512-H4s8UjgkPnlChl6JF5empNvFHp77Jx+Wfy2EtmYPe9G22XV+PMuCinZVHurNe8ggtwoaohxARJZbaH/3xjB/FA==} 3371 + /@rollup/rollup-win32-arm64-msvc@4.14.3: 3372 + resolution: {integrity: sha512-+4h2WrGOYsOumDQ5S2sYNyhVfrue+9tc9XcLWLh+Kw3UOxAvrfOrSMFon60KspcDdytkNDh7K2Vs6eMaYImAZg==} 3365 3373 cpu: [arm64] 3366 3374 os: [win32] 3367 3375 requiresBuild: true 3368 3376 dev: true 3369 3377 optional: true 3370 3378 3371 - /@rollup/rollup-win32-ia32-msvc@4.14.2: 3372 - resolution: {integrity: sha512-djqpAjm/i8erWYF0K6UY4kRO3X5+T4TypIqw60Q8MTqSBaQNpNXDhxdjpZ3ikgb+wn99svA7jxcXpiyg9MUsdw==} 3379 + /@rollup/rollup-win32-ia32-msvc@4.14.3: 3380 + resolution: {integrity: sha512-T1l7y/bCeL/kUwh9OD4PQT4aM7Bq43vX05htPJJ46RTI4r5KNt6qJRzAfNfM+OYMNEVBWQzR2Gyk+FXLZfogGw==} 3373 3381 cpu: [ia32] 3374 3382 os: [win32] 3375 3383 requiresBuild: true 3376 3384 dev: true 3377 3385 optional: true 3378 3386 3379 - /@rollup/rollup-win32-x64-msvc@4.14.2: 3380 - resolution: {integrity: sha512-teAqzLT0yTYZa8ZP7zhFKEx4cotS8Tkk5XiqNMJhD4CpaWB1BHARE4Qy+RzwnXvSAYv+Q3jAqCVBS+PS+Yee8Q==} 3387 + /@rollup/rollup-win32-x64-msvc@4.14.3: 3388 + resolution: {integrity: sha512-/BypzV0H1y1HzgYpxqRaXGBRqfodgoBBCcsrujT6QRcakDQdfU+Lq9PENPh5jB4I44YWq+0C2eHsHya+nZY1sA==} 3381 3389 cpu: [x64] 3382 3390 os: [win32] 3383 3391 requiresBuild: true ··· 3395 3403 - chokidar 3396 3404 dev: true 3397 3405 3398 - /@shikijs/core@1.2.4: 3399 - resolution: {integrity: sha512-ClaUWpt8oTzjcF0MM1P81AeWyzc1sNSJlAjMG80CbwqbFqXSNz+NpQVUC0icobt3sZn43Sn27M4pHD/Jmp3zHw==} 3406 + /@shikijs/core@1.3.0: 3407 + resolution: {integrity: sha512-7fedsBfuILDTBmrYZNFI8B6ATTxhQAasUHllHmjvSZPnoq4bULWoTpHwmuQvZ8Aq03/tAa2IGo6RXqWtHdWaCA==} 3400 3408 dev: true 3401 3409 3402 - /@shikijs/transformers@1.2.4: 3403 - resolution: {integrity: sha512-ysGkpsHxRxLmz8nGKeFdV+gKj1NXt+88sM/34kfKVWTWIXg5gsFOJxJBbG7k+fUR5JlD6sNh65W9qPXrbVE1wQ==} 3410 + /@shikijs/transformers@1.3.0: 3411 + resolution: {integrity: sha512-3mlpg2I9CjhjE96dEWQOGeCWoPcyTov3s4aAsHmgvnTHa8MBknEnCQy8/xivJPSpD+olqOqIEoHnLfbNJK29AA==} 3404 3412 dependencies: 3405 - shiki: 1.2.4 3413 + shiki: 1.3.0 3406 3414 dev: true 3407 3415 3408 3416 /@sigstore/bundle@2.3.1: ··· 3585 3593 resolution: {integrity: sha512-yg6E+u0/+Zjva+buc3EIb+29XEg4wltq7cSmd4Uc2EE/1nUVmxyzpX6gUXD0V8jIrG0r7YeOGVIbYRkxeooCtw==} 3586 3594 dev: true 3587 3595 3588 - /@types/markdown-it@13.0.7: 3589 - resolution: {integrity: sha512-U/CBi2YUUcTHBt5tjO2r5QV/x0Po6nsYwQU4Y04fBS6vfoImaiZ6f8bi3CjTCxBPQSO1LMyUqkByzi8AidyxfA==} 3596 + /@types/markdown-it@14.0.1: 3597 + resolution: {integrity: sha512-6WfOG3jXR78DW8L5cTYCVVGAsIFZskRHCDo5tbqa+qtKVt4oDRVH7hyIWu1SpDQJlmIoEivNQZ5h+AGAOrgOtQ==} 3590 3598 dependencies: 3591 3599 '@types/linkify-it': 3.0.5 3592 3600 '@types/mdurl': 1.0.5 ··· 3689 3697 dev: true 3690 3698 optional: true 3691 3699 3692 - /@typescript-eslint/eslint-plugin@7.6.0(@typescript-eslint/parser@7.6.0)(eslint@9.0.0)(typescript@5.4.5): 3693 - resolution: {integrity: sha512-gKmTNwZnblUdnTIJu3e9kmeRRzV2j1a/LUO27KNNAnIC5zjy1aSvXSRp4rVNlmAoHlQ7HzX42NbKpcSr4jF80A==} 3700 + /@typescript-eslint/eslint-plugin@7.7.0(@typescript-eslint/parser@7.7.0)(eslint@9.0.0)(typescript@5.4.5): 3701 + resolution: {integrity: sha512-GJWR0YnfrKnsRoluVO3PRb9r5aMZriiMMM/RHj5nnTrBy1/wIgk76XCtCKcnXGjpZQJQRFtGV9/0JJ6n30uwpQ==} 3694 3702 engines: {node: ^18.18.0 || >=20.0.0} 3695 3703 peerDependencies: 3696 3704 '@typescript-eslint/parser': ^7.0.0 ··· 3701 3709 optional: true 3702 3710 dependencies: 3703 3711 '@eslint-community/regexpp': 4.10.0 3704 - '@typescript-eslint/parser': 7.6.0(eslint@9.0.0)(typescript@5.4.5) 3705 - '@typescript-eslint/scope-manager': 7.6.0 3706 - '@typescript-eslint/type-utils': 7.6.0(eslint@9.0.0)(typescript@5.4.5) 3707 - '@typescript-eslint/utils': 7.6.0(eslint@9.0.0)(typescript@5.4.5) 3708 - '@typescript-eslint/visitor-keys': 7.6.0 3712 + '@typescript-eslint/parser': 7.7.0(eslint@9.0.0)(typescript@5.4.5) 3713 + '@typescript-eslint/scope-manager': 7.7.0 3714 + '@typescript-eslint/type-utils': 7.7.0(eslint@9.0.0)(typescript@5.4.5) 3715 + '@typescript-eslint/utils': 7.7.0(eslint@9.0.0)(typescript@5.4.5) 3716 + '@typescript-eslint/visitor-keys': 7.7.0 3709 3717 debug: 4.3.4 3710 3718 eslint: 9.0.0 3711 3719 graphemer: 1.4.0 ··· 3718 3726 - supports-color 3719 3727 dev: true 3720 3728 3721 - /@typescript-eslint/parser@7.6.0(eslint@9.0.0)(typescript@5.4.5): 3722 - resolution: {integrity: sha512-usPMPHcwX3ZoPWnBnhhorc14NJw9J4HpSXQX4urF2TPKG0au0XhJoZyX62fmvdHONUkmyUe74Hzm1//XA+BoYg==} 3729 + /@typescript-eslint/parser@7.7.0(eslint@9.0.0)(typescript@5.4.5): 3730 + resolution: {integrity: sha512-fNcDm3wSwVM8QYL4HKVBggdIPAy9Q41vcvC/GtDobw3c4ndVT3K6cqudUmjHPw8EAp4ufax0o58/xvWaP2FmTg==} 3723 3731 engines: {node: ^18.18.0 || >=20.0.0} 3724 3732 peerDependencies: 3725 3733 eslint: ^8.56.0 ··· 3728 3736 typescript: 3729 3737 optional: true 3730 3738 dependencies: 3731 - '@typescript-eslint/scope-manager': 7.6.0 3732 - '@typescript-eslint/types': 7.6.0 3733 - '@typescript-eslint/typescript-estree': 7.6.0(typescript@5.4.5) 3734 - '@typescript-eslint/visitor-keys': 7.6.0 3739 + '@typescript-eslint/scope-manager': 7.7.0 3740 + '@typescript-eslint/types': 7.7.0 3741 + '@typescript-eslint/typescript-estree': 7.7.0(typescript@5.4.5) 3742 + '@typescript-eslint/visitor-keys': 7.7.0 3735 3743 debug: 4.3.4 3736 3744 eslint: 9.0.0 3737 3745 typescript: 5.4.5 ··· 3739 3747 - supports-color 3740 3748 dev: true 3741 3749 3742 - /@typescript-eslint/scope-manager@7.6.0: 3743 - resolution: {integrity: sha512-ngttyfExA5PsHSx0rdFgnADMYQi+Zkeiv4/ZxGYUWd0nLs63Ha0ksmp8VMxAIC0wtCFxMos7Lt3PszJssG/E6w==} 3750 + /@typescript-eslint/scope-manager@7.7.0: 3751 + resolution: {integrity: sha512-/8INDn0YLInbe9Wt7dK4cXLDYp0fNHP5xKLHvZl3mOT5X17rK/YShXaiNmorl+/U4VKCVIjJnx4Ri5b0y+HClw==} 3744 3752 engines: {node: ^18.18.0 || >=20.0.0} 3745 3753 dependencies: 3746 - '@typescript-eslint/types': 7.6.0 3747 - '@typescript-eslint/visitor-keys': 7.6.0 3754 + '@typescript-eslint/types': 7.7.0 3755 + '@typescript-eslint/visitor-keys': 7.7.0 3748 3756 dev: true 3749 3757 3750 - /@typescript-eslint/type-utils@7.6.0(eslint@9.0.0)(typescript@5.4.5): 3751 - resolution: {integrity: sha512-NxAfqAPNLG6LTmy7uZgpK8KcuiS2NZD/HlThPXQRGwz6u7MDBWRVliEEl1Gj6U7++kVJTpehkhZzCJLMK66Scw==} 3758 + /@typescript-eslint/type-utils@7.7.0(eslint@9.0.0)(typescript@5.4.5): 3759 + resolution: {integrity: sha512-bOp3ejoRYrhAlnT/bozNQi3nio9tIgv3U5C0mVDdZC7cpcQEDZXvq8inrHYghLVwuNABRqrMW5tzAv88Vy77Sg==} 3752 3760 engines: {node: ^18.18.0 || >=20.0.0} 3753 3761 peerDependencies: 3754 3762 eslint: ^8.56.0 ··· 3757 3765 typescript: 3758 3766 optional: true 3759 3767 dependencies: 3760 - '@typescript-eslint/typescript-estree': 7.6.0(typescript@5.4.5) 3761 - '@typescript-eslint/utils': 7.6.0(eslint@9.0.0)(typescript@5.4.5) 3768 + '@typescript-eslint/typescript-estree': 7.7.0(typescript@5.4.5) 3769 + '@typescript-eslint/utils': 7.7.0(eslint@9.0.0)(typescript@5.4.5) 3762 3770 debug: 4.3.4 3763 3771 eslint: 9.0.0 3764 3772 ts-api-utils: 1.3.0(typescript@5.4.5) ··· 3767 3775 - supports-color 3768 3776 dev: true 3769 3777 3770 - /@typescript-eslint/types@7.6.0: 3771 - resolution: {integrity: sha512-h02rYQn8J+MureCvHVVzhl69/GAfQGPQZmOMjG1KfCl7o3HtMSlPaPUAPu6lLctXI5ySRGIYk94clD/AUMCUgQ==} 3778 + /@typescript-eslint/types@7.7.0: 3779 + resolution: {integrity: sha512-G01YPZ1Bd2hn+KPpIbrAhEWOn5lQBrjxkzHkWvP6NucMXFtfXoevK82hzQdpfuQYuhkvFDeQYbzXCjR1z9Z03w==} 3772 3780 engines: {node: ^18.18.0 || >=20.0.0} 3773 3781 dev: true 3774 3782 3775 - /@typescript-eslint/typescript-estree@7.6.0(typescript@5.4.5): 3776 - resolution: {integrity: sha512-+7Y/GP9VuYibecrCQWSKgl3GvUM5cILRttpWtnAu8GNL9j11e4tbuGZmZjJ8ejnKYyBRb2ddGQ3rEFCq3QjMJw==} 3783 + /@typescript-eslint/typescript-estree@7.7.0(typescript@5.4.5): 3784 + resolution: {integrity: sha512-8p71HQPE6CbxIBy2kWHqM1KGrC07pk6RJn40n0DSc6bMOBBREZxSDJ+BmRzc8B5OdaMh1ty3mkuWRg4sCFiDQQ==} 3777 3785 engines: {node: ^18.18.0 || >=20.0.0} 3778 3786 peerDependencies: 3779 3787 typescript: '*' ··· 3781 3789 typescript: 3782 3790 optional: true 3783 3791 dependencies: 3784 - '@typescript-eslint/types': 7.6.0 3785 - '@typescript-eslint/visitor-keys': 7.6.0 3792 + '@typescript-eslint/types': 7.7.0 3793 + '@typescript-eslint/visitor-keys': 7.7.0 3786 3794 debug: 4.3.4 3787 3795 globby: 11.1.0 3788 3796 is-glob: 4.0.3 ··· 3794 3802 - supports-color 3795 3803 dev: true 3796 3804 3797 - /@typescript-eslint/utils@7.6.0(eslint@9.0.0)(typescript@5.4.5): 3798 - resolution: {integrity: sha512-x54gaSsRRI+Nwz59TXpCsr6harB98qjXYzsRxGqvA5Ue3kQH+FxS7FYU81g/omn22ML2pZJkisy6Q+ElK8pBCA==} 3805 + /@typescript-eslint/utils@7.7.0(eslint@9.0.0)(typescript@5.4.5): 3806 + resolution: {integrity: sha512-LKGAXMPQs8U/zMRFXDZOzmMKgFv3COlxUQ+2NMPhbqgVm6R1w+nU1i4836Pmxu9jZAuIeyySNrN/6Rc657ggig==} 3799 3807 engines: {node: ^18.18.0 || >=20.0.0} 3800 3808 peerDependencies: 3801 3809 eslint: ^8.56.0 ··· 3803 3811 '@eslint-community/eslint-utils': 4.4.0(eslint@9.0.0) 3804 3812 '@types/json-schema': 7.0.15 3805 3813 '@types/semver': 7.5.8 3806 - '@typescript-eslint/scope-manager': 7.6.0 3807 - '@typescript-eslint/types': 7.6.0 3808 - '@typescript-eslint/typescript-estree': 7.6.0(typescript@5.4.5) 3814 + '@typescript-eslint/scope-manager': 7.7.0 3815 + '@typescript-eslint/types': 7.7.0 3816 + '@typescript-eslint/typescript-estree': 7.7.0(typescript@5.4.5) 3809 3817 eslint: 9.0.0 3810 3818 semver: 7.6.0 3811 3819 transitivePeerDependencies: ··· 3813 3821 - typescript 3814 3822 dev: true 3815 3823 3816 - /@typescript-eslint/visitor-keys@7.6.0: 3817 - resolution: {integrity: sha512-4eLB7t+LlNUmXzfOu1VAIAdkjbu5xNSerURS9X/S5TUKWFRpXRQZbmtPqgKmYx8bj3J0irtQXSiWAOY82v+cgw==} 3824 + /@typescript-eslint/visitor-keys@7.7.0: 3825 + resolution: {integrity: sha512-h0WHOj8MhdhY8YWkzIF30R379y0NqyOHExI9N9KCzvmu05EgG4FumeYa3ccfKUSphyWkWQE1ybVrgz/Pbam6YA==} 3818 3826 engines: {node: ^18.18.0 || >=20.0.0} 3819 3827 dependencies: 3820 - '@typescript-eslint/types': 7.6.0 3828 + '@typescript-eslint/types': 7.7.0 3821 3829 eslint-visitor-keys: 3.4.3 3822 3830 dev: true 3823 3831 ··· 3830 3838 vite: 5.1.7(@types/node@20.12.7)(less@4.2.0)(sass@1.71.1)(terser@5.29.1) 3831 3839 dev: true 3832 3840 3833 - /@vitejs/plugin-vue@5.0.4(vite@5.2.8)(vue@3.4.21): 3841 + /@vitejs/plugin-vue@5.0.4(vite@5.2.9)(vue@3.4.23): 3834 3842 resolution: {integrity: sha512-WS3hevEszI6CEVEx28F8RjTX97k3KsrcY6kvTg7+Whm5y3oYvcqzVeGCU3hxSAn4uY2CLCkeokkGKpoctccilQ==} 3835 3843 engines: {node: ^18.0.0 || >=20.0.0} 3836 3844 peerDependencies: 3837 3845 vite: ^5.0.0 3838 3846 vue: ^3.2.25 3839 3847 dependencies: 3840 - vite: 5.2.8(@types/node@20.12.7)(less@4.2.0) 3841 - vue: 3.4.21 3848 + vite: 5.2.9(@types/node@20.12.7)(less@4.2.0) 3849 + vue: 3.4.23 3842 3850 dev: true 3843 3851 3844 3852 /@vitest/coverage-v8@1.5.0(vitest@1.5.0): ··· 3903 3911 pretty-format: 29.7.0 3904 3912 dev: true 3905 3913 3906 - /@vue/compiler-core@3.4.21: 3907 - resolution: {integrity: sha512-MjXawxZf2SbZszLPYxaFCjxfibYrzr3eYbKxwpLR9EQN+oaziSu3qKVbwBERj1IFIB8OLUewxB5m/BFzi613og==} 3914 + /@vue/compiler-core@3.4.23: 3915 + resolution: {integrity: sha512-HAFmuVEwNqNdmk+w4VCQ2pkLk1Vw4XYiiyxEp3z/xvl14aLTUBw2OfVH3vBcx+FtGsynQLkkhK410Nah1N2yyQ==} 3908 3916 dependencies: 3909 3917 '@babel/parser': 7.24.4 3910 - '@vue/shared': 3.4.21 3918 + '@vue/shared': 3.4.23 3911 3919 entities: 4.5.0 3912 3920 estree-walker: 2.0.2 3913 3921 source-map-js: 1.2.0 3914 3922 dev: true 3915 3923 3916 - /@vue/compiler-dom@3.4.21: 3917 - resolution: {integrity: sha512-IZC6FKowtT1sl0CR5DpXSiEB5ayw75oT2bma1BEhV7RRR1+cfwLrxc2Z8Zq/RGFzJ8w5r9QtCOvTjQgdn0IKmA==} 3924 + /@vue/compiler-dom@3.4.23: 3925 + resolution: {integrity: sha512-t0b9WSTnCRrzsBGrDd1LNR5HGzYTr7LX3z6nNBG+KGvZLqrT0mY6NsMzOqlVMBKKXKVuusbbB5aOOFgTY+senw==} 3918 3926 dependencies: 3919 - '@vue/compiler-core': 3.4.21 3920 - '@vue/shared': 3.4.21 3927 + '@vue/compiler-core': 3.4.23 3928 + '@vue/shared': 3.4.23 3921 3929 dev: true 3922 3930 3923 - /@vue/compiler-sfc@3.4.21: 3924 - resolution: {integrity: sha512-me7epoTxYlY+2CUM7hy9PCDdpMPfIwrOvAXud2Upk10g4YLv9UBW7kL798TvMeDhPthkZ0CONNrK2GoeI1ODiQ==} 3931 + /@vue/compiler-sfc@3.4.23: 3932 + resolution: {integrity: sha512-fSDTKTfzaRX1kNAUiaj8JB4AokikzStWgHooMhaxyjZerw624L+IAP/fvI4ZwMpwIh8f08PVzEnu4rg8/Npssw==} 3925 3933 dependencies: 3926 3934 '@babel/parser': 7.24.4 3927 - '@vue/compiler-core': 3.4.21 3928 - '@vue/compiler-dom': 3.4.21 3929 - '@vue/compiler-ssr': 3.4.21 3930 - '@vue/shared': 3.4.21 3935 + '@vue/compiler-core': 3.4.23 3936 + '@vue/compiler-dom': 3.4.23 3937 + '@vue/compiler-ssr': 3.4.23 3938 + '@vue/shared': 3.4.23 3931 3939 estree-walker: 2.0.2 3932 3940 magic-string: 0.30.9 3933 3941 postcss: 8.4.38 3934 3942 source-map-js: 1.2.0 3935 3943 dev: true 3936 3944 3937 - /@vue/compiler-ssr@3.4.21: 3938 - resolution: {integrity: sha512-M5+9nI2lPpAsgXOGQobnIueVqc9sisBFexh5yMIMRAPYLa7+5wEJs8iqOZc1WAa9WQbx9GR2twgznU8LTIiZ4Q==} 3945 + /@vue/compiler-ssr@3.4.23: 3946 + resolution: {integrity: sha512-hb6Uj2cYs+tfqz71Wj6h3E5t6OKvb4MVcM2Nl5i/z1nv1gjEhw+zYaNOV+Xwn+SSN/VZM0DgANw5TuJfxfezPg==} 3939 3947 dependencies: 3940 - '@vue/compiler-dom': 3.4.21 3941 - '@vue/shared': 3.4.21 3948 + '@vue/compiler-dom': 3.4.23 3949 + '@vue/shared': 3.4.23 3942 3950 dev: true 3943 3951 3944 - /@vue/devtools-api@7.0.25(vue@3.4.21): 3945 - resolution: {integrity: sha512-fL6DlRp4MSXCLYcqYvKU7QhQZWE3Hfu7X8pC25BS74coJi7uJeSWs4tmrITcwFihNmC9S5GPiffkMdckkeWjzg==} 3952 + /@vue/devtools-api@7.0.27(vue@3.4.23): 3953 + resolution: {integrity: sha512-BFCFCusSDcw2UcOFD/QeK7OxD1x2C/m+uAN30Q7jLKECSW53hmz0urzJmX834GuWDZX/hIxkyUKnLLfEIP1c/w==} 3946 3954 dependencies: 3947 - '@vue/devtools-kit': 7.0.25(vue@3.4.21) 3955 + '@vue/devtools-kit': 7.0.27(vue@3.4.23) 3948 3956 transitivePeerDependencies: 3949 3957 - vue 3950 3958 dev: true 3951 3959 3952 - /@vue/devtools-kit@7.0.25(vue@3.4.21): 3953 - resolution: {integrity: sha512-wbLkSnOTsKHPb1mB9koFHUoSAF8Dp6Ii/ocR2+DeXFY4oKqIjCeJb/4Lihk4rgqEhCy1WwxLfTgNDo83VvDYkQ==} 3960 + /@vue/devtools-kit@7.0.27(vue@3.4.23): 3961 + resolution: {integrity: sha512-/A5xM38pPCFX5Yhl/lRFAzjyK6VNsH670nww2WbjFKWqlu3I+lMxWKzQkCW6A1V8bduITgl2kHORfg2gTw6QaA==} 3954 3962 peerDependencies: 3955 3963 vue: ^3.0.0 3956 3964 dependencies: 3957 - '@vue/devtools-shared': 7.0.25 3965 + '@vue/devtools-shared': 7.0.27 3958 3966 hookable: 5.5.3 3959 3967 mitt: 3.0.1 3960 3968 perfect-debounce: 1.0.0 3961 3969 speakingurl: 14.0.1 3962 - vue: 3.4.21 3970 + vue: 3.4.23 3963 3971 dev: true 3964 3972 3965 - /@vue/devtools-shared@7.0.25: 3966 - resolution: {integrity: sha512-5+XYhcHSXuJSguYnNwL6/e6VTmXwCfryWQOkffh9ZU2zMByybqqqBrMWqvBkqTmMFCjPdzulo66xXbVbwLaElQ==} 3973 + /@vue/devtools-shared@7.0.27: 3974 + resolution: {integrity: sha512-4VxtmZ6yjhiSloqZZq2UYU0TBGxOJ8GxWvp5OlAH70zYqi0FIAyWGPkOhvfoZ7DKQyv2UU0mmKzFHjsEkelGyQ==} 3967 3975 dependencies: 3968 3976 rfdc: 1.3.1 3969 3977 dev: true 3970 3978 3971 - /@vue/reactivity@3.4.21: 3972 - resolution: {integrity: sha512-UhenImdc0L0/4ahGCyEzc/pZNwVgcglGy9HVzJ1Bq2Mm9qXOpP8RyNTjookw/gOCUlXSEtuZ2fUg5nrHcoqJcw==} 3979 + /@vue/reactivity@3.4.23: 3980 + resolution: {integrity: sha512-GlXR9PL+23fQ3IqnbSQ8OQKLodjqCyoCrmdLKZk3BP7jN6prWheAfU7a3mrltewTkoBm+N7qMEb372VHIkQRMQ==} 3973 3981 dependencies: 3974 - '@vue/shared': 3.4.21 3982 + '@vue/shared': 3.4.23 3975 3983 dev: true 3976 3984 3977 - /@vue/runtime-core@3.4.21: 3978 - resolution: {integrity: sha512-pQthsuYzE1XcGZznTKn73G0s14eCJcjaLvp3/DKeYWoFacD9glJoqlNBxt3W2c5S40t6CCcpPf+jG01N3ULyrA==} 3985 + /@vue/runtime-core@3.4.23: 3986 + resolution: {integrity: sha512-FeQ9MZEXoFzFkFiw9MQQ/FWs3srvrP+SjDKSeRIiQHIhtkzoj0X4rWQlRNHbGuSwLra6pMyjAttwixNMjc/xLw==} 3979 3987 dependencies: 3980 - '@vue/reactivity': 3.4.21 3981 - '@vue/shared': 3.4.21 3988 + '@vue/reactivity': 3.4.23 3989 + '@vue/shared': 3.4.23 3982 3990 dev: true 3983 3991 3984 - /@vue/runtime-dom@3.4.21: 3985 - resolution: {integrity: sha512-gvf+C9cFpevsQxbkRBS1NpU8CqxKw0ebqMvLwcGQrNpx6gqRDodqKqA+A2VZZpQ9RpK2f9yfg8VbW/EpdFUOJw==} 3992 + /@vue/runtime-dom@3.4.23: 3993 + resolution: {integrity: sha512-RXJFwwykZWBkMiTPSLEWU3kgVLNAfActBfWFlZd0y79FTUxexogd0PLG4HH2LfOktjRxV47Nulygh0JFXe5f9A==} 3986 3994 dependencies: 3987 - '@vue/runtime-core': 3.4.21 3988 - '@vue/shared': 3.4.21 3995 + '@vue/runtime-core': 3.4.23 3996 + '@vue/shared': 3.4.23 3989 3997 csstype: 3.1.3 3990 3998 dev: true 3991 3999 3992 - /@vue/server-renderer@3.4.21(vue@3.4.21): 3993 - resolution: {integrity: sha512-aV1gXyKSN6Rz+6kZ6kr5+Ll14YzmIbeuWe7ryJl5muJ4uwSwY/aStXTixx76TwkZFJLm1aAlA/HSWEJ4EyiMkg==} 4000 + /@vue/server-renderer@3.4.23(vue@3.4.23): 4001 + resolution: {integrity: sha512-LDwGHtnIzvKFNS8dPJ1SSU5Gvm36p2ck8wCZc52fc3k/IfjKcwCyrWEf0Yag/2wTFUBXrqizfhK9c/mC367dXQ==} 3994 4002 peerDependencies: 3995 - vue: 3.4.21 4003 + vue: 3.4.23 3996 4004 dependencies: 3997 - '@vue/compiler-ssr': 3.4.21 3998 - '@vue/shared': 3.4.21 3999 - vue: 3.4.21 4005 + '@vue/compiler-ssr': 3.4.23 4006 + '@vue/shared': 3.4.23 4007 + vue: 3.4.23 4000 4008 dev: true 4001 4009 4002 - /@vue/shared@3.4.21: 4003 - resolution: {integrity: sha512-PuJe7vDIi6VYSinuEbUIQgMIRZGgM8e4R+G+/dQTk0X1NEdvgvvgv7m+rfmDH1gZzyA1OjjoWskvHlfRNfQf3g==} 4010 + /@vue/shared@3.4.23: 4011 + resolution: {integrity: sha512-wBQ0gvf+SMwsCQOyusNw/GoXPV47WGd1xB5A1Pgzy0sQ3Bi5r5xm3n+92y3gCnB3MWqnRDdvfkRGxhKtbBRNgg==} 4004 4012 dev: true 4005 4013 4006 - /@vueuse/core@10.9.0(vue@3.4.21): 4014 + /@vueuse/core@10.9.0(vue@3.4.23): 4007 4015 resolution: {integrity: sha512-/1vjTol8SXnx6xewDEKfS0Ra//ncg4Hb0DaZiwKf7drgfMsKFExQ+FnnENcN6efPen+1kIzhLQoGSy0eDUVOMg==} 4008 4016 dependencies: 4009 4017 '@types/web-bluetooth': 0.0.20 4010 4018 '@vueuse/metadata': 10.9.0 4011 - '@vueuse/shared': 10.9.0(vue@3.4.21) 4012 - vue-demi: 0.14.7(vue@3.4.21) 4019 + '@vueuse/shared': 10.9.0(vue@3.4.23) 4020 + vue-demi: 0.14.7(vue@3.4.23) 4013 4021 transitivePeerDependencies: 4014 4022 - '@vue/composition-api' 4015 4023 - vue 4016 4024 dev: true 4017 4025 4018 - /@vueuse/integrations@10.9.0(focus-trap@7.5.4)(vue@3.4.21): 4026 + /@vueuse/integrations@10.9.0(focus-trap@7.5.4)(vue@3.4.23): 4019 4027 resolution: {integrity: sha512-acK+A01AYdWSvL4BZmCoJAcyHJ6EqhmkQEXbQLwev1MY7NBnS+hcEMx/BzVoR9zKI+UqEPMD9u6PsyAuiTRT4Q==} 4020 4028 peerDependencies: 4021 4029 async-validator: '*' ··· 4056 4064 universal-cookie: 4057 4065 optional: true 4058 4066 dependencies: 4059 - '@vueuse/core': 10.9.0(vue@3.4.21) 4060 - '@vueuse/shared': 10.9.0(vue@3.4.21) 4067 + '@vueuse/core': 10.9.0(vue@3.4.23) 4068 + '@vueuse/shared': 10.9.0(vue@3.4.23) 4061 4069 focus-trap: 7.5.4 4062 - vue-demi: 0.14.7(vue@3.4.21) 4070 + vue-demi: 0.14.7(vue@3.4.23) 4063 4071 transitivePeerDependencies: 4064 4072 - '@vue/composition-api' 4065 4073 - vue ··· 4069 4077 resolution: {integrity: sha512-iddNbg3yZM0X7qFY2sAotomgdHK7YJ6sKUvQqbvwnf7TmaVPxS4EJydcNsVejNdS8iWCtDk+fYXr7E32nyTnGA==} 4070 4078 dev: true 4071 4079 4072 - /@vueuse/shared@10.9.0(vue@3.4.21): 4080 + /@vueuse/shared@10.9.0(vue@3.4.23): 4073 4081 resolution: {integrity: sha512-Uud2IWncmAfJvRaFYzv5OHDli+FbOzxiVEQdLCKQKLyhz94PIyFC3CHcH7EDMwIn8NPtD06+PNbC/PiO0LGLtw==} 4074 4082 dependencies: 4075 - vue-demi: 0.14.7(vue@3.4.21) 4083 + vue-demi: 0.14.7(vue@3.4.23) 4076 4084 transitivePeerDependencies: 4077 4085 - '@vue/composition-api' 4078 4086 - vue ··· 8672 8680 engines: {node: '>=6'} 8673 8681 dev: true 8674 8682 8675 - /puppeteer-core@22.6.4: 8676 - resolution: {integrity: sha512-QtfJwPmqQec3EHc6LqbEz03vSiuVAr9bYp0TV87dLoreev6ZevsXdLgOfQgoA3GocrsSe/eUf7NRPQ1lQfsc3w==} 8683 + /puppeteer-core@22.6.5: 8684 + resolution: {integrity: sha512-s0/5XkAWe0/dWISiljdrybjwDCHhgN31Nu/wznOZPKeikgcJtZtbvPKBz0t802XWqfSQnQDt3L6xiAE5JLlfuw==} 8677 8685 engines: {node: '>=18'} 8678 8686 dependencies: 8679 - '@puppeteer/browsers': 2.2.1 8687 + '@puppeteer/browsers': 2.2.2 8680 8688 chromium-bidi: 0.5.17(devtools-protocol@0.0.1262051) 8681 8689 debug: 4.3.4 8682 8690 devtools-protocol: 0.0.1262051 ··· 8687 8695 - utf-8-validate 8688 8696 dev: true 8689 8697 8690 - /puppeteer@22.6.4(typescript@5.4.5): 8691 - resolution: {integrity: sha512-J9hXNwZmuqKDmNMj6kednZH8jzbdX9735NQfQJrq5LRD4nHisAMyW9pCD7glKi+iM7RV9JkesI1MYhdsN+0ZSQ==} 8698 + /puppeteer@22.6.5(typescript@5.4.5): 8699 + resolution: {integrity: sha512-YuoRKGj3MxHhUwrey7vmNvU4odGdUdNsj1ee8pfcqQlLWIXfMOXZCAXh8xdzpZESHH3tCGWp2xmPZE8E6iUEWg==} 8692 8700 engines: {node: '>=18'} 8693 8701 hasBin: true 8694 8702 requiresBuild: true 8695 8703 dependencies: 8696 - '@puppeteer/browsers': 2.2.1 8704 + '@puppeteer/browsers': 2.2.2 8697 8705 cosmiconfig: 9.0.0(typescript@5.4.5) 8698 8706 devtools-protocol: 0.0.1262051 8699 - puppeteer-core: 22.6.4 8707 + puppeteer-core: 22.6.5 8700 8708 transitivePeerDependencies: 8701 8709 - bufferutil 8702 8710 - supports-color ··· 8993 9001 glob: 10.3.12 8994 9002 dev: true 8995 9003 8996 - /rollup-plugin-dts@6.1.0(rollup@4.14.2)(typescript@5.4.5): 9004 + /rollup-plugin-dts@6.1.0(rollup@4.14.3)(typescript@5.4.5): 8997 9005 resolution: {integrity: sha512-ijSCPICkRMDKDLBK9torss07+8dl9UpY9z1N/zTeA1cIqdzMlpkV3MOOC7zukyvQfDyxa1s3Dl2+DeiP/G6DOw==} 8998 9006 engines: {node: '>=16'} 8999 9007 peerDependencies: ··· 9001 9009 typescript: ^4.5 || ^5.0 9002 9010 dependencies: 9003 9011 magic-string: 0.30.8 9004 - rollup: 4.14.2 9012 + rollup: 4.14.3 9005 9013 typescript: 5.4.5 9006 9014 optionalDependencies: 9007 9015 '@babel/code-frame': 7.24.2 9008 9016 dev: true 9009 9017 9010 - /rollup@4.14.2: 9011 - resolution: {integrity: sha512-WkeoTWvuBoFjFAhsEOHKRoZ3r9GfTyhh7Vff1zwebEFLEFjT1lG3784xEgKiTa7E+e70vsC81roVL2MP4tgEEQ==} 9018 + /rollup@4.14.3: 9019 + resolution: {integrity: sha512-ag5tTQKYsj1bhrFC9+OEWqb5O6VYgtQDO9hPDBMmIbePwhfSr+ExlcU741t8Dhw5DkPCQf6noz0jb36D6W9/hw==} 9012 9020 engines: {node: '>=18.0.0', npm: '>=8.0.0'} 9013 9021 hasBin: true 9014 9022 dependencies: 9015 9023 '@types/estree': 1.0.5 9016 9024 optionalDependencies: 9017 - '@rollup/rollup-android-arm-eabi': 4.14.2 9018 - '@rollup/rollup-android-arm64': 4.14.2 9019 - '@rollup/rollup-darwin-arm64': 4.14.2 9020 - '@rollup/rollup-darwin-x64': 4.14.2 9021 - '@rollup/rollup-linux-arm-gnueabihf': 4.14.2 9022 - '@rollup/rollup-linux-arm64-gnu': 4.14.2 9023 - '@rollup/rollup-linux-arm64-musl': 4.14.2 9024 - '@rollup/rollup-linux-powerpc64le-gnu': 4.14.2 9025 - '@rollup/rollup-linux-riscv64-gnu': 4.14.2 9026 - '@rollup/rollup-linux-s390x-gnu': 4.14.2 9027 - '@rollup/rollup-linux-x64-gnu': 4.14.2 9028 - '@rollup/rollup-linux-x64-musl': 4.14.2 9029 - '@rollup/rollup-win32-arm64-msvc': 4.14.2 9030 - '@rollup/rollup-win32-ia32-msvc': 4.14.2 9031 - '@rollup/rollup-win32-x64-msvc': 4.14.2 9025 + '@rollup/rollup-android-arm-eabi': 4.14.3 9026 + '@rollup/rollup-android-arm64': 4.14.3 9027 + '@rollup/rollup-darwin-arm64': 4.14.3 9028 + '@rollup/rollup-darwin-x64': 4.14.3 9029 + '@rollup/rollup-linux-arm-gnueabihf': 4.14.3 9030 + '@rollup/rollup-linux-arm-musleabihf': 4.14.3 9031 + '@rollup/rollup-linux-arm64-gnu': 4.14.3 9032 + '@rollup/rollup-linux-arm64-musl': 4.14.3 9033 + '@rollup/rollup-linux-powerpc64le-gnu': 4.14.3 9034 + '@rollup/rollup-linux-riscv64-gnu': 4.14.3 9035 + '@rollup/rollup-linux-s390x-gnu': 4.14.3 9036 + '@rollup/rollup-linux-x64-gnu': 4.14.3 9037 + '@rollup/rollup-linux-x64-musl': 4.14.3 9038 + '@rollup/rollup-win32-arm64-msvc': 4.14.3 9039 + '@rollup/rollup-win32-ia32-msvc': 4.14.3 9040 + '@rollup/rollup-win32-x64-msvc': 4.14.3 9032 9041 fsevents: 2.3.3 9033 9042 dev: true 9034 9043 ··· 9298 9307 resolution: {integrity: sha512-6j1W9l1iAs/4xYBI1SYOVZyFcCis9b4KCLQ8fgAGG07QvzaRLVVRQvAy85yNmmZSjYjg4MWh4gNvlPujU/5LpA==} 9299 9308 dev: true 9300 9309 9301 - /shiki@1.2.4: 9302 - resolution: {integrity: sha512-Q9n9jKiOjJCRPztA9POn3/uZXNySHDNKAsPNpmtHDcFyi6ZQhx5vQKZW3Nhrwn8TWW3RudSRk66zqY603EZDeg==} 9310 + /shiki@1.3.0: 9311 + resolution: {integrity: sha512-9aNdQy/etMXctnPzsje1h1XIGm9YfRcSksKOGqZWXA/qP9G18/8fpz5Bjpma8bOgz3tqIpjERAd6/lLjFyzoww==} 9303 9312 dependencies: 9304 - '@shikijs/core': 1.2.4 9313 + '@shikijs/core': 1.3.0 9305 9314 dev: true 9306 9315 9307 9316 /side-channel@1.0.6: ··· 9992 10001 resolution: {integrity: sha512-KNNZtayBCtmnNmbo5mG47p1XsCyrx6iVqomjcZnec/1Y5GGARaxPs6r49RnSPeUP3YjNYiU9sQHAtY4BBvnZwg==} 9993 10002 dev: true 9994 10003 9995 - /typescript-eslint@7.6.0(eslint@9.0.0)(typescript@5.4.5): 9996 - resolution: {integrity: sha512-LY6vH6F1l5jpGqRtU+uK4+mOecIb4Cd4kaz1hAiJrgnNiHUA8wiw8BkJyYS+MRLM69F1QuSKwtGlQqnGl1Rc6w==} 10004 + /typescript-eslint@7.7.0(eslint@9.0.0)(typescript@5.4.5): 10005 + resolution: {integrity: sha512-wZZ+7mTQJCn4mGAvzdERtL4vwKGM/mF9cMSMeKUllz3Hgbd1Mdd5L60Q+nJmCio9RB4OyMMr0EX4Ry2Q7jiAyw==} 9997 10006 engines: {node: ^18.18.0 || >=20.0.0} 9998 10007 peerDependencies: 9999 10008 eslint: ^8.56.0 ··· 10002 10011 typescript: 10003 10012 optional: true 10004 10013 dependencies: 10005 - '@typescript-eslint/eslint-plugin': 7.6.0(@typescript-eslint/parser@7.6.0)(eslint@9.0.0)(typescript@5.4.5) 10006 - '@typescript-eslint/parser': 7.6.0(eslint@9.0.0)(typescript@5.4.5) 10007 - '@typescript-eslint/utils': 7.6.0(eslint@9.0.0)(typescript@5.4.5) 10014 + '@typescript-eslint/eslint-plugin': 7.7.0(@typescript-eslint/parser@7.7.0)(eslint@9.0.0)(typescript@5.4.5) 10015 + '@typescript-eslint/parser': 7.7.0(eslint@9.0.0)(typescript@5.4.5) 10016 + '@typescript-eslint/utils': 7.7.0(eslint@9.0.0)(typescript@5.4.5) 10008 10017 eslint: 9.0.0 10009 10018 typescript: 5.4.5 10010 10019 transitivePeerDependencies: ··· 10172 10181 debug: 4.3.4 10173 10182 pathe: 1.1.2 10174 10183 picocolors: 1.0.0 10175 - vite: 5.2.8(@types/node@20.12.7)(less@4.2.0) 10184 + vite: 5.2.9(@types/node@20.12.7)(less@4.2.0) 10176 10185 transitivePeerDependencies: 10177 10186 - '@types/node' 10178 10187 - less ··· 10216 10225 esbuild: 0.19.12 10217 10226 less: 4.2.0 10218 10227 postcss: 8.4.38 10219 - rollup: 4.14.2 10228 + rollup: 4.14.3 10220 10229 sass: 1.71.1 10221 10230 terser: 5.29.1 10222 10231 optionalDependencies: ··· 10255 10264 esbuild: 0.20.2 10256 10265 less: 4.2.0 10257 10266 postcss: 8.4.38 10258 - rollup: 4.14.2 10267 + rollup: 4.14.3 10259 10268 optionalDependencies: 10260 10269 fsevents: 2.3.3 10261 10270 dev: true 10262 10271 10263 - /vitepress@1.1.0(@algolia/client-search@4.23.3)(search-insights@2.13.0): 10264 - resolution: {integrity: sha512-G+NS5I2OETxC0SfGAMDO75JWNkrcir0UCptuhQMNoaZhhlqvYtTDQhph4qGc5dtiTtZkcFa/bCcSx+A2gSS3lA==} 10272 + /vite@5.2.9(@types/node@20.12.7)(less@4.2.0): 10273 + resolution: {integrity: sha512-uOQWfuZBlc6Y3W/DTuQ1Sr+oIXWvqljLvS881SVmAj00d5RdgShLcuXWxseWPd4HXwiYBFW/vXHfKFeqj9uQnw==} 10274 + engines: {node: ^18.0.0 || >=20.0.0} 10275 + hasBin: true 10276 + peerDependencies: 10277 + '@types/node': ^18.0.0 || >=20.0.0 10278 + less: '*' 10279 + lightningcss: ^1.21.0 10280 + sass: '*' 10281 + stylus: '*' 10282 + sugarss: '*' 10283 + terser: ^5.4.0 10284 + peerDependenciesMeta: 10285 + '@types/node': 10286 + optional: true 10287 + less: 10288 + optional: true 10289 + lightningcss: 10290 + optional: true 10291 + sass: 10292 + optional: true 10293 + stylus: 10294 + optional: true 10295 + sugarss: 10296 + optional: true 10297 + terser: 10298 + optional: true 10299 + dependencies: 10300 + '@types/node': 20.12.7 10301 + esbuild: 0.20.2 10302 + less: 4.2.0 10303 + postcss: 8.4.38 10304 + rollup: 4.14.3 10305 + optionalDependencies: 10306 + fsevents: 2.3.3 10307 + dev: true 10308 + 10309 + /vitepress@1.1.3(@algolia/client-search@4.23.3)(search-insights@2.13.0): 10310 + resolution: {integrity: sha512-hGrIYN0w9IHWs0NQSnlMjKV/v/HLfD+Ywv5QdvCSkiT32mpNOOwUrZjnqZv/JL/WBPpUc94eghTUvmipxw0xrA==} 10265 10311 hasBin: true 10266 10312 peerDependencies: 10267 10313 markdown-it-mathjax3: ^4 ··· 10274 10320 dependencies: 10275 10321 '@docsearch/css': 3.6.0 10276 10322 '@docsearch/js': 3.6.0(@algolia/client-search@4.23.3)(search-insights@2.13.0) 10277 - '@shikijs/core': 1.2.4 10278 - '@shikijs/transformers': 1.2.4 10279 - '@types/markdown-it': 13.0.7 10280 - '@vitejs/plugin-vue': 5.0.4(vite@5.2.8)(vue@3.4.21) 10281 - '@vue/devtools-api': 7.0.25(vue@3.4.21) 10282 - '@vueuse/core': 10.9.0(vue@3.4.21) 10283 - '@vueuse/integrations': 10.9.0(focus-trap@7.5.4)(vue@3.4.21) 10323 + '@shikijs/core': 1.3.0 10324 + '@shikijs/transformers': 1.3.0 10325 + '@types/markdown-it': 14.0.1 10326 + '@vitejs/plugin-vue': 5.0.4(vite@5.2.9)(vue@3.4.23) 10327 + '@vue/devtools-api': 7.0.27(vue@3.4.23) 10328 + '@vueuse/core': 10.9.0(vue@3.4.23) 10329 + '@vueuse/integrations': 10.9.0(focus-trap@7.5.4)(vue@3.4.23) 10284 10330 focus-trap: 7.5.4 10285 10331 mark.js: 8.11.1 10286 10332 minisearch: 6.3.0 10287 - shiki: 1.2.4 10288 - vite: 5.2.8(@types/node@20.12.7)(less@4.2.0) 10289 - vue: 3.4.21 10333 + shiki: 1.3.0 10334 + vite: 5.2.9(@types/node@20.12.7)(less@4.2.0) 10335 + vue: 3.4.23 10290 10336 transitivePeerDependencies: 10291 10337 - '@algolia/client-search' 10292 10338 - '@types/node' ··· 10371 10417 - terser 10372 10418 dev: true 10373 10419 10374 - /vue-demi@0.14.7(vue@3.4.21): 10420 + /vue-demi@0.14.7(vue@3.4.23): 10375 10421 resolution: {integrity: sha512-EOG8KXDQNwkJILkx/gPcoL/7vH+hORoBaKgGe+6W7VFMvCYJfmF2dGbvgDroVnI8LU7/kTu8mbjRZGBU1z9NTA==} 10376 10422 engines: {node: '>=12'} 10377 10423 hasBin: true ··· 10383 10429 '@vue/composition-api': 10384 10430 optional: true 10385 10431 dependencies: 10386 - vue: 3.4.21 10432 + vue: 3.4.23 10387 10433 dev: true 10388 10434 10389 - /vue@3.4.21: 10390 - resolution: {integrity: sha512-5hjyV/jLEIKD/jYl4cavMcnzKwjMKohureP8ejn3hhEjwhWIhWeuzL2kJAjzl/WyVsgPY56Sy4Z40C3lVshxXA==} 10435 + /vue@3.4.23: 10436 + resolution: {integrity: sha512-X1y6yyGJ28LMUBJ0k/qIeKHstGd+BlWQEOT40x3auJFTmpIhpbKLgN7EFsqalnJXq1Km5ybDEsp6BhuWKciUDg==} 10391 10437 peerDependencies: 10392 10438 typescript: '*' 10393 10439 peerDependenciesMeta: 10394 10440 typescript: 10395 10441 optional: true 10396 10442 dependencies: 10397 - '@vue/compiler-dom': 3.4.21 10398 - '@vue/compiler-sfc': 3.4.21 10399 - '@vue/runtime-dom': 3.4.21 10400 - '@vue/server-renderer': 3.4.21(vue@3.4.21) 10401 - '@vue/shared': 3.4.21 10443 + '@vue/compiler-dom': 3.4.23 10444 + '@vue/compiler-sfc': 3.4.23 10445 + '@vue/runtime-dom': 3.4.23 10446 + '@vue/server-renderer': 3.4.23(vue@3.4.23) 10447 + '@vue/shared': 3.4.23 10402 10448 dev: true 10403 10449 10404 10450 /watchpack@2.4.0: