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

Merge pull request #605 from hey-api/dependabot/npm_and_yarn/dev-deps-a83002f0c3

chore(deps-dev): bump the dev-deps group across 1 directory with 10 updates

authored by

Lubos and committed by
GitHub
56a442e5 5397f913

+172 -181
+1 -1
docs/package.json
··· 13 13 "@stackblitz/sdk": "1.10.0" 14 14 }, 15 15 "devDependencies": { 16 - "vitepress": "1.1.4" 16 + "vitepress": "1.2.2" 17 17 } 18 18 }
+3 -3
examples/openapi-ts-axios/package.json
··· 21 21 "@hey-api/openapi-ts": "workspace:*", 22 22 "@types/react": "18.3.2", 23 23 "@types/react-dom": "18.3.0", 24 - "@typescript-eslint/eslint-plugin": "7.8.0", 25 - "@typescript-eslint/parser": "7.8.0", 24 + "@typescript-eslint/eslint-plugin": "7.10.0", 25 + "@typescript-eslint/parser": "7.10.0", 26 26 "@vitejs/plugin-react": "4.2.1", 27 - "eslint": "9.2.0", 27 + "eslint": "9.3.0", 28 28 "eslint-plugin-react-hooks": "4.6.2", 29 29 "eslint-plugin-react-refresh": "0.4.7", 30 30 "prettier": "3.2.5",
+3 -3
examples/openapi-ts-fetch/package.json
··· 23 23 "@hey-api/openapi-ts": "workspace:*", 24 24 "@types/react": "18.3.2", 25 25 "@types/react-dom": "18.3.0", 26 - "@typescript-eslint/eslint-plugin": "7.8.0", 27 - "@typescript-eslint/parser": "7.8.0", 26 + "@typescript-eslint/eslint-plugin": "7.10.0", 27 + "@typescript-eslint/parser": "7.10.0", 28 28 "@vitejs/plugin-react": "4.2.1", 29 29 "autoprefixer": "10.4.19", 30 - "eslint": "9.2.0", 30 + "eslint": "9.3.0", 31 31 "eslint-plugin-react-hooks": "4.6.2", 32 32 "eslint-plugin-react-refresh": "0.4.7", 33 33 "postcss": "8.4.38",
+6 -6
package.json
··· 34 34 "node": "^18.0.0 || >=20.0.0" 35 35 }, 36 36 "devDependencies": { 37 - "@changesets/cli": "2.27.1", 37 + "@changesets/cli": "2.27.3", 38 38 "@rollup/plugin-commonjs": "25.0.7", 39 39 "@rollup/plugin-terser": "0.4.4", 40 40 "@rollup/plugin-typescript": "11.1.6", 41 41 "@svitejs/changesets-changelog-github-compact": "1.1.0", 42 - "@types/node": "20.12.11", 42 + "@types/node": "20.12.12", 43 43 "@vitest/coverage-v8": "1.6.0", 44 - "eslint": "9.2.0", 44 + "eslint": "9.3.0", 45 45 "eslint-config-prettier": "9.1.0", 46 46 "eslint-plugin-simple-import-sort": "12.1.0", 47 47 "eslint-plugin-sort-keys-fix": "1.1.2", 48 - "globals": "15.2.0", 48 + "globals": "15.3.0", 49 49 "husky": "9.0.11", 50 50 "lint-staged": "15.2.2", 51 51 "prettier": "3.2.5", 52 52 "rimraf": "5.0.7", 53 53 "rollup": "4.17.2", 54 - "rollup-plugin-dts": "6.1.0", 54 + "rollup-plugin-dts": "6.1.1", 55 55 "typescript": "5.4.5", 56 - "typescript-eslint": "7.8.0", 56 + "typescript-eslint": "7.10.0", 57 57 "vitest": "1.6.0" 58 58 } 59 59 }
+2 -2
packages/openapi-ts/package.json
··· 87 87 "@types/express": "4.17.21", 88 88 "axios": "1.7.1", 89 89 "cross-spawn": "7.0.3", 90 - "eslint": "9.2.0", 90 + "eslint": "9.3.0", 91 91 "express": "4.19.2", 92 92 "glob": "10.3.15", 93 93 "node-fetch": "3.3.2", 94 94 "prettier": "3.2.5", 95 - "puppeteer": "22.8.0", 95 + "puppeteer": "22.9.0", 96 96 "rxjs": "7.8.1", 97 97 "ts-node": "10.9.2", 98 98 "tslib": "2.6.2",
+157 -166
pnpm-lock.yaml
··· 9 9 .: 10 10 devDependencies: 11 11 '@changesets/cli': 12 - specifier: 2.27.1 13 - version: 2.27.1 12 + specifier: 2.27.3 13 + version: 2.27.3 14 14 '@rollup/plugin-commonjs': 15 15 specifier: 25.0.7 16 16 version: 25.0.7(rollup@4.17.2) ··· 24 24 specifier: 1.1.0 25 25 version: 1.1.0 26 26 '@types/node': 27 - specifier: 20.12.11 28 - version: 20.12.11 27 + specifier: 20.12.12 28 + version: 20.12.12 29 29 '@vitest/coverage-v8': 30 30 specifier: 1.6.0 31 31 version: 1.6.0(vitest@1.6.0) 32 32 eslint: 33 - specifier: 9.2.0 34 - version: 9.2.0 33 + specifier: 9.3.0 34 + version: 9.3.0 35 35 eslint-config-prettier: 36 36 specifier: 9.1.0 37 - version: 9.1.0(eslint@9.2.0) 37 + version: 9.1.0(eslint@9.3.0) 38 38 eslint-plugin-simple-import-sort: 39 39 specifier: 12.1.0 40 - version: 12.1.0(eslint@9.2.0) 40 + version: 12.1.0(eslint@9.3.0) 41 41 eslint-plugin-sort-keys-fix: 42 42 specifier: 1.1.2 43 43 version: 1.1.2 44 44 globals: 45 - specifier: 15.2.0 46 - version: 15.2.0 45 + specifier: 15.3.0 46 + version: 15.3.0 47 47 husky: 48 48 specifier: 9.0.11 49 49 version: 9.0.11 ··· 60 60 specifier: 4.17.2 61 61 version: 4.17.2 62 62 rollup-plugin-dts: 63 - specifier: 6.1.0 64 - version: 6.1.0(rollup@4.17.2)(typescript@5.4.5) 63 + specifier: 6.1.1 64 + version: 6.1.1(rollup@4.17.2)(typescript@5.4.5) 65 65 typescript: 66 66 specifier: 5.4.5 67 67 version: 5.4.5 68 68 typescript-eslint: 69 - specifier: 7.8.0 70 - version: 7.8.0(eslint@9.2.0)(typescript@5.4.5) 69 + specifier: 7.10.0 70 + version: 7.10.0(eslint@9.3.0)(typescript@5.4.5) 71 71 vitest: 72 72 specifier: 1.6.0 73 - version: 1.6.0(@types/node@20.12.11) 73 + version: 1.6.0(@types/node@20.12.12) 74 74 75 75 docs: 76 76 dependencies: ··· 79 79 version: 1.10.0 80 80 devDependencies: 81 81 vitepress: 82 - specifier: 1.1.4 83 - version: 1.1.4(@algolia/client-search@4.23.3)(@types/node@20.12.11)(search-insights@2.13.0)(typescript@5.4.5) 82 + specifier: 1.2.2 83 + version: 1.2.2(@algolia/client-search@4.23.3)(@types/node@20.12.12)(search-insights@2.13.0)(typescript@5.4.5) 84 84 85 85 examples/openapi-ts-axios: 86 86 dependencies: ··· 107 107 specifier: 18.3.0 108 108 version: 18.3.0 109 109 '@typescript-eslint/eslint-plugin': 110 - specifier: 7.8.0 111 - version: 7.8.0(@typescript-eslint/parser@7.8.0)(eslint@9.2.0)(typescript@5.4.5) 110 + specifier: 7.10.0 111 + version: 7.10.0(@typescript-eslint/parser@7.10.0)(eslint@9.3.0)(typescript@5.4.5) 112 112 '@typescript-eslint/parser': 113 - specifier: 7.8.0 114 - version: 7.8.0(eslint@9.2.0)(typescript@5.4.5) 113 + specifier: 7.10.0 114 + version: 7.10.0(eslint@9.3.0)(typescript@5.4.5) 115 115 '@vitejs/plugin-react': 116 116 specifier: 4.2.1 117 117 version: 4.2.1(vite@5.2.11) 118 118 eslint: 119 - specifier: 9.2.0 120 - version: 9.2.0 119 + specifier: 9.3.0 120 + version: 9.3.0 121 121 eslint-plugin-react-hooks: 122 122 specifier: 4.6.2 123 - version: 4.6.2(eslint@9.2.0) 123 + version: 4.6.2(eslint@9.3.0) 124 124 eslint-plugin-react-refresh: 125 125 specifier: 0.4.7 126 - version: 0.4.7(eslint@9.2.0) 126 + version: 0.4.7(eslint@9.3.0) 127 127 prettier: 128 128 specifier: 3.2.5 129 129 version: 3.2.5 ··· 132 132 version: 5.4.5 133 133 vite: 134 134 specifier: 5.2.11 135 - version: 5.2.11(@types/node@20.12.11) 135 + version: 5.2.11(@types/node@20.12.12) 136 136 137 137 examples/openapi-ts-fetch: 138 138 dependencies: ··· 165 165 specifier: 18.3.0 166 166 version: 18.3.0 167 167 '@typescript-eslint/eslint-plugin': 168 - specifier: 7.8.0 169 - version: 7.8.0(@typescript-eslint/parser@7.8.0)(eslint@9.2.0)(typescript@5.4.5) 168 + specifier: 7.10.0 169 + version: 7.10.0(@typescript-eslint/parser@7.10.0)(eslint@9.3.0)(typescript@5.4.5) 170 170 '@typescript-eslint/parser': 171 - specifier: 7.8.0 172 - version: 7.8.0(eslint@9.2.0)(typescript@5.4.5) 171 + specifier: 7.10.0 172 + version: 7.10.0(eslint@9.3.0)(typescript@5.4.5) 173 173 '@vitejs/plugin-react': 174 174 specifier: 4.2.1 175 175 version: 4.2.1(vite@5.2.11) ··· 177 177 specifier: 10.4.19 178 178 version: 10.4.19(postcss@8.4.38) 179 179 eslint: 180 - specifier: 9.2.0 181 - version: 9.2.0 180 + specifier: 9.3.0 181 + version: 9.3.0 182 182 eslint-plugin-react-hooks: 183 183 specifier: 4.6.2 184 - version: 4.6.2(eslint@9.2.0) 184 + version: 4.6.2(eslint@9.3.0) 185 185 eslint-plugin-react-refresh: 186 186 specifier: 0.4.7 187 - version: 0.4.7(eslint@9.2.0) 187 + version: 0.4.7(eslint@9.3.0) 188 188 postcss: 189 189 specifier: 8.4.38 190 190 version: 8.4.38 ··· 199 199 version: 5.4.5 200 200 vite: 201 201 specifier: 5.2.11 202 - version: 5.2.11(@types/node@20.12.11) 202 + version: 5.2.11(@types/node@20.12.12) 203 203 204 204 packages/client-axios: 205 205 dependencies: ··· 235 235 devDependencies: 236 236 '@angular-devkit/build-angular': 237 237 specifier: 17.3.7 238 - version: 17.3.7(@angular/compiler-cli@17.3.8)(@types/express@4.17.21)(@types/node@20.12.11)(typescript@5.4.5) 238 + version: 17.3.7(@angular/compiler-cli@17.3.8)(@types/express@4.17.21)(@types/node@20.12.12)(typescript@5.4.5) 239 239 '@angular/animations': 240 240 specifier: 17.3.8 241 241 version: 17.3.8(@angular/core@17.3.8) ··· 285 285 specifier: 7.0.3 286 286 version: 7.0.3 287 287 eslint: 288 - specifier: 9.2.0 289 - version: 9.2.0 288 + specifier: 9.3.0 289 + version: 9.3.0 290 290 express: 291 291 specifier: 4.19.2 292 292 version: 4.19.2 ··· 300 300 specifier: 3.2.5 301 301 version: 3.2.5 302 302 puppeteer: 303 - specifier: 22.8.0 304 - version: 22.8.0(typescript@5.4.5) 303 + specifier: 22.9.0 304 + version: 22.9.0(typescript@5.4.5) 305 305 rxjs: 306 306 specifier: 7.8.1 307 307 version: 7.8.1 308 308 ts-node: 309 309 specifier: 10.9.2 310 - version: 10.9.2(@types/node@20.12.11)(typescript@5.4.5) 310 + version: 10.9.2(@types/node@20.12.12)(typescript@5.4.5) 311 311 tslib: 312 312 specifier: 2.6.2 313 313 version: 2.6.2 ··· 490 490 - chokidar 491 491 dev: true 492 492 493 - /@angular-devkit/build-angular@17.3.7(@angular/compiler-cli@17.3.8)(@types/express@4.17.21)(@types/node@20.12.11)(typescript@5.4.5): 493 + /@angular-devkit/build-angular@17.3.7(@angular/compiler-cli@17.3.8)(@types/express@4.17.21)(@types/node@20.12.12)(typescript@5.4.5): 494 494 resolution: {integrity: sha512-AsV80kiFMIPIhm3uzJgOHDj4u6JteUkZedPTKAFFFJC7CTat1luW5qx306vfF7wj62aMvUl5g9HFWaeLghTQGA==} 495 495 engines: {node: ^18.13.0 || >=20.9.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} 496 496 peerDependencies: ··· 589 589 tslib: 2.6.2 590 590 typescript: 5.4.5 591 591 undici: 6.11.1 592 - vite: 5.1.7(@types/node@20.12.11)(less@4.2.0)(sass@1.71.1)(terser@5.29.1) 592 + vite: 5.1.7(@types/node@20.12.12)(less@4.2.0)(sass@1.71.1)(terser@5.29.1) 593 593 watchpack: 2.4.0 594 594 webpack: 5.90.3(esbuild@0.20.1) 595 595 webpack-dev-middleware: 6.1.2(webpack@5.90.3) ··· 1200 1200 /@babel/highlight@7.24.5: 1201 1201 resolution: {integrity: sha512-8lLmua6AVh/8SLJRRVD6V8p73Hir9w5mJrhE+IPpILG31KKlI9iz5zmBYKcWPS59qSfgP9RaSBQSHHE81WKuEw==} 1202 1202 engines: {node: '>=6.9.0'} 1203 + requiresBuild: true 1203 1204 dependencies: 1204 1205 '@babel/helper-validator-identifier': 7.24.5 1205 1206 chalk: 2.4.2 ··· 2188 2189 '@changesets/types': 6.0.0 2189 2190 dev: true 2190 2191 2191 - /@changesets/cli@2.27.1: 2192 - resolution: {integrity: sha512-iJ91xlvRnnrJnELTp4eJJEOPjgpF3NOh4qeQehM6Ugiz9gJPRZ2t+TsXun6E3AMN4hScZKjqVXl0TX+C7AB3ZQ==} 2192 + /@changesets/cli@2.27.3: 2193 + resolution: {integrity: sha512-ve/VpWApILlSs8cr0okNx5C2LKRawI9XZgvfmf58S8sar2nhx5DPJREFXYZBahs0FeTfvH0rdVl+nGe8QF45Ig==} 2193 2194 hasBin: true 2194 2195 dependencies: 2195 2196 '@babel/runtime': 7.24.5 ··· 3021 3022 dev: true 3022 3023 optional: true 3023 3024 3024 - /@eslint-community/eslint-utils@4.4.0(eslint@9.2.0): 3025 + /@eslint-community/eslint-utils@4.4.0(eslint@9.3.0): 3025 3026 resolution: {integrity: sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==} 3026 3027 engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} 3027 3028 peerDependencies: 3028 3029 eslint: ^6.0.0 || ^7.0.0 || >=8.0.0 3029 3030 dependencies: 3030 - eslint: 9.2.0 3031 + eslint: 9.3.0 3031 3032 eslint-visitor-keys: 3.4.3 3032 3033 dev: true 3033 3034 ··· 3053 3054 - supports-color 3054 3055 dev: true 3055 3056 3056 - /@eslint/js@9.2.0: 3057 - resolution: {integrity: sha512-ESiIudvhoYni+MdsI8oD7skpprZ89qKocwRM2KEvhhBJ9nl5MRh7BXU5GTod7Mdygq+AUl+QzId6iWJKR/wABA==} 3057 + /@eslint/js@9.3.0: 3058 + resolution: {integrity: sha512-niBqk8iwv96+yuTwjM6bWg8ovzAPF9qkICsGtcoa5/dmqcEMfdwNAX7+/OHcJHc7wj7XqPxH98oAHytFYlw6Sw==} 3058 3059 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 3059 3060 dev: true 3060 3061 ··· 3106 3107 resolution: {integrity: sha512-93zYdMES/c1D69yZiKDBj0V24vqNzB/koF26KPaagAfd3P/4gUlh3Dys5ogAK+Exi9QyzlD8x/08Zt7wIKcDcA==} 3107 3108 dev: true 3108 3109 3109 - /@humanwhocodes/retry@0.2.4: 3110 - resolution: {integrity: sha512-Ttl/jHpxfS3st5sxwICYfk4pOH0WrLI1SpW283GgQL7sCWU7EHIOhX4b4fkIxr3tkfzwg8+FNojtzsIEE7Ecgg==} 3110 + /@humanwhocodes/retry@0.3.0: 3111 + resolution: {integrity: sha512-d2CGZR2o7fS6sWB7DG/3a95bGKQyHMACZ5aW8qGkkqQpUoZV6C0X7Pc7l4ZNMZkfNBf4VWNe9E1jRsf0G146Ew==} 3111 3112 engines: {node: '>=18.18'} 3112 3113 dev: true 3113 3114 ··· 3276 3277 resolution: {integrity: sha512-q9CRWjpHCMIh5sVyefoD1cA7PkvILqCZsnSOEUUivORLjxCO/Irmue2DprETiNgEqktDBZaM1Bi+jrarx1XdCg==} 3277 3278 engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} 3278 3279 dependencies: 3279 - semver: 7.6.0 3280 + semver: 7.6.2 3280 3281 dev: true 3281 3282 3282 3283 /@npmcli/git@5.0.7: ··· 3289 3290 proc-log: 4.2.0 3290 3291 promise-inflight: 1.0.1 3291 3292 promise-retry: 2.0.1 3292 - semver: 7.6.0 3293 + semver: 7.6.2 3293 3294 which: 4.0.0 3294 3295 transitivePeerDependencies: 3295 3296 - bluebird ··· 3319 3320 json-parse-even-better-errors: 3.0.2 3320 3321 normalize-package-data: 6.0.1 3321 3322 proc-log: 4.2.0 3322 - semver: 7.6.0 3323 + semver: 7.6.2 3323 3324 transitivePeerDependencies: 3324 3325 - bluebird 3325 3326 dev: true ··· 5054 5055 resolution: {integrity: sha512-J8xLz7q2OFulZ2cyGTLE1TbbZcjpno7FaN6zdJNrgAdrJ+DZzh/uFR6YrTb4C+nXakvud8Q4+rbhoIWlYQbUFQ==} 5055 5056 dev: true 5056 5057 5057 - /@types/node@20.12.11: 5058 - resolution: {integrity: sha512-vDg9PZ/zi+Nqp6boSOT7plNuthRugEKixDv5sFTIpkE89MmNtEArAShI4mxuX2+UrLEe9pxC1vm2cjm9YlWbJw==} 5059 - dependencies: 5060 - undici-types: 5.26.5 5061 - dev: true 5062 - 5063 5058 /@types/node@20.12.12: 5064 5059 resolution: {integrity: sha512-eWLDGF/FOSPtAvEqeRAQ4C8LSA7M1I7i0ky1I8U7kD1J5ITyW3AsRhQrKVoWf5pFKZ2kILsEGJhsI9r93PYnOw==} 5065 5060 dependencies: ··· 5149 5144 dev: true 5150 5145 optional: true 5151 5146 5152 - /@typescript-eslint/eslint-plugin@7.8.0(@typescript-eslint/parser@7.8.0)(eslint@9.2.0)(typescript@5.4.5): 5153 - resolution: {integrity: sha512-gFTT+ezJmkwutUPmB0skOj3GZJtlEGnlssems4AjkVweUPGj7jRwwqg0Hhg7++kPGJqKtTYx+R05Ftww372aIg==} 5147 + /@typescript-eslint/eslint-plugin@7.10.0(@typescript-eslint/parser@7.10.0)(eslint@9.3.0)(typescript@5.4.5): 5148 + resolution: {integrity: sha512-PzCr+a/KAef5ZawX7nbyNwBDtM1HdLIT53aSA2DDlxmxMngZ43O8SIePOeX8H5S+FHXeI6t97mTt/dDdzY4Fyw==} 5154 5149 engines: {node: ^18.18.0 || >=20.0.0} 5155 5150 peerDependencies: 5156 5151 '@typescript-eslint/parser': ^7.0.0 ··· 5161 5156 optional: true 5162 5157 dependencies: 5163 5158 '@eslint-community/regexpp': 4.10.0 5164 - '@typescript-eslint/parser': 7.8.0(eslint@9.2.0)(typescript@5.4.5) 5165 - '@typescript-eslint/scope-manager': 7.8.0 5166 - '@typescript-eslint/type-utils': 7.8.0(eslint@9.2.0)(typescript@5.4.5) 5167 - '@typescript-eslint/utils': 7.8.0(eslint@9.2.0)(typescript@5.4.5) 5168 - '@typescript-eslint/visitor-keys': 7.8.0 5169 - debug: 4.3.4 5170 - eslint: 9.2.0 5159 + '@typescript-eslint/parser': 7.10.0(eslint@9.3.0)(typescript@5.4.5) 5160 + '@typescript-eslint/scope-manager': 7.10.0 5161 + '@typescript-eslint/type-utils': 7.10.0(eslint@9.3.0)(typescript@5.4.5) 5162 + '@typescript-eslint/utils': 7.10.0(eslint@9.3.0)(typescript@5.4.5) 5163 + '@typescript-eslint/visitor-keys': 7.10.0 5164 + eslint: 9.3.0 5171 5165 graphemer: 1.4.0 5172 5166 ignore: 5.3.1 5173 5167 natural-compare: 1.4.0 5174 - semver: 7.6.2 5175 5168 ts-api-utils: 1.3.0(typescript@5.4.5) 5176 5169 typescript: 5.4.5 5177 5170 transitivePeerDependencies: 5178 5171 - supports-color 5179 5172 dev: true 5180 5173 5181 - /@typescript-eslint/parser@7.8.0(eslint@9.2.0)(typescript@5.4.5): 5182 - resolution: {integrity: sha512-KgKQly1pv0l4ltcftP59uQZCi4HUYswCLbTqVZEJu7uLX8CTLyswqMLqLN+2QFz4jCptqWVV4SB7vdxcH2+0kQ==} 5174 + /@typescript-eslint/parser@7.10.0(eslint@9.3.0)(typescript@5.4.5): 5175 + resolution: {integrity: sha512-2EjZMA0LUW5V5tGQiaa2Gys+nKdfrn2xiTIBLR4fxmPmVSvgPcKNW+AE/ln9k0A4zDUti0J/GZXMDupQoI+e1w==} 5183 5176 engines: {node: ^18.18.0 || >=20.0.0} 5184 5177 peerDependencies: 5185 5178 eslint: ^8.56.0 ··· 5188 5181 typescript: 5189 5182 optional: true 5190 5183 dependencies: 5191 - '@typescript-eslint/scope-manager': 7.8.0 5192 - '@typescript-eslint/types': 7.8.0 5193 - '@typescript-eslint/typescript-estree': 7.8.0(typescript@5.4.5) 5194 - '@typescript-eslint/visitor-keys': 7.8.0 5184 + '@typescript-eslint/scope-manager': 7.10.0 5185 + '@typescript-eslint/types': 7.10.0 5186 + '@typescript-eslint/typescript-estree': 7.10.0(typescript@5.4.5) 5187 + '@typescript-eslint/visitor-keys': 7.10.0 5195 5188 debug: 4.3.4 5196 - eslint: 9.2.0 5189 + eslint: 9.3.0 5197 5190 typescript: 5.4.5 5198 5191 transitivePeerDependencies: 5199 5192 - supports-color 5200 5193 dev: true 5201 5194 5202 - /@typescript-eslint/scope-manager@7.8.0: 5203 - resolution: {integrity: sha512-viEmZ1LmwsGcnr85gIq+FCYI7nO90DVbE37/ll51hjv9aG+YZMb4WDE2fyWpUR4O/UrhGRpYXK/XajcGTk2B8g==} 5195 + /@typescript-eslint/scope-manager@7.10.0: 5196 + resolution: {integrity: sha512-7L01/K8W/VGl7noe2mgH0K7BE29Sq6KAbVmxurj8GGaPDZXPr8EEQ2seOeAS+mEV9DnzxBQB6ax6qQQ5C6P4xg==} 5204 5197 engines: {node: ^18.18.0 || >=20.0.0} 5205 5198 dependencies: 5206 - '@typescript-eslint/types': 7.8.0 5207 - '@typescript-eslint/visitor-keys': 7.8.0 5199 + '@typescript-eslint/types': 7.10.0 5200 + '@typescript-eslint/visitor-keys': 7.10.0 5208 5201 dev: true 5209 5202 5210 - /@typescript-eslint/type-utils@7.8.0(eslint@9.2.0)(typescript@5.4.5): 5211 - resolution: {integrity: sha512-H70R3AefQDQpz9mGv13Uhi121FNMh+WEaRqcXTX09YEDky21km4dV1ZXJIp8QjXc4ZaVkXVdohvWDzbnbHDS+A==} 5203 + /@typescript-eslint/type-utils@7.10.0(eslint@9.3.0)(typescript@5.4.5): 5204 + resolution: {integrity: sha512-D7tS4WDkJWrVkuzgm90qYw9RdgBcrWmbbRkrLA4d7Pg3w0ttVGDsvYGV19SH8gPR5L7OtcN5J1hTtyenO9xE9g==} 5212 5205 engines: {node: ^18.18.0 || >=20.0.0} 5213 5206 peerDependencies: 5214 5207 eslint: ^8.56.0 ··· 5217 5210 typescript: 5218 5211 optional: true 5219 5212 dependencies: 5220 - '@typescript-eslint/typescript-estree': 7.8.0(typescript@5.4.5) 5221 - '@typescript-eslint/utils': 7.8.0(eslint@9.2.0)(typescript@5.4.5) 5213 + '@typescript-eslint/typescript-estree': 7.10.0(typescript@5.4.5) 5214 + '@typescript-eslint/utils': 7.10.0(eslint@9.3.0)(typescript@5.4.5) 5222 5215 debug: 4.3.4 5223 - eslint: 9.2.0 5216 + eslint: 9.3.0 5224 5217 ts-api-utils: 1.3.0(typescript@5.4.5) 5225 5218 typescript: 5.4.5 5226 5219 transitivePeerDependencies: 5227 5220 - supports-color 5228 5221 dev: true 5229 5222 5230 - /@typescript-eslint/types@7.8.0: 5231 - resolution: {integrity: sha512-wf0peJ+ZGlcH+2ZS23aJbOv+ztjeeP8uQ9GgwMJGVLx/Nj9CJt17GWgWWoSmoRVKAX2X+7fzEnAjxdvK2gqCLw==} 5223 + /@typescript-eslint/types@7.10.0: 5224 + resolution: {integrity: sha512-7fNj+Ya35aNyhuqrA1E/VayQX9Elwr8NKZ4WueClR3KwJ7Xx9jcCdOrLW04h51de/+gNbyFMs+IDxh5xIwfbNg==} 5232 5225 engines: {node: ^18.18.0 || >=20.0.0} 5233 5226 dev: true 5234 5227 5235 - /@typescript-eslint/typescript-estree@7.8.0(typescript@5.4.5): 5236 - resolution: {integrity: sha512-5pfUCOwK5yjPaJQNy44prjCwtr981dO8Qo9J9PwYXZ0MosgAbfEMB008dJ5sNo3+/BN6ytBPuSvXUg9SAqB0dg==} 5228 + /@typescript-eslint/typescript-estree@7.10.0(typescript@5.4.5): 5229 + resolution: {integrity: sha512-LXFnQJjL9XIcxeVfqmNj60YhatpRLt6UhdlFwAkjNc6jSUlK8zQOl1oktAP8PlWFzPQC1jny/8Bai3/HPuvN5g==} 5237 5230 engines: {node: ^18.18.0 || >=20.0.0} 5238 5231 peerDependencies: 5239 5232 typescript: '*' ··· 5241 5234 typescript: 5242 5235 optional: true 5243 5236 dependencies: 5244 - '@typescript-eslint/types': 7.8.0 5245 - '@typescript-eslint/visitor-keys': 7.8.0 5237 + '@typescript-eslint/types': 7.10.0 5238 + '@typescript-eslint/visitor-keys': 7.10.0 5246 5239 debug: 4.3.4 5247 5240 globby: 11.1.0 5248 5241 is-glob: 4.0.3 ··· 5254 5247 - supports-color 5255 5248 dev: true 5256 5249 5257 - /@typescript-eslint/utils@7.8.0(eslint@9.2.0)(typescript@5.4.5): 5258 - resolution: {integrity: sha512-L0yFqOCflVqXxiZyXrDr80lnahQfSOfc9ELAAZ75sqicqp2i36kEZZGuUymHNFoYOqxRT05up760b4iGsl02nQ==} 5250 + /@typescript-eslint/utils@7.10.0(eslint@9.3.0)(typescript@5.4.5): 5251 + resolution: {integrity: sha512-olzif1Fuo8R8m/qKkzJqT7qwy16CzPRWBvERS0uvyc+DHd8AKbO4Jb7kpAvVzMmZm8TrHnI7hvjN4I05zow+tg==} 5259 5252 engines: {node: ^18.18.0 || >=20.0.0} 5260 5253 peerDependencies: 5261 5254 eslint: ^8.56.0 5262 5255 dependencies: 5263 - '@eslint-community/eslint-utils': 4.4.0(eslint@9.2.0) 5264 - '@types/json-schema': 7.0.15 5265 - '@types/semver': 7.5.8 5266 - '@typescript-eslint/scope-manager': 7.8.0 5267 - '@typescript-eslint/types': 7.8.0 5268 - '@typescript-eslint/typescript-estree': 7.8.0(typescript@5.4.5) 5269 - eslint: 9.2.0 5270 - semver: 7.6.2 5256 + '@eslint-community/eslint-utils': 4.4.0(eslint@9.3.0) 5257 + '@typescript-eslint/scope-manager': 7.10.0 5258 + '@typescript-eslint/types': 7.10.0 5259 + '@typescript-eslint/typescript-estree': 7.10.0(typescript@5.4.5) 5260 + eslint: 9.3.0 5271 5261 transitivePeerDependencies: 5272 5262 - supports-color 5273 5263 - typescript 5274 5264 dev: true 5275 5265 5276 - /@typescript-eslint/visitor-keys@7.8.0: 5277 - resolution: {integrity: sha512-q4/gibTNBQNA0lGyYQCmWRS5D15n8rXh4QjK3KV+MBPlTYHpfBUT3D3PaPR/HeNiI9W6R7FvlkcGhNyAoP+caA==} 5266 + /@typescript-eslint/visitor-keys@7.10.0: 5267 + resolution: {integrity: sha512-9ntIVgsi6gg6FIq9xjEO4VQJvwOqA3jaBFQJ/6TK5AvEup2+cECI6Fh7QiBxmfMHXU0V0J4RyPeOU1VDNzl9cg==} 5278 5268 engines: {node: ^18.18.0 || >=20.0.0} 5279 5269 dependencies: 5280 - '@typescript-eslint/types': 7.8.0 5270 + '@typescript-eslint/types': 7.10.0 5281 5271 eslint-visitor-keys: 3.4.3 5282 5272 dev: true 5283 5273 ··· 5287 5277 peerDependencies: 5288 5278 vite: ^3.0.0 || ^4.0.0 || ^5.0.0 5289 5279 dependencies: 5290 - vite: 5.1.7(@types/node@20.12.11)(less@4.2.0)(sass@1.71.1)(terser@5.29.1) 5280 + vite: 5.1.7(@types/node@20.12.12)(less@4.2.0)(sass@1.71.1)(terser@5.29.1) 5291 5281 dev: true 5292 5282 5293 5283 /@vitejs/plugin-react@4.2.1(vite@5.2.11): ··· 5301 5291 '@babel/plugin-transform-react-jsx-source': 7.24.1(@babel/core@7.24.5) 5302 5292 '@types/babel__core': 7.20.5 5303 5293 react-refresh: 0.14.2 5304 - vite: 5.2.11(@types/node@20.12.11) 5294 + vite: 5.2.11(@types/node@20.12.12) 5305 5295 transitivePeerDependencies: 5306 5296 - supports-color 5307 5297 dev: true ··· 5313 5303 vite: ^5.0.0 5314 5304 vue: ^3.2.25 5315 5305 dependencies: 5316 - vite: 5.2.11(@types/node@20.12.11) 5306 + vite: 5.2.11(@types/node@20.12.12) 5317 5307 vue: 3.4.27(typescript@5.4.5) 5318 5308 dev: true 5319 5309 ··· 5335 5325 std-env: 3.7.0 5336 5326 strip-literal: 2.1.0 5337 5327 test-exclude: 6.0.0 5338 - vitest: 1.6.0(@types/node@20.12.11) 5328 + vitest: 1.6.0(@types/node@20.12.12) 5339 5329 transitivePeerDependencies: 5340 5330 - supports-color 5341 5331 dev: true ··· 6429 6419 engines: {node: '>=6.0'} 6430 6420 dev: true 6431 6421 6432 - /chromium-bidi@0.5.19(devtools-protocol@0.0.1273771): 6422 + /chromium-bidi@0.5.19(devtools-protocol@0.0.1286932): 6433 6423 resolution: {integrity: sha512-UA6zL77b7RYCjJkZBsZ0wlvCTD+jTjllZ8f6wdO4buevXgTZYjV+XLB9CiEa2OuuTGGTLnI7eN9I60YxuALGQg==} 6434 6424 peerDependencies: 6435 6425 devtools-protocol: '*' 6436 6426 dependencies: 6437 - devtools-protocol: 0.0.1273771 6427 + devtools-protocol: 0.0.1286932 6438 6428 mitt: 3.0.1 6439 6429 urlpattern-polyfill: 10.0.0 6440 6430 zod: 3.22.4 ··· 6747 6737 postcss-modules-scope: 3.2.0(postcss@8.4.35) 6748 6738 postcss-modules-values: 4.0.0(postcss@8.4.35) 6749 6739 postcss-value-parser: 4.2.0 6750 - semver: 7.6.0 6740 + semver: 7.6.2 6751 6741 webpack: 5.90.3(esbuild@0.20.1) 6752 6742 dev: true 6753 6743 ··· 6975 6965 resolution: {integrity: sha512-T0NIuQpnTvFDATNuHN5roPwSBG83rFsuO+MXXH9/3N1eFbn4wcPjttvjMLEPWJ0RGUYgQE7cGgS3tNxbqCGM7g==} 6976 6966 dev: true 6977 6967 6978 - /devtools-protocol@0.0.1273771: 6979 - resolution: {integrity: sha512-QDbb27xcTVReQQW/GHJsdQqGKwYBE7re7gxehj467kKP2DKuYBUj6i2k5LRiAC66J1yZG/9gsxooz/s9pcm0Og==} 6968 + /devtools-protocol@0.0.1286932: 6969 + resolution: {integrity: sha512-wu58HMQll9voDjR4NlPyoDEw1syfzaBNHymMMZ/QOXiHRNluOnDgu9hp1yHOKYoMlxCh4lSSiugLITe6Fvu1eA==} 6980 6970 dev: true 6981 6971 6982 6972 /didyoumean@1.2.2: ··· 7364 7354 source-map: 0.6.1 7365 7355 dev: true 7366 7356 7367 - /eslint-config-prettier@9.1.0(eslint@9.2.0): 7357 + /eslint-config-prettier@9.1.0(eslint@9.3.0): 7368 7358 resolution: {integrity: sha512-NSWl5BFQWEPi1j4TjVNItzYV7dZXZ+wP6I6ZhrBGpChQhZRUaElihE9uRRkcbRnNb76UMKDF3r+WTmNcGPKsqw==} 7369 7359 hasBin: true 7370 7360 peerDependencies: 7371 7361 eslint: '>=7.0.0' 7372 7362 dependencies: 7373 - eslint: 9.2.0 7363 + eslint: 9.3.0 7374 7364 dev: true 7375 7365 7376 - /eslint-plugin-react-hooks@4.6.2(eslint@9.2.0): 7366 + /eslint-plugin-react-hooks@4.6.2(eslint@9.3.0): 7377 7367 resolution: {integrity: sha512-QzliNJq4GinDBcD8gPB5v0wh6g8q3SUi6EFF0x8N/BL9PoVs0atuGc47ozMRyOWAKdwaZ5OnbOEa3WR+dSGKuQ==} 7378 7368 engines: {node: '>=10'} 7379 7369 peerDependencies: 7380 7370 eslint: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 7381 7371 dependencies: 7382 - eslint: 9.2.0 7372 + eslint: 9.3.0 7383 7373 dev: true 7384 7374 7385 - /eslint-plugin-react-refresh@0.4.7(eslint@9.2.0): 7375 + /eslint-plugin-react-refresh@0.4.7(eslint@9.3.0): 7386 7376 resolution: {integrity: sha512-yrj+KInFmwuQS2UQcg1SF83ha1tuHC1jMQbRNyuWtlEzzKRDgAl7L4Yp4NlDUZTZNlWvHEzOtJhMi40R7JxcSw==} 7387 7377 peerDependencies: 7388 7378 eslint: '>=7' 7389 7379 dependencies: 7390 - eslint: 9.2.0 7380 + eslint: 9.3.0 7391 7381 dev: true 7392 7382 7393 - /eslint-plugin-simple-import-sort@12.1.0(eslint@9.2.0): 7383 + /eslint-plugin-simple-import-sort@12.1.0(eslint@9.3.0): 7394 7384 resolution: {integrity: sha512-Y2fqAfC11TcG/WP3TrI1Gi3p3nc8XJyEOJYHyEPEGI/UAgNx6akxxlX74p7SbAQdLcgASKhj8M0GKvH3vq/+ig==} 7395 7385 peerDependencies: 7396 7386 eslint: '>=5.0.0' 7397 7387 dependencies: 7398 - eslint: 9.2.0 7388 + eslint: 9.3.0 7399 7389 dev: true 7400 7390 7401 7391 /eslint-plugin-sort-keys-fix@1.1.2: ··· 7439 7429 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 7440 7430 dev: true 7441 7431 7442 - /eslint@9.2.0: 7443 - resolution: {integrity: sha512-0n/I88vZpCOzO+PQpt0lbsqmn9AsnsJAQseIqhZFI8ibQT0U1AkEKRxA3EVMos0BoHSXDQvCXY25TUjB5tr8Og==} 7432 + /eslint@9.3.0: 7433 + resolution: {integrity: sha512-5Iv4CsZW030lpUqHBapdPo3MJetAPtejVW8B84GIcIIv8+ohFaddXsrn1Gn8uD9ijDb+kcYKFUVmC8qG8B2ORQ==} 7444 7434 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 7445 7435 hasBin: true 7446 7436 dependencies: 7447 - '@eslint-community/eslint-utils': 4.4.0(eslint@9.2.0) 7437 + '@eslint-community/eslint-utils': 4.4.0(eslint@9.3.0) 7448 7438 '@eslint-community/regexpp': 4.10.0 7449 7439 '@eslint/eslintrc': 3.1.0 7450 - '@eslint/js': 9.2.0 7440 + '@eslint/js': 9.3.0 7451 7441 '@humanwhocodes/config-array': 0.13.0 7452 7442 '@humanwhocodes/module-importer': 1.0.1 7453 - '@humanwhocodes/retry': 0.2.4 7443 + '@humanwhocodes/retry': 0.3.0 7454 7444 '@nodelib/fs.walk': 1.2.8 7455 7445 ajv: 6.12.6 7456 7446 chalk: 4.1.2 ··· 8090 8080 engines: {node: '>=18'} 8091 8081 dev: true 8092 8082 8093 - /globals@15.2.0: 8094 - resolution: {integrity: sha512-FQ5YwCHZM3nCmtb5FzEWwdUc9K5d3V/w9mzcz8iGD1gC/aOTHc6PouYu0kkKipNJqHAT7m51sqzQjEjIP+cK0A==} 8083 + /globals@15.3.0: 8084 + resolution: {integrity: sha512-cCdyVjIUVTtX8ZsPkq1oCsOsLmGIswqnjZYMJJTGaNApj1yHtLSymKhwH51ttirREn75z3p4k051clwg7rvNKA==} 8095 8085 engines: {node: '>=18'} 8096 8086 dev: true 8097 8087 ··· 9630 9620 make-fetch-happen: 13.0.1 9631 9621 nopt: 7.2.1 9632 9622 proc-log: 3.0.0 9633 - semver: 7.6.0 9623 + semver: 7.6.2 9634 9624 tar: 6.2.1 9635 9625 which: 4.0.0 9636 9626 transitivePeerDependencies: ··· 9664 9654 dependencies: 9665 9655 hosted-git-info: 7.0.2 9666 9656 is-core-module: 2.13.1 9667 - semver: 7.6.0 9657 + semver: 7.6.2 9668 9658 validate-npm-package-license: 3.0.4 9669 9659 dev: true 9670 9660 ··· 9688 9678 resolution: {integrity: sha512-W29RiK/xtpCGqn6f3ixfRYGk+zRyr+Ew9F2E20BfXxT5/euLdA/Nm7fO7OeTGuAmTs30cpgInyJ0cYe708YTZw==} 9689 9679 engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} 9690 9680 dependencies: 9691 - semver: 7.6.0 9681 + semver: 7.6.2 9692 9682 dev: true 9693 9683 9694 9684 /npm-normalize-package-bin@3.0.1: ··· 9702 9692 dependencies: 9703 9693 hosted-git-info: 7.0.2 9704 9694 proc-log: 3.0.0 9705 - semver: 7.6.0 9695 + semver: 7.6.2 9706 9696 validate-npm-package-name: 5.0.1 9707 9697 dev: true 9708 9698 ··· 9720 9710 npm-install-checks: 6.3.0 9721 9711 npm-normalize-package-bin: 3.0.1 9722 9712 npm-package-arg: 11.0.1 9723 - semver: 7.6.0 9713 + semver: 7.6.2 9724 9714 dev: true 9725 9715 9726 9716 /npm-registry-fetch@16.2.1: ··· 10247 10237 cosmiconfig: 9.0.0(typescript@5.4.5) 10248 10238 jiti: 1.21.0 10249 10239 postcss: 8.4.35 10250 - semver: 7.6.0 10240 + semver: 7.6.2 10251 10241 webpack: 5.90.3(esbuild@0.20.1) 10252 10242 transitivePeerDependencies: 10253 10243 - typescript ··· 10463 10453 engines: {node: '>=6'} 10464 10454 dev: true 10465 10455 10466 - /puppeteer-core@22.8.0: 10467 - resolution: {integrity: sha512-S5bWx3g/fNuyFxjZX9TkZMN07CEH47+9Zm6IiTl1QfqI9pnVaShbwrD9kRe5vmz/XPp/jLGhhxRUj1sY4wObnA==} 10456 + /puppeteer-core@22.9.0: 10457 + resolution: {integrity: sha512-Q2SYVZ1SIE7jCd/Pp+1/mNLFtdJfGvAF+CqOTDG8HcCNCiBvoXfopXfOfMHQ/FueXhGfJW/I6DartWv6QzpNGg==} 10468 10458 engines: {node: '>=18'} 10469 10459 dependencies: 10470 10460 '@puppeteer/browsers': 2.2.3 10471 - chromium-bidi: 0.5.19(devtools-protocol@0.0.1273771) 10461 + chromium-bidi: 0.5.19(devtools-protocol@0.0.1286932) 10472 10462 debug: 4.3.4 10473 - devtools-protocol: 0.0.1273771 10463 + devtools-protocol: 0.0.1286932 10474 10464 ws: 8.17.0 10475 10465 transitivePeerDependencies: 10476 10466 - bufferutil ··· 10478 10468 - utf-8-validate 10479 10469 dev: true 10480 10470 10481 - /puppeteer@22.8.0(typescript@5.4.5): 10482 - resolution: {integrity: sha512-Z616wyTr0d7KpxmfcBG22rAkzuo/xzHJ3ycpu4KiJ3dZNHn/C1CpqcCwPlpiIIsmPojTAfWjo6EMR7M+AaC0Ww==} 10471 + /puppeteer@22.9.0(typescript@5.4.5): 10472 + resolution: {integrity: sha512-yNux2cm6Sfik4lNLNjJ25Cdn9spJRbMXxl1YZtVZCEhEeej1sFlCvZ/Cr64LhgyJOuvz3iq2uk+RLFpQpGwrjw==} 10483 10473 engines: {node: '>=18'} 10484 10474 hasBin: true 10485 10475 requiresBuild: true 10486 10476 dependencies: 10487 10477 '@puppeteer/browsers': 2.2.3 10488 10478 cosmiconfig: 9.0.0(typescript@5.4.5) 10489 - devtools-protocol: 0.0.1273771 10490 - puppeteer-core: 22.8.0 10479 + devtools-protocol: 0.0.1286932 10480 + puppeteer-core: 22.9.0 10491 10481 transitivePeerDependencies: 10492 10482 - bufferutil 10493 10483 - supports-color ··· 10870 10860 glob: 10.3.15 10871 10861 dev: true 10872 10862 10873 - /rollup-plugin-dts@6.1.0(rollup@4.17.2)(typescript@5.4.5): 10874 - resolution: {integrity: sha512-ijSCPICkRMDKDLBK9torss07+8dl9UpY9z1N/zTeA1cIqdzMlpkV3MOOC7zukyvQfDyxa1s3Dl2+DeiP/G6DOw==} 10863 + /rollup-plugin-dts@6.1.1(rollup@4.17.2)(typescript@5.4.5): 10864 + resolution: {integrity: sha512-aSHRcJ6KG2IHIioYlvAOcEq6U99sVtqDDKVhnwt70rW6tsz3tv5OSjEiWcgzfsHdLyGXZ/3b/7b/+Za3Y6r1XA==} 10875 10865 engines: {node: '>=16'} 10876 10866 peerDependencies: 10877 10867 rollup: ^3.29.4 || ^4 ··· 11824 11814 resolution: {integrity: sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA==} 11825 11815 dev: true 11826 11816 11827 - /ts-node@10.9.2(@types/node@20.12.11)(typescript@5.4.5): 11817 + /ts-node@10.9.2(@types/node@20.12.12)(typescript@5.4.5): 11828 11818 resolution: {integrity: sha512-f0FFpIdcHgn8zcPSbf1dRevwt047YMnaiJM3u2w2RewrB+fob/zePZcrOyQoLMMO7aBIddLcQIEK5dYjkLnGrQ==} 11829 11819 hasBin: true 11830 11820 peerDependencies: ··· 11843 11833 '@tsconfig/node12': 1.0.11 11844 11834 '@tsconfig/node14': 1.0.3 11845 11835 '@tsconfig/node16': 1.0.4 11846 - '@types/node': 20.12.11 11836 + '@types/node': 20.12.12 11847 11837 acorn: 8.11.3 11848 11838 acorn-walk: 8.3.2 11849 11839 arg: 4.1.3 ··· 11971 11961 resolution: {integrity: sha512-KNNZtayBCtmnNmbo5mG47p1XsCyrx6iVqomjcZnec/1Y5GGARaxPs6r49RnSPeUP3YjNYiU9sQHAtY4BBvnZwg==} 11972 11962 dev: true 11973 11963 11974 - /typescript-eslint@7.8.0(eslint@9.2.0)(typescript@5.4.5): 11975 - resolution: {integrity: sha512-sheFG+/D8N/L7gC3WT0Q8sB97Nm573Yfr+vZFzl/4nBdYcmviBPtwGSX9TJ7wpVg28ocerKVOt+k2eGmHzcgVA==} 11964 + /typescript-eslint@7.10.0(eslint@9.3.0)(typescript@5.4.5): 11965 + resolution: {integrity: sha512-thO8nyqptXdfWHQrMJJiJyftpW8aLmwRNs11xA8pSrXneoclFPstQZqXvDWuH1WNL4CHffqHvYUeCHTit6yfhQ==} 11976 11966 engines: {node: ^18.18.0 || >=20.0.0} 11977 11967 peerDependencies: 11978 11968 eslint: ^8.56.0 ··· 11981 11971 typescript: 11982 11972 optional: true 11983 11973 dependencies: 11984 - '@typescript-eslint/eslint-plugin': 7.8.0(@typescript-eslint/parser@7.8.0)(eslint@9.2.0)(typescript@5.4.5) 11985 - '@typescript-eslint/parser': 7.8.0(eslint@9.2.0)(typescript@5.4.5) 11986 - '@typescript-eslint/utils': 7.8.0(eslint@9.2.0)(typescript@5.4.5) 11987 - eslint: 9.2.0 11974 + '@typescript-eslint/eslint-plugin': 7.10.0(@typescript-eslint/parser@7.10.0)(eslint@9.3.0)(typescript@5.4.5) 11975 + '@typescript-eslint/parser': 7.10.0(eslint@9.3.0)(typescript@5.4.5) 11976 + '@typescript-eslint/utils': 7.10.0(eslint@9.3.0)(typescript@5.4.5) 11977 + eslint: 9.3.0 11988 11978 typescript: 5.4.5 11989 11979 transitivePeerDependencies: 11990 11980 - supports-color ··· 12171 12161 engines: {node: '>= 0.8'} 12172 12162 dev: true 12173 12163 12174 - /vite-node@1.6.0(@types/node@20.12.11): 12164 + /vite-node@1.6.0(@types/node@20.12.12): 12175 12165 resolution: {integrity: sha512-de6HJgzC+TFzOu0NTC4RAIsyf/DY/ibWDYQUcuEA84EMHhcefTUGkjFHKKEJhQN4A+6I0u++kr3l36ZF2d7XRw==} 12176 12166 engines: {node: ^18.0.0 || >=20.0.0} 12177 12167 hasBin: true ··· 12180 12170 debug: 4.3.4 12181 12171 pathe: 1.1.2 12182 12172 picocolors: 1.0.1 12183 - vite: 5.2.11(@types/node@20.12.11) 12173 + vite: 5.2.11(@types/node@20.12.12) 12184 12174 transitivePeerDependencies: 12185 12175 - '@types/node' 12186 12176 - less ··· 12192 12182 - terser 12193 12183 dev: true 12194 12184 12195 - /vite@5.1.7(@types/node@20.12.11)(less@4.2.0)(sass@1.71.1)(terser@5.29.1): 12185 + /vite@5.1.7(@types/node@20.12.12)(less@4.2.0)(sass@1.71.1)(terser@5.29.1): 12196 12186 resolution: {integrity: sha512-sgnEEFTZYMui/sTlH1/XEnVNHMujOahPLGMxn1+5sIT45Xjng1Ec1K78jRP15dSmVgg5WBin9yO81j3o9OxofA==} 12197 12187 engines: {node: ^18.0.0 || >=20.0.0} 12198 12188 hasBin: true ··· 12220 12210 terser: 12221 12211 optional: true 12222 12212 dependencies: 12223 - '@types/node': 20.12.11 12213 + '@types/node': 20.12.12 12224 12214 esbuild: 0.19.12 12225 12215 less: 4.2.0 12226 12216 postcss: 8.4.35 ··· 12231 12221 fsevents: 2.3.3 12232 12222 dev: true 12233 12223 12234 - /vite@5.2.11(@types/node@20.12.11): 12224 + /vite@5.2.11(@types/node@20.12.12): 12235 12225 resolution: {integrity: sha512-HndV31LWW05i1BLPMUCE1B9E9GFbOu1MbenhS58FuK6owSO5qHm7GiCotrNY1YE5rMeQSFBGmT5ZaLEjFizgiQ==} 12236 12226 engines: {node: ^18.0.0 || >=20.0.0} 12237 12227 hasBin: true ··· 12259 12249 terser: 12260 12250 optional: true 12261 12251 dependencies: 12262 - '@types/node': 20.12.11 12252 + '@types/node': 20.12.12 12263 12253 esbuild: 0.20.2 12264 12254 postcss: 8.4.38 12265 12255 rollup: 4.17.2 ··· 12267 12257 fsevents: 2.3.3 12268 12258 dev: true 12269 12259 12270 - /vitepress@1.1.4(@algolia/client-search@4.23.3)(@types/node@20.12.11)(search-insights@2.13.0)(typescript@5.4.5): 12271 - resolution: {integrity: sha512-bWIzFZXpPB6NIDBuWnS20aMADH+FcFKDfQNYFvbOWij03PR29eImTceQHIzCKordjXYBhM/TjE5VKFTUJ3EheA==} 12260 + /vitepress@1.2.2(@algolia/client-search@4.23.3)(@types/node@20.12.12)(search-insights@2.13.0)(typescript@5.4.5): 12261 + resolution: {integrity: sha512-uZ3nXR5NY4nYj3RJWCo5jev9qlNZAQo5SUXu1U0QSUx84cUm/o7hCTDVjZ4njVSVui+PsV1oAbdQOg8ygbaf4w==} 12272 12262 hasBin: true 12273 12263 peerDependencies: 12274 12264 markdown-it-mathjax3: ^4 ··· 12286 12276 '@types/markdown-it': 14.1.1 12287 12277 '@vitejs/plugin-vue': 5.0.4(vite@5.2.11)(vue@3.4.27) 12288 12278 '@vue/devtools-api': 7.2.1(vue@3.4.27) 12279 + '@vue/shared': 3.4.27 12289 12280 '@vueuse/core': 10.9.0(vue@3.4.27) 12290 12281 '@vueuse/integrations': 10.9.0(focus-trap@7.5.4)(vue@3.4.27) 12291 12282 focus-trap: 7.5.4 12292 12283 mark.js: 8.11.1 12293 12284 minisearch: 6.3.0 12294 12285 shiki: 1.6.0 12295 - vite: 5.2.11(@types/node@20.12.11) 12286 + vite: 5.2.11(@types/node@20.12.12) 12296 12287 vue: 3.4.27(typescript@5.4.5) 12297 12288 transitivePeerDependencies: 12298 12289 - '@algolia/client-search' ··· 12322 12313 - universal-cookie 12323 12314 dev: true 12324 12315 12325 - /vitest@1.6.0(@types/node@20.12.11): 12316 + /vitest@1.6.0(@types/node@20.12.12): 12326 12317 resolution: {integrity: sha512-H5r/dN06swuFnzNFhq/dnz37bPXnq8xB2xB5JOVk8K09rUtoeNN+LHWkoQ0A/i3hvbUKKcCei9KpbxqHMLhLLA==} 12327 12318 engines: {node: ^18.0.0 || >=20.0.0} 12328 12319 hasBin: true ··· 12347 12338 jsdom: 12348 12339 optional: true 12349 12340 dependencies: 12350 - '@types/node': 20.12.11 12341 + '@types/node': 20.12.12 12351 12342 '@vitest/expect': 1.6.0 12352 12343 '@vitest/runner': 1.6.0 12353 12344 '@vitest/snapshot': 1.6.0 ··· 12365 12356 strip-literal: 2.1.0 12366 12357 tinybench: 2.8.0 12367 12358 tinypool: 0.8.4 12368 - vite: 5.2.11(@types/node@20.12.11) 12369 - vite-node: 1.6.0(@types/node@20.12.11) 12359 + vite: 5.2.11(@types/node@20.12.12) 12360 + vite-node: 1.6.0(@types/node@20.12.12) 12370 12361 why-is-node-running: 2.2.2 12371 12362 transitivePeerDependencies: 12372 12363 - less