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 #386 from hey-api/dependabot/npm_and_yarn/dev-deps-2d61b05ef0

authored by

Jordan Shatford and committed by
GitHub
67110dd3 d1b6c231

+388 -406
+1 -1
docs/package.json
··· 11 11 }, 12 12 "devDependencies": { 13 13 "mermaid": "10.9.0", 14 - "vitepress": "1.0.2", 14 + "vitepress": "1.1.0", 15 15 "vitepress-plugin-mermaid": "2.0.16" 16 16 } 17 17 }
+9 -9
packages/openapi-ts/package.json
··· 89 89 "@rollup/plugin-typescript": "11.1.6", 90 90 "@types/cross-spawn": "6.0.6", 91 91 "@types/express": "4.17.21", 92 - "@types/node": "20.12.5", 93 - "@vitest/coverage-v8": "1.4.0", 92 + "@types/node": "20.12.7", 93 + "@vitest/coverage-v8": "1.5.0", 94 94 "axios": "1.6.8", 95 95 "cross-spawn": "7.0.3", 96 - "eslint": "8.57.0", 96 + "eslint": "9.0.0", 97 97 "eslint-config-prettier": "9.1.0", 98 - "eslint-plugin-simple-import-sort": "12.0.0", 98 + "eslint-plugin-simple-import-sort": "12.1.0", 99 99 "eslint-plugin-sort-keys-fix": "1.1.2", 100 100 "express": "4.19.2", 101 101 "glob": "10.3.12", 102 102 "globals": "15.0.0", 103 103 "node-fetch": "3.3.2", 104 104 "prettier": "3.2.5", 105 - "puppeteer": "22.6.3", 105 + "puppeteer": "22.6.4", 106 106 "rimraf": "5.0.5", 107 - "rollup": "4.14.1", 107 + "rollup": "4.14.2", 108 108 "rollup-plugin-dts": "6.1.0", 109 109 "rxjs": "7.8.1", 110 110 "ts-node": "10.9.2", 111 111 "tslib": "2.6.2", 112 - "typescript": "5.4.4", 113 - "typescript-eslint": "7.5.0", 114 - "vitest": "1.4.0" 112 + "typescript": "5.4.5", 113 + "typescript-eslint": "7.6.0", 114 + "vitest": "1.5.0" 115 115 } 116 116 }
+378 -396
pnpm-lock.yaml
··· 21 21 specifier: 10.9.0 22 22 version: 10.9.0 23 23 vitepress: 24 - specifier: 1.0.2 25 - version: 1.0.2(@algolia/client-search@4.23.2)(search-insights@2.13.0) 24 + specifier: 1.1.0 25 + version: 1.1.0(@algolia/client-search@4.23.3)(search-insights@2.13.0) 26 26 vitepress-plugin-mermaid: 27 27 specifier: 2.0.16 28 - version: 2.0.16(mermaid@10.9.0)(vitepress@1.0.2) 28 + version: 2.0.16(mermaid@10.9.0)(vitepress@1.1.0) 29 29 30 30 packages/openapi-ts: 31 31 dependencies: ··· 47 47 devDependencies: 48 48 '@angular-devkit/build-angular': 49 49 specifier: 17.3.3 50 - version: 17.3.3(@angular/compiler-cli@17.3.3)(@types/express@4.17.21)(@types/node@20.12.5)(typescript@5.4.4) 50 + version: 17.3.3(@angular/compiler-cli@17.3.3)(@types/express@4.17.21)(@types/node@20.12.7)(typescript@5.4.5) 51 51 '@angular/animations': 52 52 specifier: 17.3.3 53 53 version: 17.3.3(@angular/core@17.3.3) ··· 62 62 version: 17.3.3(@angular/core@17.3.3) 63 63 '@angular/compiler-cli': 64 64 specifier: 17.3.3 65 - version: 17.3.3(@angular/compiler@17.3.3)(typescript@5.4.4) 65 + version: 17.3.3(@angular/compiler@17.3.3)(typescript@5.4.5) 66 66 '@angular/core': 67 67 specifier: 17.3.3 68 68 version: 17.3.3(rxjs@7.8.1)(zone.js@0.14.4) ··· 80 80 version: 17.3.3(@angular/common@17.3.3)(@angular/core@17.3.3)(@angular/platform-browser@17.3.3)(rxjs@7.8.1) 81 81 '@rollup/plugin-commonjs': 82 82 specifier: 25.0.7 83 - version: 25.0.7(rollup@4.14.1) 83 + version: 25.0.7(rollup@4.14.2) 84 84 '@rollup/plugin-json': 85 85 specifier: 6.1.0 86 - version: 6.1.0(rollup@4.14.1) 86 + version: 6.1.0(rollup@4.14.2) 87 87 '@rollup/plugin-node-resolve': 88 88 specifier: 15.2.3 89 - version: 15.2.3(rollup@4.14.1) 89 + version: 15.2.3(rollup@4.14.2) 90 90 '@rollup/plugin-terser': 91 91 specifier: 0.4.4 92 - version: 0.4.4(rollup@4.14.1) 92 + version: 0.4.4(rollup@4.14.2) 93 93 '@rollup/plugin-typescript': 94 94 specifier: 11.1.6 95 - version: 11.1.6(rollup@4.14.1)(tslib@2.6.2)(typescript@5.4.4) 95 + version: 11.1.6(rollup@4.14.2)(tslib@2.6.2)(typescript@5.4.5) 96 96 '@types/cross-spawn': 97 97 specifier: 6.0.6 98 98 version: 6.0.6 ··· 100 100 specifier: 4.17.21 101 101 version: 4.17.21 102 102 '@types/node': 103 - specifier: 20.12.5 104 - version: 20.12.5 103 + specifier: 20.12.7 104 + version: 20.12.7 105 105 '@vitest/coverage-v8': 106 - specifier: 1.4.0 107 - version: 1.4.0(vitest@1.4.0) 106 + specifier: 1.5.0 107 + version: 1.5.0(vitest@1.5.0) 108 108 axios: 109 109 specifier: 1.6.8 110 110 version: 1.6.8 ··· 112 112 specifier: 7.0.3 113 113 version: 7.0.3 114 114 eslint: 115 - specifier: 8.57.0 116 - version: 8.57.0 115 + specifier: 9.0.0 116 + version: 9.0.0 117 117 eslint-config-prettier: 118 118 specifier: 9.1.0 119 - version: 9.1.0(eslint@8.57.0) 119 + version: 9.1.0(eslint@9.0.0) 120 120 eslint-plugin-simple-import-sort: 121 - specifier: 12.0.0 122 - version: 12.0.0(eslint@8.57.0) 121 + specifier: 12.1.0 122 + version: 12.1.0(eslint@9.0.0) 123 123 eslint-plugin-sort-keys-fix: 124 124 specifier: 1.1.2 125 125 version: 1.1.2 ··· 139 139 specifier: 3.2.5 140 140 version: 3.2.5 141 141 puppeteer: 142 - specifier: 22.6.3 143 - version: 22.6.3(typescript@5.4.4) 142 + specifier: 22.6.4 143 + version: 22.6.4(typescript@5.4.5) 144 144 rimraf: 145 145 specifier: 5.0.5 146 146 version: 5.0.5 147 147 rollup: 148 - specifier: 4.14.1 149 - version: 4.14.1 148 + specifier: 4.14.2 149 + version: 4.14.2 150 150 rollup-plugin-dts: 151 151 specifier: 6.1.0 152 - version: 6.1.0(rollup@4.14.1)(typescript@5.4.4) 152 + version: 6.1.0(rollup@4.14.2)(typescript@5.4.5) 153 153 rxjs: 154 154 specifier: 7.8.1 155 155 version: 7.8.1 156 156 ts-node: 157 157 specifier: 10.9.2 158 - version: 10.9.2(@types/node@20.12.5)(typescript@5.4.4) 158 + version: 10.9.2(@types/node@20.12.7)(typescript@5.4.5) 159 159 tslib: 160 160 specifier: 2.6.2 161 161 version: 2.6.2 162 162 typescript: 163 - specifier: 5.4.4 164 - version: 5.4.4 163 + specifier: 5.4.5 164 + version: 5.4.5 165 165 typescript-eslint: 166 - specifier: 7.5.0 167 - version: 7.5.0(eslint@8.57.0)(typescript@5.4.4) 166 + specifier: 7.6.0 167 + version: 7.6.0(eslint@9.0.0)(typescript@5.4.5) 168 168 vitest: 169 - specifier: 1.4.0 170 - version: 1.4.0(@types/node@20.12.5)(less@4.2.0) 169 + specifier: 1.5.0 170 + version: 1.5.0(@types/node@20.12.7)(less@4.2.0) 171 171 172 172 packages: 173 173 ··· 176 176 engines: {node: '>=0.10.0'} 177 177 dev: true 178 178 179 - /@algolia/autocomplete-core@1.9.3(@algolia/client-search@4.23.2)(algoliasearch@4.23.2)(search-insights@2.13.0): 179 + /@algolia/autocomplete-core@1.9.3(@algolia/client-search@4.23.3)(algoliasearch@4.23.2)(search-insights@2.13.0): 180 180 resolution: {integrity: sha512-009HdfugtGCdC4JdXUbVJClA0q0zh24yyePn+KUGk3rP7j8FEe/m5Yo/z65gn6nP/cM39PxpzqKrL7A6fP6PPw==} 181 181 dependencies: 182 - '@algolia/autocomplete-plugin-algolia-insights': 1.9.3(@algolia/client-search@4.23.2)(algoliasearch@4.23.2)(search-insights@2.13.0) 183 - '@algolia/autocomplete-shared': 1.9.3(@algolia/client-search@4.23.2)(algoliasearch@4.23.2) 182 + '@algolia/autocomplete-plugin-algolia-insights': 1.9.3(@algolia/client-search@4.23.3)(algoliasearch@4.23.2)(search-insights@2.13.0) 183 + '@algolia/autocomplete-shared': 1.9.3(@algolia/client-search@4.23.3)(algoliasearch@4.23.2) 184 184 transitivePeerDependencies: 185 185 - '@algolia/client-search' 186 186 - algoliasearch 187 187 - search-insights 188 188 dev: true 189 189 190 - /@algolia/autocomplete-plugin-algolia-insights@1.9.3(@algolia/client-search@4.23.2)(algoliasearch@4.23.2)(search-insights@2.13.0): 190 + /@algolia/autocomplete-plugin-algolia-insights@1.9.3(@algolia/client-search@4.23.3)(algoliasearch@4.23.2)(search-insights@2.13.0): 191 191 resolution: {integrity: sha512-a/yTUkcO/Vyy+JffmAnTWbr4/90cLzw+CC3bRbhnULr/EM0fGNvM13oQQ14f2moLMcVDyAx/leczLlAOovhSZg==} 192 192 peerDependencies: 193 193 search-insights: '>= 1 < 3' 194 194 dependencies: 195 - '@algolia/autocomplete-shared': 1.9.3(@algolia/client-search@4.23.2)(algoliasearch@4.23.2) 195 + '@algolia/autocomplete-shared': 1.9.3(@algolia/client-search@4.23.3)(algoliasearch@4.23.2) 196 196 search-insights: 2.13.0 197 197 transitivePeerDependencies: 198 198 - '@algolia/client-search' 199 199 - algoliasearch 200 200 dev: true 201 201 202 - /@algolia/autocomplete-preset-algolia@1.9.3(@algolia/client-search@4.23.2)(algoliasearch@4.23.2): 202 + /@algolia/autocomplete-preset-algolia@1.9.3(@algolia/client-search@4.23.3)(algoliasearch@4.23.2): 203 203 resolution: {integrity: sha512-d4qlt6YmrLMYy95n5TB52wtNDr6EgAIPH81dvvvW8UmuWRgxEtY0NJiPwl/h95JtG2vmRM804M0DSwMCNZlzRA==} 204 204 peerDependencies: 205 205 '@algolia/client-search': '>= 4.9.1 < 6' 206 206 algoliasearch: '>= 4.9.1 < 6' 207 207 dependencies: 208 - '@algolia/autocomplete-shared': 1.9.3(@algolia/client-search@4.23.2)(algoliasearch@4.23.2) 209 - '@algolia/client-search': 4.23.2 208 + '@algolia/autocomplete-shared': 1.9.3(@algolia/client-search@4.23.3)(algoliasearch@4.23.2) 209 + '@algolia/client-search': 4.23.3 210 210 algoliasearch: 4.23.2 211 211 dev: true 212 212 213 - /@algolia/autocomplete-shared@1.9.3(@algolia/client-search@4.23.2)(algoliasearch@4.23.2): 213 + /@algolia/autocomplete-shared@1.9.3(@algolia/client-search@4.23.3)(algoliasearch@4.23.2): 214 214 resolution: {integrity: sha512-Wnm9E4Ye6Rl6sTTqjoymD+l8DjSTHsHboVRYrKgEt8Q7UHm9nYbqhN/i0fhUYA3OAEH7WA8x3jfpnmJm3rKvaQ==} 215 215 peerDependencies: 216 216 '@algolia/client-search': '>= 4.9.1 < 6' 217 217 algoliasearch: '>= 4.9.1 < 6' 218 218 dependencies: 219 - '@algolia/client-search': 4.23.2 219 + '@algolia/client-search': 4.23.3 220 220 algoliasearch: 4.23.2 221 221 dev: true 222 222 ··· 230 230 resolution: {integrity: sha512-OUK/6mqr6CQWxzl/QY0/mwhlGvS6fMtvEPyn/7AHUx96NjqDA4X4+Ju7aXFQKh+m3jW9VPB0B9xvEQgyAnRPNw==} 231 231 dev: true 232 232 233 + /@algolia/cache-common@4.23.3: 234 + resolution: {integrity: sha512-h9XcNI6lxYStaw32pHpB1TMm0RuxphF+Ik4o7tcQiodEdpKK+wKufY6QXtba7t3k8eseirEMVB83uFFF3Nu54A==} 235 + dev: true 236 + 233 237 /@algolia/cache-in-memory@4.23.2: 234 238 resolution: {integrity: sha512-rfbi/SnhEa3MmlqQvgYz/9NNJ156NkU6xFxjbxBtLWnHbpj+qnlMoKd+amoiacHRITpajg6zYbLM9dnaD3Bczw==} 235 239 dependencies: ··· 260 264 '@algolia/transporter': 4.23.2 261 265 dev: true 262 266 267 + /@algolia/client-common@4.23.3: 268 + resolution: {integrity: sha512-l6EiPxdAlg8CYhroqS5ybfIczsGUIAC47slLPOMDeKSVXYG1n0qGiz4RjAHLw2aD0xzh2EXZ7aRguPfz7UKDKw==} 269 + dependencies: 270 + '@algolia/requester-common': 4.23.3 271 + '@algolia/transporter': 4.23.3 272 + dev: true 273 + 263 274 /@algolia/client-personalization@4.23.2: 264 275 resolution: {integrity: sha512-vwPsgnCGhUcHhhQG5IM27z8q7dWrN9itjdvgA6uKf2e9r7vB+WXt4OocK0CeoYQt3OGEAExryzsB8DWqdMK5wg==} 265 276 dependencies: ··· 276 287 '@algolia/transporter': 4.23.2 277 288 dev: true 278 289 290 + /@algolia/client-search@4.23.3: 291 + resolution: {integrity: sha512-P4VAKFHqU0wx9O+q29Q8YVuaowaZ5EM77rxfmGnkHUJggh28useXQdopokgwMeYw2XUht49WX5RcTQ40rZIabw==} 292 + dependencies: 293 + '@algolia/client-common': 4.23.3 294 + '@algolia/requester-common': 4.23.3 295 + '@algolia/transporter': 4.23.3 296 + dev: true 297 + 279 298 /@algolia/logger-common@4.23.2: 280 299 resolution: {integrity: sha512-jGM49Q7626cXZ7qRAWXn0jDlzvoA1FvN4rKTi1g0hxKsTTSReyYk0i1ADWjChDPl3Q+nSDhJuosM2bBUAay7xw==} 300 + dev: true 301 + 302 + /@algolia/logger-common@4.23.3: 303 + resolution: {integrity: sha512-y9kBtmJwiZ9ZZ+1Ek66P0M68mHQzKRxkW5kAAXYN/rdzgDN0d2COsViEFufxJ0pb45K4FRcfC7+33YB4BLrZ+g==} 281 304 dev: true 282 305 283 306 /@algolia/logger-console@4.23.2: ··· 312 335 resolution: {integrity: sha512-3EfpBS0Hri0lGDB5H/BocLt7Vkop0bTTLVUBB844HH6tVycwShmsV6bDR7yXbQvFP1uNpgePRD3cdBCjeHmk6Q==} 313 336 dev: true 314 337 338 + /@algolia/requester-common@4.23.3: 339 + resolution: {integrity: sha512-xloIdr/bedtYEGcXCiF2muajyvRhwop4cMZo+K2qzNht0CMzlRkm8YsDdj5IaBhshqfgmBb3rTg4sL4/PpvLYw==} 340 + dev: true 341 + 315 342 /@algolia/requester-node-http@4.23.2: 316 343 resolution: {integrity: sha512-SVzgkZM/malo+2SB0NWDXpnT7nO5IZwuDTaaH6SjLeOHcya1o56LSWXk+3F3rNLz2GVH+I/rpYKiqmHhSOjerw==} 317 344 dependencies: ··· 326 353 '@algolia/requester-common': 4.23.2 327 354 dev: true 328 355 356 + /@algolia/transporter@4.23.3: 357 + resolution: {integrity: sha512-Wjl5gttqnf/gQKJA+dafnD0Y6Yw97yvfY8R9h0dQltX1GXTgNs1zWgvtWW0tHl1EgMdhAyw189uWiZMnL3QebQ==} 358 + dependencies: 359 + '@algolia/cache-common': 4.23.3 360 + '@algolia/logger-common': 4.23.3 361 + '@algolia/requester-common': 4.23.3 362 + dev: true 363 + 329 364 /@ampproject/remapping@2.3.0: 330 365 resolution: {integrity: sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==} 331 366 engines: {node: '>=6.0.0'} ··· 344 379 - chokidar 345 380 dev: true 346 381 347 - /@angular-devkit/build-angular@17.3.3(@angular/compiler-cli@17.3.3)(@types/express@4.17.21)(@types/node@20.12.5)(typescript@5.4.4): 382 + /@angular-devkit/build-angular@17.3.3(@angular/compiler-cli@17.3.3)(@types/express@4.17.21)(@types/node@20.12.7)(typescript@5.4.5): 348 383 resolution: {integrity: sha512-E/6Z1MIMhEB1I2sN+Pw4/zinwAFj4vLDh6dEuj856WWEPndgPiUB6fGX4EbCTsyIUzboXI5ysdNyt2Eq56bllA==} 349 384 engines: {node: ^18.13.0 || >=20.9.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} 350 385 peerDependencies: ··· 389 424 '@angular-devkit/architect': 0.1703.3 390 425 '@angular-devkit/build-webpack': 0.1703.3(webpack-dev-server@4.15.1)(webpack@5.90.3) 391 426 '@angular-devkit/core': 17.3.3 392 - '@angular/compiler-cli': 17.3.3(@angular/compiler@17.3.3)(typescript@5.4.4) 427 + '@angular/compiler-cli': 17.3.3(@angular/compiler@17.3.3)(typescript@5.4.5) 393 428 '@babel/core': 7.24.0 394 429 '@babel/generator': 7.23.6 395 430 '@babel/helper-annotate-as-pure': 7.22.5 ··· 400 435 '@babel/preset-env': 7.24.0(@babel/core@7.24.0) 401 436 '@babel/runtime': 7.24.0 402 437 '@discoveryjs/json-ext': 0.5.7 403 - '@ngtools/webpack': 17.3.3(@angular/compiler-cli@17.3.3)(typescript@5.4.4)(webpack@5.90.3) 438 + '@ngtools/webpack': 17.3.3(@angular/compiler-cli@17.3.3)(typescript@5.4.5)(webpack@5.90.3) 404 439 '@vitejs/plugin-basic-ssl': 1.1.0(vite@5.1.5) 405 440 ansi-colors: 4.1.3 406 441 autoprefixer: 10.4.18(postcss@8.4.35) ··· 430 465 picomatch: 4.0.1 431 466 piscina: 4.4.0 432 467 postcss: 8.4.35 433 - postcss-loader: 8.1.1(postcss@8.4.35)(typescript@5.4.4)(webpack@5.90.3) 468 + postcss-loader: 8.1.1(postcss@8.4.35)(typescript@5.4.5)(webpack@5.90.3) 434 469 resolve-url-loader: 5.0.0 435 470 rxjs: 7.8.1 436 471 sass: 1.71.1 ··· 441 476 terser: 5.29.1 442 477 tree-kill: 1.2.2 443 478 tslib: 2.6.2 444 - typescript: 5.4.4 479 + typescript: 5.4.5 445 480 undici: 6.7.1 446 - vite: 5.1.5(@types/node@20.12.5)(less@4.2.0)(sass@1.71.1)(terser@5.29.1) 481 + vite: 5.1.5(@types/node@20.12.7)(less@4.2.0)(sass@1.71.1)(terser@5.29.1) 447 482 watchpack: 2.4.0 448 483 webpack: 5.90.3(esbuild@0.20.1) 449 484 webpack-dev-middleware: 6.1.2(webpack@5.90.3) ··· 568 603 tslib: 2.6.2 569 604 dev: true 570 605 571 - /@angular/compiler-cli@17.3.3(@angular/compiler@17.3.3)(typescript@5.4.4): 606 + /@angular/compiler-cli@17.3.3(@angular/compiler@17.3.3)(typescript@5.4.5): 572 607 resolution: {integrity: sha512-vM0lqwuXQZ912HbLnIuvUblvIz2WEUsU7a5Z2ieNey6famH4zxPH12vCbVwXgicB6GLHorhOfcWC5443wD2mJw==} 573 608 engines: {node: ^18.13.0 || >=20.9.0} 574 609 hasBin: true ··· 584 619 reflect-metadata: 0.2.2 585 620 semver: 7.6.0 586 621 tslib: 2.6.2 587 - typescript: 5.4.4 622 + typescript: 5.4.5 588 623 yargs: 17.7.2 589 624 transitivePeerDependencies: 590 625 - supports-color ··· 1016 1051 chalk: 2.4.2 1017 1052 js-tokens: 4.0.0 1018 1053 picocolors: 1.0.0 1019 - dev: true 1020 - 1021 - /@babel/parser@7.24.1: 1022 - resolution: {integrity: sha512-Zo9c7N3xdOIQrNip7Lc9wvRPzlRtovHVE4lkz8WEDr7uYh/GMQhSiIgFxGIArRHYdJE5kxtZjAf8rT0xhdLCzg==} 1023 - engines: {node: '>=6.0.0'} 1024 - hasBin: true 1025 - dependencies: 1026 - '@babel/types': 7.24.0 1027 1054 dev: true 1028 1055 1029 1056 /@babel/parser@7.24.4: ··· 2165 2192 resolution: {integrity: sha512-+sbxb71sWre+PwDK7X2T8+bhS6clcVMLwBPznX45Qu6opJcgRjAp7gYSDzVFp187J+feSj5dNBN1mJoi6ckkUQ==} 2166 2193 dev: true 2167 2194 2168 - /@docsearch/js@3.6.0(@algolia/client-search@4.23.2)(search-insights@2.13.0): 2195 + /@docsearch/js@3.6.0(@algolia/client-search@4.23.3)(search-insights@2.13.0): 2169 2196 resolution: {integrity: sha512-QujhqINEElrkIfKwyyyTfbsfMAYCkylInLYMRqHy7PHc8xTBQCow73tlo/Kc7oIwBrCLf0P3YhjlOeV4v8hevQ==} 2170 2197 dependencies: 2171 - '@docsearch/react': 3.6.0(@algolia/client-search@4.23.2)(search-insights@2.13.0) 2198 + '@docsearch/react': 3.6.0(@algolia/client-search@4.23.3)(search-insights@2.13.0) 2172 2199 preact: 10.20.1 2173 2200 transitivePeerDependencies: 2174 2201 - '@algolia/client-search' ··· 2178 2205 - search-insights 2179 2206 dev: true 2180 2207 2181 - /@docsearch/react@3.6.0(@algolia/client-search@4.23.2)(search-insights@2.13.0): 2208 + /@docsearch/react@3.6.0(@algolia/client-search@4.23.3)(search-insights@2.13.0): 2182 2209 resolution: {integrity: sha512-HUFut4ztcVNmqy9gp/wxNbC7pTOHhgVVkHVGCACTuLhUKUhKAF9KYHJtMiLUJxEqiFLQiuri1fWF8zqwM/cu1w==} 2183 2210 peerDependencies: 2184 2211 '@types/react': '>= 16.8.0 < 19.0.0' ··· 2195 2222 search-insights: 2196 2223 optional: true 2197 2224 dependencies: 2198 - '@algolia/autocomplete-core': 1.9.3(@algolia/client-search@4.23.2)(algoliasearch@4.23.2)(search-insights@2.13.0) 2199 - '@algolia/autocomplete-preset-algolia': 1.9.3(@algolia/client-search@4.23.2)(algoliasearch@4.23.2) 2225 + '@algolia/autocomplete-core': 1.9.3(@algolia/client-search@4.23.3)(algoliasearch@4.23.2)(search-insights@2.13.0) 2226 + '@algolia/autocomplete-preset-algolia': 1.9.3(@algolia/client-search@4.23.3)(algoliasearch@4.23.2) 2200 2227 '@docsearch/css': 3.6.0 2201 2228 algoliasearch: 4.23.2 2202 2229 search-insights: 2.13.0 ··· 2825 2852 dev: true 2826 2853 optional: true 2827 2854 2828 - /@eslint-community/eslint-utils@4.4.0(eslint@8.57.0): 2855 + /@eslint-community/eslint-utils@4.4.0(eslint@9.0.0): 2829 2856 resolution: {integrity: sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==} 2830 2857 engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} 2831 2858 peerDependencies: 2832 2859 eslint: ^6.0.0 || ^7.0.0 || >=8.0.0 2833 2860 dependencies: 2834 - eslint: 8.57.0 2861 + eslint: 9.0.0 2835 2862 eslint-visitor-keys: 3.4.3 2836 2863 dev: true 2837 2864 ··· 2840 2867 engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0} 2841 2868 dev: true 2842 2869 2843 - /@eslint/eslintrc@2.1.4: 2844 - resolution: {integrity: sha512-269Z39MS6wVJtsoUl10L60WdkhJVdPG24Q4eZTH3nnF6lpvSShEK3wQjDX9JRWAUPvPh7COouPpU9IrqaZFvtQ==} 2845 - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} 2870 + /@eslint/eslintrc@3.0.2: 2871 + resolution: {integrity: sha512-wV19ZEGEMAC1eHgrS7UQPqsdEiCIbTKTasEfcXAigzoXICcqZSjBZEHlZwNVvKg6UBCjSlos84XiLqsRJnIcIg==} 2872 + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 2846 2873 dependencies: 2847 2874 ajv: 6.12.6 2848 2875 debug: 4.3.4 2849 - espree: 9.6.1 2850 - globals: 13.24.0 2876 + espree: 10.0.1 2877 + globals: 14.0.0 2851 2878 ignore: 5.3.1 2852 2879 import-fresh: 3.3.0 2853 2880 js-yaml: 4.1.0 ··· 2857 2884 - supports-color 2858 2885 dev: true 2859 2886 2860 - /@eslint/js@8.57.0: 2861 - resolution: {integrity: sha512-Ys+3g2TaW7gADOJzPt83SJtCDhMjndcDMFVQ/Tj9iA1BfJzFKD9mAUXT3OenpuPHbI6P/myECxRJrofUsDx/5g==} 2862 - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} 2887 + /@eslint/js@9.0.0: 2888 + resolution: {integrity: sha512-RThY/MnKrhubF6+s1JflwUjPEsnCEmYCWwqa/aRISKWNXGZ9epUwft4bUMM35SdKF9xvBrLydAM1RDHd1Z//ZQ==} 2889 + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 2863 2890 dev: true 2864 2891 2865 - /@humanwhocodes/config-array@0.11.14: 2866 - resolution: {integrity: sha512-3T8LkOmg45BV5FICb15QQMsyUSWrQ8AygVfC7ZG32zOalnqrilm018ZVCw0eapXux8FtA33q8PSRSstjee3jSg==} 2892 + /@humanwhocodes/config-array@0.12.3: 2893 + resolution: {integrity: sha512-jsNnTBlMWuTpDkeE3on7+dWJi0D6fdDfeANj/w7MpS8ztROCoLvIO2nG0CcFj+E4k8j4QrSTh4Oryi3i2G669g==} 2867 2894 engines: {node: '>=10.10.0'} 2868 2895 dependencies: 2869 2896 '@humanwhocodes/object-schema': 2.0.3 ··· 3010 3037 dev: true 3011 3038 optional: true 3012 3039 3013 - /@ngtools/webpack@17.3.3(@angular/compiler-cli@17.3.3)(typescript@5.4.4)(webpack@5.90.3): 3040 + /@ngtools/webpack@17.3.3(@angular/compiler-cli@17.3.3)(typescript@5.4.5)(webpack@5.90.3): 3014 3041 resolution: {integrity: sha512-053KMbg1Tb+Mmg4Htsv8yTpI7ABghguoxhwosQXKB0CjO6M0oexuvdaxbRDQ1vd5xYNOW9LcOfxOMPIwyU4BBA==} 3015 3042 engines: {node: ^18.13.0 || >=20.9.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} 3016 3043 peerDependencies: ··· 3018 3045 typescript: '>=5.2 <5.5' 3019 3046 webpack: ^5.54.0 3020 3047 dependencies: 3021 - '@angular/compiler-cli': 17.3.3(@angular/compiler@17.3.3)(typescript@5.4.4) 3022 - typescript: 5.4.4 3048 + '@angular/compiler-cli': 17.3.3(@angular/compiler@17.3.3)(typescript@5.4.5) 3049 + typescript: 5.4.5 3023 3050 webpack: 5.90.3(esbuild@0.20.1) 3024 3051 dev: true 3025 3052 ··· 3159 3186 - supports-color 3160 3187 dev: true 3161 3188 3162 - /@rollup/plugin-commonjs@25.0.7(rollup@4.14.1): 3189 + /@rollup/plugin-commonjs@25.0.7(rollup@4.14.2): 3163 3190 resolution: {integrity: sha512-nEvcR+LRjEjsaSsc4x3XZfCCvZIaSMenZu/OiwOKGN2UhQpAYI7ru7czFvyWbErlpoGjnSX3D5Ch5FcMA3kRWQ==} 3164 3191 engines: {node: '>=14.0.0'} 3165 3192 peerDependencies: ··· 3168 3195 rollup: 3169 3196 optional: true 3170 3197 dependencies: 3171 - '@rollup/pluginutils': 5.1.0(rollup@4.14.1) 3198 + '@rollup/pluginutils': 5.1.0(rollup@4.14.2) 3172 3199 commondir: 1.0.1 3173 3200 estree-walker: 2.0.2 3174 3201 glob: 8.1.0 3175 3202 is-reference: 1.2.1 3176 3203 magic-string: 0.30.8 3177 - rollup: 4.14.1 3204 + rollup: 4.14.2 3178 3205 dev: true 3179 3206 3180 - /@rollup/plugin-json@6.1.0(rollup@4.14.1): 3207 + /@rollup/plugin-json@6.1.0(rollup@4.14.2): 3181 3208 resolution: {integrity: sha512-EGI2te5ENk1coGeADSIwZ7G2Q8CJS2sF120T7jLw4xFw9n7wIOXHo+kIYRAoVpJAN+kmqZSoO3Fp4JtoNF4ReA==} 3182 3209 engines: {node: '>=14.0.0'} 3183 3210 peerDependencies: ··· 3186 3213 rollup: 3187 3214 optional: true 3188 3215 dependencies: 3189 - '@rollup/pluginutils': 5.1.0(rollup@4.14.1) 3190 - rollup: 4.14.1 3216 + '@rollup/pluginutils': 5.1.0(rollup@4.14.2) 3217 + rollup: 4.14.2 3191 3218 dev: true 3192 3219 3193 - /@rollup/plugin-node-resolve@15.2.3(rollup@4.14.1): 3220 + /@rollup/plugin-node-resolve@15.2.3(rollup@4.14.2): 3194 3221 resolution: {integrity: sha512-j/lym8nf5E21LwBT4Df1VD6hRO2L2iwUeUmP7litikRsVp1H6NWx20NEp0Y7su+7XGc476GnXXc4kFeZNGmaSQ==} 3195 3222 engines: {node: '>=14.0.0'} 3196 3223 peerDependencies: ··· 3199 3226 rollup: 3200 3227 optional: true 3201 3228 dependencies: 3202 - '@rollup/pluginutils': 5.1.0(rollup@4.14.1) 3229 + '@rollup/pluginutils': 5.1.0(rollup@4.14.2) 3203 3230 '@types/resolve': 1.20.2 3204 3231 deepmerge: 4.3.1 3205 3232 is-builtin-module: 3.2.1 3206 3233 is-module: 1.0.0 3207 3234 resolve: 1.22.8 3208 - rollup: 4.14.1 3235 + rollup: 4.14.2 3209 3236 dev: true 3210 3237 3211 - /@rollup/plugin-terser@0.4.4(rollup@4.14.1): 3238 + /@rollup/plugin-terser@0.4.4(rollup@4.14.2): 3212 3239 resolution: {integrity: sha512-XHeJC5Bgvs8LfukDwWZp7yeqin6ns8RTl2B9avbejt6tZqsqvVoWI7ZTQrcNsfKEDWBTnTxM8nMDkO2IFFbd0A==} 3213 3240 engines: {node: '>=14.0.0'} 3214 3241 peerDependencies: ··· 3217 3244 rollup: 3218 3245 optional: true 3219 3246 dependencies: 3220 - rollup: 4.14.1 3247 + rollup: 4.14.2 3221 3248 serialize-javascript: 6.0.2 3222 3249 smob: 1.5.0 3223 3250 terser: 5.30.3 3224 3251 dev: true 3225 3252 3226 - /@rollup/plugin-typescript@11.1.6(rollup@4.14.1)(tslib@2.6.2)(typescript@5.4.4): 3253 + /@rollup/plugin-typescript@11.1.6(rollup@4.14.2)(tslib@2.6.2)(typescript@5.4.5): 3227 3254 resolution: {integrity: sha512-R92yOmIACgYdJ7dJ97p4K69I8gg6IEHt8M7dUBxN3W6nrO8uUxX5ixl0yU/N3aZTi8WhPuICvOHXQvF6FaykAA==} 3228 3255 engines: {node: '>=14.0.0'} 3229 3256 peerDependencies: ··· 3236 3263 tslib: 3237 3264 optional: true 3238 3265 dependencies: 3239 - '@rollup/pluginutils': 5.1.0(rollup@4.14.1) 3266 + '@rollup/pluginutils': 5.1.0(rollup@4.14.2) 3240 3267 resolve: 1.22.8 3241 - rollup: 4.14.1 3268 + rollup: 4.14.2 3242 3269 tslib: 2.6.2 3243 - typescript: 5.4.4 3270 + typescript: 5.4.5 3244 3271 dev: true 3245 3272 3246 - /@rollup/pluginutils@5.1.0(rollup@4.14.1): 3273 + /@rollup/pluginutils@5.1.0(rollup@4.14.2): 3247 3274 resolution: {integrity: sha512-XTIWOPPcpvyKI6L1NHo0lFlCyznUEyPmPY1mc3KpPVDYulHSTvyeLNVW00QTLIAFNhR3kYnJTQHeGqU4M3n09g==} 3248 3275 engines: {node: '>=14.0.0'} 3249 3276 peerDependencies: ··· 3255 3282 '@types/estree': 1.0.5 3256 3283 estree-walker: 2.0.2 3257 3284 picomatch: 2.3.1 3258 - rollup: 4.14.1 3285 + rollup: 4.14.2 3259 3286 dev: true 3260 3287 3261 - /@rollup/rollup-android-arm-eabi@4.14.1: 3262 - resolution: {integrity: sha512-fH8/o8nSUek8ceQnT7K4EQbSiV7jgkHq81m9lWZFIXjJ7lJzpWXbQFpT/Zh6OZYnpFykvzC3fbEvEAFZu03dPA==} 3288 + /@rollup/rollup-android-arm-eabi@4.14.2: 3289 + resolution: {integrity: sha512-ahxSgCkAEk+P/AVO0vYr7DxOD3CwAQrT0Go9BJyGQ9Ef0QxVOfjDZMiF4Y2s3mLyPrjonchIMH/tbWHucJMykQ==} 3263 3290 cpu: [arm] 3264 3291 os: [android] 3265 3292 requiresBuild: true 3266 3293 dev: true 3267 3294 optional: true 3268 3295 3269 - /@rollup/rollup-android-arm64@4.14.1: 3270 - resolution: {integrity: sha512-Y/9OHLjzkunF+KGEoJr3heiD5X9OLa8sbT1lm0NYeKyaM3oMhhQFvPB0bNZYJwlq93j8Z6wSxh9+cyKQaxS7PQ==} 3296 + /@rollup/rollup-android-arm64@4.14.2: 3297 + resolution: {integrity: sha512-lAarIdxZWbFSHFSDao9+I/F5jDaKyCqAPMq5HqnfpBw8dKDiCaaqM0lq5h1pQTLeIqueeay4PieGR5jGZMWprw==} 3271 3298 cpu: [arm64] 3272 3299 os: [android] 3273 3300 requiresBuild: true 3274 3301 dev: true 3275 3302 optional: true 3276 3303 3277 - /@rollup/rollup-darwin-arm64@4.14.1: 3278 - resolution: {integrity: sha512-+kecg3FY84WadgcuSVm6llrABOdQAEbNdnpi5X3UwWiFVhZIZvKgGrF7kmLguvxHNQy+UuRV66cLVl3S+Rkt+Q==} 3304 + /@rollup/rollup-darwin-arm64@4.14.2: 3305 + resolution: {integrity: sha512-SWsr8zEUk82KSqquIMgZEg2GE5mCSfr9sE/thDROkX6pb3QQWPp8Vw8zOq2GyxZ2t0XoSIUlvHDkrf5Gmf7x3Q==} 3279 3306 cpu: [arm64] 3280 3307 os: [darwin] 3281 3308 requiresBuild: true 3282 3309 dev: true 3283 3310 optional: true 3284 3311 3285 - /@rollup/rollup-darwin-x64@4.14.1: 3286 - resolution: {integrity: sha512-2pYRzEjVqq2TB/UNv47BV/8vQiXkFGVmPFwJb+1E0IFFZbIX8/jo1olxqqMbo6xCXf8kabANhp5bzCij2tFLUA==} 3312 + /@rollup/rollup-darwin-x64@4.14.2: 3313 + resolution: {integrity: sha512-o/HAIrQq0jIxJAhgtIvV5FWviYK4WB0WwV91SLUnsliw1lSAoLsmgEEgRWzDguAFeUEUUoIWXiJrPqU7vGiVkA==} 3287 3314 cpu: [x64] 3288 3315 os: [darwin] 3289 3316 requiresBuild: true 3290 3317 dev: true 3291 3318 optional: true 3292 3319 3293 - /@rollup/rollup-linux-arm-gnueabihf@4.14.1: 3294 - resolution: {integrity: sha512-mS6wQ6Do6/wmrF9aTFVpIJ3/IDXhg1EZcQFYHZLHqw6AzMBjTHWnCG35HxSqUNphh0EHqSM6wRTT8HsL1C0x5g==} 3320 + /@rollup/rollup-linux-arm-gnueabihf@4.14.2: 3321 + resolution: {integrity: sha512-nwlJ65UY9eGq91cBi6VyDfArUJSKOYt5dJQBq8xyLhvS23qO+4Nr/RreibFHjP6t+5ap2ohZrUJcHv5zk5ju/g==} 3295 3322 cpu: [arm] 3296 3323 os: [linux] 3297 3324 requiresBuild: true 3298 3325 dev: true 3299 3326 optional: true 3300 3327 3301 - /@rollup/rollup-linux-arm64-gnu@4.14.1: 3302 - resolution: {integrity: sha512-p9rGKYkHdFMzhckOTFubfxgyIO1vw//7IIjBBRVzyZebWlzRLeNhqxuSaZ7kCEKVkm/kuC9fVRW9HkC/zNRG2w==} 3328 + /@rollup/rollup-linux-arm64-gnu@4.14.2: 3329 + resolution: {integrity: sha512-Pg5TxxO2IVlMj79+c/9G0LREC9SY3HM+pfAwX7zj5/cAuwrbfj2Wv9JbMHIdPCfQpYsI4g9mE+2Bw/3aeSs2rQ==} 3303 3330 cpu: [arm64] 3304 3331 os: [linux] 3305 3332 requiresBuild: true 3306 3333 dev: true 3307 3334 optional: true 3308 3335 3309 - /@rollup/rollup-linux-arm64-musl@4.14.1: 3310 - resolution: {integrity: sha512-nDY6Yz5xS/Y4M2i9JLQd3Rofh5OR8Bn8qe3Mv/qCVpHFlwtZSBYSPaU4mrGazWkXrdQ98GB//H0BirGR/SKFSw==} 3336 + /@rollup/rollup-linux-arm64-musl@4.14.2: 3337 + resolution: {integrity: sha512-cAOTjGNm84gc6tS02D1EXtG7tDRsVSDTBVXOLbj31DkwfZwgTPYZ6aafSU7rD/4R2a34JOwlF9fQayuTSkoclA==} 3311 3338 cpu: [arm64] 3312 3339 os: [linux] 3313 3340 requiresBuild: true 3314 3341 dev: true 3315 3342 optional: true 3316 3343 3317 - /@rollup/rollup-linux-powerpc64le-gnu@4.14.1: 3318 - resolution: {integrity: sha512-im7HE4VBL+aDswvcmfx88Mp1soqL9OBsdDBU8NqDEYtkri0qV0THhQsvZtZeNNlLeCUQ16PZyv7cqutjDF35qw==} 3319 - cpu: [ppc64le] 3344 + /@rollup/rollup-linux-powerpc64le-gnu@4.14.2: 3345 + resolution: {integrity: sha512-4RyT6v1kXb7C0fn6zV33rvaX05P0zHoNzaXI/5oFHklfKm602j+N4mn2YvoezQViRLPnxP8M1NaY4s/5kXO5cw==} 3346 + cpu: [ppc64] 3320 3347 os: [linux] 3321 3348 requiresBuild: true 3322 3349 dev: true 3323 3350 optional: true 3324 3351 3325 - /@rollup/rollup-linux-riscv64-gnu@4.14.1: 3326 - resolution: {integrity: sha512-RWdiHuAxWmzPJgaHJdpvUUlDz8sdQz4P2uv367T2JocdDa98iRw2UjIJ4QxSyt077mXZT2X6pKfT2iYtVEvOFw==} 3352 + /@rollup/rollup-linux-riscv64-gnu@4.14.2: 3353 + resolution: {integrity: sha512-KNUH6jC/vRGAKSorySTyc/yRYlCwN/5pnMjXylfBniwtJx5O7X17KG/0efj8XM3TZU7raYRXJFFReOzNmL1n1w==} 3327 3354 cpu: [riscv64] 3328 3355 os: [linux] 3329 3356 requiresBuild: true 3330 3357 dev: true 3331 3358 optional: true 3332 3359 3333 - /@rollup/rollup-linux-s390x-gnu@4.14.1: 3334 - resolution: {integrity: sha512-VMgaGQ5zRX6ZqV/fas65/sUGc9cPmsntq2FiGmayW9KMNfWVG/j0BAqImvU4KTeOOgYSf1F+k6at1UfNONuNjA==} 3360 + /@rollup/rollup-linux-s390x-gnu@4.14.2: 3361 + resolution: {integrity: sha512-xPV4y73IBEXToNPa3h5lbgXOi/v0NcvKxU0xejiFw6DtIYQqOTMhZ2DN18/HrrP0PmiL3rGtRG9gz1QE8vFKXQ==} 3335 3362 cpu: [s390x] 3336 3363 os: [linux] 3337 3364 requiresBuild: true 3338 3365 dev: true 3339 3366 optional: true 3340 3367 3341 - /@rollup/rollup-linux-x64-gnu@4.14.1: 3342 - resolution: {integrity: sha512-9Q7DGjZN+hTdJomaQ3Iub4m6VPu1r94bmK2z3UeWP3dGUecRC54tmVu9vKHTm1bOt3ASoYtEz6JSRLFzrysKlA==} 3368 + /@rollup/rollup-linux-x64-gnu@4.14.2: 3369 + resolution: {integrity: sha512-QBhtr07iFGmF9egrPOWyO5wciwgtzKkYPNLVCFZTmr4TWmY0oY2Dm/bmhHjKRwZoGiaKdNcKhFtUMBKvlchH+Q==} 3343 3370 cpu: [x64] 3344 3371 os: [linux] 3345 3372 requiresBuild: true 3346 3373 dev: true 3347 3374 optional: true 3348 3375 3349 - /@rollup/rollup-linux-x64-musl@4.14.1: 3350 - resolution: {integrity: sha512-JNEG/Ti55413SsreTguSx0LOVKX902OfXIKVg+TCXO6Gjans/k9O6ww9q3oLGjNDaTLxM+IHFMeXy/0RXL5R/g==} 3376 + /@rollup/rollup-linux-x64-musl@4.14.2: 3377 + resolution: {integrity: sha512-8zfsQRQGH23O6qazZSFY5jP5gt4cFvRuKTpuBsC1ZnSWxV8ZKQpPqOZIUtdfMOugCcBvFGRa1pDC/tkf19EgBw==} 3351 3378 cpu: [x64] 3352 3379 os: [linux] 3353 3380 requiresBuild: true 3354 3381 dev: true 3355 3382 optional: true 3356 3383 3357 - /@rollup/rollup-win32-arm64-msvc@4.14.1: 3358 - resolution: {integrity: sha512-ryS22I9y0mumlLNwDFYZRDFLwWh3aKaC72CWjFcFvxK0U6v/mOkM5Up1bTbCRAhv3kEIwW2ajROegCIQViUCeA==} 3384 + /@rollup/rollup-win32-arm64-msvc@4.14.2: 3385 + resolution: {integrity: sha512-H4s8UjgkPnlChl6JF5empNvFHp77Jx+Wfy2EtmYPe9G22XV+PMuCinZVHurNe8ggtwoaohxARJZbaH/3xjB/FA==} 3359 3386 cpu: [arm64] 3360 3387 os: [win32] 3361 3388 requiresBuild: true 3362 3389 dev: true 3363 3390 optional: true 3364 3391 3365 - /@rollup/rollup-win32-ia32-msvc@4.14.1: 3366 - resolution: {integrity: sha512-TdloItiGk+T0mTxKx7Hp279xy30LspMso+GzQvV2maYePMAWdmrzqSNZhUpPj3CGw12aGj57I026PgLCTu8CGg==} 3392 + /@rollup/rollup-win32-ia32-msvc@4.14.2: 3393 + resolution: {integrity: sha512-djqpAjm/i8erWYF0K6UY4kRO3X5+T4TypIqw60Q8MTqSBaQNpNXDhxdjpZ3ikgb+wn99svA7jxcXpiyg9MUsdw==} 3367 3394 cpu: [ia32] 3368 3395 os: [win32] 3369 3396 requiresBuild: true 3370 3397 dev: true 3371 3398 optional: true 3372 3399 3373 - /@rollup/rollup-win32-x64-msvc@4.14.1: 3374 - resolution: {integrity: sha512-wQGI+LY/Py20zdUPq+XCem7JcPOyzIJBm3dli+56DJsQOHbnXZFEwgmnC6el1TPAfC8lBT3m+z69RmLykNUbew==} 3400 + /@rollup/rollup-win32-x64-msvc@4.14.2: 3401 + resolution: {integrity: sha512-teAqzLT0yTYZa8ZP7zhFKEx4cotS8Tkk5XiqNMJhD4CpaWB1BHARE4Qy+RzwnXvSAYv+Q3jAqCVBS+PS+Yee8Q==} 3375 3402 cpu: [x64] 3376 3403 os: [win32] 3377 3404 requiresBuild: true ··· 3498 3525 resolution: {integrity: sha512-fB3Zu92ucau0iQ0JMCFQE7b/dv8Ot07NI3KaZIkIUNXq82k4eBAqUaneXfleGY9JWskeS9y+u0nXMyspcuQrCg==} 3499 3526 dependencies: 3500 3527 '@types/connect': 3.4.38 3501 - '@types/node': 20.12.6 3528 + '@types/node': 20.12.7 3502 3529 dev: true 3503 3530 3504 3531 /@types/bonjour@3.5.13: 3505 3532 resolution: {integrity: sha512-z9fJ5Im06zvUL548KvYNecEVlA7cVDkGUi6kZusb04mpyEFKCIZJvloCcmpmLaIahDpOQGHaHmG6imtPMmPXGQ==} 3506 3533 dependencies: 3507 - '@types/node': 20.12.6 3534 + '@types/node': 20.12.7 3508 3535 dev: true 3509 3536 3510 3537 /@types/connect-history-api-fallback@1.5.4: 3511 3538 resolution: {integrity: sha512-n6Cr2xS1h4uAulPRdlw6Jl6s1oG8KrVilPN2yUITEs+K48EzMJJ3W1xy8K5eWuFvjp3R74AOIGSmp2UfBJ8HFw==} 3512 3539 dependencies: 3513 3540 '@types/express-serve-static-core': 4.19.0 3514 - '@types/node': 20.12.6 3541 + '@types/node': 20.12.7 3515 3542 dev: true 3516 3543 3517 3544 /@types/connect@3.4.38: 3518 3545 resolution: {integrity: sha512-K6uROf1LD88uDQqJCktA4yzL1YYAK6NgfsI0v/mTgyPKWsX1CnJ0XPSDhViejru1GcRkLWb8RlzFYJRqGUbaug==} 3519 3546 dependencies: 3520 - '@types/node': 20.12.6 3547 + '@types/node': 20.12.7 3521 3548 dev: true 3522 3549 3523 3550 /@types/cross-spawn@6.0.6: 3524 3551 resolution: {integrity: sha512-fXRhhUkG4H3TQk5dBhQ7m/JDdSNHKwR2BBia62lhwEIq9xGiQKLxd6LymNhn47SjXhsUEPmxi+PKw2OkW4LLjA==} 3525 3552 dependencies: 3526 - '@types/node': 20.12.5 3553 + '@types/node': 20.12.7 3527 3554 dev: true 3528 3555 3529 3556 /@types/d3-scale-chromatic@3.0.3: ··· 3567 3594 /@types/express-serve-static-core@4.19.0: 3568 3595 resolution: {integrity: sha512-bGyep3JqPCRry1wq+O5n7oiBgGWmeIJXPjXXCo8EK0u8duZGSYar7cGqd3ML2JUsLGeB7fmc06KYo9fLGWqPvQ==} 3569 3596 dependencies: 3570 - '@types/node': 20.12.6 3597 + '@types/node': 20.12.7 3571 3598 '@types/qs': 6.9.14 3572 3599 '@types/range-parser': 1.2.7 3573 3600 '@types/send': 0.17.4 ··· 3589 3616 /@types/http-proxy@1.17.14: 3590 3617 resolution: {integrity: sha512-SSrD0c1OQzlFX7pGu1eXxSEjemej64aaNPRhhVYUGqXh0BtldAAx37MG8btcumvpgKyZp1F5Gn3JkktdxiFv6w==} 3591 3618 dependencies: 3592 - '@types/node': 20.12.6 3593 - dev: true 3594 - 3595 - /@types/istanbul-lib-coverage@2.0.6: 3596 - resolution: {integrity: sha512-2QF/t/auWm0lsy8XtKVPG19v3sSOQlJe/YHZgfjb/KBBHOGSV+J2q/S671rcq9uTBrLAXmZpqJiaQbMT+zNU1w==} 3619 + '@types/node': 20.12.7 3597 3620 dev: true 3598 3621 3599 3622 /@types/json-schema@7.0.15: ··· 3635 3658 /@types/node-forge@1.3.11: 3636 3659 resolution: {integrity: sha512-FQx220y22OKNTqaByeBGqHWYz4cl94tpcxeFdvBo3wjG6XPBuZ0BNgNZRV5J5TFmmcsJ4IzsLkmGRiQbnYsBEQ==} 3637 3660 dependencies: 3638 - '@types/node': 20.12.6 3661 + '@types/node': 20.12.7 3639 3662 dev: true 3640 3663 3641 3664 /@types/node@12.20.55: 3642 3665 resolution: {integrity: sha512-J8xLz7q2OFulZ2cyGTLE1TbbZcjpno7FaN6zdJNrgAdrJ+DZzh/uFR6YrTb4C+nXakvud8Q4+rbhoIWlYQbUFQ==} 3643 3666 dev: true 3644 3667 3645 - /@types/node@20.12.5: 3646 - resolution: {integrity: sha512-BD+BjQ9LS/D8ST9p5uqBxghlN+S42iuNxjsUGjeZobe/ciXzk2qb1B6IXc6AnRLS+yFJRpN2IPEHMzwspfDJNw==} 3647 - dependencies: 3648 - undici-types: 5.26.5 3649 - dev: true 3650 - 3651 - /@types/node@20.12.6: 3652 - resolution: {integrity: sha512-3KurE8taB8GCvZBPngVbp0lk5CKi8M9f9k1rsADh0Evdz5SzJ+Q+Hx9uHoFGsLnLnd1xmkDQr2hVhlA0Mn0lKQ==} 3668 + /@types/node@20.12.7: 3669 + resolution: {integrity: sha512-wq0cICSkRLVaf3UGLMGItu/PtdY7oaXaI/RVU+xliKVOtRna3PRY57ZDfztpDL0n11vfymMUnXv8QwYCO7L1wg==} 3653 3670 dependencies: 3654 3671 undici-types: 5.26.5 3655 3672 dev: true ··· 3682 3699 resolution: {integrity: sha512-x2EM6TJOybec7c52BX0ZspPodMsQUd5L6PRwOunVyVUhXiBSKf3AezDL8Dgvgt5o0UfKNfuA0eMLr2wLT4AiBA==} 3683 3700 dependencies: 3684 3701 '@types/mime': 1.3.5 3685 - '@types/node': 20.12.6 3702 + '@types/node': 20.12.7 3686 3703 dev: true 3687 3704 3688 3705 /@types/serve-index@1.9.4: ··· 3695 3712 resolution: {integrity: sha512-W8Ym+h8nhuRwaKPaDw34QUkwsGi6Rc4yYqvKFo5rm2FUEhCFbzVWrxXUxuKK8TASjWsysJY0nsmNCGhCOIsrOw==} 3696 3713 dependencies: 3697 3714 '@types/http-errors': 2.0.4 3698 - '@types/node': 20.12.6 3715 + '@types/node': 20.12.7 3699 3716 '@types/send': 0.17.4 3700 3717 dev: true 3701 3718 3702 3719 /@types/sockjs@0.3.36: 3703 3720 resolution: {integrity: sha512-MK9V6NzAS1+Ud7JV9lJLFqW85VbC9dq3LmwZCuBe4wBDgKC0Kj/jd8Xl+nSviU+Qc3+m7umHHyHg//2KSa0a0Q==} 3704 3721 dependencies: 3705 - '@types/node': 20.12.6 3722 + '@types/node': 20.12.7 3706 3723 dev: true 3707 3724 3708 3725 /@types/unist@2.0.10: ··· 3716 3733 /@types/ws@8.5.10: 3717 3734 resolution: {integrity: sha512-vmQSUcfalpIq0R9q7uTo2lXs6eGIpt9wtnLdMv9LVpIjCA/+ufZRozlVoVelIYixx1ugCBKDhn89vnsEGOCx9A==} 3718 3735 dependencies: 3719 - '@types/node': 20.12.6 3736 + '@types/node': 20.12.7 3720 3737 dev: true 3721 3738 3722 3739 /@types/yauzl@2.10.3: 3723 3740 resolution: {integrity: sha512-oJoftv0LSuaDZE3Le4DbKX+KS9G36NzOeSap90UIK0yMA/NhKJhqlSGtNDORNRaIbQfzjXDrQa0ytJ6mNRGz/Q==} 3724 3741 requiresBuild: true 3725 3742 dependencies: 3726 - '@types/node': 20.12.6 3743 + '@types/node': 20.12.7 3727 3744 dev: true 3728 3745 optional: true 3729 3746 3730 - /@typescript-eslint/eslint-plugin@7.5.0(@typescript-eslint/parser@7.5.0)(eslint@8.57.0)(typescript@5.4.4): 3731 - resolution: {integrity: sha512-HpqNTH8Du34nLxbKgVMGljZMG0rJd2O9ecvr2QLYp+7512ty1j42KnsFwspPXg1Vh8an9YImf6CokUBltisZFQ==} 3747 + /@typescript-eslint/eslint-plugin@7.6.0(@typescript-eslint/parser@7.6.0)(eslint@9.0.0)(typescript@5.4.5): 3748 + resolution: {integrity: sha512-gKmTNwZnblUdnTIJu3e9kmeRRzV2j1a/LUO27KNNAnIC5zjy1aSvXSRp4rVNlmAoHlQ7HzX42NbKpcSr4jF80A==} 3732 3749 engines: {node: ^18.18.0 || >=20.0.0} 3733 3750 peerDependencies: 3734 3751 '@typescript-eslint/parser': ^7.0.0 ··· 3739 3756 optional: true 3740 3757 dependencies: 3741 3758 '@eslint-community/regexpp': 4.10.0 3742 - '@typescript-eslint/parser': 7.5.0(eslint@8.57.0)(typescript@5.4.4) 3743 - '@typescript-eslint/scope-manager': 7.5.0 3744 - '@typescript-eslint/type-utils': 7.5.0(eslint@8.57.0)(typescript@5.4.4) 3745 - '@typescript-eslint/utils': 7.5.0(eslint@8.57.0)(typescript@5.4.4) 3746 - '@typescript-eslint/visitor-keys': 7.5.0 3759 + '@typescript-eslint/parser': 7.6.0(eslint@9.0.0)(typescript@5.4.5) 3760 + '@typescript-eslint/scope-manager': 7.6.0 3761 + '@typescript-eslint/type-utils': 7.6.0(eslint@9.0.0)(typescript@5.4.5) 3762 + '@typescript-eslint/utils': 7.6.0(eslint@9.0.0)(typescript@5.4.5) 3763 + '@typescript-eslint/visitor-keys': 7.6.0 3747 3764 debug: 4.3.4 3748 - eslint: 8.57.0 3765 + eslint: 9.0.0 3749 3766 graphemer: 1.4.0 3750 3767 ignore: 5.3.1 3751 3768 natural-compare: 1.4.0 3752 3769 semver: 7.6.0 3753 - ts-api-utils: 1.3.0(typescript@5.4.4) 3754 - typescript: 5.4.4 3770 + ts-api-utils: 1.3.0(typescript@5.4.5) 3771 + typescript: 5.4.5 3755 3772 transitivePeerDependencies: 3756 3773 - supports-color 3757 3774 dev: true 3758 3775 3759 - /@typescript-eslint/parser@7.5.0(eslint@8.57.0)(typescript@5.4.4): 3760 - resolution: {integrity: sha512-cj+XGhNujfD2/wzR1tabNsidnYRaFfEkcULdcIyVBYcXjBvBKOes+mpMBP7hMpOyk+gBcfXsrg4NBGAStQyxjQ==} 3776 + /@typescript-eslint/parser@7.6.0(eslint@9.0.0)(typescript@5.4.5): 3777 + resolution: {integrity: sha512-usPMPHcwX3ZoPWnBnhhorc14NJw9J4HpSXQX4urF2TPKG0au0XhJoZyX62fmvdHONUkmyUe74Hzm1//XA+BoYg==} 3761 3778 engines: {node: ^18.18.0 || >=20.0.0} 3762 3779 peerDependencies: 3763 3780 eslint: ^8.56.0 ··· 3766 3783 typescript: 3767 3784 optional: true 3768 3785 dependencies: 3769 - '@typescript-eslint/scope-manager': 7.5.0 3770 - '@typescript-eslint/types': 7.5.0 3771 - '@typescript-eslint/typescript-estree': 7.5.0(typescript@5.4.4) 3772 - '@typescript-eslint/visitor-keys': 7.5.0 3786 + '@typescript-eslint/scope-manager': 7.6.0 3787 + '@typescript-eslint/types': 7.6.0 3788 + '@typescript-eslint/typescript-estree': 7.6.0(typescript@5.4.5) 3789 + '@typescript-eslint/visitor-keys': 7.6.0 3773 3790 debug: 4.3.4 3774 - eslint: 8.57.0 3775 - typescript: 5.4.4 3791 + eslint: 9.0.0 3792 + typescript: 5.4.5 3776 3793 transitivePeerDependencies: 3777 3794 - supports-color 3778 3795 dev: true 3779 3796 3780 - /@typescript-eslint/scope-manager@7.5.0: 3781 - resolution: {integrity: sha512-Z1r7uJY0MDeUlql9XJ6kRVgk/sP11sr3HKXn268HZyqL7i4cEfrdFuSSY/0tUqT37l5zT0tJOsuDP16kio85iA==} 3797 + /@typescript-eslint/scope-manager@7.6.0: 3798 + resolution: {integrity: sha512-ngttyfExA5PsHSx0rdFgnADMYQi+Zkeiv4/ZxGYUWd0nLs63Ha0ksmp8VMxAIC0wtCFxMos7Lt3PszJssG/E6w==} 3782 3799 engines: {node: ^18.18.0 || >=20.0.0} 3783 3800 dependencies: 3784 - '@typescript-eslint/types': 7.5.0 3785 - '@typescript-eslint/visitor-keys': 7.5.0 3801 + '@typescript-eslint/types': 7.6.0 3802 + '@typescript-eslint/visitor-keys': 7.6.0 3786 3803 dev: true 3787 3804 3788 - /@typescript-eslint/type-utils@7.5.0(eslint@8.57.0)(typescript@5.4.4): 3789 - resolution: {integrity: sha512-A021Rj33+G8mx2Dqh0nMO9GyjjIBK3MqgVgZ2qlKf6CJy51wY/lkkFqq3TqqnH34XyAHUkq27IjlUkWlQRpLHw==} 3805 + /@typescript-eslint/type-utils@7.6.0(eslint@9.0.0)(typescript@5.4.5): 3806 + resolution: {integrity: sha512-NxAfqAPNLG6LTmy7uZgpK8KcuiS2NZD/HlThPXQRGwz6u7MDBWRVliEEl1Gj6U7++kVJTpehkhZzCJLMK66Scw==} 3790 3807 engines: {node: ^18.18.0 || >=20.0.0} 3791 3808 peerDependencies: 3792 3809 eslint: ^8.56.0 ··· 3795 3812 typescript: 3796 3813 optional: true 3797 3814 dependencies: 3798 - '@typescript-eslint/typescript-estree': 7.5.0(typescript@5.4.4) 3799 - '@typescript-eslint/utils': 7.5.0(eslint@8.57.0)(typescript@5.4.4) 3815 + '@typescript-eslint/typescript-estree': 7.6.0(typescript@5.4.5) 3816 + '@typescript-eslint/utils': 7.6.0(eslint@9.0.0)(typescript@5.4.5) 3800 3817 debug: 4.3.4 3801 - eslint: 8.57.0 3802 - ts-api-utils: 1.3.0(typescript@5.4.4) 3803 - typescript: 5.4.4 3818 + eslint: 9.0.0 3819 + ts-api-utils: 1.3.0(typescript@5.4.5) 3820 + typescript: 5.4.5 3804 3821 transitivePeerDependencies: 3805 3822 - supports-color 3806 3823 dev: true 3807 3824 3808 - /@typescript-eslint/types@7.5.0: 3809 - resolution: {integrity: sha512-tv5B4IHeAdhR7uS4+bf8Ov3k793VEVHd45viRRkehIUZxm0WF82VPiLgHzA/Xl4TGPg1ZD49vfxBKFPecD5/mg==} 3825 + /@typescript-eslint/types@7.6.0: 3826 + resolution: {integrity: sha512-h02rYQn8J+MureCvHVVzhl69/GAfQGPQZmOMjG1KfCl7o3HtMSlPaPUAPu6lLctXI5ySRGIYk94clD/AUMCUgQ==} 3810 3827 engines: {node: ^18.18.0 || >=20.0.0} 3811 3828 dev: true 3812 3829 3813 - /@typescript-eslint/typescript-estree@7.5.0(typescript@5.4.4): 3814 - resolution: {integrity: sha512-YklQQfe0Rv2PZEueLTUffiQGKQneiIEKKnfIqPIOxgM9lKSZFCjT5Ad4VqRKj/U4+kQE3fa8YQpskViL7WjdPQ==} 3830 + /@typescript-eslint/typescript-estree@7.6.0(typescript@5.4.5): 3831 + resolution: {integrity: sha512-+7Y/GP9VuYibecrCQWSKgl3GvUM5cILRttpWtnAu8GNL9j11e4tbuGZmZjJ8ejnKYyBRb2ddGQ3rEFCq3QjMJw==} 3815 3832 engines: {node: ^18.18.0 || >=20.0.0} 3816 3833 peerDependencies: 3817 3834 typescript: '*' ··· 3819 3836 typescript: 3820 3837 optional: true 3821 3838 dependencies: 3822 - '@typescript-eslint/types': 7.5.0 3823 - '@typescript-eslint/visitor-keys': 7.5.0 3839 + '@typescript-eslint/types': 7.6.0 3840 + '@typescript-eslint/visitor-keys': 7.6.0 3824 3841 debug: 4.3.4 3825 3842 globby: 11.1.0 3826 3843 is-glob: 4.0.3 3827 - minimatch: 9.0.3 3844 + minimatch: 9.0.4 3828 3845 semver: 7.6.0 3829 - ts-api-utils: 1.3.0(typescript@5.4.4) 3830 - typescript: 5.4.4 3846 + ts-api-utils: 1.3.0(typescript@5.4.5) 3847 + typescript: 5.4.5 3831 3848 transitivePeerDependencies: 3832 3849 - supports-color 3833 3850 dev: true 3834 3851 3835 - /@typescript-eslint/utils@7.5.0(eslint@8.57.0)(typescript@5.4.4): 3836 - resolution: {integrity: sha512-3vZl9u0R+/FLQcpy2EHyRGNqAS/ofJ3Ji8aebilfJe+fobK8+LbIFmrHciLVDxjDoONmufDcnVSF38KwMEOjzw==} 3852 + /@typescript-eslint/utils@7.6.0(eslint@9.0.0)(typescript@5.4.5): 3853 + resolution: {integrity: sha512-x54gaSsRRI+Nwz59TXpCsr6harB98qjXYzsRxGqvA5Ue3kQH+FxS7FYU81g/omn22ML2pZJkisy6Q+ElK8pBCA==} 3837 3854 engines: {node: ^18.18.0 || >=20.0.0} 3838 3855 peerDependencies: 3839 3856 eslint: ^8.56.0 3840 3857 dependencies: 3841 - '@eslint-community/eslint-utils': 4.4.0(eslint@8.57.0) 3858 + '@eslint-community/eslint-utils': 4.4.0(eslint@9.0.0) 3842 3859 '@types/json-schema': 7.0.15 3843 3860 '@types/semver': 7.5.8 3844 - '@typescript-eslint/scope-manager': 7.5.0 3845 - '@typescript-eslint/types': 7.5.0 3846 - '@typescript-eslint/typescript-estree': 7.5.0(typescript@5.4.4) 3847 - eslint: 8.57.0 3861 + '@typescript-eslint/scope-manager': 7.6.0 3862 + '@typescript-eslint/types': 7.6.0 3863 + '@typescript-eslint/typescript-estree': 7.6.0(typescript@5.4.5) 3864 + eslint: 9.0.0 3848 3865 semver: 7.6.0 3849 3866 transitivePeerDependencies: 3850 3867 - supports-color 3851 3868 - typescript 3852 3869 dev: true 3853 3870 3854 - /@typescript-eslint/visitor-keys@7.5.0: 3855 - resolution: {integrity: sha512-mcuHM/QircmA6O7fy6nn2w/3ditQkj+SgtOc8DW3uQ10Yfj42amm2i+6F2K4YAOPNNTmE6iM1ynM6lrSwdendA==} 3871 + /@typescript-eslint/visitor-keys@7.6.0: 3872 + resolution: {integrity: sha512-4eLB7t+LlNUmXzfOu1VAIAdkjbu5xNSerURS9X/S5TUKWFRpXRQZbmtPqgKmYx8bj3J0irtQXSiWAOY82v+cgw==} 3856 3873 engines: {node: ^18.18.0 || >=20.0.0} 3857 3874 dependencies: 3858 - '@typescript-eslint/types': 7.5.0 3875 + '@typescript-eslint/types': 7.6.0 3859 3876 eslint-visitor-keys: 3.4.3 3860 - dev: true 3861 - 3862 - /@ungap/structured-clone@1.2.0: 3863 - resolution: {integrity: sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==} 3864 3877 dev: true 3865 3878 3866 3879 /@vitejs/plugin-basic-ssl@1.1.0(vite@5.1.5): ··· 3869 3882 peerDependencies: 3870 3883 vite: ^3.0.0 || ^4.0.0 || ^5.0.0 3871 3884 dependencies: 3872 - vite: 5.1.5(@types/node@20.12.5)(less@4.2.0)(sass@1.71.1)(terser@5.29.1) 3885 + vite: 5.1.5(@types/node@20.12.7)(less@4.2.0)(sass@1.71.1)(terser@5.29.1) 3873 3886 dev: true 3874 3887 3875 - /@vitejs/plugin-vue@5.0.4(vite@5.2.7)(vue@3.4.21): 3888 + /@vitejs/plugin-vue@5.0.4(vite@5.2.8)(vue@3.4.21): 3876 3889 resolution: {integrity: sha512-WS3hevEszI6CEVEx28F8RjTX97k3KsrcY6kvTg7+Whm5y3oYvcqzVeGCU3hxSAn4uY2CLCkeokkGKpoctccilQ==} 3877 3890 engines: {node: ^18.0.0 || >=20.0.0} 3878 3891 peerDependencies: 3879 3892 vite: ^5.0.0 3880 3893 vue: ^3.2.25 3881 3894 dependencies: 3882 - vite: 5.2.7(@types/node@20.12.5)(less@4.2.0) 3895 + vite: 5.2.8(@types/node@20.12.7)(less@4.2.0) 3883 3896 vue: 3.4.21 3884 3897 dev: true 3885 3898 3886 - /@vitest/coverage-v8@1.4.0(vitest@1.4.0): 3887 - resolution: {integrity: sha512-4hDGyH1SvKpgZnIByr9LhGgCEuF9DKM34IBLCC/fVfy24Z3+PZ+Ii9hsVBsHvY1umM1aGPEjceRkzxCfcQ10wg==} 3899 + /@vitest/coverage-v8@1.5.0(vitest@1.5.0): 3900 + resolution: {integrity: sha512-1igVwlcqw1QUMdfcMlzzY4coikSIBN944pkueGi0pawrX5I5Z+9hxdTR+w3Sg6Q3eZhvdMAs8ZaF9JuTG1uYOQ==} 3888 3901 peerDependencies: 3889 - vitest: 1.4.0 3902 + vitest: 1.5.0 3890 3903 dependencies: 3891 3904 '@ampproject/remapping': 2.3.0 3892 3905 '@bcoe/v8-coverage': 0.2.3 ··· 3901 3914 std-env: 3.7.0 3902 3915 strip-literal: 2.1.0 3903 3916 test-exclude: 6.0.0 3904 - v8-to-istanbul: 9.2.0 3905 - vitest: 1.4.0(@types/node@20.12.5)(less@4.2.0) 3917 + vitest: 1.5.0(@types/node@20.12.7)(less@4.2.0) 3906 3918 transitivePeerDependencies: 3907 3919 - supports-color 3908 3920 dev: true 3909 3921 3910 - /@vitest/expect@1.4.0: 3911 - resolution: {integrity: sha512-Jths0sWCJZ8BxjKe+p+eKsoqev1/T8lYcrjavEaz8auEJ4jAVY0GwW3JKmdVU4mmNPLPHixh4GNXP7GFtAiDHA==} 3922 + /@vitest/expect@1.5.0: 3923 + resolution: {integrity: sha512-0pzuCI6KYi2SIC3LQezmxujU9RK/vwC1U9R0rLuGlNGcOuDWxqWKu6nUdFsX9tH1WU0SXtAxToOsEjeUn1s3hA==} 3912 3924 dependencies: 3913 - '@vitest/spy': 1.4.0 3914 - '@vitest/utils': 1.4.0 3925 + '@vitest/spy': 1.5.0 3926 + '@vitest/utils': 1.5.0 3915 3927 chai: 4.4.1 3916 3928 dev: true 3917 3929 3918 - /@vitest/runner@1.4.0: 3919 - resolution: {integrity: sha512-EDYVSmesqlQ4RD2VvWo3hQgTJ7ZrFQ2VSJdfiJiArkCerDAGeyF1i6dHkmySqk573jLp6d/cfqCN+7wUB5tLgg==} 3930 + /@vitest/runner@1.5.0: 3931 + resolution: {integrity: sha512-7HWwdxXP5yDoe7DTpbif9l6ZmDwCzcSIK38kTSIt6CFEpMjX4EpCgT6wUmS0xTXqMI6E/ONmfgRKmaujpabjZQ==} 3920 3932 dependencies: 3921 - '@vitest/utils': 1.4.0 3933 + '@vitest/utils': 1.5.0 3922 3934 p-limit: 5.0.0 3923 3935 pathe: 1.1.2 3924 3936 dev: true 3925 3937 3926 - /@vitest/snapshot@1.4.0: 3927 - resolution: {integrity: sha512-saAFnt5pPIA5qDGxOHxJ/XxhMFKkUSBJmVt5VgDsAqPTX6JP326r5C/c9UuCMPoXNzuudTPsYDZCoJ5ilpqG2A==} 3938 + /@vitest/snapshot@1.5.0: 3939 + resolution: {integrity: sha512-qpv3fSEuNrhAO3FpH6YYRdaECnnRjg9VxbhdtPwPRnzSfHVXnNzzrpX4cJxqiwgRMo7uRMWDFBlsBq4Cr+rO3A==} 3928 3940 dependencies: 3929 3941 magic-string: 0.30.9 3930 3942 pathe: 1.1.2 3931 3943 pretty-format: 29.7.0 3932 3944 dev: true 3933 3945 3934 - /@vitest/spy@1.4.0: 3935 - resolution: {integrity: sha512-Ywau/Qs1DzM/8Uc+yA77CwSegizMlcgTJuYGAi0jujOteJOUf1ujunHThYo243KG9nAyWT3L9ifPYZ5+As/+6Q==} 3946 + /@vitest/spy@1.5.0: 3947 + resolution: {integrity: sha512-vu6vi6ew5N5MMHJjD5PoakMRKYdmIrNJmyfkhRpQt5d9Ewhw9nZ5Aqynbi3N61bvk9UvZ5UysMT6ayIrZ8GA9w==} 3936 3948 dependencies: 3937 3949 tinyspy: 2.2.1 3938 3950 dev: true 3939 3951 3940 - /@vitest/utils@1.4.0: 3941 - resolution: {integrity: sha512-mx3Yd1/6e2Vt/PUC98DcqTirtfxUyAZ32uK82r8rZzbtBeBo+nqgnjx/LvqQdWsrvNtm14VmurNgcf4nqY5gJg==} 3952 + /@vitest/utils@1.5.0: 3953 + resolution: {integrity: sha512-BDU0GNL8MWkRkSRdNFvCUCAVOeHaUlVJ9Tx0TYBZyXaaOTmGtUFObzchCivIBrIwKzvZA7A9sCejVhXM2aY98A==} 3942 3954 dependencies: 3943 3955 diff-sequences: 29.6.3 3944 3956 estree-walker: 3.0.3 ··· 3949 3961 /@vue/compiler-core@3.4.21: 3950 3962 resolution: {integrity: sha512-MjXawxZf2SbZszLPYxaFCjxfibYrzr3eYbKxwpLR9EQN+oaziSu3qKVbwBERj1IFIB8OLUewxB5m/BFzi613og==} 3951 3963 dependencies: 3952 - '@babel/parser': 7.24.1 3964 + '@babel/parser': 7.24.4 3953 3965 '@vue/shared': 3.4.21 3954 3966 entities: 4.5.0 3955 3967 estree-walker: 2.0.2 ··· 3966 3978 /@vue/compiler-sfc@3.4.21: 3967 3979 resolution: {integrity: sha512-me7epoTxYlY+2CUM7hy9PCDdpMPfIwrOvAXud2Upk10g4YLv9UBW7kL798TvMeDhPthkZ0CONNrK2GoeI1ODiQ==} 3968 3980 dependencies: 3969 - '@babel/parser': 7.24.1 3981 + '@babel/parser': 7.24.4 3970 3982 '@vue/compiler-core': 3.4.21 3971 3983 '@vue/compiler-dom': 3.4.21 3972 3984 '@vue/compiler-ssr': 3.4.21 3973 3985 '@vue/shared': 3.4.21 3974 3986 estree-walker: 2.0.2 3975 - magic-string: 0.30.8 3987 + magic-string: 0.30.9 3976 3988 postcss: 8.4.38 3977 3989 source-map-js: 1.2.0 3978 3990 dev: true ··· 4939 4951 engines: {node: '>=6.0'} 4940 4952 dev: true 4941 4953 4942 - /chromium-bidi@0.5.16(devtools-protocol@0.0.1262051): 4943 - resolution: {integrity: sha512-IT5lnR44h/qZQ4GaCHvBxYIl4cQL2i9UvFyYeRyVdcpY04hx5H720HQfe/7Oz7ndxaYVLQFGpCO71J4X2Ye/Gw==} 4954 + /chromium-bidi@0.5.17(devtools-protocol@0.0.1262051): 4955 + resolution: {integrity: sha512-BqOuIWUgTPj8ayuBFJUYCCuwIcwjBsb3/614P7tt1bEPJ4i1M0kCdIl0Wi9xhtswBXnfO2bTpTMkHD71H8rJMg==} 4944 4956 peerDependencies: 4945 4957 devtools-protocol: '*' 4946 4958 dependencies: ··· 5187 5199 dev: true 5188 5200 optional: true 5189 5201 5190 - /cosmiconfig@9.0.0(typescript@5.4.4): 5202 + /cosmiconfig@9.0.0(typescript@5.4.5): 5191 5203 resolution: {integrity: sha512-itvL5h8RETACmOTFc4UfIyB2RfEHi71Ax6E/PivVxq9NseKbOWpeyHEOIbmAw1rs8Ak0VursQNww7lf7YtUwzg==} 5192 5204 engines: {node: '>=14'} 5193 5205 peerDependencies: ··· 5200 5212 import-fresh: 3.3.0 5201 5213 js-yaml: 4.1.0 5202 5214 parse-json: 5.2.0 5203 - typescript: 5.4.4 5215 + typescript: 5.4.5 5204 5216 dev: true 5205 5217 5206 5218 /create-require@1.1.1: ··· 5215 5227 dom-serializer: 2.0.0 5216 5228 domhandler: 5.0.3 5217 5229 htmlparser2: 8.0.2 5218 - postcss: 8.4.35 5230 + postcss: 8.4.38 5219 5231 postcss-media-query-parser: 0.2.3 5220 5232 dev: true 5221 5233 ··· 5247 5259 webpack: 5248 5260 optional: true 5249 5261 dependencies: 5250 - icss-utils: 5.1.0(postcss@8.4.35) 5251 - postcss: 8.4.35 5252 - postcss-modules-extract-imports: 3.1.0(postcss@8.4.35) 5253 - postcss-modules-local-by-default: 4.0.5(postcss@8.4.35) 5254 - postcss-modules-scope: 3.2.0(postcss@8.4.35) 5255 - postcss-modules-values: 4.0.0(postcss@8.4.35) 5262 + icss-utils: 5.1.0(postcss@8.4.38) 5263 + postcss: 8.4.38 5264 + postcss-modules-extract-imports: 3.1.0(postcss@8.4.38) 5265 + postcss-modules-local-by-default: 4.0.5(postcss@8.4.38) 5266 + postcss-modules-scope: 3.2.0(postcss@8.4.38) 5267 + postcss-modules-values: 4.0.0(postcss@8.4.38) 5256 5268 postcss-value-parser: 4.2.0 5257 5269 semver: 7.6.0 5258 5270 webpack: 5.90.3(esbuild@0.20.1) ··· 5840 5852 '@leichtgewicht/ip-codec': 2.0.5 5841 5853 dev: true 5842 5854 5843 - /doctrine@3.0.0: 5844 - resolution: {integrity: sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==} 5845 - engines: {node: '>=6.0.0'} 5846 - dependencies: 5847 - esutils: 2.0.3 5848 - dev: true 5849 - 5850 5855 /dom-serializer@2.0.0: 5851 5856 resolution: {integrity: sha512-wIkAryiqt/nV5EQKqQpo3SToSOV9J0DnbJqwK7Wv/Trc92zIAYZ4FlMu+JPFW1DfGFt81ZTCGgDEabffXeLyJg==} 5852 5857 dependencies: ··· 6204 6209 source-map: 0.6.1 6205 6210 dev: true 6206 6211 6207 - /eslint-config-prettier@9.1.0(eslint@8.57.0): 6212 + /eslint-config-prettier@9.1.0(eslint@9.0.0): 6208 6213 resolution: {integrity: sha512-NSWl5BFQWEPi1j4TjVNItzYV7dZXZ+wP6I6ZhrBGpChQhZRUaElihE9uRRkcbRnNb76UMKDF3r+WTmNcGPKsqw==} 6209 6214 hasBin: true 6210 6215 peerDependencies: 6211 6216 eslint: '>=7.0.0' 6212 6217 dependencies: 6213 - eslint: 8.57.0 6218 + eslint: 9.0.0 6214 6219 dev: true 6215 6220 6216 - /eslint-plugin-simple-import-sort@12.0.0(eslint@8.57.0): 6217 - resolution: {integrity: sha512-8o0dVEdAkYap0Cn5kNeklaKcT1nUsa3LITWEuFk3nJifOoD+5JQGoyDUW2W/iPWwBsNBJpyJS9y4je/BgxLcyQ==} 6221 + /eslint-plugin-simple-import-sort@12.1.0(eslint@9.0.0): 6222 + resolution: {integrity: sha512-Y2fqAfC11TcG/WP3TrI1Gi3p3nc8XJyEOJYHyEPEGI/UAgNx6akxxlX74p7SbAQdLcgASKhj8M0GKvH3vq/+ig==} 6218 6223 peerDependencies: 6219 6224 eslint: '>=5.0.0' 6220 6225 dependencies: 6221 - eslint: 8.57.0 6226 + eslint: 9.0.0 6222 6227 dev: true 6223 6228 6224 6229 /eslint-plugin-sort-keys-fix@1.1.2: ··· 6239 6244 estraverse: 4.3.0 6240 6245 dev: true 6241 6246 6242 - /eslint-scope@7.2.2: 6243 - resolution: {integrity: sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg==} 6244 - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} 6247 + /eslint-scope@8.0.1: 6248 + resolution: {integrity: sha512-pL8XjgP4ZOmmwfFE8mEhSxA7ZY4C+LWyqjQ3o4yWkkmD0qcMT9kkW3zWHOczhWcjTSgqycYAgwSlXvZltv65og==} 6249 + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 6245 6250 dependencies: 6246 6251 esrecurse: 4.3.0 6247 6252 estraverse: 5.3.0 ··· 6257 6262 engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} 6258 6263 dev: true 6259 6264 6260 - /eslint@8.57.0: 6261 - resolution: {integrity: sha512-dZ6+mexnaTIbSBZWgou51U6OmzIhYM2VcNdtiTtI7qPNZm35Akpr0f6vtw3w1Kmn5PYo+tZVfh13WrhpS6oLqQ==} 6262 - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} 6265 + /eslint-visitor-keys@4.0.0: 6266 + resolution: {integrity: sha512-OtIRv/2GyiF6o/d8K7MYKKbXrOUBIK6SfkIRM4Z0dY3w+LiQ0vy3F57m0Z71bjbyeiWFiHJ8brqnmE6H6/jEuw==} 6267 + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 6268 + dev: true 6269 + 6270 + /eslint@9.0.0: 6271 + resolution: {integrity: sha512-IMryZ5SudxzQvuod6rUdIUz29qFItWx281VhtFVc2Psy/ZhlCeD/5DT6lBIJ4H3G+iamGJoTln1v+QSuPw0p7Q==} 6272 + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 6263 6273 hasBin: true 6264 6274 dependencies: 6265 - '@eslint-community/eslint-utils': 4.4.0(eslint@8.57.0) 6275 + '@eslint-community/eslint-utils': 4.4.0(eslint@9.0.0) 6266 6276 '@eslint-community/regexpp': 4.10.0 6267 - '@eslint/eslintrc': 2.1.4 6268 - '@eslint/js': 8.57.0 6269 - '@humanwhocodes/config-array': 0.11.14 6277 + '@eslint/eslintrc': 3.0.2 6278 + '@eslint/js': 9.0.0 6279 + '@humanwhocodes/config-array': 0.12.3 6270 6280 '@humanwhocodes/module-importer': 1.0.1 6271 6281 '@nodelib/fs.walk': 1.2.8 6272 - '@ungap/structured-clone': 1.2.0 6273 6282 ajv: 6.12.6 6274 6283 chalk: 4.1.2 6275 6284 cross-spawn: 7.0.3 6276 6285 debug: 4.3.4 6277 - doctrine: 3.0.0 6278 6286 escape-string-regexp: 4.0.0 6279 - eslint-scope: 7.2.2 6280 - eslint-visitor-keys: 3.4.3 6281 - espree: 9.6.1 6287 + eslint-scope: 8.0.1 6288 + eslint-visitor-keys: 4.0.0 6289 + espree: 10.0.1 6282 6290 esquery: 1.5.0 6283 6291 esutils: 2.0.3 6284 6292 fast-deep-equal: 3.1.3 6285 - file-entry-cache: 6.0.1 6293 + file-entry-cache: 8.0.0 6286 6294 find-up: 5.0.0 6287 6295 glob-parent: 6.0.2 6288 - globals: 13.24.0 6289 6296 graphemer: 1.4.0 6290 6297 ignore: 5.3.1 6291 6298 imurmurhash: 0.1.4 6292 6299 is-glob: 4.0.3 6293 6300 is-path-inside: 3.0.3 6294 - js-yaml: 4.1.0 6295 6301 json-stable-stringify-without-jsonify: 1.0.1 6296 6302 levn: 0.4.1 6297 6303 lodash.merge: 4.6.2 ··· 6304 6310 - supports-color 6305 6311 dev: true 6306 6312 6313 + /espree@10.0.1: 6314 + resolution: {integrity: sha512-MWkrWZbJsL2UwnjxTX3gG8FneachS/Mwg7tdGXce011sJd5b0JG54vat5KHnfSBODZ3Wvzd2WnjxyzsRoVv+ww==} 6315 + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 6316 + dependencies: 6317 + acorn: 8.11.3 6318 + acorn-jsx: 5.3.2(acorn@8.11.3) 6319 + eslint-visitor-keys: 4.0.0 6320 + dev: true 6321 + 6307 6322 /espree@6.2.1: 6308 6323 resolution: {integrity: sha512-ysCxRQY3WaXJz9tdbWOwuWr5Y/XrPTGX9Kiz3yoUXwW0VZ4w30HTkQLaGx/+ttFjF8i+ACbArnB4ce68a9m5hw==} 6309 6324 engines: {node: '>=6.0.0'} ··· 6313 6328 eslint-visitor-keys: 1.3.0 6314 6329 dev: true 6315 6330 6316 - /espree@9.6.1: 6317 - resolution: {integrity: sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==} 6318 - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} 6319 - dependencies: 6320 - acorn: 8.11.3 6321 - acorn-jsx: 5.3.2(acorn@8.11.3) 6322 - eslint-visitor-keys: 3.4.3 6323 - dev: true 6324 - 6325 6331 /esprima@4.0.1: 6326 6332 resolution: {integrity: sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==} 6327 6333 engines: {node: '>=4'} ··· 6541 6547 escape-string-regexp: 1.0.5 6542 6548 dev: true 6543 6549 6544 - /file-entry-cache@6.0.1: 6545 - resolution: {integrity: sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==} 6546 - engines: {node: ^10.12.0 || >=12.0.0} 6550 + /file-entry-cache@8.0.0: 6551 + resolution: {integrity: sha512-XXTUwCvisa5oacNGRP9SfNtYBNAMi+RPwBFmblZEF7N7swHYQS6/Zfk7SRwx4D5j3CH211YNRco1DEMNVfZCnQ==} 6552 + engines: {node: '>=16.0.0'} 6547 6553 dependencies: 6548 - flat-cache: 3.2.0 6554 + flat-cache: 4.0.1 6549 6555 dev: true 6550 6556 6551 6557 /fill-range@7.0.1: ··· 6608 6614 pkg-dir: 4.2.0 6609 6615 dev: true 6610 6616 6611 - /flat-cache@3.2.0: 6612 - resolution: {integrity: sha512-CYcENa+FtcUKLmhhqyctpclsq7QF38pKjZHsGNiSQF5r4FtoKDWabFDl3hzaEQMvT1LHEysw5twgLvpYYb4vbw==} 6613 - engines: {node: ^10.12.0 || >=12.0.0} 6617 + /flat-cache@4.0.1: 6618 + resolution: {integrity: sha512-f7ccFPK3SXFHpx15UIGyRJ/FJQctuKZ0zVuN3frBo4HnK3cay9VEW0R6yPYFHC0AgqhukPzKjq22t5DmAyqGyw==} 6619 + engines: {node: '>=16'} 6614 6620 dependencies: 6615 6621 flatted: 3.3.1 6616 6622 keyv: 4.5.4 6617 - rimraf: 3.0.2 6618 6623 dev: true 6619 6624 6620 6625 /flat@5.0.2: ··· 6895 6900 engines: {node: '>=4'} 6896 6901 dev: true 6897 6902 6898 - /globals@13.24.0: 6899 - resolution: {integrity: sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==} 6900 - engines: {node: '>=8'} 6901 - dependencies: 6902 - type-fest: 0.20.2 6903 + /globals@14.0.0: 6904 + resolution: {integrity: sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==} 6905 + engines: {node: '>=18'} 6903 6906 dev: true 6904 6907 6905 6908 /globals@15.0.0: ··· 7176 7179 safer-buffer: 2.1.2 7177 7180 dev: true 7178 7181 7179 - /icss-utils@5.1.0(postcss@8.4.35): 7182 + /icss-utils@5.1.0(postcss@8.4.38): 7180 7183 resolution: {integrity: sha512-soFhflCVWLfRNOPU3iv5Z9VUdT44xFRbzjLsEzSr5AQmgqPMTHdU3PMT1Cf1ssx8fLNJDA1juftYl+PUcv3MqA==} 7181 7184 engines: {node: ^10 || ^12 || >= 14} 7182 7185 peerDependencies: 7183 7186 postcss: ^8.1.0 7184 7187 dependencies: 7185 - postcss: 8.4.35 7188 + postcss: 8.4.38 7186 7189 dev: true 7187 7190 7188 7191 /ieee754@1.2.1: ··· 7609 7612 resolution: {integrity: sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==} 7610 7613 engines: {node: '>= 10.13.0'} 7611 7614 dependencies: 7612 - '@types/node': 20.12.6 7615 + '@types/node': 20.12.7 7613 7616 merge-stream: 2.0.0 7614 7617 supports-color: 8.1.1 7615 7618 dev: true ··· 8353 8356 /minimatch@5.1.6: 8354 8357 resolution: {integrity: sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==} 8355 8358 engines: {node: '>=10'} 8356 - dependencies: 8357 - brace-expansion: 2.0.1 8358 - dev: true 8359 - 8360 - /minimatch@9.0.3: 8361 - resolution: {integrity: sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==} 8362 - engines: {node: '>=16 || 14 >=14.17'} 8363 8359 dependencies: 8364 8360 brace-expansion: 2.0.1 8365 8361 dev: true ··· 9153 9149 engines: {node: '>= 0.4'} 9154 9150 dev: true 9155 9151 9156 - /postcss-loader@8.1.1(postcss@8.4.35)(typescript@5.4.4)(webpack@5.90.3): 9152 + /postcss-loader@8.1.1(postcss@8.4.35)(typescript@5.4.5)(webpack@5.90.3): 9157 9153 resolution: {integrity: sha512-0IeqyAsG6tYiDRCYKQJLAmgQr47DX6N7sFSWvQxt6AcupX8DIdmykuk/o/tx0Lze3ErGHJEp5OSRxrelC6+NdQ==} 9158 9154 engines: {node: '>= 18.12.0'} 9159 9155 peerDependencies: ··· 9166 9162 webpack: 9167 9163 optional: true 9168 9164 dependencies: 9169 - cosmiconfig: 9.0.0(typescript@5.4.4) 9165 + cosmiconfig: 9.0.0(typescript@5.4.5) 9170 9166 jiti: 1.21.0 9171 9167 postcss: 8.4.35 9172 9168 semver: 7.6.0 ··· 9179 9175 resolution: {integrity: sha512-3sOlxmbKcSHMjlUXQZKQ06jOswE7oVkXPxmZdoB1r5l0q6gTFTQSHxNxOrCccElbW7dxNytifNEo8qidX2Vsig==} 9180 9176 dev: true 9181 9177 9182 - /postcss-modules-extract-imports@3.1.0(postcss@8.4.35): 9178 + /postcss-modules-extract-imports@3.1.0(postcss@8.4.38): 9183 9179 resolution: {integrity: sha512-k3kNe0aNFQDAZGbin48pL2VNidTF0w4/eASDsxlyspobzU3wZQLOGj7L9gfRe0Jo9/4uud09DsjFNH7winGv8Q==} 9184 9180 engines: {node: ^10 || ^12 || >= 14} 9185 9181 peerDependencies: 9186 9182 postcss: ^8.1.0 9187 9183 dependencies: 9188 - postcss: 8.4.35 9184 + postcss: 8.4.38 9189 9185 dev: true 9190 9186 9191 - /postcss-modules-local-by-default@4.0.5(postcss@8.4.35): 9187 + /postcss-modules-local-by-default@4.0.5(postcss@8.4.38): 9192 9188 resolution: {integrity: sha512-6MieY7sIfTK0hYfafw1OMEG+2bg8Q1ocHCpoWLqOKj3JXlKu4G7btkmM/B7lFubYkYWmRSPLZi5chid63ZaZYw==} 9193 9189 engines: {node: ^10 || ^12 || >= 14} 9194 9190 peerDependencies: 9195 9191 postcss: ^8.1.0 9196 9192 dependencies: 9197 - icss-utils: 5.1.0(postcss@8.4.35) 9198 - postcss: 8.4.35 9193 + icss-utils: 5.1.0(postcss@8.4.38) 9194 + postcss: 8.4.38 9199 9195 postcss-selector-parser: 6.0.16 9200 9196 postcss-value-parser: 4.2.0 9201 9197 dev: true 9202 9198 9203 - /postcss-modules-scope@3.2.0(postcss@8.4.35): 9199 + /postcss-modules-scope@3.2.0(postcss@8.4.38): 9204 9200 resolution: {integrity: sha512-oq+g1ssrsZOsx9M96c5w8laRmvEu9C3adDSjI8oTcbfkrTE8hx/zfyobUoWIxaKPO8bt6S62kxpw5GqypEw1QQ==} 9205 9201 engines: {node: ^10 || ^12 || >= 14} 9206 9202 peerDependencies: 9207 9203 postcss: ^8.1.0 9208 9204 dependencies: 9209 - postcss: 8.4.35 9205 + postcss: 8.4.38 9210 9206 postcss-selector-parser: 6.0.16 9211 9207 dev: true 9212 9208 9213 - /postcss-modules-values@4.0.0(postcss@8.4.35): 9209 + /postcss-modules-values@4.0.0(postcss@8.4.38): 9214 9210 resolution: {integrity: sha512-RDxHkAiEGI78gS2ofyvCsu7iycRv7oqw5xMWn9iMoR0N/7mf9D50ecQqUo5BZ9Zh2vH4bCUR/ktCqbB9m8vJjQ==} 9215 9211 engines: {node: ^10 || ^12 || >= 14} 9216 9212 peerDependencies: 9217 9213 postcss: ^8.1.0 9218 9214 dependencies: 9219 - icss-utils: 5.1.0(postcss@8.4.35) 9220 - postcss: 8.4.35 9215 + icss-utils: 5.1.0(postcss@8.4.38) 9216 + postcss: 8.4.38 9221 9217 dev: true 9222 9218 9223 9219 /postcss-selector-parser@6.0.16: ··· 9371 9367 engines: {node: '>=6'} 9372 9368 dev: true 9373 9369 9374 - /puppeteer-core@22.6.3: 9375 - resolution: {integrity: sha512-YrTAak5zCTWVTnVaCK1b7FD1qFCCT9bSvQhLzamnIsJ57/tfuXiT8ZvPJR2SBfahyFTYFCcaZAd/Npow3lmDGA==} 9370 + /puppeteer-core@22.6.4: 9371 + resolution: {integrity: sha512-QtfJwPmqQec3EHc6LqbEz03vSiuVAr9bYp0TV87dLoreev6ZevsXdLgOfQgoA3GocrsSe/eUf7NRPQ1lQfsc3w==} 9376 9372 engines: {node: '>=18'} 9377 9373 dependencies: 9378 9374 '@puppeteer/browsers': 2.2.1 9379 - chromium-bidi: 0.5.16(devtools-protocol@0.0.1262051) 9375 + chromium-bidi: 0.5.17(devtools-protocol@0.0.1262051) 9380 9376 debug: 4.3.4 9381 9377 devtools-protocol: 0.0.1262051 9382 9378 ws: 8.16.0 ··· 9386 9382 - utf-8-validate 9387 9383 dev: true 9388 9384 9389 - /puppeteer@22.6.3(typescript@5.4.4): 9390 - resolution: {integrity: sha512-KZOnthMbvr4+7cPKFeeOCJPe8DzOKGC0GbMXmZKOP/YusXQ6sqxA0vt6frstZq3rUJ277qXHlZNFf01VVwdHKw==} 9385 + /puppeteer@22.6.4(typescript@5.4.5): 9386 + resolution: {integrity: sha512-J9hXNwZmuqKDmNMj6kednZH8jzbdX9735NQfQJrq5LRD4nHisAMyW9pCD7glKi+iM7RV9JkesI1MYhdsN+0ZSQ==} 9391 9387 engines: {node: '>=18'} 9392 9388 hasBin: true 9393 9389 requiresBuild: true 9394 9390 dependencies: 9395 9391 '@puppeteer/browsers': 2.2.1 9396 - cosmiconfig: 9.0.0(typescript@5.4.4) 9392 + cosmiconfig: 9.0.0(typescript@5.4.5) 9397 9393 devtools-protocol: 0.0.1262051 9398 - puppeteer-core: 22.6.3 9394 + puppeteer-core: 22.6.4 9399 9395 transitivePeerDependencies: 9400 9396 - bufferutil 9401 9397 - supports-color ··· 9637 9633 adjust-sourcemap-loader: 4.0.0 9638 9634 convert-source-map: 1.9.0 9639 9635 loader-utils: 2.0.4 9640 - postcss: 8.4.35 9636 + postcss: 8.4.38 9641 9637 source-map: 0.6.1 9642 9638 dev: true 9643 9639 ··· 9696 9692 resolution: {integrity: sha512-IXgzBWvWQwE6PrDI05OvmXUIruQTcoMDzRsOd5CDvHCVLcLHMTSYvOK5Cm46kWqlV3yAbuSpBZdJ5oP5OUoStg==} 9697 9693 dev: true 9698 9694 9699 - /rollup-plugin-dts@6.1.0(rollup@4.14.1)(typescript@5.4.4): 9695 + /rollup-plugin-dts@6.1.0(rollup@4.14.2)(typescript@5.4.5): 9700 9696 resolution: {integrity: sha512-ijSCPICkRMDKDLBK9torss07+8dl9UpY9z1N/zTeA1cIqdzMlpkV3MOOC7zukyvQfDyxa1s3Dl2+DeiP/G6DOw==} 9701 9697 engines: {node: '>=16'} 9702 9698 peerDependencies: ··· 9704 9700 typescript: ^4.5 || ^5.0 9705 9701 dependencies: 9706 9702 magic-string: 0.30.8 9707 - rollup: 4.14.1 9708 - typescript: 5.4.4 9703 + rollup: 4.14.2 9704 + typescript: 5.4.5 9709 9705 optionalDependencies: 9710 9706 '@babel/code-frame': 7.24.2 9711 9707 dev: true 9712 9708 9713 - /rollup@4.14.1: 9714 - resolution: {integrity: sha512-4LnHSdd3QK2pa1J6dFbfm1HN0D7vSK/ZuZTsdyUAlA6Rr1yTouUTL13HaDOGJVgby461AhrNGBS7sCGXXtT+SA==} 9709 + /rollup@4.14.2: 9710 + resolution: {integrity: sha512-WkeoTWvuBoFjFAhsEOHKRoZ3r9GfTyhh7Vff1zwebEFLEFjT1lG3784xEgKiTa7E+e70vsC81roVL2MP4tgEEQ==} 9715 9711 engines: {node: '>=18.0.0', npm: '>=8.0.0'} 9716 9712 hasBin: true 9717 9713 dependencies: 9718 9714 '@types/estree': 1.0.5 9719 9715 optionalDependencies: 9720 - '@rollup/rollup-android-arm-eabi': 4.14.1 9721 - '@rollup/rollup-android-arm64': 4.14.1 9722 - '@rollup/rollup-darwin-arm64': 4.14.1 9723 - '@rollup/rollup-darwin-x64': 4.14.1 9724 - '@rollup/rollup-linux-arm-gnueabihf': 4.14.1 9725 - '@rollup/rollup-linux-arm64-gnu': 4.14.1 9726 - '@rollup/rollup-linux-arm64-musl': 4.14.1 9727 - '@rollup/rollup-linux-powerpc64le-gnu': 4.14.1 9728 - '@rollup/rollup-linux-riscv64-gnu': 4.14.1 9729 - '@rollup/rollup-linux-s390x-gnu': 4.14.1 9730 - '@rollup/rollup-linux-x64-gnu': 4.14.1 9731 - '@rollup/rollup-linux-x64-musl': 4.14.1 9732 - '@rollup/rollup-win32-arm64-msvc': 4.14.1 9733 - '@rollup/rollup-win32-ia32-msvc': 4.14.1 9734 - '@rollup/rollup-win32-x64-msvc': 4.14.1 9716 + '@rollup/rollup-android-arm-eabi': 4.14.2 9717 + '@rollup/rollup-android-arm64': 4.14.2 9718 + '@rollup/rollup-darwin-arm64': 4.14.2 9719 + '@rollup/rollup-darwin-x64': 4.14.2 9720 + '@rollup/rollup-linux-arm-gnueabihf': 4.14.2 9721 + '@rollup/rollup-linux-arm64-gnu': 4.14.2 9722 + '@rollup/rollup-linux-arm64-musl': 4.14.2 9723 + '@rollup/rollup-linux-powerpc64le-gnu': 4.14.2 9724 + '@rollup/rollup-linux-riscv64-gnu': 4.14.2 9725 + '@rollup/rollup-linux-s390x-gnu': 4.14.2 9726 + '@rollup/rollup-linux-x64-gnu': 4.14.2 9727 + '@rollup/rollup-linux-x64-musl': 4.14.2 9728 + '@rollup/rollup-win32-arm64-msvc': 4.14.2 9729 + '@rollup/rollup-win32-ia32-msvc': 4.14.2 9730 + '@rollup/rollup-win32-x64-msvc': 4.14.2 9735 9731 fsevents: 2.3.3 9736 9732 dev: true 9737 9733 ··· 10552 10548 engines: {node: '>=8'} 10553 10549 dev: true 10554 10550 10555 - /ts-api-utils@1.3.0(typescript@5.4.4): 10551 + /ts-api-utils@1.3.0(typescript@5.4.5): 10556 10552 resolution: {integrity: sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==} 10557 10553 engines: {node: '>=16'} 10558 10554 peerDependencies: 10559 10555 typescript: '>=4.2.0' 10560 10556 dependencies: 10561 - typescript: 5.4.4 10557 + typescript: 5.4.5 10562 10558 dev: true 10563 10559 10564 10560 /ts-dedent@2.2.0: ··· 10566 10562 engines: {node: '>=6.10'} 10567 10563 dev: true 10568 10564 10569 - /ts-node@10.9.2(@types/node@20.12.5)(typescript@5.4.4): 10565 + /ts-node@10.9.2(@types/node@20.12.7)(typescript@5.4.5): 10570 10566 resolution: {integrity: sha512-f0FFpIdcHgn8zcPSbf1dRevwt047YMnaiJM3u2w2RewrB+fob/zePZcrOyQoLMMO7aBIddLcQIEK5dYjkLnGrQ==} 10571 10567 hasBin: true 10572 10568 peerDependencies: ··· 10585 10581 '@tsconfig/node12': 1.0.11 10586 10582 '@tsconfig/node14': 1.0.3 10587 10583 '@tsconfig/node16': 1.0.4 10588 - '@types/node': 20.12.5 10584 + '@types/node': 20.12.7 10589 10585 acorn: 8.11.3 10590 10586 acorn-walk: 8.3.2 10591 10587 arg: 4.1.3 10592 10588 create-require: 1.1.1 10593 10589 diff: 4.0.2 10594 10590 make-error: 1.3.6 10595 - typescript: 5.4.4 10591 + typescript: 5.4.5 10596 10592 v8-compile-cache-lib: 3.0.1 10597 10593 yn: 3.1.1 10598 10594 dev: true ··· 10643 10639 engines: {node: '>=10'} 10644 10640 dev: true 10645 10641 10646 - /type-fest@0.20.2: 10647 - resolution: {integrity: sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==} 10648 - engines: {node: '>=10'} 10649 - dev: true 10650 - 10651 10642 /type-fest@0.21.3: 10652 10643 resolution: {integrity: sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==} 10653 10644 engines: {node: '>=10'} ··· 10719 10710 resolution: {integrity: sha512-KNNZtayBCtmnNmbo5mG47p1XsCyrx6iVqomjcZnec/1Y5GGARaxPs6r49RnSPeUP3YjNYiU9sQHAtY4BBvnZwg==} 10720 10711 dev: true 10721 10712 10722 - /typescript-eslint@7.5.0(eslint@8.57.0)(typescript@5.4.4): 10723 - resolution: {integrity: sha512-eKhF39LRi2xYvvXh3h3S+mCxC01dZTIZBlka25o39i81VeQG+OZyfC4i2GEDspNclMRdXkg9uGhmvWMhjph2XQ==} 10713 + /typescript-eslint@7.6.0(eslint@9.0.0)(typescript@5.4.5): 10714 + resolution: {integrity: sha512-LY6vH6F1l5jpGqRtU+uK4+mOecIb4Cd4kaz1hAiJrgnNiHUA8wiw8BkJyYS+MRLM69F1QuSKwtGlQqnGl1Rc6w==} 10724 10715 engines: {node: ^18.18.0 || >=20.0.0} 10725 10716 peerDependencies: 10726 10717 eslint: ^8.56.0 ··· 10729 10720 typescript: 10730 10721 optional: true 10731 10722 dependencies: 10732 - '@typescript-eslint/eslint-plugin': 7.5.0(@typescript-eslint/parser@7.5.0)(eslint@8.57.0)(typescript@5.4.4) 10733 - '@typescript-eslint/parser': 7.5.0(eslint@8.57.0)(typescript@5.4.4) 10734 - '@typescript-eslint/utils': 7.5.0(eslint@8.57.0)(typescript@5.4.4) 10735 - eslint: 8.57.0 10736 - typescript: 5.4.4 10723 + '@typescript-eslint/eslint-plugin': 7.6.0(@typescript-eslint/parser@7.6.0)(eslint@9.0.0)(typescript@5.4.5) 10724 + '@typescript-eslint/parser': 7.6.0(eslint@9.0.0)(typescript@5.4.5) 10725 + '@typescript-eslint/utils': 7.6.0(eslint@9.0.0)(typescript@5.4.5) 10726 + eslint: 9.0.0 10727 + typescript: 5.4.5 10737 10728 transitivePeerDependencies: 10738 10729 - supports-color 10739 10730 dev: true 10740 10731 10741 - /typescript@5.4.4: 10742 - resolution: {integrity: sha512-dGE2Vv8cpVvw28v8HCPqyb08EzbBURxDpuhJvTrusShUfGnhHBafDsLdS1EhhxyL6BJQE+2cT3dDPAv+MQ6oLw==} 10732 + /typescript@5.4.5: 10733 + resolution: {integrity: sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==} 10743 10734 engines: {node: '>=14.17'} 10744 10735 hasBin: true 10745 10736 dev: true ··· 10893 10884 resolution: {integrity: sha512-wa7YjyUGfNZngI/vtK0UHAN+lgDCxBPCylVXGp0zu59Fz5aiGtNXaq3DhIov063MorB+VfufLh3JlF2KdTK3xg==} 10894 10885 dev: true 10895 10886 10896 - /v8-to-istanbul@9.2.0: 10897 - resolution: {integrity: sha512-/EH/sDgxU2eGxajKdwLCDmQ4FWq+kpi3uCmBGpw1xJtnAxEjlD8j8PEiGWpCIMIs3ciNAgH0d3TTJiUkYzyZjA==} 10898 - engines: {node: '>=10.12.0'} 10899 - dependencies: 10900 - '@jridgewell/trace-mapping': 0.3.25 10901 - '@types/istanbul-lib-coverage': 2.0.6 10902 - convert-source-map: 2.0.0 10903 - dev: true 10904 - 10905 10887 /validate-npm-package-license@3.0.4: 10906 10888 resolution: {integrity: sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==} 10907 10889 dependencies: ··· 10921 10903 engines: {node: '>= 0.8'} 10922 10904 dev: true 10923 10905 10924 - /vite-node@1.4.0(@types/node@20.12.5)(less@4.2.0): 10925 - resolution: {integrity: sha512-VZDAseqjrHgNd4Kh8icYHWzTKSCZMhia7GyHfhtzLW33fZlG9SwsB6CEhgyVOWkJfJ2pFLrp/Gj1FSfAiqH9Lw==} 10906 + /vite-node@1.5.0(@types/node@20.12.7)(less@4.2.0): 10907 + resolution: {integrity: sha512-tV8h6gMj6vPzVCa7l+VGq9lwoJjW8Y79vst8QZZGiuRAfijU+EEWuc0kFpmndQrWhMMhet1jdSF+40KSZUqIIw==} 10926 10908 engines: {node: ^18.0.0 || >=20.0.0} 10927 10909 hasBin: true 10928 10910 dependencies: ··· 10930 10912 debug: 4.3.4 10931 10913 pathe: 1.1.2 10932 10914 picocolors: 1.0.0 10933 - vite: 5.2.7(@types/node@20.12.5)(less@4.2.0) 10915 + vite: 5.2.8(@types/node@20.12.7)(less@4.2.0) 10934 10916 transitivePeerDependencies: 10935 10917 - '@types/node' 10936 10918 - less ··· 10942 10924 - terser 10943 10925 dev: true 10944 10926 10945 - /vite@5.1.5(@types/node@20.12.5)(less@4.2.0)(sass@1.71.1)(terser@5.29.1): 10927 + /vite@5.1.5(@types/node@20.12.7)(less@4.2.0)(sass@1.71.1)(terser@5.29.1): 10946 10928 resolution: {integrity: sha512-BdN1xh0Of/oQafhU+FvopafUp6WaYenLU/NFoL5WyJL++GxkNfieKzBhM24H3HVsPQrlAqB7iJYTHabzaRed5Q==} 10947 10929 engines: {node: ^18.0.0 || >=20.0.0} 10948 10930 hasBin: true ··· 10970 10952 terser: 10971 10953 optional: true 10972 10954 dependencies: 10973 - '@types/node': 20.12.5 10955 + '@types/node': 20.12.7 10974 10956 esbuild: 0.19.12 10975 10957 less: 4.2.0 10976 10958 postcss: 8.4.38 10977 - rollup: 4.14.1 10959 + rollup: 4.14.2 10978 10960 sass: 1.71.1 10979 10961 terser: 5.29.1 10980 10962 optionalDependencies: 10981 10963 fsevents: 2.3.3 10982 10964 dev: true 10983 10965 10984 - /vite@5.2.7(@types/node@20.12.5)(less@4.2.0): 10985 - resolution: {integrity: sha512-k14PWOKLI6pMaSzAuGtT+Cf0YmIx12z9YGon39onaJNy8DLBfBJrzg9FQEmkAM5lpHBZs9wksWAsyF/HkpEwJA==} 10966 + /vite@5.2.8(@types/node@20.12.7)(less@4.2.0): 10967 + resolution: {integrity: sha512-OyZR+c1CE8yeHw5V5t59aXsUPPVTHMDjEZz8MgguLL/Q7NblxhZUlTu9xSPqlsUO/y+X7dlU05jdhvyycD55DA==} 10986 10968 engines: {node: ^18.0.0 || >=20.0.0} 10987 10969 hasBin: true 10988 10970 peerDependencies: ··· 11009 10991 terser: 11010 10992 optional: true 11011 10993 dependencies: 11012 - '@types/node': 20.12.5 10994 + '@types/node': 20.12.7 11013 10995 esbuild: 0.20.2 11014 10996 less: 4.2.0 11015 10997 postcss: 8.4.38 11016 - rollup: 4.14.1 10998 + rollup: 4.14.2 11017 10999 optionalDependencies: 11018 11000 fsevents: 2.3.3 11019 11001 dev: true 11020 11002 11021 - /vitepress-plugin-mermaid@2.0.16(mermaid@10.9.0)(vitepress@1.0.2): 11003 + /vitepress-plugin-mermaid@2.0.16(mermaid@10.9.0)(vitepress@1.1.0): 11022 11004 resolution: {integrity: sha512-sW0Eu4+1EzRdwZBMGjzwKDsbQiuJIxCy8BlMw7Ur88p9fXalrFYKqZ3wYWLxsFTBipeooFIeanef/xw1P+v7vQ==} 11023 11005 peerDependencies: 11024 11006 mermaid: '10' 11025 11007 vitepress: ^1.0.0 || ^1.0.0-alpha 11026 11008 dependencies: 11027 11009 mermaid: 10.9.0 11028 - vitepress: 1.0.2(@algolia/client-search@4.23.2)(search-insights@2.13.0) 11010 + vitepress: 1.1.0(@algolia/client-search@4.23.3)(search-insights@2.13.0) 11029 11011 optionalDependencies: 11030 11012 '@mermaid-js/mermaid-mindmap': 9.3.0 11031 11013 dev: true 11032 11014 11033 - /vitepress@1.0.2(@algolia/client-search@4.23.2)(search-insights@2.13.0): 11034 - resolution: {integrity: sha512-bEj9yTEdWyewJFOhEREZF+mXuAgOq27etuJZT6DZSp+J3XpQstXMJc5piSVwhZBtuj8OfA0iXy+jdP1c71KMYQ==} 11015 + /vitepress@1.1.0(@algolia/client-search@4.23.3)(search-insights@2.13.0): 11016 + resolution: {integrity: sha512-G+NS5I2OETxC0SfGAMDO75JWNkrcir0UCptuhQMNoaZhhlqvYtTDQhph4qGc5dtiTtZkcFa/bCcSx+A2gSS3lA==} 11035 11017 hasBin: true 11036 11018 peerDependencies: 11037 11019 markdown-it-mathjax3: ^4 ··· 11043 11025 optional: true 11044 11026 dependencies: 11045 11027 '@docsearch/css': 3.6.0 11046 - '@docsearch/js': 3.6.0(@algolia/client-search@4.23.2)(search-insights@2.13.0) 11028 + '@docsearch/js': 3.6.0(@algolia/client-search@4.23.3)(search-insights@2.13.0) 11047 11029 '@shikijs/core': 1.2.4 11048 11030 '@shikijs/transformers': 1.2.4 11049 11031 '@types/markdown-it': 13.0.7 11050 - '@vitejs/plugin-vue': 5.0.4(vite@5.2.7)(vue@3.4.21) 11032 + '@vitejs/plugin-vue': 5.0.4(vite@5.2.8)(vue@3.4.21) 11051 11033 '@vue/devtools-api': 7.0.25(vue@3.4.21) 11052 11034 '@vueuse/core': 10.9.0(vue@3.4.21) 11053 11035 '@vueuse/integrations': 10.9.0(focus-trap@7.5.4)(vue@3.4.21) ··· 11055 11037 mark.js: 8.11.1 11056 11038 minisearch: 6.3.0 11057 11039 shiki: 1.2.4 11058 - vite: 5.2.7(@types/node@20.12.5)(less@4.2.0) 11040 + vite: 5.2.8(@types/node@20.12.7)(less@4.2.0) 11059 11041 vue: 3.4.21 11060 11042 transitivePeerDependencies: 11061 11043 - '@algolia/client-search' ··· 11085 11067 - universal-cookie 11086 11068 dev: true 11087 11069 11088 - /vitest@1.4.0(@types/node@20.12.5)(less@4.2.0): 11089 - resolution: {integrity: sha512-gujzn0g7fmwf83/WzrDTnncZt2UiXP41mHuFYFrdwaLRVQ6JYQEiME2IfEjU3vcFL3VKa75XhI3lFgn+hfVsQw==} 11070 + /vitest@1.5.0(@types/node@20.12.7)(less@4.2.0): 11071 + resolution: {integrity: sha512-d8UKgR0m2kjdxDWX6911uwxout6GHS0XaGH1cksSIVVG8kRlE7G7aBw7myKQCvDI5dT4j7ZMa+l706BIORMDLw==} 11090 11072 engines: {node: ^18.0.0 || >=20.0.0} 11091 11073 hasBin: true 11092 11074 peerDependencies: 11093 11075 '@edge-runtime/vm': '*' 11094 11076 '@types/node': ^18.0.0 || >=20.0.0 11095 - '@vitest/browser': 1.4.0 11096 - '@vitest/ui': 1.4.0 11077 + '@vitest/browser': 1.5.0 11078 + '@vitest/ui': 1.5.0 11097 11079 happy-dom: '*' 11098 11080 jsdom: '*' 11099 11081 peerDependenciesMeta: ··· 11110 11092 jsdom: 11111 11093 optional: true 11112 11094 dependencies: 11113 - '@types/node': 20.12.5 11114 - '@vitest/expect': 1.4.0 11115 - '@vitest/runner': 1.4.0 11116 - '@vitest/snapshot': 1.4.0 11117 - '@vitest/spy': 1.4.0 11118 - '@vitest/utils': 1.4.0 11095 + '@types/node': 20.12.7 11096 + '@vitest/expect': 1.5.0 11097 + '@vitest/runner': 1.5.0 11098 + '@vitest/snapshot': 1.5.0 11099 + '@vitest/spy': 1.5.0 11100 + '@vitest/utils': 1.5.0 11119 11101 acorn-walk: 8.3.2 11120 11102 chai: 4.4.1 11121 11103 debug: 4.3.4 ··· 11128 11110 strip-literal: 2.1.0 11129 11111 tinybench: 2.6.0 11130 11112 tinypool: 0.8.3 11131 - vite: 5.2.7(@types/node@20.12.5)(less@4.2.0) 11132 - vite-node: 1.4.0(@types/node@20.12.5)(less@4.2.0) 11113 + vite: 5.2.8(@types/node@20.12.7)(less@4.2.0) 11114 + vite-node: 1.5.0(@types/node@20.12.7)(less@4.2.0) 11133 11115 why-is-node-running: 2.2.2 11134 11116 transitivePeerDependencies: 11135 11117 - less