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.

chore: update packages

Lubos 255ace16 8059d610

+1154 -1580
+1 -1
.vscode/settings.json
··· 5 5 "editor.quickSuggestions": { 6 6 "strings": true 7 7 }, 8 - "eslint.experimental.useFlatConfig": true, 9 8 "eslint.format.enable": true, 9 + "eslint.nodePath": "./node_modules", 10 10 "eslint.workingDirectories": [{ "pattern": "./packages/*/" }], 11 11 "typescript.preferences.autoImportFileExcludePatterns": ["dist/**"], 12 12 "typescript.tsdk": "node_modules/typescript/lib"
+6
eslint.config.js
··· 53 53 '@typescript-eslint/consistent-type-imports': 'off', 54 54 }, 55 55 }, 56 + { 57 + files: ['**/*.cjs'], 58 + rules: { 59 + '@typescript-eslint/no-require-imports': 'off', 60 + }, 61 + }, 56 62 configPrettier, 57 63 { 58 64 ignores: [
+4 -4
examples/openapi-ts-axios/package.json
··· 24 24 "@hey-api/openapi-ts": "workspace:*", 25 25 "@types/react": "19.0.1", 26 26 "@types/react-dom": "19.0.1", 27 - "@typescript-eslint/eslint-plugin": "7.15.0", 27 + "@typescript-eslint/eslint-plugin": "8.19.1", 28 28 "@typescript-eslint/parser": "7.15.0", 29 29 "@vitejs/plugin-react": "4.3.1", 30 30 "autoprefixer": "10.4.19", 31 - "eslint": "9.6.0", 31 + "eslint": "9.17.0", 32 32 "eslint-plugin-react-hooks": "4.6.2", 33 33 "eslint-plugin-react-refresh": "0.4.7", 34 34 "postcss": "8.4.39", 35 - "prettier": "3.3.2", 35 + "prettier": "3.4.2", 36 36 "tailwindcss": "3.4.4", 37 - "typescript": "5.5.3", 37 + "typescript": "5.7.3", 38 38 "vite": "5.4.6" 39 39 } 40 40 }
+4 -4
examples/openapi-ts-fastify/package.json
··· 15 15 }, 16 16 "devDependencies": { 17 17 "@hey-api/openapi-ts": "workspace:*", 18 - "eslint": "9.6.0", 19 - "prettier": "3.3.2", 20 - "typescript": "5.5.3", 21 - "vitest": "2.1.5" 18 + "eslint": "9.17.0", 19 + "prettier": "3.4.2", 20 + "typescript": "5.7.3", 21 + "vitest": "2.1.8" 22 22 } 23 23 }
+4 -4
examples/openapi-ts-fetch/package.json
··· 23 23 "@hey-api/openapi-ts": "workspace:*", 24 24 "@types/react": "19.0.1", 25 25 "@types/react-dom": "19.0.1", 26 - "@typescript-eslint/eslint-plugin": "7.15.0", 26 + "@typescript-eslint/eslint-plugin": "8.19.1", 27 27 "@typescript-eslint/parser": "7.15.0", 28 28 "@vitejs/plugin-react": "4.3.1", 29 29 "autoprefixer": "10.4.19", 30 - "eslint": "9.6.0", 30 + "eslint": "9.17.0", 31 31 "eslint-plugin-react-hooks": "4.6.2", 32 32 "eslint-plugin-react-refresh": "0.4.7", 33 33 "postcss": "8.4.39", 34 - "prettier": "3.3.2", 34 + "prettier": "3.4.2", 35 35 "tailwindcss": "3.4.4", 36 - "typescript": "5.5.3", 36 + "typescript": "5.7.3", 37 37 "vite": "5.4.6" 38 38 } 39 39 }
+4 -4
examples/openapi-ts-tanstack-react-query/package.json
··· 25 25 "@hey-api/openapi-ts": "workspace:*", 26 26 "@types/react": "19.0.1", 27 27 "@types/react-dom": "19.0.1", 28 - "@typescript-eslint/eslint-plugin": "7.15.0", 28 + "@typescript-eslint/eslint-plugin": "8.19.1", 29 29 "@typescript-eslint/parser": "7.15.0", 30 30 "@vitejs/plugin-react": "4.3.1", 31 31 "autoprefixer": "10.4.19", 32 - "eslint": "9.6.0", 32 + "eslint": "9.17.0", 33 33 "eslint-plugin-react-hooks": "4.6.2", 34 34 "eslint-plugin-react-refresh": "0.4.7", 35 35 "postcss": "8.4.39", 36 - "prettier": "3.3.2", 36 + "prettier": "3.4.2", 37 37 "tailwindcss": "3.4.4", 38 - "typescript": "5.5.3", 38 + "typescript": "5.7.3", 39 39 "vite": "5.4.6" 40 40 } 41 41 }
+4 -4
examples/openapi-ts-tanstack-svelte-query/package.json
··· 30 30 "eslint": "9.0.0", 31 31 "eslint-config-prettier": "9.1.0", 32 32 "eslint-plugin-svelte": "2.36.0", 33 - "globals": "15.0.0", 33 + "globals": "15.14.0", 34 34 "prettier": "3.1.1", 35 35 "prettier-plugin-svelte": "3.1.2", 36 36 "svelte": "4.2.19", 37 37 "svelte-check": "3.6.0", 38 - "typescript": "5.5.3", 39 - "typescript-eslint": "8.0.0", 38 + "typescript": "5.7.3", 39 + "typescript-eslint": "8.19.1", 40 40 "vite": "5.4.6", 41 - "vitest": "2.0.0" 41 + "vitest": "2.1.8" 42 42 } 43 43 }
+6 -6
examples/openapi-ts-tanstack-vue-query/package.json
··· 28 28 "@rushstack/eslint-patch": "1.10.4", 29 29 "@tsconfig/node20": "20.1.4", 30 30 "@types/jsdom": "21.1.7", 31 - "@types/node": "20.14.5", 31 + "@types/node": "22.10.5", 32 32 "@vitejs/plugin-vue": "5.0.5", 33 33 "@vitejs/plugin-vue-jsx": "4.0.0", 34 34 "@vue/eslint-config-prettier": "9.0.0", ··· 36 36 "@vue/test-utils": "2.4.6", 37 37 "@vue/tsconfig": "0.5.1", 38 38 "autoprefixer": "10.4.20", 39 - "eslint": "9.6.0", 40 - "eslint-plugin-vue": "9.27.0", 39 + "eslint": "9.17.0", 40 + "eslint-plugin-vue": "9.32.0", 41 41 "jsdom": "24.1.0", 42 42 "npm-run-all2": "6.2.0", 43 43 "postcss": "8.4.41", 44 - "prettier": "3.3.2", 44 + "prettier": "3.4.2", 45 45 "tailwindcss": "3.4.9", 46 - "typescript": "5.5.3", 46 + "typescript": "5.7.3", 47 47 "vite": "5.4.6", 48 48 "vite-plugin-vue-devtools": "7.3.1", 49 - "vitest": "1.6.0", 49 + "vitest": "2.1.8", 50 50 "vue-tsc": "2.0.29" 51 51 } 52 52 }
+14 -14
package.json
··· 40 40 "node": "^18.0.0 || >=20.0.0" 41 41 }, 42 42 "devDependencies": { 43 - "@arethetypeswrong/cli": "0.16.4", 43 + "@arethetypeswrong/cli": "0.17.2", 44 44 "@changesets/changelog-github": "0.5.0", 45 45 "@changesets/cli": "2.27.8", 46 - "@types/node": "20.14.10", 47 - "@typescript-eslint/eslint-plugin": "7.15.0", 46 + "@types/node": "22.10.5", 47 + "@typescript-eslint/eslint-plugin": "8.19.1", 48 48 "@vitest/coverage-v8": "1.6.0", 49 - "eslint": "9.6.0", 49 + "eslint": "9.17.0", 50 50 "eslint-config-prettier": "9.1.0", 51 51 "eslint-plugin-simple-import-sort": "12.1.1", 52 52 "eslint-plugin-sort-destructure-keys": "2.0.0", 53 53 "eslint-plugin-sort-keys-fix": "1.1.2", 54 - "eslint-plugin-typescript-sort-keys": "3.2.0", 55 - "eslint-plugin-vue": "9.23.0", 56 - "globals": "15.8.0", 57 - "husky": "9.0.11", 58 - "lint-staged": "15.2.7", 59 - "prettier": "3.3.2", 60 - "tsup": "8.3.0", 61 - "typescript": "5.5.3", 62 - "typescript-eslint": "7.15.0", 63 - "vitest": "1.6.0" 54 + "eslint-plugin-typescript-sort-keys": "3.3.0", 55 + "eslint-plugin-vue": "9.32.0", 56 + "globals": "15.14.0", 57 + "husky": "9.1.7", 58 + "lint-staged": "15.3.0", 59 + "prettier": "3.4.2", 60 + "tsup": "8.3.5", 61 + "typescript": "5.7.3", 62 + "typescript-eslint": "8.19.1", 63 + "vitest": "2.1.8" 64 64 }, 65 65 "packageManager": "pnpm@9.15.1+sha512.1acb565e6193efbebda772702950469150cf12bcc764262e7587e71d19dc98a423dff9536e57ea44c49bdf790ff694e83c27be5faa23d67e0c033b583be4bfcf" 66 66 }
+5 -5
packages/client-core/package.json
··· 20 20 }, 21 21 "scripts": { 22 22 "prepublishOnly": "pnpm build", 23 - "test:coverage": "vitest run --coverage", 24 - "test:update": "vitest watch --update", 25 - "test:watch": "vitest watch", 26 - "test": "vitest run", 27 - "typecheck": "tsc --noEmit" 23 + "test:coverage:disabled": "vitest run --coverage", 24 + "test:update:disabled": "vitest watch --update", 25 + "test:watch:disabled": "vitest watch", 26 + "test:disabled": "vitest run", 27 + "typecheck:disabled": "tsc --noEmit" 28 28 }, 29 29 "engines": { 30 30 "node": "^18.0.0 || >=20.0.0"
+2 -2
packages/client-core/src/index.ts
··· 99 99 export const base64 = (str: string): string => { 100 100 try { 101 101 return btoa(str); 102 - } catch (err) { 102 + } catch { 103 103 return Buffer.from(str).toString('base64'); 104 104 } 105 105 }; ··· 249 249 const errorBody = (() => { 250 250 try { 251 251 return JSON.stringify(result.body, null, 2); 252 - } catch (e) { 252 + } catch { 253 253 return undefined; 254 254 } 255 255 })();
+1 -1
packages/openapi-ts/bin/index.cjs
··· 114 114 if (!context[0] || !context[0].config.watch) { 115 115 process.exit(0); 116 116 } 117 - } catch (error) { 117 + } catch { 118 118 process.exit(1); 119 119 } 120 120 }
+3 -3
packages/openapi-ts/package.json
··· 107 107 "@types/express": "4.17.21", 108 108 "axios": "1.7.9", 109 109 "cross-spawn": "7.0.5", 110 - "eslint": "9.6.0", 110 + "eslint": "9.17.0", 111 111 "express": "4.21.0", 112 112 "fastify": "5.2.0", 113 113 "glob": "10.4.3", 114 114 "node-fetch": "3.3.2", 115 - "prettier": "3.3.2", 115 + "prettier": "3.4.2", 116 116 "puppeteer": "22.12.1", 117 117 "rxjs": "7.8.1", 118 118 "ts-node": "10.9.2", 119 119 "tslib": "2.8.1", 120 - "typescript": "5.5.3", 120 + "typescript": "5.7.3", 121 121 "zod": "3.23.8" 122 122 } 123 123 }
-1
packages/openapi-ts/src/openApi/2.0.x/types/json-schema-draft-4.d.ts
··· 148 148 | 'ipv4' 149 149 | 'ipv6' 150 150 | 'uri' 151 - // eslint-disable-next-line @typescript-eslint/ban-types 152 151 | (string & {}); 153 152 154 153 type JsonSchemaTypes =
+2 -6
packages/openapi-ts/src/openApi/3.0.x/types/spec.d.ts
··· 255 255 * 256 256 * TODO: examples 257 257 */ 258 - export interface HeaderObject extends Omit<ParameterObject, 'in' | 'name'> {} 258 + export type HeaderObject = Omit<ParameterObject, 'in' | 'name'>; 259 259 260 260 /** 261 261 * The object provides metadata about the API. The metadata MAY be used by the clients if needed, and MAY be presented in editing or documentation generation tools for convenience. ··· 1279 1279 | 'date-time' 1280 1280 | 'password'; 1281 1281 1282 - type Format = 1283 - | JsonSchemaFormats 1284 - | OpenApiSchemaFormats 1285 - // eslint-disable-next-line @typescript-eslint/ban-types 1286 - | (string & {}); 1282 + type Format = JsonSchemaFormats | OpenApiSchemaFormats | (string & {});
-1
packages/openapi-ts/src/openApi/3.1.x/types/json-schema-draft-2020-12.d.ts
··· 351 351 | 'uri-reference' 352 352 | 'uri-template' 353 353 | 'uuid' 354 - // eslint-disable-next-line @typescript-eslint/ban-types 355 354 | (string & {}); 356 355 357 356 type JsonSchemaTypes =
+2 -2
packages/openapi-ts/src/openApi/3.1.x/types/spec.d.ts
··· 624 624 * type: integer 625 625 * ``` 626 626 */ 627 - export interface HeaderObject extends Omit<ParameterObject, 'in' | 'name'> {} 627 + export type HeaderObject = Omit<ParameterObject, 'in' | 'name'>; 628 628 629 629 /** 630 630 * The object provides metadata about the API. The metadata MAY be used by the clients if needed, and MAY be presented in editing or documentation generation tools for convenience. ··· 1660 1660 * 1661 1661 * This object MAY be extended with {@link https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.1.0.md#specification-extensions Specification Extensions}, though as noted, additional properties MAY omit the `x-` prefix within this object. 1662 1662 */ 1663 - export interface SchemaObject extends JsonSchemaDraft2020_12 {} 1663 + export type SchemaObject = JsonSchemaDraft2020_12; 1664 1664 1665 1665 /** 1666 1666 * Lists the required security schemes to execute this operation. The name used for each property MUST correspond to a security scheme declared in the {@link https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.1.0.md#componentsSecuritySchemes Security Schemes} under the {@link https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.1.0.md#components-object Components Object}.
+1 -1
packages/openapi-ts/src/openApi/v3/parser/getModelProperties.ts
··· 130 130 exclusiveMinimum: property.exclusiveMinimum, 131 131 format: 132 132 property.type === 'array' 133 - ? property.items?.format ?? property.format 133 + ? (property.items?.format ?? property.format) 134 134 : property.format, 135 135 in: '', 136 136 isDefinition: false,
-1
packages/openapi-ts/src/plugins/types.d.ts
··· 21 21 | 'fastify' 22 22 | 'zod'; 23 23 24 - // eslint-disable-next-line @typescript-eslint/ban-types 25 24 export type AnyPluginName = PluginNames | (string & {}); 26 25 27 26 type PluginTag = 'transformer' | 'validator';
+1 -1
packages/openapi-ts/src/types/config.ts
··· 270 270 }; 271 271 } 272 272 273 - export interface UserConfig extends ClientConfig {} 273 + export type UserConfig = ClientConfig; 274 274 275 275 export type Config = Omit< 276 276 Required<ClientConfig>,
+1 -1
packages/openapi-ts/test/e2e/scripts/browser.ts
··· 26 26 27 27 const evaluate = async (fn: EvaluateFunc<unknown[]>) => await _page.evaluate(fn) 28 28 29 - // eslint-disable-next-line @typescript-eslint/ban-types 29 + // eslint-disable-next-line @typescript-eslint/no-unsafe-function-type 30 30 const exposeFunction = async (name: string, fn: Function) => 31 31 await _page.exposeFunction(name, fn) 32 32
+1089 -1514
pnpm-lock.yaml
··· 9 9 .: 10 10 devDependencies: 11 11 '@arethetypeswrong/cli': 12 - specifier: 0.16.4 13 - version: 0.16.4 12 + specifier: 0.17.2 13 + version: 0.17.2 14 14 '@changesets/changelog-github': 15 15 specifier: 0.5.0 16 16 version: 0.5.0(encoding@0.1.13) ··· 18 18 specifier: 2.27.8 19 19 version: 2.27.8 20 20 '@types/node': 21 - specifier: 20.14.10 22 - version: 20.14.10 21 + specifier: 22.10.5 22 + version: 22.10.5 23 23 '@typescript-eslint/eslint-plugin': 24 - specifier: 7.15.0 25 - version: 7.15.0(@typescript-eslint/parser@7.15.0(eslint@9.6.0)(typescript@5.5.3))(eslint@9.6.0)(typescript@5.5.3) 24 + specifier: 8.19.1 25 + version: 8.19.1(@typescript-eslint/parser@8.19.1(eslint@9.17.0(jiti@2.4.2))(typescript@5.7.3))(eslint@9.17.0(jiti@2.4.2))(typescript@5.7.3) 26 26 '@vitest/coverage-v8': 27 27 specifier: 1.6.0 28 - version: 1.6.0(vitest@1.6.0(@types/node@20.14.10)(jsdom@24.1.0)(less@4.2.0)(sass@1.80.7)(terser@5.36.0)) 28 + version: 1.6.0(vitest@2.1.8(@types/node@22.10.5)(jsdom@24.1.0)(less@4.2.0)(sass@1.80.7)(terser@5.36.0)) 29 29 eslint: 30 - specifier: 9.6.0 31 - version: 9.6.0 30 + specifier: 9.17.0 31 + version: 9.17.0(jiti@2.4.2) 32 32 eslint-config-prettier: 33 33 specifier: 9.1.0 34 - version: 9.1.0(eslint@9.6.0) 34 + version: 9.1.0(eslint@9.17.0(jiti@2.4.2)) 35 35 eslint-plugin-simple-import-sort: 36 36 specifier: 12.1.1 37 - version: 12.1.1(eslint@9.6.0) 37 + version: 12.1.1(eslint@9.17.0(jiti@2.4.2)) 38 38 eslint-plugin-sort-destructure-keys: 39 39 specifier: 2.0.0 40 - version: 2.0.0(eslint@9.6.0) 40 + version: 2.0.0(eslint@9.17.0(jiti@2.4.2)) 41 41 eslint-plugin-sort-keys-fix: 42 42 specifier: 1.1.2 43 43 version: 1.1.2 44 44 eslint-plugin-typescript-sort-keys: 45 - specifier: 3.2.0 46 - version: 3.2.0(@typescript-eslint/parser@7.15.0(eslint@9.6.0)(typescript@5.5.3))(eslint@9.6.0)(typescript@5.5.3) 45 + specifier: 3.3.0 46 + version: 3.3.0(@typescript-eslint/parser@8.19.1(eslint@9.17.0(jiti@2.4.2))(typescript@5.7.3))(eslint@9.17.0(jiti@2.4.2))(typescript@5.7.3) 47 47 eslint-plugin-vue: 48 - specifier: 9.23.0 49 - version: 9.23.0(eslint@9.6.0) 48 + specifier: 9.32.0 49 + version: 9.32.0(eslint@9.17.0(jiti@2.4.2)) 50 50 globals: 51 - specifier: 15.8.0 52 - version: 15.8.0 51 + specifier: 15.14.0 52 + version: 15.14.0 53 53 husky: 54 - specifier: 9.0.11 55 - version: 9.0.11 54 + specifier: 9.1.7 55 + version: 9.1.7 56 56 lint-staged: 57 - specifier: 15.2.7 58 - version: 15.2.7 57 + specifier: 15.3.0 58 + version: 15.3.0 59 59 prettier: 60 - specifier: 3.3.2 61 - version: 3.3.2 60 + specifier: 3.4.2 61 + version: 3.4.2 62 62 tsup: 63 - specifier: 8.3.0 64 - version: 8.3.0(@microsoft/api-extractor@7.47.9(@types/node@20.14.10))(jiti@2.4.2)(postcss@8.4.49)(tsx@4.19.1)(typescript@5.5.3)(yaml@2.6.1) 63 + specifier: 8.3.5 64 + version: 8.3.5(@microsoft/api-extractor@7.47.9(@types/node@22.10.5))(jiti@2.4.2)(postcss@8.4.49)(tsx@4.19.1)(typescript@5.7.3)(yaml@2.6.1) 65 65 typescript: 66 - specifier: 5.5.3 67 - version: 5.5.3 66 + specifier: 5.7.3 67 + version: 5.7.3 68 68 typescript-eslint: 69 - specifier: 7.15.0 70 - version: 7.15.0(eslint@9.6.0)(typescript@5.5.3) 69 + specifier: 8.19.1 70 + version: 8.19.1(eslint@9.17.0(jiti@2.4.2))(typescript@5.7.3) 71 71 vitest: 72 - specifier: 1.6.0 73 - version: 1.6.0(@types/node@20.14.10)(jsdom@24.1.0)(less@4.2.0)(sass@1.80.7)(terser@5.36.0) 72 + specifier: 2.1.8 73 + version: 2.1.8(@types/node@22.10.5)(jsdom@24.1.0)(less@4.2.0)(sass@1.80.7)(terser@5.36.0) 74 74 75 75 docs: 76 76 dependencies: ··· 83 83 version: 0.33.5 84 84 vitepress: 85 85 specifier: 1.3.0 86 - version: 1.3.0(@algolia/client-search@4.23.3)(@types/node@22.8.5)(@types/react@18.3.3)(axios@1.7.9)(less@4.2.0)(postcss@8.4.49)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.80.7)(search-insights@2.14.0)(terser@5.36.0)(typescript@5.5.3) 86 + version: 1.3.0(@algolia/client-search@4.23.3)(@types/node@22.10.5)(@types/react@18.3.3)(axios@1.7.9)(less@4.2.0)(postcss@8.4.49)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.80.7)(search-insights@2.14.0)(terser@5.36.0)(typescript@5.7.3) 87 87 88 88 examples/openapi-ts-axios: 89 89 dependencies: ··· 119 119 specifier: 19.0.1 120 120 version: 19.0.1 121 121 '@typescript-eslint/eslint-plugin': 122 - specifier: 7.15.0 123 - version: 7.15.0(@typescript-eslint/parser@7.15.0(eslint@9.6.0)(typescript@5.5.3))(eslint@9.6.0)(typescript@5.5.3) 122 + specifier: 8.19.1 123 + version: 8.19.1(@typescript-eslint/parser@7.15.0(eslint@9.17.0(jiti@2.4.2))(typescript@5.7.3))(eslint@9.17.0(jiti@2.4.2))(typescript@5.7.3) 124 124 '@typescript-eslint/parser': 125 125 specifier: 7.15.0 126 - version: 7.15.0(eslint@9.6.0)(typescript@5.5.3) 126 + version: 7.15.0(eslint@9.17.0(jiti@2.4.2))(typescript@5.7.3) 127 127 '@vitejs/plugin-react': 128 128 specifier: 4.3.1 129 - version: 4.3.1(vite@5.4.6(@types/node@22.8.5)(less@4.2.0)(sass@1.80.7)(terser@5.36.0)) 129 + version: 4.3.1(vite@5.4.6(@types/node@22.10.5)(less@4.2.0)(sass@1.80.7)(terser@5.36.0)) 130 130 autoprefixer: 131 131 specifier: 10.4.19 132 132 version: 10.4.19(postcss@8.4.39) 133 133 eslint: 134 - specifier: 9.6.0 135 - version: 9.6.0 134 + specifier: 9.17.0 135 + version: 9.17.0(jiti@2.4.2) 136 136 eslint-plugin-react-hooks: 137 137 specifier: 4.6.2 138 - version: 4.6.2(eslint@9.6.0) 138 + version: 4.6.2(eslint@9.17.0(jiti@2.4.2)) 139 139 eslint-plugin-react-refresh: 140 140 specifier: 0.4.7 141 - version: 0.4.7(eslint@9.6.0) 141 + version: 0.4.7(eslint@9.17.0(jiti@2.4.2)) 142 142 postcss: 143 143 specifier: 8.4.39 144 144 version: 8.4.39 145 145 prettier: 146 - specifier: 3.3.2 147 - version: 3.3.2 146 + specifier: 3.4.2 147 + version: 3.4.2 148 148 tailwindcss: 149 149 specifier: 3.4.4 150 - version: 3.4.4(ts-node@10.9.2(@types/node@22.8.5)(typescript@5.5.3)) 150 + version: 3.4.4(ts-node@10.9.2(@types/node@22.10.5)(typescript@5.7.3)) 151 151 typescript: 152 - specifier: 5.5.3 153 - version: 5.5.3 152 + specifier: 5.7.3 153 + version: 5.7.3 154 154 vite: 155 155 specifier: 5.4.6 156 - version: 5.4.6(@types/node@22.8.5)(less@4.2.0)(sass@1.80.7)(terser@5.36.0) 156 + version: 5.4.6(@types/node@22.10.5)(less@4.2.0)(sass@1.80.7)(terser@5.36.0) 157 157 158 158 examples/openapi-ts-fastify: 159 159 dependencies: ··· 171 171 specifier: workspace:* 172 172 version: link:../../packages/openapi-ts 173 173 eslint: 174 - specifier: 9.6.0 175 - version: 9.6.0 174 + specifier: 9.17.0 175 + version: 9.17.0(jiti@2.4.2) 176 176 prettier: 177 - specifier: 3.3.2 178 - version: 3.3.2 177 + specifier: 3.4.2 178 + version: 3.4.2 179 179 typescript: 180 - specifier: 5.5.3 181 - version: 5.5.3 180 + specifier: 5.7.3 181 + version: 5.7.3 182 182 vitest: 183 - specifier: 2.1.5 184 - version: 2.1.5(@types/node@22.8.5)(jsdom@24.1.0)(less@4.2.0)(sass@1.80.7)(terser@5.36.0) 183 + specifier: 2.1.8 184 + version: 2.1.8(@types/node@22.10.5)(jsdom@24.1.0)(less@4.2.0)(sass@1.80.7)(terser@5.36.0) 185 185 186 186 examples/openapi-ts-fetch: 187 187 dependencies: ··· 214 214 specifier: 19.0.1 215 215 version: 19.0.1 216 216 '@typescript-eslint/eslint-plugin': 217 - specifier: 7.15.0 218 - version: 7.15.0(@typescript-eslint/parser@7.15.0(eslint@9.6.0)(typescript@5.5.3))(eslint@9.6.0)(typescript@5.5.3) 217 + specifier: 8.19.1 218 + version: 8.19.1(@typescript-eslint/parser@7.15.0(eslint@9.17.0(jiti@2.4.2))(typescript@5.7.3))(eslint@9.17.0(jiti@2.4.2))(typescript@5.7.3) 219 219 '@typescript-eslint/parser': 220 220 specifier: 7.15.0 221 - version: 7.15.0(eslint@9.6.0)(typescript@5.5.3) 221 + version: 7.15.0(eslint@9.17.0(jiti@2.4.2))(typescript@5.7.3) 222 222 '@vitejs/plugin-react': 223 223 specifier: 4.3.1 224 - version: 4.3.1(vite@5.4.6(@types/node@22.8.5)(less@4.2.0)(sass@1.80.7)(terser@5.36.0)) 224 + version: 4.3.1(vite@5.4.6(@types/node@22.10.5)(less@4.2.0)(sass@1.80.7)(terser@5.36.0)) 225 225 autoprefixer: 226 226 specifier: 10.4.19 227 227 version: 10.4.19(postcss@8.4.39) 228 228 eslint: 229 - specifier: 9.6.0 230 - version: 9.6.0 229 + specifier: 9.17.0 230 + version: 9.17.0(jiti@2.4.2) 231 231 eslint-plugin-react-hooks: 232 232 specifier: 4.6.2 233 - version: 4.6.2(eslint@9.6.0) 233 + version: 4.6.2(eslint@9.17.0(jiti@2.4.2)) 234 234 eslint-plugin-react-refresh: 235 235 specifier: 0.4.7 236 - version: 0.4.7(eslint@9.6.0) 236 + version: 0.4.7(eslint@9.17.0(jiti@2.4.2)) 237 237 postcss: 238 238 specifier: 8.4.39 239 239 version: 8.4.39 240 240 prettier: 241 - specifier: 3.3.2 242 - version: 3.3.2 241 + specifier: 3.4.2 242 + version: 3.4.2 243 243 tailwindcss: 244 244 specifier: 3.4.4 245 - version: 3.4.4(ts-node@10.9.2(@types/node@22.8.5)(typescript@5.5.3)) 245 + version: 3.4.4(ts-node@10.9.2(@types/node@22.10.5)(typescript@5.7.3)) 246 246 typescript: 247 - specifier: 5.5.3 248 - version: 5.5.3 247 + specifier: 5.7.3 248 + version: 5.7.3 249 249 vite: 250 250 specifier: 5.4.6 251 - version: 5.4.6(@types/node@22.8.5)(less@4.2.0)(sass@1.80.7)(terser@5.36.0) 251 + version: 5.4.6(@types/node@22.10.5)(less@4.2.0)(sass@1.80.7)(terser@5.36.0) 252 252 253 253 examples/openapi-ts-nuxt: 254 254 dependencies: ··· 257 257 version: link:../../packages/client-nuxt 258 258 nuxt: 259 259 specifier: 3.15.0 260 - version: 3.15.0(@parcel/watcher@2.5.0)(@types/node@22.8.5)(db0@0.2.1)(encoding@0.1.13)(eslint@9.6.0)(ioredis@5.4.2)(less@4.2.0)(magicast@0.3.5)(optionator@0.9.4)(rollup@4.26.0)(sass@1.80.7)(terser@5.36.0)(tsx@4.19.1)(typescript@5.6.1-rc)(vite@6.0.6(@types/node@22.8.5)(jiti@2.4.2)(less@4.2.0)(sass@1.80.7)(terser@5.36.0)(tsx@4.19.1)(yaml@2.6.1))(yaml@2.6.1) 260 + version: 3.15.0(@parcel/watcher@2.5.0)(@types/node@22.10.5)(db0@0.2.1)(encoding@0.1.13)(eslint@9.17.0(jiti@2.4.2))(ioredis@5.4.2)(less@4.2.0)(magicast@0.3.5)(optionator@0.9.4)(rollup@4.26.0)(sass@1.80.7)(terser@5.36.0)(tsx@4.19.1)(typescript@5.7.3)(vite@6.0.6(@types/node@22.10.5)(jiti@2.4.2)(less@4.2.0)(sass@1.80.7)(terser@5.36.0)(tsx@4.19.1)(yaml@2.6.1))(yaml@2.6.1) 261 261 vue: 262 262 specifier: 3.5.13 263 - version: 3.5.13(typescript@5.6.1-rc) 263 + version: 3.5.13(typescript@5.7.3) 264 264 vue-router: 265 265 specifier: 4.5.0 266 - version: 4.5.0(vue@3.5.13(typescript@5.6.1-rc)) 266 + version: 4.5.0(vue@3.5.13(typescript@5.7.3)) 267 267 devDependencies: 268 268 '@hey-api/openapi-ts': 269 269 specifier: workspace:* ··· 319 319 devDependencies: 320 320 '@angular-devkit/build-angular': 321 321 specifier: ^19.0.6 322 - version: 19.0.6(@angular/compiler-cli@19.0.5(@angular/compiler@19.0.5(@angular/core@19.0.5(rxjs@7.8.1)(zone.js@0.15.0)))(typescript@5.5.3))(@angular/compiler@19.0.5(@angular/core@19.0.5(rxjs@7.8.1)(zone.js@0.15.0)))(@types/node@22.8.5)(chokidar@4.0.3)(karma@6.4.4)(tailwindcss@3.4.9(ts-node@10.9.2(@types/node@22.8.5)(typescript@5.5.3)))(typescript@5.5.3)(vite@5.4.11(@types/node@22.8.5)(less@4.2.0)(sass@1.80.7)(terser@5.36.0)) 322 + version: 19.0.6(@angular/compiler-cli@19.0.5(@angular/compiler@19.0.5(@angular/core@19.0.5(rxjs@7.8.1)(zone.js@0.15.0)))(typescript@5.5.3))(@angular/compiler@19.0.5(@angular/core@19.0.5(rxjs@7.8.1)(zone.js@0.15.0)))(@types/node@22.10.5)(chokidar@4.0.3)(karma@6.4.4)(tailwindcss@3.4.9(ts-node@10.9.2(@types/node@22.10.5)(typescript@5.5.3)))(typescript@5.5.3)(vite@5.4.11(@types/node@22.10.5)(less@4.2.0)(sass@1.80.7)(terser@5.36.0)) 323 323 '@angular/cli': 324 324 specifier: ^19.0.6 325 - version: 19.0.6(@types/node@22.8.5)(chokidar@4.0.3) 325 + version: 19.0.6(@types/node@22.10.5)(chokidar@4.0.3) 326 326 '@angular/compiler-cli': 327 327 specifier: ^19.0.5 328 328 version: 19.0.5(@angular/compiler@19.0.5(@angular/core@19.0.5(rxjs@7.8.1)(zone.js@0.15.0)))(typescript@5.5.3) ··· 391 391 specifier: 19.0.1 392 392 version: 19.0.1 393 393 '@typescript-eslint/eslint-plugin': 394 - specifier: 7.15.0 395 - version: 7.15.0(@typescript-eslint/parser@7.15.0(eslint@9.6.0)(typescript@5.5.3))(eslint@9.6.0)(typescript@5.5.3) 394 + specifier: 8.19.1 395 + version: 8.19.1(@typescript-eslint/parser@7.15.0(eslint@9.17.0(jiti@2.4.2))(typescript@5.7.3))(eslint@9.17.0(jiti@2.4.2))(typescript@5.7.3) 396 396 '@typescript-eslint/parser': 397 397 specifier: 7.15.0 398 - version: 7.15.0(eslint@9.6.0)(typescript@5.5.3) 398 + version: 7.15.0(eslint@9.17.0(jiti@2.4.2))(typescript@5.7.3) 399 399 '@vitejs/plugin-react': 400 400 specifier: 4.3.1 401 - version: 4.3.1(vite@5.4.6(@types/node@22.8.5)(less@4.2.0)(sass@1.80.7)(terser@5.36.0)) 401 + version: 4.3.1(vite@5.4.6(@types/node@22.10.5)(less@4.2.0)(sass@1.80.7)(terser@5.36.0)) 402 402 autoprefixer: 403 403 specifier: 10.4.19 404 404 version: 10.4.19(postcss@8.4.39) 405 405 eslint: 406 - specifier: 9.6.0 407 - version: 9.6.0 406 + specifier: 9.17.0 407 + version: 9.17.0(jiti@2.4.2) 408 408 eslint-plugin-react-hooks: 409 409 specifier: 4.6.2 410 - version: 4.6.2(eslint@9.6.0) 410 + version: 4.6.2(eslint@9.17.0(jiti@2.4.2)) 411 411 eslint-plugin-react-refresh: 412 412 specifier: 0.4.7 413 - version: 0.4.7(eslint@9.6.0) 413 + version: 0.4.7(eslint@9.17.0(jiti@2.4.2)) 414 414 postcss: 415 415 specifier: 8.4.39 416 416 version: 8.4.39 417 417 prettier: 418 - specifier: 3.3.2 419 - version: 3.3.2 418 + specifier: 3.4.2 419 + version: 3.4.2 420 420 tailwindcss: 421 421 specifier: 3.4.4 422 - version: 3.4.4(ts-node@10.9.2(@types/node@22.8.5)(typescript@5.5.3)) 422 + version: 3.4.4(ts-node@10.9.2(@types/node@22.10.5)(typescript@5.7.3)) 423 423 typescript: 424 - specifier: 5.5.3 425 - version: 5.5.3 424 + specifier: 5.7.3 425 + version: 5.7.3 426 426 vite: 427 427 specifier: 5.4.6 428 - version: 5.4.6(@types/node@22.8.5)(less@4.2.0)(sass@1.80.7)(terser@5.36.0) 428 + version: 5.4.6(@types/node@22.10.5)(less@4.2.0)(sass@1.80.7)(terser@5.36.0) 429 429 430 430 examples/openapi-ts-tanstack-svelte-query: 431 431 dependencies: ··· 447 447 version: 2.0.0 448 448 '@sveltejs/adapter-auto': 449 449 specifier: 3.0.0 450 - version: 3.0.0(@sveltejs/kit@2.8.3(@sveltejs/vite-plugin-svelte@3.0.0(svelte@4.2.19)(vite@5.4.6(@types/node@22.8.5)(less@4.2.0)(sass@1.80.7)(terser@5.36.0)))(svelte@4.2.19)(vite@5.4.6(@types/node@22.8.5)(less@4.2.0)(sass@1.80.7)(terser@5.36.0))) 450 + version: 3.0.0(@sveltejs/kit@2.8.3(@sveltejs/vite-plugin-svelte@3.0.0(svelte@4.2.19)(vite@5.4.6(@types/node@22.10.5)(less@4.2.0)(sass@1.80.7)(terser@5.36.0)))(svelte@4.2.19)(vite@5.4.6(@types/node@22.10.5)(less@4.2.0)(sass@1.80.7)(terser@5.36.0))) 451 451 '@sveltejs/kit': 452 452 specifier: 2.8.3 453 - version: 2.8.3(@sveltejs/vite-plugin-svelte@3.0.0(svelte@4.2.19)(vite@5.4.6(@types/node@22.8.5)(less@4.2.0)(sass@1.80.7)(terser@5.36.0)))(svelte@4.2.19)(vite@5.4.6(@types/node@22.8.5)(less@4.2.0)(sass@1.80.7)(terser@5.36.0)) 453 + version: 2.8.3(@sveltejs/vite-plugin-svelte@3.0.0(svelte@4.2.19)(vite@5.4.6(@types/node@22.10.5)(less@4.2.0)(sass@1.80.7)(terser@5.36.0)))(svelte@4.2.19)(vite@5.4.6(@types/node@22.10.5)(less@4.2.0)(sass@1.80.7)(terser@5.36.0)) 454 454 '@sveltejs/vite-plugin-svelte': 455 455 specifier: 3.0.0 456 - version: 3.0.0(svelte@4.2.19)(vite@5.4.6(@types/node@22.8.5)(less@4.2.0)(sass@1.80.7)(terser@5.36.0)) 456 + version: 3.0.0(svelte@4.2.19)(vite@5.4.6(@types/node@22.10.5)(less@4.2.0)(sass@1.80.7)(terser@5.36.0)) 457 457 '@types/eslint': 458 458 specifier: 9.6.0 459 459 version: 9.6.0 ··· 465 465 version: 9.1.0(eslint@9.0.0) 466 466 eslint-plugin-svelte: 467 467 specifier: 2.36.0 468 - version: 2.36.0(eslint@9.0.0)(svelte@4.2.19)(ts-node@10.9.2(@types/node@22.8.5)(typescript@5.5.3)) 468 + version: 2.36.0(eslint@9.0.0)(svelte@4.2.19)(ts-node@10.9.2(@types/node@22.10.5)(typescript@5.7.3)) 469 469 globals: 470 - specifier: 15.0.0 471 - version: 15.0.0 470 + specifier: 15.14.0 471 + version: 15.14.0 472 472 prettier: 473 473 specifier: 3.1.1 474 474 version: 3.1.1 ··· 480 480 version: 4.2.19 481 481 svelte-check: 482 482 specifier: 3.6.0 483 - version: 3.6.0(@babel/core@7.26.0)(less@4.2.0)(postcss-load-config@4.0.2(postcss@8.4.41)(ts-node@10.9.2(@types/node@22.8.5)(typescript@5.5.3)))(postcss@8.4.41)(sass@1.80.7)(svelte@4.2.19) 483 + version: 3.6.0(@babel/core@7.26.0)(less@4.2.0)(postcss-load-config@4.0.2(postcss@8.4.41)(ts-node@10.9.2(@types/node@22.10.5)(typescript@5.7.3)))(postcss@8.4.41)(sass@1.80.7)(svelte@4.2.19) 484 484 typescript: 485 - specifier: 5.5.3 486 - version: 5.5.3 485 + specifier: 5.7.3 486 + version: 5.7.3 487 487 typescript-eslint: 488 - specifier: 8.0.0 489 - version: 8.0.0(eslint@9.0.0)(typescript@5.5.3) 488 + specifier: 8.19.1 489 + version: 8.19.1(eslint@9.0.0)(typescript@5.7.3) 490 490 vite: 491 491 specifier: 5.4.6 492 - version: 5.4.6(@types/node@22.8.5)(less@4.2.0)(sass@1.80.7)(terser@5.36.0) 492 + version: 5.4.6(@types/node@22.10.5)(less@4.2.0)(sass@1.80.7)(terser@5.36.0) 493 493 vitest: 494 - specifier: 2.0.0 495 - version: 2.0.0(@types/node@22.8.5)(jsdom@24.1.0)(less@4.2.0)(sass@1.80.7)(terser@5.36.0) 494 + specifier: 2.1.8 495 + version: 2.1.8(@types/node@22.10.5)(jsdom@24.1.0)(less@4.2.0)(sass@1.80.7)(terser@5.36.0) 496 496 497 497 examples/openapi-ts-tanstack-vue-query: 498 498 dependencies: ··· 501 501 version: link:../../packages/client-fetch 502 502 '@tanstack/vue-query': 503 503 specifier: 5.62.12 504 - version: 5.62.12(vue@3.5.13(typescript@5.5.3)) 504 + version: 5.62.12(vue@3.5.13(typescript@5.7.3)) 505 505 '@tanstack/vue-query-devtools': 506 506 specifier: 5.62.12 507 - version: 5.62.12(@tanstack/vue-query@5.62.12(vue@3.5.13(typescript@5.5.3)))(vue@3.5.13(typescript@5.5.3)) 507 + version: 5.62.12(@tanstack/vue-query@5.62.12(vue@3.5.13(typescript@5.7.3)))(vue@3.5.13(typescript@5.7.3)) 508 508 pinia: 509 509 specifier: 2.3.0 510 - version: 2.3.0(typescript@5.5.3)(vue@3.5.13(typescript@5.5.3)) 510 + version: 2.3.0(typescript@5.7.3)(vue@3.5.13(typescript@5.7.3)) 511 511 vue: 512 512 specifier: 3.5.13 513 - version: 3.5.13(typescript@5.5.3) 513 + version: 3.5.13(typescript@5.7.3) 514 514 vue-router: 515 515 specifier: 4.5.0 516 - version: 4.5.0(vue@3.5.13(typescript@5.5.3)) 516 + version: 4.5.0(vue@3.5.13(typescript@5.7.3)) 517 517 devDependencies: 518 518 '@hey-api/openapi-ts': 519 519 specifier: workspace:* ··· 528 528 specifier: 21.1.7 529 529 version: 21.1.7 530 530 '@types/node': 531 - specifier: 20.14.5 532 - version: 20.14.5 531 + specifier: 22.10.5 532 + version: 22.10.5 533 533 '@vitejs/plugin-vue': 534 534 specifier: 5.0.5 535 - version: 5.0.5(vite@5.4.6(@types/node@20.14.5)(less@4.2.0)(sass@1.80.7)(terser@5.36.0))(vue@3.5.13(typescript@5.5.3)) 535 + version: 5.0.5(vite@5.4.6(@types/node@22.10.5)(less@4.2.0)(sass@1.80.7)(terser@5.36.0))(vue@3.5.13(typescript@5.7.3)) 536 536 '@vitejs/plugin-vue-jsx': 537 537 specifier: 4.0.0 538 - version: 4.0.0(vite@5.4.6(@types/node@20.14.5)(less@4.2.0)(sass@1.80.7)(terser@5.36.0))(vue@3.5.13(typescript@5.5.3)) 538 + version: 4.0.0(vite@5.4.6(@types/node@22.10.5)(less@4.2.0)(sass@1.80.7)(terser@5.36.0))(vue@3.5.13(typescript@5.7.3)) 539 539 '@vue/eslint-config-prettier': 540 540 specifier: 9.0.0 541 - version: 9.0.0(@types/eslint@9.6.0)(eslint@9.6.0)(prettier@3.3.2) 541 + version: 9.0.0(@types/eslint@9.6.0)(eslint@9.17.0(jiti@2.4.2))(prettier@3.4.2) 542 542 '@vue/eslint-config-typescript': 543 543 specifier: 13.0.0 544 - version: 13.0.0(eslint-plugin-vue@9.27.0(eslint@9.6.0))(eslint@9.6.0)(typescript@5.5.3) 544 + version: 13.0.0(eslint-plugin-vue@9.32.0(eslint@9.17.0(jiti@2.4.2)))(eslint@9.17.0(jiti@2.4.2))(typescript@5.7.3) 545 545 '@vue/test-utils': 546 546 specifier: 2.4.6 547 547 version: 2.4.6 ··· 552 552 specifier: 10.4.20 553 553 version: 10.4.20(postcss@8.4.41) 554 554 eslint: 555 - specifier: 9.6.0 556 - version: 9.6.0 555 + specifier: 9.17.0 556 + version: 9.17.0(jiti@2.4.2) 557 557 eslint-plugin-vue: 558 - specifier: 9.27.0 559 - version: 9.27.0(eslint@9.6.0) 558 + specifier: 9.32.0 559 + version: 9.32.0(eslint@9.17.0(jiti@2.4.2)) 560 560 jsdom: 561 561 specifier: 24.1.0 562 562 version: 24.1.0 ··· 567 567 specifier: 8.4.41 568 568 version: 8.4.41 569 569 prettier: 570 - specifier: 3.3.2 571 - version: 3.3.2 570 + specifier: 3.4.2 571 + version: 3.4.2 572 572 tailwindcss: 573 573 specifier: 3.4.9 574 - version: 3.4.9(ts-node@10.9.2(@types/node@20.14.5)(typescript@5.5.3)) 574 + version: 3.4.9(ts-node@10.9.2(@types/node@22.10.5)(typescript@5.7.3)) 575 575 typescript: 576 - specifier: 5.5.3 577 - version: 5.5.3 576 + specifier: 5.7.3 577 + version: 5.7.3 578 578 vite: 579 579 specifier: 5.4.6 580 - version: 5.4.6(@types/node@20.14.5)(less@4.2.0)(sass@1.80.7)(terser@5.36.0) 580 + version: 5.4.6(@types/node@22.10.5)(less@4.2.0)(sass@1.80.7)(terser@5.36.0) 581 581 vite-plugin-vue-devtools: 582 582 specifier: 7.3.1 583 - version: 7.3.1(rollup@4.26.0)(vite@5.4.6(@types/node@20.14.5)(less@4.2.0)(sass@1.80.7)(terser@5.36.0))(vue@3.5.13(typescript@5.5.3)) 583 + version: 7.3.1(rollup@4.26.0)(vite@5.4.6(@types/node@22.10.5)(less@4.2.0)(sass@1.80.7)(terser@5.36.0))(vue@3.5.13(typescript@5.7.3)) 584 584 vitest: 585 - specifier: 1.6.0 586 - version: 1.6.0(@types/node@20.14.5)(jsdom@24.1.0)(less@4.2.0)(sass@1.80.7)(terser@5.36.0) 585 + specifier: 2.1.8 586 + version: 2.1.8(@types/node@22.10.5)(jsdom@24.1.0)(less@4.2.0)(sass@1.80.7)(terser@5.36.0) 587 587 vue-tsc: 588 588 specifier: 2.0.29 589 - version: 2.0.29(typescript@5.5.3) 589 + version: 2.0.29(typescript@5.7.3) 590 590 591 591 packages/client-axios: 592 592 devDependencies: ··· 602 602 devDependencies: 603 603 nuxt: 604 604 specifier: 3.15.0 605 - version: 3.15.0(@parcel/watcher@2.5.0)(@types/node@22.8.5)(db0@0.2.1)(encoding@0.1.13)(eslint@9.6.0)(ioredis@5.4.2)(less@4.2.0)(magicast@0.3.5)(optionator@0.9.4)(rollup@4.26.0)(sass@1.80.7)(terser@5.36.0)(tsx@4.19.1)(typescript@5.6.1-rc)(vite@6.0.6(@types/node@22.8.5)(jiti@2.4.2)(less@4.2.0)(sass@1.80.7)(terser@5.36.0)(tsx@4.19.1)(yaml@2.6.1))(yaml@2.6.1) 605 + version: 3.15.0(@parcel/watcher@2.5.0)(@types/node@22.10.5)(db0@0.2.1)(encoding@0.1.13)(eslint@9.17.0(jiti@2.4.2))(ioredis@5.4.2)(less@4.2.0)(magicast@0.3.5)(optionator@0.9.4)(rollup@4.26.0)(sass@1.80.7)(terser@5.36.0)(tsx@4.19.1)(typescript@5.7.3)(vite@6.0.6(@types/node@22.10.5)(jiti@2.4.2)(less@4.2.0)(sass@1.80.7)(terser@5.36.0)(tsx@4.19.1)(yaml@2.6.1))(yaml@2.6.1) 606 606 607 607 packages/openapi-ts: 608 608 dependencies: ··· 621 621 devDependencies: 622 622 '@angular-devkit/build-angular': 623 623 specifier: 19.0.6 624 - version: 19.0.6(@angular/compiler-cli@19.0.5(@angular/compiler@19.0.5(@angular/core@19.0.5(rxjs@7.8.1)(zone.js@0.15.0)))(typescript@5.5.3))(@angular/compiler@19.0.5(@angular/core@19.0.5(rxjs@7.8.1)(zone.js@0.15.0)))(@types/node@22.8.5)(chokidar@4.0.3)(karma@6.4.4)(tailwindcss@3.4.9(ts-node@10.9.2(@types/node@22.8.5)(typescript@5.5.3)))(typescript@5.5.3)(vite@6.0.6(@types/node@22.8.5)(jiti@2.4.2)(less@4.2.0)(sass@1.80.7)(terser@5.36.0)(tsx@4.19.1)(yaml@2.6.1)) 624 + version: 19.0.6(@angular/compiler-cli@19.0.5(@angular/compiler@19.0.5(@angular/core@19.0.5(rxjs@7.8.1)(zone.js@0.15.0)))(typescript@5.7.3))(@angular/compiler@19.0.5(@angular/core@19.0.5(rxjs@7.8.1)(zone.js@0.15.0)))(@types/node@22.10.5)(chokidar@4.0.3)(karma@6.4.4)(tailwindcss@3.4.9(ts-node@10.9.2(@types/node@22.10.5)(typescript@5.7.3)))(typescript@5.7.3)(vite@6.0.6(@types/node@22.10.5)(jiti@2.4.2)(less@4.2.0)(sass@1.80.7)(terser@5.36.0)(tsx@4.19.1)(yaml@2.6.1)) 625 625 '@angular/animations': 626 626 specifier: 19.0.5 627 627 version: 19.0.5(@angular/core@19.0.5(rxjs@7.8.1)(zone.js@0.15.0)) 628 628 '@angular/cli': 629 629 specifier: 19.0.6 630 - version: 19.0.6(@types/node@22.8.5)(chokidar@4.0.3) 630 + version: 19.0.6(@types/node@22.10.5)(chokidar@4.0.3) 631 631 '@angular/common': 632 632 specifier: 19.0.5 633 633 version: 19.0.5(@angular/core@19.0.5(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1) ··· 636 636 version: 19.0.5(@angular/core@19.0.5(rxjs@7.8.1)(zone.js@0.15.0)) 637 637 '@angular/compiler-cli': 638 638 specifier: 19.0.5 639 - version: 19.0.5(@angular/compiler@19.0.5(@angular/core@19.0.5(rxjs@7.8.1)(zone.js@0.15.0)))(typescript@5.5.3) 639 + version: 19.0.5(@angular/compiler@19.0.5(@angular/core@19.0.5(rxjs@7.8.1)(zone.js@0.15.0)))(typescript@5.7.3) 640 640 '@angular/core': 641 641 specifier: 19.0.5 642 642 version: 19.0.5(rxjs@7.8.1)(zone.js@0.15.0) ··· 672 672 version: 5.62.12(svelte@4.2.19) 673 673 '@tanstack/vue-query': 674 674 specifier: 5.62.12 675 - version: 5.62.12(vue@3.5.13(typescript@5.5.3)) 675 + version: 5.62.12(vue@3.5.13(typescript@5.7.3)) 676 676 '@types/cross-spawn': 677 677 specifier: 6.0.6 678 678 version: 6.0.6 ··· 686 686 specifier: 7.0.5 687 687 version: 7.0.5 688 688 eslint: 689 - specifier: 9.6.0 690 - version: 9.6.0 689 + specifier: 9.17.0 690 + version: 9.17.0(jiti@2.4.2) 691 691 express: 692 692 specifier: 4.21.0 693 693 version: 4.21.0 ··· 701 701 specifier: 3.3.2 702 702 version: 3.3.2 703 703 prettier: 704 - specifier: 3.3.2 705 - version: 3.3.2 704 + specifier: 3.4.2 705 + version: 3.4.2 706 706 puppeteer: 707 707 specifier: 22.12.1 708 - version: 22.12.1(typescript@5.5.3) 708 + version: 22.12.1(typescript@5.7.3) 709 709 rxjs: 710 710 specifier: 7.8.1 711 711 version: 7.8.1 712 712 ts-node: 713 713 specifier: 10.9.2 714 - version: 10.9.2(@types/node@22.8.5)(typescript@5.5.3) 714 + version: 10.9.2(@types/node@22.10.5)(typescript@5.7.3) 715 715 tslib: 716 716 specifier: 2.8.1 717 717 version: 2.8.1 718 718 typescript: 719 - specifier: 5.5.3 720 - version: 5.5.3 719 + specifier: 5.7.3 720 + version: 5.7.3 721 721 zod: 722 722 specifier: 3.23.8 723 723 version: 3.23.8 ··· 999 999 '@antfu/utils@0.7.10': 1000 1000 resolution: {integrity: sha512-+562v9k4aI80m1+VuMHehNJWLOFjBnXn3tdOitzD0il5b7smkSBal4+a3oKiQTbrwMmN/TBUMDvbdoWDehgOww==} 1001 1001 1002 - '@arethetypeswrong/cli@0.16.4': 1003 - resolution: {integrity: sha512-qMmdVlJon5FtA+ahn0c1oAVNxiq4xW5lqFiTZ21XHIeVwAVIQ+uRz4UEivqRMsjVV1grzRgJSKqaOrq1MvlVyQ==} 1002 + '@arethetypeswrong/cli@0.17.2': 1003 + resolution: {integrity: sha512-/u2VcQJ8PKc4hcao/vXnHrYLEI/sQqKarbHi+NEIfvdymaW5o62XOCXy2yvalQa/vR+AAD/QNEgAUzHo5f7hrw==} 1004 1004 engines: {node: '>=18'} 1005 1005 hasBin: true 1006 1006 1007 - '@arethetypeswrong/core@0.16.4': 1008 - resolution: {integrity: sha512-RI3HXgSuKTfcBf1hSEg1P9/cOvmI0flsMm6/QL3L3wju4AlHDqd55JFPfXs4pzgEAgy5L9pul4/HPPz99x2GvA==} 1007 + '@arethetypeswrong/core@0.17.2': 1008 + resolution: {integrity: sha512-JYeLgS4rQ2l3gHCabaka3atsEyskfpx+WqUbo+6l8LApILJgr0/XDb7KNC9Ovevp4iPVF2Q73oshpgOKJ3uDRQ==} 1009 1009 engines: {node: '>=18'} 1010 1010 1011 1011 '@babel/code-frame@7.24.7': ··· 2384 2384 resolution: {integrity: sha512-G/M/tIiMrTAxEWRfLfQJMmGNX28IxBg4PBz8XqQhqUHLFI6TL2htpIB1iQCj144V5ee/JaKyT9/WZ0MGZWfA7A==} 2385 2385 engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0} 2386 2386 2387 - '@eslint/config-array@0.17.0': 2388 - resolution: {integrity: sha512-A68TBu6/1mHHuc5YJL0U0VVeGNiklLAL6rRmhTCP2B5XjWLMnrX+HkO+IAXyHvks5cyyY1jjK5ITPQ1HGS2EVA==} 2387 + '@eslint-community/regexpp@4.12.1': 2388 + resolution: {integrity: sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ==} 2389 + engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0} 2390 + 2391 + '@eslint/config-array@0.19.1': 2392 + resolution: {integrity: sha512-fo6Mtm5mWyKjA/Chy1BYTdn5mGJoDNjC7C64ug20ADsRDGrA85bN3uK3MaKbeRkRuuIEAR5N33Jr1pbm411/PA==} 2393 + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 2394 + 2395 + '@eslint/core@0.9.1': 2396 + resolution: {integrity: sha512-GuUdqkyyzQI5RMIWkHhvTWLCyLo1jNK3vzkSyaExH5kHPDHcuL2VOpHjmMY+y3+NC69qAKToBqldTBgYeLSr9Q==} 2389 2397 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 2390 2398 2391 2399 '@eslint/eslintrc@3.1.0': 2392 2400 resolution: {integrity: sha512-4Bfj15dVJdoy3RfZmmo86RK1Fwzn6SstsvK9JS+BaVKqC6QQQQyXekNaC+g+LKNgkQ+2VhGAzm6hO40AhMR3zQ==} 2393 2401 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 2394 2402 2403 + '@eslint/eslintrc@3.2.0': 2404 + resolution: {integrity: sha512-grOjVNN8P3hjJn/eIETF1wwd12DdnwFDoyceUJLYYdkpbwq3nLi+4fqrTAONx7XDALqlL220wC/RHSC/QTI/0w==} 2405 + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 2406 + 2395 2407 '@eslint/js@9.0.0': 2396 2408 resolution: {integrity: sha512-RThY/MnKrhubF6+s1JflwUjPEsnCEmYCWwqa/aRISKWNXGZ9epUwft4bUMM35SdKF9xvBrLydAM1RDHd1Z//ZQ==} 2397 2409 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 2398 2410 2399 - '@eslint/js@9.6.0': 2400 - resolution: {integrity: sha512-D9B0/3vNg44ZeWbYMpBoXqNP4j6eQD5vNwIlGAuFRRzK/WtT/jvDQW3Bi9kkf3PMDMlM7Yi+73VLUsn5bJcl8A==} 2411 + '@eslint/js@9.17.0': 2412 + resolution: {integrity: sha512-Sxc4hqcs1kTu0iID3kcZDW3JHq2a77HO9P8CP6YEA/FpH3Ll8UXE2r/86Rz9YJLKme39S9vU5OWNjC6Xl0Cr3w==} 2413 + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 2414 + 2415 + '@eslint/object-schema@2.1.5': 2416 + resolution: {integrity: sha512-o0bhxnL89h5Bae5T318nFoFzGy+YE5i/gGkoPAgkmTVdRKTiv3p8JHevPiPaMwoloKfEiiaHlawCqaZMqRm+XQ==} 2401 2417 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 2402 2418 2403 - '@eslint/object-schema@2.1.4': 2404 - resolution: {integrity: sha512-BsWiH1yFGjXXS2yvrf5LyuoSIIbPrGUWob917o+BTKuZ7qJdxX8aJLRxs1fS9n6r7vESrq1OUqb68dANcFXuQQ==} 2419 + '@eslint/plugin-kit@0.2.4': 2420 + resolution: {integrity: sha512-zSkKow6H5Kdm0ZUQUB2kV5JIXqoG0+uH5YADhaEHswm664N9Db8dXSi0nMJpacpMf+MyyglF1vnZohpEg5yUtg==} 2405 2421 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 2406 2422 2407 2423 '@fastify/ajv-compiler@4.0.1': ··· 2438 2454 resolution: {integrity: sha512-dBt0A7op9kf4BcK++x6HBYDmvCvnJUZEGe5QytghPFHnMXPyKwDKomwL/v5e9ERk6E0e1GzL/e/y6pWUso9zrQ==} 2439 2455 engines: {node: '>= 16'} 2440 2456 2457 + '@humanfs/core@0.19.1': 2458 + resolution: {integrity: sha512-5DyQ4+1JEUzejeK1JGICcideyfUbGixgS9jNgex5nqkW+cY7WZhxBigmieN5Qnw9ZosSNVC9KQKyb+GUaGyKUA==} 2459 + engines: {node: '>=18.18.0'} 2460 + 2461 + '@humanfs/node@0.16.6': 2462 + resolution: {integrity: sha512-YuI2ZHQL78Q5HbhDiBA1X4LmYdXCKCMQIfw0pw7piHJwyREFebJUvrQN4cMssyES6x+vfUbx1CIpaQUKYdQZOw==} 2463 + engines: {node: '>=18.18.0'} 2464 + 2441 2465 '@humanwhocodes/config-array@0.12.3': 2442 2466 resolution: {integrity: sha512-jsNnTBlMWuTpDkeE3on7+dWJi0D6fdDfeANj/w7MpS8ztROCoLvIO2nG0CcFj+E4k8j4QrSTh4Oryi3i2G669g==} 2443 2467 engines: {node: '>=10.10.0'} ··· 2455 2479 resolution: {integrity: sha512-d2CGZR2o7fS6sWB7DG/3a95bGKQyHMACZ5aW8qGkkqQpUoZV6C0X7Pc7l4ZNMZkfNBf4VWNe9E1jRsf0G146Ew==} 2456 2480 engines: {node: '>=18.18'} 2457 2481 2482 + '@humanwhocodes/retry@0.4.1': 2483 + resolution: {integrity: sha512-c7hNEllBlenFTHBky65mhq8WD2kbN9Q6gk0bTk8lSBvc554jpXSkST1iePudpt7+A/AQvuHs9EMqjHDXMY1lrA==} 2484 + engines: {node: '>=18.18'} 2485 + 2458 2486 '@img/sharp-darwin-arm64@0.33.5': 2459 2487 resolution: {integrity: sha512-UT4p+iz/2H4twwAoLCqfA9UH5pI6DggwKEGuaPy7nCVQ8ZsiY5PIcrRvD1DzuY3qYL07NtIQcWnBSY/heikIFQ==} 2460 2488 engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} ··· 2658 2686 '@istanbuljs/schema@0.1.3': 2659 2687 resolution: {integrity: sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==} 2660 2688 engines: {node: '>=8'} 2661 - 2662 - '@jest/schemas@29.6.3': 2663 - resolution: {integrity: sha512-mo5j5X+jIZmJQveBKeS/clAueipV7KgiX1vMgCxam1RNYiqE1w62n0/tJJnHtjW8ZHcQco5gY85jA3mi0L+nSA==} 2664 - engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} 2665 2689 2666 2690 '@jridgewell/gen-mapping@0.3.5': 2667 2691 resolution: {integrity: sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg==} ··· 4081 4105 resolution: {integrity: sha512-Ggtq2GsJuxFNUvQzLoXqRwS4ceRfLAJnrIHUDrzAD0GgnOhwujJkKkxM/s5Bako07c3WtAs/sZo5PJq7VHjeDg==} 4082 4106 engines: {node: ^18.17.0 || >=20.5.0} 4083 4107 4084 - '@sinclair/typebox@0.27.8': 4085 - resolution: {integrity: sha512-+Fj43pSMwJs4KRrH/938Uf+uAELIgVBmQzg/q1YG10djyfA3TnrU8N8XzqCh/okZdszqBQTZf96idMfE5lnwTA==} 4086 - 4087 4108 '@sindresorhus/is@4.6.0': 4088 4109 resolution: {integrity: sha512-t09vSN3MdfsyCHoFcTRCH/iUtG7OJ0CsjzB8cjAmKc/va/kIgeDI/TxsigdncE/4be734m0cvIYwNaV4i2XqAw==} 4089 4110 engines: {node: '>=10'} ··· 4308 4329 '@types/node@12.20.55': 4309 4330 resolution: {integrity: sha512-J8xLz7q2OFulZ2cyGTLE1TbbZcjpno7FaN6zdJNrgAdrJ+DZzh/uFR6YrTb4C+nXakvud8Q4+rbhoIWlYQbUFQ==} 4310 4331 4311 - '@types/node@20.14.10': 4312 - resolution: {integrity: sha512-MdiXf+nDuMvY0gJKxyfZ7/6UFsETO7mGKF54MVD/ekJS6HdFtpZFBgrh6Pseu64XTb2MLyFPlbW6hj8HYRQNOQ==} 4313 - 4314 - '@types/node@20.14.5': 4315 - resolution: {integrity: sha512-aoRR+fJkZT2l0aGOJhuA8frnCSoNX6W7U2mpNq63+BxBIj5BQFt8rHy627kijCmm63ijdSdwvGgpUsU6MBsZZA==} 4316 - 4317 - '@types/node@22.8.5': 4318 - resolution: {integrity: sha512-5iYk6AMPtsMbkZqCO1UGF9W5L38twq11S2pYWkybGHH2ogPUvXWNlQqJBzuEZWKj/WRH+QTeiv6ySWqJtvIEgA==} 4332 + '@types/node@22.10.5': 4333 + resolution: {integrity: sha512-F8Q+SeGimwOo86fiovQh8qiXfFEh2/ocYv7tU5pJ3EXMSSxk1Joj5wefpFK2fHTf/N6HKGSxIDBT9f3gCxXPkQ==} 4319 4334 4320 4335 '@types/parse-path@7.0.3': 4321 4336 resolution: {integrity: sha512-LriObC2+KYZD3FzCrgWGv/qufdUy4eXrxcLgQMfYXgPbLIecKIsVBaQgUPmxSSLcjmYbDTQbMgr6qr6l/eb7Bg==} ··· 4388 4403 typescript: 4389 4404 optional: true 4390 4405 4391 - '@typescript-eslint/eslint-plugin@8.0.0': 4392 - resolution: {integrity: sha512-STIZdwEQRXAHvNUS6ILDf5z3u95Gc8jzywunxSNqX00OooIemaaNIA0vEgynJlycL5AjabYLLrIyHd4iazyvtg==} 4406 + '@typescript-eslint/eslint-plugin@8.19.1': 4407 + resolution: {integrity: sha512-tJzcVyvvb9h/PB96g30MpxACd9IrunT7GF9wfA9/0TJ1LxGOJx1TdPzSbBBnNED7K9Ka8ybJsnEpiXPktolTLg==} 4393 4408 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 4394 4409 peerDependencies: 4395 4410 '@typescript-eslint/parser': ^8.0.0 || ^8.0.0-alpha.0 4396 4411 eslint: ^8.57.0 || ^9.0.0 4397 - typescript: '*' 4398 - peerDependenciesMeta: 4399 - typescript: 4400 - optional: true 4412 + typescript: '>=4.8.4 <5.8.0' 4401 4413 4402 4414 '@typescript-eslint/experimental-utils@5.62.0': 4403 4415 resolution: {integrity: sha512-RTXpeB3eMkpoclG3ZHft6vG/Z30azNHuqY6wKPBHlVMZFuEvrtlEDe8gMqDb+SO+9hjC/pLekeSCryf9vMZlCw==} ··· 4415 4427 typescript: 4416 4428 optional: true 4417 4429 4418 - '@typescript-eslint/parser@8.0.0': 4419 - resolution: {integrity: sha512-pS1hdZ+vnrpDIxuFXYQpLTILglTjSYJ9MbetZctrUawogUsPdz31DIIRZ9+rab0LhYNTsk88w4fIzVheiTbWOQ==} 4430 + '@typescript-eslint/parser@8.19.1': 4431 + resolution: {integrity: sha512-67gbfv8rAwawjYx3fYArwldTQKoYfezNUT4D5ioWetr/xCrxXxvleo3uuiFuKfejipvq+og7mjz3b0G2bVyUCw==} 4420 4432 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 4421 4433 peerDependencies: 4422 4434 eslint: ^8.57.0 || ^9.0.0 4423 - typescript: '*' 4424 - peerDependenciesMeta: 4425 - typescript: 4426 - optional: true 4435 + typescript: '>=4.8.4 <5.8.0' 4427 4436 4428 4437 '@typescript-eslint/scope-manager@5.62.0': 4429 4438 resolution: {integrity: sha512-VXuvVvZeQCQb5Zgf4HAxc04q5j+WrNAtNh9OwCsCgpKqESMTu3tF/jhZ3xG6T4NZwWl65Bg8KuS2uEvhSfLl0w==} ··· 4433 4442 resolution: {integrity: sha512-Q/1yrF/XbxOTvttNVPihxh1b9fxamjEoz2Os/Pe38OHwxC24CyCqXxGTOdpb4lt6HYtqw9HetA/Rf6gDGaMPlw==} 4434 4443 engines: {node: ^18.18.0 || >=20.0.0} 4435 4444 4436 - '@typescript-eslint/scope-manager@8.0.0': 4437 - resolution: {integrity: sha512-V0aa9Csx/ZWWv2IPgTfY7T4agYwJyILESu/PVqFtTFz9RIS823mAze+NbnBI8xiwdX3iqeQbcTYlvB04G9wyQw==} 4445 + '@typescript-eslint/scope-manager@8.19.1': 4446 + resolution: {integrity: sha512-60L9KIuN/xgmsINzonOcMDSB8p82h95hoBfSBtXuO4jlR1R9L1xSkmVZKgCPVfavDlXihh4ARNjXhh1gGnLC7Q==} 4438 4447 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 4439 4448 4440 4449 '@typescript-eslint/type-utils@7.15.0': ··· 4447 4456 typescript: 4448 4457 optional: true 4449 4458 4450 - '@typescript-eslint/type-utils@8.0.0': 4451 - resolution: {integrity: sha512-mJAFP2mZLTBwAn5WI4PMakpywfWFH5nQZezUQdSKV23Pqo6o9iShQg1hP2+0hJJXP2LnZkWPphdIq4juYYwCeg==} 4459 + '@typescript-eslint/type-utils@8.19.1': 4460 + resolution: {integrity: sha512-Rp7k9lhDKBMRJB/nM9Ksp1zs4796wVNyihG9/TU9R6KCJDNkQbc2EOKjrBtLYh3396ZdpXLtr/MkaSEmNMtykw==} 4452 4461 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 4453 4462 peerDependencies: 4454 - typescript: '*' 4455 - peerDependenciesMeta: 4456 - typescript: 4457 - optional: true 4463 + eslint: ^8.57.0 || ^9.0.0 4464 + typescript: '>=4.8.4 <5.8.0' 4458 4465 4459 4466 '@typescript-eslint/types@5.62.0': 4460 4467 resolution: {integrity: sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==} ··· 4464 4471 resolution: {integrity: sha512-aV1+B1+ySXbQH0pLK0rx66I3IkiZNidYobyfn0WFsdGhSXw+P3YOqeTq5GED458SfB24tg+ux3S+9g118hjlTw==} 4465 4472 engines: {node: ^18.18.0 || >=20.0.0} 4466 4473 4467 - '@typescript-eslint/types@8.0.0': 4468 - resolution: {integrity: sha512-wgdSGs9BTMWQ7ooeHtu5quddKKs5Z5dS+fHLbrQI+ID0XWJLODGMHRfhwImiHoeO2S5Wir2yXuadJN6/l4JRxw==} 4474 + '@typescript-eslint/types@8.19.1': 4475 + resolution: {integrity: sha512-JBVHMLj7B1K1v1051ZaMMgLW4Q/jre5qGK0Ew6UgXz1Rqh+/xPzV1aW581OM00X6iOfyr1be+QyW8LOUf19BbA==} 4469 4476 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 4470 4477 4471 4478 '@typescript-eslint/typescript-estree@5.62.0': ··· 4486 4493 typescript: 4487 4494 optional: true 4488 4495 4489 - '@typescript-eslint/typescript-estree@8.0.0': 4490 - resolution: {integrity: sha512-5b97WpKMX+Y43YKi4zVcCVLtK5F98dFls3Oxui8LbnmRsseKenbbDinmvxrWegKDMmlkIq/XHuyy0UGLtpCDKg==} 4496 + '@typescript-eslint/typescript-estree@8.19.1': 4497 + resolution: {integrity: sha512-jk/TZwSMJlxlNnqhy0Eod1PNEvCkpY6MXOXE/WLlblZ6ibb32i2We4uByoKPv1d0OD2xebDv4hbs3fm11SMw8Q==} 4491 4498 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 4492 4499 peerDependencies: 4493 - typescript: '*' 4494 - peerDependenciesMeta: 4495 - typescript: 4496 - optional: true 4500 + typescript: '>=4.8.4 <5.8.0' 4497 4501 4498 4502 '@typescript-eslint/utils@5.62.0': 4499 4503 resolution: {integrity: sha512-n8oxjeb5aIbPFEtmQxQYOLI0i9n5ySBEY/ZEHHZqKQSFnxio1rv6dthascc9dLuwrL0RC5mPCxB7vnAVGAYWAQ==} ··· 4507 4511 peerDependencies: 4508 4512 eslint: ^8.56.0 4509 4513 4510 - '@typescript-eslint/utils@8.0.0': 4511 - resolution: {integrity: sha512-k/oS/A/3QeGLRvOWCg6/9rATJL5rec7/5s1YmdS0ZU6LHveJyGFwBvLhSRBv6i9xaj7etmosp+l+ViN1I9Aj/Q==} 4514 + '@typescript-eslint/utils@8.19.1': 4515 + resolution: {integrity: sha512-IxG5gLO0Ne+KaUc8iW1A+XuKLd63o4wlbI1Zp692n1xojCl/THvgIKXJXBZixTh5dd5+yTJ/VXH7GJaaw21qXA==} 4512 4516 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 4513 4517 peerDependencies: 4514 4518 eslint: ^8.57.0 || ^9.0.0 4519 + typescript: '>=4.8.4 <5.8.0' 4515 4520 4516 4521 '@typescript-eslint/visitor-keys@5.62.0': 4517 4522 resolution: {integrity: sha512-07ny+LHRzQXepkGg6w0mFY41fVUNBrL2Roj/++7V1txKugfjm/Ci/qSND03r2RhlJhJYMcTn9AhhSSqQp0Ysyw==} ··· 4521 4526 resolution: {integrity: sha512-Hqgy/ETgpt2L5xueA/zHHIl4fJI2O4XUE9l4+OIfbJIRSnTJb/QscncdqqZzofQegIJugRIF57OJea1khw2SDw==} 4522 4527 engines: {node: ^18.18.0 || >=20.0.0} 4523 4528 4524 - '@typescript-eslint/visitor-keys@8.0.0': 4525 - resolution: {integrity: sha512-oN0K4nkHuOyF3PVMyETbpP5zp6wfyOvm7tWhTMfoqxSSsPmJIh6JNASuZDlODE8eE+0EB9uar+6+vxr9DBTYOA==} 4529 + '@typescript-eslint/visitor-keys@8.19.1': 4530 + resolution: {integrity: sha512-fzmjU8CHK853V/avYZAvuVut3ZTfwN5YtMaoi+X9Y9MA9keaWNHC3zEQ9zvyX/7Hj+5JkNyK1l7TOR2hevHB6Q==} 4526 4531 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 4527 4532 4528 4533 '@unhead/dom@1.11.14': ··· 4592 4597 peerDependencies: 4593 4598 vitest: 1.6.0 4594 4599 4595 - '@vitest/expect@1.6.0': 4596 - resolution: {integrity: sha512-ixEvFVQjycy/oNgHjqsL6AZCDduC+tflRluaHIzKIsdbzkLn2U/iBnVeJwB6HsIjQBdfMR8Z0tRxKUsvFJEeWQ==} 4600 + '@vitest/expect@2.1.8': 4601 + resolution: {integrity: sha512-8ytZ/fFHq2g4PJVAtDX57mayemKgDR6X3Oa2Foro+EygiOJHUXhCqBAAKQYYajZpFoIfvBCF1j6R6IYRSIUFuw==} 4597 4602 4598 - '@vitest/expect@2.0.0': 4599 - resolution: {integrity: sha512-5BSfZ0+dAVmC6uPF7s+TcKx0i7oyYHb1WQQL5gg6G2c+Qkaa5BNrdRM74sxDfUIZUgYCr6bfCqmJp+X5bfcNxQ==} 4600 - 4601 - '@vitest/expect@2.1.5': 4602 - resolution: {integrity: sha512-nZSBTW1XIdpZvEJyoP/Sy8fUg0b8od7ZpGDkTUcfJ7wz/VoZAFzFfLyxVxGFhUjJzhYqSbIpfMtl/+k/dpWa3Q==} 4603 - 4604 - '@vitest/mocker@2.1.5': 4605 - resolution: {integrity: sha512-XYW6l3UuBmitWqSUXTNXcVBUCRytDogBsWuNXQijc00dtnU/9OqpXWp4OJroVrad/gLIomAq9aW8yWDBtMthhQ==} 4603 + '@vitest/mocker@2.1.8': 4604 + resolution: {integrity: sha512-7guJ/47I6uqfttp33mgo6ga5Gr1VnL58rcqYKyShoRK9ebu8T5Rs6HN3s1NABiBeVTdWNrwUMcHH54uXZBN4zA==} 4606 4605 peerDependencies: 4607 4606 msw: ^2.4.9 4608 4607 vite: ^5.0.0 ··· 4612 4611 vite: 4613 4612 optional: true 4614 4613 4615 - '@vitest/pretty-format@2.1.5': 4616 - resolution: {integrity: sha512-4ZOwtk2bqG5Y6xRGHcveZVr+6txkH7M2e+nPFd6guSoN638v/1XQ0K06eOpi0ptVU/2tW/pIU4IoPotY/GZ9fw==} 4614 + '@vitest/pretty-format@2.1.8': 4615 + resolution: {integrity: sha512-9HiSZ9zpqNLKlbIDRWOnAWqgcA7xu+8YxXSekhr0Ykab7PAYFkhkwoqVArPOtJhPmYeE2YHgKZlj3CP36z2AJQ==} 4617 4616 4618 - '@vitest/runner@1.6.0': 4619 - resolution: {integrity: sha512-P4xgwPjwesuBiHisAVz/LSSZtDjOTPYZVmNAnpHHSR6ONrf8eCJOFRvUwdHn30F5M1fxhqtl7QZQUk2dprIXAg==} 4617 + '@vitest/runner@2.1.8': 4618 + resolution: {integrity: sha512-17ub8vQstRnRlIU5k50bG+QOMLHRhYPAna5tw8tYbj+jzjcspnwnwtPtiOlkuKC4+ixDPTuLZiqiWWQ2PSXHVg==} 4620 4619 4621 - '@vitest/runner@2.0.0': 4622 - resolution: {integrity: sha512-OovFmlkfRmdhevbWImBUtn9IEM+CKac8O+m9p6W9jTATGVBnDJQ6/jb1gpHyWxsu0ALi5f+TLi+Uyst7AAimMw==} 4620 + '@vitest/snapshot@2.1.8': 4621 + resolution: {integrity: sha512-20T7xRFbmnkfcmgVEz+z3AU/3b0cEzZOt/zmnvZEctg64/QZbSDJEVm9fLnnlSi74KibmRsO9/Qabi+t0vCRPg==} 4623 4622 4624 - '@vitest/runner@2.1.5': 4625 - resolution: {integrity: sha512-pKHKy3uaUdh7X6p1pxOkgkVAFW7r2I818vHDthYLvUyjRfkKOU6P45PztOch4DZarWQne+VOaIMwA/erSSpB9g==} 4623 + '@vitest/spy@2.1.8': 4624 + resolution: {integrity: sha512-5swjf2q95gXeYPevtW0BLk6H8+bPlMb4Vw/9Em4hFxDcaOxS+e0LOX4yqNxoHzMR2akEB2xfpnWUzkZokmgWDg==} 4626 4625 4627 - '@vitest/snapshot@1.6.0': 4628 - resolution: {integrity: sha512-+Hx43f8Chus+DCmygqqfetcAZrDJwvTj0ymqjQq4CvmpKFSTVteEOBzCusu1x2tt4OJcvBflyHUE0DZSLgEMtQ==} 4629 - 4630 - '@vitest/snapshot@2.0.0': 4631 - resolution: {integrity: sha512-B520cSAQwtWgocPpARadnNLslHCxFs5tf7SG2TT96qz+SZgsXqcB1xI3w3/S9kUzdqykEKrMLvW+sIIpMcuUdw==} 4632 - 4633 - '@vitest/snapshot@2.1.5': 4634 - resolution: {integrity: sha512-zmYw47mhfdfnYbuhkQvkkzYroXUumrwWDGlMjpdUr4jBd3HZiV2w7CQHj+z7AAS4VOtWxI4Zt4bWt4/sKcoIjg==} 4635 - 4636 - '@vitest/spy@1.6.0': 4637 - resolution: {integrity: sha512-leUTap6B/cqi/bQkXUu6bQV5TZPx7pmMBKBQiI0rJA8c3pB56ZsaTbREnF7CJfmvAS4V2cXIBAh/3rVwrrCYgw==} 4638 - 4639 - '@vitest/spy@2.0.0': 4640 - resolution: {integrity: sha512-0g7ho4wBK09wq8iNZFtUcQZcUcbPmbLWFotL0GXel0fvk5yPi4nTEKpIvZ+wA5eRyqPUCIfIUl10AWzLr67cmA==} 4641 - 4642 - '@vitest/spy@2.1.5': 4643 - resolution: {integrity: sha512-aWZF3P0r3w6DiYTVskOYuhBc7EMc3jvn1TkBg8ttylFFRqNN2XGD7V5a4aQdk6QiUzZQ4klNBSpCLJgWNdIiNw==} 4644 - 4645 - '@vitest/utils@1.6.0': 4646 - resolution: {integrity: sha512-21cPiuGMoMZwiOHa2i4LXkMkMkCGzA+MVFV70jRwHo95dL4x/ts5GZhML1QWuy7yfp3WzK3lRvZi3JnXTYqrBw==} 4647 - 4648 - '@vitest/utils@2.0.0': 4649 - resolution: {integrity: sha512-t0jbx8VugWEP6A29NbyfQKVU68Vo6oUw0iX3a8BwO3nrZuivfHcFO4Y5UsqXlplX+83P9UaqEvC2YQhspC0JSA==} 4650 - 4651 - '@vitest/utils@2.1.5': 4652 - resolution: {integrity: sha512-yfj6Yrp0Vesw2cwJbP+cl04OC+IHFsuQsrsJBL9pyGeQXE56v1UAOQco+SR55Vf1nQzfV0QJg1Qum7AaWUwwYg==} 4626 + '@vitest/utils@2.1.8': 4627 + resolution: {integrity: sha512-dwSoui6djdwbfFmIgbIjX2ZhIoG7Ex/+xpxyiEgIGzjliY8xGkcpITKTlp6B4MgtGkF2ilvm97cPM96XZaAgcA==} 4653 4628 4654 4629 '@volar/language-core@2.4.0-alpha.18': 4655 4630 resolution: {integrity: sha512-JAYeJvYQQROmVRtSBIczaPjP3DX4QW1fOqW1Ebs0d3Y3EwSNRglz03dSv0Dm61dzd0Yx3WgTW3hndDnTQqgmyg==} ··· 5039 5014 resolution: {integrity: sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==} 5040 5015 engines: {node: '>=8'} 5041 5016 5042 - ansi-escapes@6.2.1: 5043 - resolution: {integrity: sha512-4nJ3yixlEthEJ9Rk4vPcdBRkZvQZlYyu8j4/Mqz5sgIkddmEnH2Yj2ZrnP9S3tQOvSNRUIgVNF/1yPpRAGNRig==} 5044 - engines: {node: '>=14.16'} 5045 - 5046 5017 ansi-escapes@7.0.0: 5047 5018 resolution: {integrity: sha512-GdYO7a61mR0fOlAsvC9/rIHf7L96sBc6dEWzeOu+KAea5bZyQRPIpojrVoI4AXGJS/ycu/fBTdLrUkA4ODrvjw==} 5048 5019 engines: {node: '>=18'} ··· 5067 5038 ansi-styles@4.3.0: 5068 5039 resolution: {integrity: sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==} 5069 5040 engines: {node: '>=8'} 5070 - 5071 - ansi-styles@5.2.0: 5072 - resolution: {integrity: sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==} 5073 - engines: {node: '>=10'} 5074 5041 5075 5042 ansi-styles@6.2.1: 5076 5043 resolution: {integrity: sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==} ··· 5116 5083 array-union@2.1.0: 5117 5084 resolution: {integrity: sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==} 5118 5085 engines: {node: '>=8'} 5119 - 5120 - assertion-error@1.1.0: 5121 - resolution: {integrity: sha512-jgsaNduz+ndvGyFt3uSuWqvy4lCnIJiovtouQN5JZHOKCS2QuhEdbcQHFhVksz2N2U9hXJo8odG7ETyWlEeuDw==} 5122 5086 5123 5087 assertion-error@2.0.1: 5124 5088 resolution: {integrity: sha512-Izi8RQcffqCeNVgFigKli1ssklIbpHnCYc6AknXGYoB6grJqyeby7jv12JUQgmTAnIDnbck1uxksT4dzN3PWBA==} ··· 5373 5337 caniuse-lite@1.0.30001676: 5374 5338 resolution: {integrity: sha512-Qz6zwGCiPghQXGJvgQAem79esjitvJ+CxSbSQkW9H/UX5hg8XM88d4lp2W+MEQ81j+Hip58Il+jGVdazk1z9cw==} 5375 5339 5376 - chai@4.4.1: 5377 - resolution: {integrity: sha512-13sOfMv2+DWduEU+/xbun3LScLoqN17nBeTLUsmDfKdoiC1fr0n9PU4guu4AhRcOVFk/sW8LyZWHuhWtQZiF+g==} 5378 - engines: {node: '>=4'} 5379 - 5380 - chai@5.1.1: 5381 - resolution: {integrity: sha512-pT1ZgP8rPNqUgieVaEY+ryQr6Q4HXNg8Ei9UnLUrjN4IA7dvQC5JB+/kxVcPNDHyBcc/26CXPkbNzq3qwrOEKA==} 5382 - engines: {node: '>=12'} 5383 - 5384 5340 chai@5.1.2: 5385 5341 resolution: {integrity: sha512-aGtmf24DW6MLHHG5gCx4zaI3uBq3KRtxeVs0DjFH6Z0rDNbsvTxFASFvdj79pxjxZ8/5u3PIiN3IwEIQkiiuPw==} 5386 5342 engines: {node: '>=12'} ··· 5397 5353 resolution: {integrity: sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==} 5398 5354 engines: {node: ^12.17.0 || ^14.13 || >=16.0.0} 5399 5355 5356 + chalk@5.4.1: 5357 + resolution: {integrity: sha512-zgVZuo2WcZgfUEmsn6eO3kINexW8RAE4maiQ8QNs8CtpPCSyMiYsULR3HQYkm3w8FIA3SberyMJMSldGsW+U3w==} 5358 + engines: {node: ^12.17.0 || ^14.13 || >=16.0.0} 5359 + 5400 5360 change-case@5.4.4: 5401 5361 resolution: {integrity: sha512-HRQyTk2/YPEkt9TnUPbOpr64Uw3KOicFWPVBb+xiHvd6eBx/qPr9xqfBFDT8P2vWsvvz4jbEkfDe71W3VyNu2w==} 5402 5362 ··· 5406 5366 5407 5367 chardet@0.7.0: 5408 5368 resolution: {integrity: sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA==} 5409 - 5410 - check-error@1.0.3: 5411 - resolution: {integrity: sha512-iKEoDYaRmd1mxM90a2OEfWhjsjPpYPuQ+lMYsoxB126+t8fw7ySEO48nmDg5COTjxDI65/Y2OWpeEHk3ZOe8zg==} 5412 5369 5413 5370 check-error@2.1.1: 5414 5371 resolution: {integrity: sha512-OAlb+T7V4Op9OwdkjmguYRqncdlx5JiofwOAUkmTF+jNdHwzTaTs4sRAGpzLF3oOz5xAyDGrPgeIDFQmDOTiJw==} ··· 5463 5420 cli-cursor@3.1.0: 5464 5421 resolution: {integrity: sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw==} 5465 5422 engines: {node: '>=8'} 5466 - 5467 - cli-cursor@4.0.0: 5468 - resolution: {integrity: sha512-VGtlMu3x/4DOtIUwEkRezxUZ2lBacNJCHash0N0WeZDBS+7Ux1dm3XWAgWYxLJFMMdOeXMHXorshEFhbMSGelg==} 5469 - engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} 5470 5423 5471 5424 cli-cursor@5.0.0: 5472 5425 resolution: {integrity: sha512-aCj4O5wKyszjMmDT4tZj93kxyydN/K5zPWSCe6/0AV/AA1pqe5ZBIw0a2ZfPQV7lL5/yb5HsUreJ6UFAF1tEQw==} ··· 5623 5576 resolution: {integrity: sha512-ZqRXc+tZukToSNmh5C2iWMSoV3X1YUcPbqEM4DkEG5tNQXrQUZCNVGGv3IuicnkMtPfGf3Xtp8WCXs295iQ1pQ==} 5624 5577 engines: {node: '>= 0.10.0'} 5625 5578 5626 - consola@3.2.3: 5627 - resolution: {integrity: sha512-I5qxpzLv+sJhTVEoLYNcTW+bThDCPsit0vLNKShZx6rLtpilNpmmeTPaeqJb9ZE9dV3DGaeby6Vuhrw38WjeyQ==} 5628 - engines: {node: ^14.18.0 || >=16.10.0} 5629 - 5630 5579 consola@3.3.3: 5631 5580 resolution: {integrity: sha512-Qil5KwghMzlqd51UXM0b6fyaGHtOC22scxrwrz4A2882LyUMwQjnvaedN1HAeXzphspQ6CpHkzMAWxBTUruDLg==} 5632 5581 engines: {node: ^14.18.0 || >=16.10.0} ··· 5720 5669 5721 5670 cross-spawn@7.0.5: 5722 5671 resolution: {integrity: sha512-ZVJrKKYunU38/76t0RMOulHOnUcbU9GbpWKAOZ0mhjr7CX6FVrH+4FrAapSOekrgFQ3f/8gwMEuIft0aKq6Hug==} 5672 + engines: {node: '>= 8'} 5673 + 5674 + cross-spawn@7.0.6: 5675 + resolution: {integrity: sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==} 5723 5676 engines: {node: '>= 8'} 5724 5677 5725 5678 crossws@0.3.1: ··· 5872 5825 supports-color: 5873 5826 optional: true 5874 5827 5828 + debug@4.4.0: 5829 + resolution: {integrity: sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==} 5830 + engines: {node: '>=6.0'} 5831 + peerDependencies: 5832 + supports-color: '*' 5833 + peerDependenciesMeta: 5834 + supports-color: 5835 + optional: true 5836 + 5875 5837 decimal.js@10.4.3: 5876 5838 resolution: {integrity: sha512-VBBaLc1MgL5XpzgIP7ny5Z6Nx3UrRkIViUkPUdtl9aya5amy3De1gsUUSB1g3+3sExYNjCAsAznmukyxCb1GRA==} 5877 - 5878 - deep-eql@4.1.4: 5879 - resolution: {integrity: sha512-SUwdGfqdKOwxCPeVYjwSyRpJ7Z+fhpwIAtmCUdZIWZ/YP5R9WAsyuSgpLVDi9bjWoN2LXHNss/dk3urXtdQxGg==} 5880 - engines: {node: '>=6'} 5881 5839 5882 5840 deep-eql@5.0.2: 5883 5841 resolution: {integrity: sha512-h5k/5U50IJJFpzfL6nO9jaaumfjO/f2NjK/oYB2Djzm4p9L+3T9qWpZqZ2hAbLPuuYq9wrU08WQyBTL5GbPk5Q==} ··· 5978 5936 didyoumean@1.2.2: 5979 5937 resolution: {integrity: sha512-gxtyfqMg7GKyhQmb056K7M3xszy/myH8w+B4RT+QXBQsvAOdc3XymqDDPHx1BgPgsdAA5SIifona89YtRATDzw==} 5980 5938 5981 - diff-sequences@29.6.3: 5982 - resolution: {integrity: sha512-EjePK1srD3P08o2j4f0ExnylqRs5B9tJjcp9t1krH2qRi8CCdsYfwe9JgSLurFBWwq4uOlipzfk5fHNvwFKr8Q==} 5983 - engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} 5984 - 5985 5939 diff@4.0.2: 5986 5940 resolution: {integrity: sha512-58lmxKSA4BNyLz+HHMUzlOEpg09FV+ev6ZMe3vJihgdxzgcwZ8VoEEPmALCZG9LmqfVoNMMKpttIYTVG6uDY7A==} 5987 5941 engines: {node: '>=0.3.1'} ··· 6259 6213 svelte: 6260 6214 optional: true 6261 6215 6262 - eslint-plugin-typescript-sort-keys@3.2.0: 6263 - resolution: {integrity: sha512-GutszvriaVtwmn7pQjuj9/9o0iXhD7XZs0/424+zsozdRr/fdg5e8206t478Vnqnqi1GjuxcAolj1kf74KnhPA==} 6216 + eslint-plugin-typescript-sort-keys@3.3.0: 6217 + resolution: {integrity: sha512-bRW3Rc/VNdrSP9OoY5wgjjaXCOOkZKpzvl/Mk6l8Sg8CMehVIcg9K4y33l+ZcZiknpl0aR6rKusxuCJNGZWmVw==} 6264 6218 engines: {node: '>= 16'} 6265 6219 peerDependencies: 6266 - '@typescript-eslint/parser': ^6 || ^7 6220 + '@typescript-eslint/parser': '>=6' 6267 6221 eslint: ^7 || ^8 6268 6222 typescript: ^3 || ^4 || ^5 6269 6223 6270 - eslint-plugin-vue@9.23.0: 6271 - resolution: {integrity: sha512-Bqd/b7hGYGrlV+wP/g77tjyFmp81lh5TMw0be9093X02SyelxRRfCI6/IsGq/J7Um0YwB9s0Ry0wlFyjPdmtUw==} 6272 - engines: {node: ^14.17.0 || >=16.0.0} 6273 - peerDependencies: 6274 - eslint: ^6.2.0 || ^7.0.0 || ^8.0.0 6275 - 6276 - eslint-plugin-vue@9.27.0: 6277 - resolution: {integrity: sha512-5Dw3yxEyuBSXTzT5/Ge1X5kIkRTQ3nvBn/VwPwInNiZBSJOO/timWMUaflONnFBzU6NhB68lxnCda7ULV5N7LA==} 6224 + eslint-plugin-vue@9.32.0: 6225 + resolution: {integrity: sha512-b/Y05HYmnB/32wqVcjxjHZzNpwxj1onBOvqW89W+V+XNG1dRuaFbNd3vT9CLbr2LXjEoq+3vn8DanWf7XU22Ug==} 6278 6226 engines: {node: ^14.17.0 || >=16.0.0} 6279 6227 peerDependencies: 6280 6228 eslint: ^6.2.0 || ^7.0.0 || ^8.0.0 || ^9.0.0 ··· 6291 6239 resolution: {integrity: sha512-pL8XjgP4ZOmmwfFE8mEhSxA7ZY4C+LWyqjQ3o4yWkkmD0qcMT9kkW3zWHOczhWcjTSgqycYAgwSlXvZltv65og==} 6292 6240 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 6293 6241 6242 + eslint-scope@8.2.0: 6243 + resolution: {integrity: sha512-PHlWUfG6lvPc3yvP5A4PNyBL1W8fkDUccmI21JUu/+GKZBoH/W5u6usENXUrWFRsyoW5ACUjFGgAFQp5gUlb/A==} 6244 + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 6245 + 6294 6246 eslint-visitor-keys@1.3.0: 6295 6247 resolution: {integrity: sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ==} 6296 6248 engines: {node: '>=4'} ··· 6303 6255 resolution: {integrity: sha512-OtIRv/2GyiF6o/d8K7MYKKbXrOUBIK6SfkIRM4Z0dY3w+LiQ0vy3F57m0Z71bjbyeiWFiHJ8brqnmE6H6/jEuw==} 6304 6256 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 6305 6257 6258 + eslint-visitor-keys@4.2.0: 6259 + resolution: {integrity: sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==} 6260 + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 6261 + 6306 6262 eslint@9.0.0: 6307 6263 resolution: {integrity: sha512-IMryZ5SudxzQvuod6rUdIUz29qFItWx281VhtFVc2Psy/ZhlCeD/5DT6lBIJ4H3G+iamGJoTln1v+QSuPw0p7Q==} 6308 6264 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 6309 6265 hasBin: true 6310 6266 6311 - eslint@9.6.0: 6312 - resolution: {integrity: sha512-ElQkdLMEEqQNM9Njff+2Y4q2afHk7JpkPvrd7Xh7xefwgQynqPxwf55J7di9+MEibWUGdNjFF9ITG9Pck5M84w==} 6267 + eslint@9.17.0: 6268 + resolution: {integrity: sha512-evtlNcpJg+cZLcnVKwsai8fExnqjGPicK7gnUtlNuzu+Fv9bI0aLpND5T44VLQtoMEnI57LoXO9XAkIXwohKrA==} 6313 6269 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 6314 6270 hasBin: true 6271 + peerDependencies: 6272 + jiti: '*' 6273 + peerDependenciesMeta: 6274 + jiti: 6275 + optional: true 6315 6276 6316 6277 esm-env@1.0.0: 6317 6278 resolution: {integrity: sha512-Cf6VksWPsTuW01vU9Mk/3vRue91Zevka5SjyNf3nEpokFRuqt/KjUQoGAwq9qMmhpLTHmXzSIrFRw8zxWzmFBA==} 6318 6279 6319 6280 espree@10.1.0: 6320 6281 resolution: {integrity: sha512-M1M6CpiE6ffoigIOWYO9UDP8TMUw9kqb21tf+08IgDYjCsOvCuDt4jQcZmoYxx+w7zlKw9/N0KXfto+I8/FrXA==} 6282 + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 6283 + 6284 + espree@10.3.0: 6285 + resolution: {integrity: sha512-0QYC8b24HWY8zjRnDTL6RiHfDbAWn63qb4LMj1Z4b076A4une81+z03Kg7l7mn/48PUTqoLptSXez8oknU8Clg==} 6321 6286 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 6322 6287 6323 6288 espree@6.2.1: ··· 6377 6342 resolution: {integrity: sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==} 6378 6343 engines: {node: '>=0.8.x'} 6379 6344 6380 - execa@5.1.1: 6381 - resolution: {integrity: sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==} 6382 - engines: {node: '>=10'} 6383 - 6384 6345 execa@7.2.0: 6385 6346 resolution: {integrity: sha512-UduyVP7TLB5IcAQl+OzLyLcS/l32W/GLg+AhHJ+ow40FOk2U3SAllPwR44v4vmdFwIWqpdwxxpQbF1n5ta9seA==} 6386 6347 engines: {node: ^14.18.0 || ^16.14.0 || >=18.0.0} ··· 6480 6441 fd-slicer@1.1.0: 6481 6442 resolution: {integrity: sha512-cE1qsB/VwyQozZ+q1dGxR8LBYNZeofhEdUNGSMbQD3Gw2lAzX9Zb3uIU6Ebc/Fmyjo9AWWfnn0AUCHqtevs/8g==} 6482 6443 6483 - fdir@6.3.0: 6484 - resolution: {integrity: sha512-QOnuT+BOtivR77wYvCWHfGt9s4Pz1VIMbD463vegT5MLqNXy8rYFT/lPVEqf/bhYeT6qmqrNHhsX+rWwe3rOCQ==} 6485 - peerDependencies: 6486 - picomatch: ^3 || ^4 6487 - peerDependenciesMeta: 6488 - picomatch: 6489 - optional: true 6490 - 6491 6444 fdir@6.4.2: 6492 6445 resolution: {integrity: sha512-KnhMXsKSPZlAhp7+IjUkRZKPb4fUyccpDrdFXbi4QL1qkmFh9kVY09Yox+n4MaOb3lHZ1Tv829C3oaaXoMYPDQ==} 6493 6446 peerDependencies: ··· 6634 6587 resolution: {integrity: sha512-2nk+7SIVb14QrgXFHcm84tD4bKQz0RxPuMT8Ag5KPOq7J5fEmAg0UbXdTOSHqNuHSU28k55qnceesxXRZGzKWA==} 6635 6588 engines: {node: '>=18'} 6636 6589 6637 - get-func-name@2.0.2: 6638 - resolution: {integrity: sha512-8vXOvuE167CtIc3OyItco7N/dpRtBbYOsPsXCz7X/PMnlGjYjSGuZJgM1Y7mmew7BKf9BqvLX2tnOVy1BBUsxQ==} 6639 - 6640 6590 get-intrinsic@1.2.4: 6641 6591 resolution: {integrity: sha512-5uYhsJH8VJBTv7oslg4BznJYhDoRI6waYCxMmCdnTrcCrHA/fCFKoTFz2JKKE0HdDFUF7/oQuhzumXJK7paBRQ==} 6642 6592 engines: {node: '>= 0.4'} ··· 6717 6667 resolution: {integrity: sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==} 6718 6668 engines: {node: '>=18'} 6719 6669 6720 - globals@15.0.0: 6721 - resolution: {integrity: sha512-m/C/yR4mjO6pXDTm9/R/SpYTAIyaUB4EOzcaaMEl7mds7Mshct9GfejiJNQGjHHbdMPey13Kpu4TMbYi9ex1pw==} 6722 - engines: {node: '>=18'} 6723 - 6724 - globals@15.8.0: 6725 - resolution: {integrity: sha512-VZAJ4cewHTExBWDHR6yptdIBlx9YSSZuwojj9Nt5mBRXQzrKakDsVKQ1J63sklLvzAJm0X5+RpO4i3Y2hcOnFw==} 6670 + globals@15.14.0: 6671 + resolution: {integrity: sha512-OkToC372DtlQeje9/zHIo5CT8lRP/FUgEOKBEhU4e0abL7J7CD24fD9ohiLN5hagG/kWCYj4K5oaxxtj2Z0Dig==} 6726 6672 engines: {node: '>=18'} 6727 6673 6728 6674 globalyzer@0.1.0: ··· 6872 6818 human-id@1.0.2: 6873 6819 resolution: {integrity: sha512-UNopramDEhHJD+VR+ehk8rOslwSfByxPIZyJRfV739NDhN5LF1fa1MqnzKm2lGTQRjNrjK19Q5fhkgIfjlVUKw==} 6874 6820 6875 - human-signals@2.1.0: 6876 - resolution: {integrity: sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==} 6877 - engines: {node: '>=10.17.0'} 6878 - 6879 6821 human-signals@4.3.1: 6880 6822 resolution: {integrity: sha512-nZXjEF2nbo7lIw3mgYjItAfgQXog3OjJogSbKa2CQIIvSGWcKgeJnQlNXip6NglNzYH45nSRiEVimMvYL8DDqQ==} 6881 6823 engines: {node: '>=14.18.0'} ··· 6884 6826 resolution: {integrity: sha512-AXcZb6vzzrFAUE61HnN4mpLqd/cSIwNQjtNWR0euPm6y0iqx3G4gOXaIDdtdDwZmhwe82LA6+zinmW4UBWVePQ==} 6885 6827 engines: {node: '>=16.17.0'} 6886 6828 6887 - husky@9.0.11: 6888 - resolution: {integrity: sha512-AB6lFlbwwyIqMdHYhwPe+kjOC3Oc5P3nThEoW/AaO2BX3vJDjWPFxYLxokUZOo6RNX20He3AaT8sESs9NJcmEw==} 6829 + husky@9.1.7: 6830 + resolution: {integrity: sha512-5gs5ytaNjBrh5Ow3zrvdUUY+0VxIuWVL4i9irt6friV+BqdCfmV11CQTWMiBYWHbXhco+J1kHfTOUkePhCDvMA==} 6889 6831 engines: {node: '>=18'} 6890 6832 hasBin: true 6891 6833 ··· 7424 7366 resolution: {integrity: sha512-eop+wDAvpItUys0FWkHIKeC9ybYrTGbU41U5K7+bttZZeohvnY7M9dZ5kB21GNWiFT2q1OoPTvncPCgSOVO5ow==} 7425 7367 engines: {node: '>=14'} 7426 7368 7369 + lilconfig@3.1.3: 7370 + resolution: {integrity: sha512-/vlFKAoH5Cgt3Ie+JLhRbwOsCQePABiU3tJ1egGvyQ+33R/vcwM2Zl2QR/LzjsBeItPt3oSVXapn+m4nQDvpzw==} 7371 + engines: {node: '>=14'} 7372 + 7427 7373 lines-and-columns@1.2.4: 7428 7374 resolution: {integrity: sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==} 7429 7375 7430 - lint-staged@15.2.7: 7431 - resolution: {integrity: sha512-+FdVbbCZ+yoh7E/RosSdqKJyUM2OEjTciH0TFNkawKgvFp1zbGlEC39RADg+xKBG1R4mhoH2j85myBQZ5wR+lw==} 7376 + lint-staged@15.3.0: 7377 + resolution: {integrity: sha512-vHFahytLoF2enJklgtOtCtIjZrKD/LoxlaUusd5nh7dWv/dkKQJY74ndFSzxCdv7g0ueGg1ORgTSt4Y9LPZn9A==} 7432 7378 engines: {node: '>=18.12.0'} 7433 7379 hasBin: true 7434 7380 ··· 7436 7382 resolution: {integrity: sha512-I8oW2+QL5KJo8zXNWX046M134WchxsXC7SawLPvRQpogCbkyQIaFxPE89A2HiwR7vAK2Dm2ERBAmyjTYGYEpBg==} 7437 7383 hasBin: true 7438 7384 7439 - listr2@8.2.3: 7440 - resolution: {integrity: sha512-Lllokma2mtoniUOS94CcOErHWAug5iu7HOmDrvWgpw8jyQH2fomgB+7lZS4HWZxytUuQwkGOwe49FvwVaA85Xw==} 7441 - engines: {node: '>=18.0.0'} 7442 - 7443 7385 listr2@8.2.5: 7444 7386 resolution: {integrity: sha512-iyAZCeyD+c1gPyE9qpFu8af0Y+MRtmKOncdGoA2S5EY8iFq99dmmvkNnHiWo+pj0s7yH7l3KPIgee77tKpXPWQ==} 7445 7387 engines: {node: '>=18.0.0'} ··· 7463 7405 loader-utils@3.3.1: 7464 7406 resolution: {integrity: sha512-FMJTLMXfCLMLfJxcX9PFqX5qD88Z5MRGaZCVzfuqeZSPsyiBzs+pahDQjbIWz2QIzPZz0NX9Zy4FX3lmK6YHIg==} 7465 7407 engines: {node: '>= 12.13.0'} 7466 - 7467 - local-pkg@0.5.0: 7468 - resolution: {integrity: sha512-ok6z3qlYyCDS4ZEU27HaU6x/xZa9Whf8jD4ptH5UZTQYZVYeb9bnZ3ojVhiJNLiXK1Hfc0GNbLXcmZ5plLDDBg==} 7469 - engines: {node: '>=14'} 7470 7408 7471 7409 local-pkg@0.5.1: 7472 7410 resolution: {integrity: sha512-9rrA30MRRP3gBD3HTGnC6cDFpaE1kVDWxWgqWJUN0RvDNAo+Nz/9GxB+nHOH0ifbVFy0hSA1V6vFDvnx54lTEQ==} ··· 7518 7456 resolution: {integrity: sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg==} 7519 7457 engines: {node: '>=10'} 7520 7458 7521 - log-update@6.0.0: 7522 - resolution: {integrity: sha512-niTvB4gqvtof056rRIrTZvjNYE4rCUzO6X/X+kYjd7WFxXeJ0NwEFnRxX6ehkvv3jTwrXnNdtAak5XYZuIyPFw==} 7523 - engines: {node: '>=18'} 7524 - 7525 7459 log-update@6.1.0: 7526 7460 resolution: {integrity: sha512-9ie8ItPR6tjY5uYJh8K/Zrv/RMZ5VOlOWvtZdEHYSTFKZfIBPQa9tOAEeAWhd+AnIneLJ22w5fjOYtoutpWq5w==} 7527 7461 engines: {node: '>=18'} ··· 7533 7467 loose-envify@1.4.0: 7534 7468 resolution: {integrity: sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==} 7535 7469 hasBin: true 7536 - 7537 - loupe@2.3.7: 7538 - resolution: {integrity: sha512-zSMINGVYkdpYSOBmLi0D1Uo7JU9nVdQKrHxC8eYlV+9YKK9WePqAlL7lSlorG/U2Fw1w0hTBmaa/jrQ3UbPHtA==} 7539 - 7540 - loupe@3.1.1: 7541 - resolution: {integrity: sha512-edNu/8D5MKVfGVFRhFf8aAxiTM6Wumfz5XsaatSxlD3w4R1d/WEKUTydCdPGbl9K7QG/Ca3GnDV2sIKIpXRQcw==} 7542 7470 7543 7471 loupe@3.1.2: 7544 7472 resolution: {integrity: sha512-23I4pFZHmAemUnz8WZXbYRSKYj801VDaNv9ETuMh7IrMc7VuVVSo+Z9iLE3ni30+U48iDWfi30d3twAXBYmnCg==} ··· 8145 8073 resolution: {integrity: sha512-5b0R4txpzjPWVw/cXXUResoD4hb6U/x9BH08L7nw+GN1sezDzPdxeRvpc9c433fZhBan/wusjbCsqwqm4EIBIQ==} 8146 8074 engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} 8147 8075 8148 - p-limit@5.0.0: 8149 - resolution: {integrity: sha512-/Eaoq+QyLSiXQ4lyYV23f14mZRQcXnxfHrN0vCai+ak9G0pp9iEQukIIZq5NccEvwRB8PUnZT0KsOoDCINS1qQ==} 8150 - engines: {node: '>=18'} 8151 - 8152 8076 p-locate@4.1.0: 8153 8077 resolution: {integrity: sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==} 8154 8078 engines: {node: '>=8'} ··· 8296 8220 pathe@1.1.2: 8297 8221 resolution: {integrity: sha512-whLdWMYL2TwI08hn8/ZqAbrVemu0LNaNNJZX73O6qaIdCTfXutsLhMkjdENX0qhsQ9uIimo4/aQOmXkoon2nDQ==} 8298 8222 8299 - pathval@1.1.1: 8300 - resolution: {integrity: sha512-Dp6zGqpTdETdR63lehJYPeIOqpiNBNtc7BpWSLrOje7UaIsE5aY92r/AunQA7rsXvet3lrJ3JnZX29UPTKXyKQ==} 8301 - 8302 8223 pathval@2.0.0: 8303 8224 resolution: {integrity: sha512-vE7JKRyES09KiunauX7nd2Q9/L7lhok4smP9RZTDeD4MVs72Dp2qNFVz39Nz5a0FVEW0BJR6C0DYrq6unoziZA==} 8304 8225 engines: {node: '>= 14.16'} ··· 8710 8631 engines: {node: '>=14'} 8711 8632 hasBin: true 8712 8633 8713 - prettier@3.3.2: 8714 - resolution: {integrity: sha512-rAVeHYMcv8ATV5d508CFdn+8/pHPpXeIid1DdrPwXnaAdH7cqjVbpJaT5eq4yRAFU/lsbwYwSF/n5iNrdJHPQA==} 8634 + prettier@3.4.2: 8635 + resolution: {integrity: sha512-e9MewbtFo+Fevyuxn/4rrcDAaq0IYxPGLvObpQjiZBMAzB9IGmzlnG9RZy3FFas+eBMu2vA0CszMeduow5dIuQ==} 8715 8636 engines: {node: '>=14'} 8716 8637 hasBin: true 8717 8638 8718 8639 pretty-bytes@6.1.1: 8719 8640 resolution: {integrity: sha512-mQUvGU6aUFQ+rNvTIAcZuWGRT9a6f6Yrg9bHs4ImKF+HZCEK+plBvnAZYSIQztknZF2qnzNtr6F8s0+IuptdlQ==} 8720 8641 engines: {node: ^14.13.1 || >=16.0.0} 8721 - 8722 - pretty-format@29.7.0: 8723 - resolution: {integrity: sha512-Pdlw/oPxN+aXdmM9R00JVC9WVFoCLTKJvDVLgmJ+qAffBMxsV85l/Lu7sNx4zSzPyoL2euImuEwHhOXdEgNFZQ==} 8724 - engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} 8725 8642 8726 8643 proc-log@3.0.0: 8727 8644 resolution: {integrity: sha512-++Vn7NS4Xf9NacaU9Xq3URUuqZETPsf8L4j5/ckhaRYsfPeRyzGw+iDjFhV/Jr3uNmTvvddEJFWh5R1gRgUH8A==} ··· 8857 8774 peerDependencies: 8858 8775 react: ^19.0.0 8859 8776 8860 - react-is@18.3.1: 8861 - resolution: {integrity: sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==} 8862 - 8863 8777 react-refresh@0.14.2: 8864 8778 resolution: {integrity: sha512-jCvmsr+1IUSMUyzOkRcvnVbX3ZYC6g9TDrDbFuFmRDq7PD4yaGbLKNQL6k2jnArV8hjYxh7hVhAZB6s9HDGpZA==} 8865 8779 engines: {node: '>=0.10.0'} ··· 9022 8936 restore-cursor@3.1.0: 9023 8937 resolution: {integrity: sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA==} 9024 8938 engines: {node: '>=8'} 9025 - 9026 - restore-cursor@4.0.0: 9027 - resolution: {integrity: sha512-I9fPXU9geO9bHOt9pHHOhOkYerIMsmVaWB0rA2AI9ERh/+x/i7MV5HKBNrg+ljO5eoPVgCcnFuRjJ9uH6I/3eg==} 9028 - engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} 9029 8939 9030 8940 restore-cursor@5.1.0: 9031 8941 resolution: {integrity: sha512-oMA2dcrw6u0YfxJQXm342bFKX/E4sG9rbTzO9ptUcR/e8A33cHuvStiYOwH7fszkZlZ1z/ta9AAoPk2F4qIOHA==} ··· 9516 9426 resolution: {integrity: sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==} 9517 9427 engines: {node: '>=4'} 9518 9428 9519 - strip-final-newline@2.0.0: 9520 - resolution: {integrity: sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==} 9521 - engines: {node: '>=6'} 9522 - 9523 9429 strip-final-newline@3.0.0: 9524 9430 resolution: {integrity: sha512-dOESqjYr96iWYylGObzd39EuNTa5VJxyvVAEm5Jnh7KGo75V43Hk1odPQkNDyXNmUR6k+gEiDVXnjB8HJ3crXw==} 9525 9431 engines: {node: '>=12'} ··· 9756 9662 tiny-invariant@1.3.3: 9757 9663 resolution: {integrity: sha512-+FbBPE1o9QAYvviau/qC5SE3caw21q3xkvWKBtja5vgqOWIHHJ3ioaq1VPfn/Szqctz2bU/oYeKd9/z5BL+PVg==} 9758 9664 9759 - tinybench@2.8.0: 9760 - resolution: {integrity: sha512-1/eK7zUnIklz4JUUlL+658n58XO2hHLQfSk1Zf2LKieUjxidN16eKFEoDEfjHc3ohofSSqK3X5yO6VGb6iW8Lw==} 9761 - 9762 9665 tinybench@2.9.0: 9763 9666 resolution: {integrity: sha512-0+DUvqWMValLmha6lr4kD8iAMK1HzV0/aKnCtWb9v9641TnP/MFb7Pc2bxoxQjTXAErryXVgUOfv2YqNllqGeg==} 9764 9667 ··· 9769 9672 resolution: {integrity: sha512-Zc+8eJlFMvgatPZTl6A9L/yht8QqdmUNtURHaKZLmKBE12hNPSrqNkUp2cs3M/UKmNVVAMFQYSjYIVHDjW5zew==} 9770 9673 engines: {node: '>=12.0.0'} 9771 9674 9772 - tinyglobby@0.2.6: 9773 - resolution: {integrity: sha512-NbBoFBpqfcgd1tCiO8Lkfdk+xrA7mlLR9zgvZcZWQQwU63XAfUePyd6wZBaU93Hqw347lHnwFzttAkemHzzz4g==} 9774 - engines: {node: '>=12.0.0'} 9775 - 9776 - tinypool@0.8.4: 9777 - resolution: {integrity: sha512-i11VH5gS6IFeLY3gMBQ00/MmLncVP7JLXOw1vlgkytLmJK7QnEr7NXf0LBdxfmNPAeyetukOk0bOYrJrFGjYJQ==} 9778 - engines: {node: '>=14.0.0'} 9779 - 9780 - tinypool@1.0.0: 9781 - resolution: {integrity: sha512-KIKExllK7jp3uvrNtvRBYBWBOAXSX8ZvoaD8T+7KB/QHIuoJW3Pmr60zucywjAlMb5TeXUkcs/MWeWLu0qvuAQ==} 9782 - engines: {node: ^18.0.0 || >=20.0.0} 9783 - 9784 9675 tinypool@1.0.1: 9785 9676 resolution: {integrity: sha512-URZYihUbRPcGv95En+sz6MfghfIc2OJ1sv/RmhWZLouPY0/8Vo80viwPvg3dlaS9fuq7fQMEfgRRK7BBZThBEA==} 9786 9677 engines: {node: ^18.0.0 || >=20.0.0} ··· 9789 9680 resolution: {integrity: sha512-weEDEq7Z5eTHPDh4xjX789+fHfF+P8boiFB+0vbWzpbnbsEr/GRaohi/uMKxg8RZMXnl1ItAi/IUHWMsjDV7kQ==} 9790 9681 engines: {node: '>=14.0.0'} 9791 9682 9792 - tinyspy@2.2.1: 9793 - resolution: {integrity: sha512-KYad6Vy5VDWV4GH3fjpseMQ/XU2BhIYP7Vzd0LG44qRWm/Yt2WCOTicFdvmgo6gWaqooMQCawTtILVQJupKu7A==} 9794 - engines: {node: '>=14.0.0'} 9795 - 9796 - tinyspy@3.0.0: 9797 - resolution: {integrity: sha512-q5nmENpTHgiPVd1cJDDc9cVoYN5x4vCvwT3FMilvKPKneCBZAxn2YWQjDF0UMcE9k0Cay1gBiDfTMU0g+mPMQA==} 9798 - engines: {node: '>=14.0.0'} 9799 - 9800 9683 tinyspy@3.0.2: 9801 9684 resolution: {integrity: sha512-n1cw8k1k0x4pgA2+9XrOkFydTerNcJ1zWCO5Nn9scWHTD+5tp8dghT2x1uduQePZTZgd3Tupf+x9BxJjeJi77Q==} 9802 9685 engines: {node: '>=14.0.0'} ··· 9859 9742 peerDependencies: 9860 9743 typescript: '>=4.2.0' 9861 9744 9745 + ts-api-utils@2.0.0: 9746 + resolution: {integrity: sha512-xCt/TOAc+EOHS1XPnijD3/yzpH6qg2xppZO1YDqGoVsNXfQfzHpOdNuXwrwOU8u4ITXJyDCTyt8w5g1sZv9ynQ==} 9747 + engines: {node: '>=18.12'} 9748 + peerDependencies: 9749 + typescript: '>=4.8.4' 9750 + 9862 9751 ts-interface-checker@0.1.13: 9863 9752 resolution: {integrity: sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA==} 9864 9753 ··· 9882 9771 tslib@2.8.1: 9883 9772 resolution: {integrity: sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==} 9884 9773 9885 - tsup@8.3.0: 9886 - resolution: {integrity: sha512-ALscEeyS03IomcuNdFdc0YWGVIkwH1Ws7nfTbAPuoILvEV2hpGQAY72LIOjglGo4ShWpZfpBqP/jpQVCzqYQag==} 9774 + tsup@8.3.5: 9775 + resolution: {integrity: sha512-Tunf6r6m6tnZsG9GYWndg0z8dEV7fD733VBFzFJ5Vcm1FtlXB8xBD/rtrBi2a3YKEV7hHtxiZtW5EAVADoe1pA==} 9887 9776 engines: {node: '>=18'} 9888 9777 hasBin: true 9889 9778 peerDependencies: ··· 9920 9809 resolution: {integrity: sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==} 9921 9810 engines: {node: '>= 0.8.0'} 9922 9811 9923 - type-detect@4.0.8: 9924 - resolution: {integrity: sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g==} 9925 - engines: {node: '>=4'} 9926 - 9927 9812 type-fest@0.20.2: 9928 9813 resolution: {integrity: sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==} 9929 9814 engines: {node: '>=10'} ··· 9943 9828 typed-assert@1.0.9: 9944 9829 resolution: {integrity: sha512-KNNZtayBCtmnNmbo5mG47p1XsCyrx6iVqomjcZnec/1Y5GGARaxPs6r49RnSPeUP3YjNYiU9sQHAtY4BBvnZwg==} 9945 9830 9946 - typescript-eslint@7.15.0: 9947 - resolution: {integrity: sha512-Ta40FhMXBCwHura4X4fncaCVkVcnJ9jnOq5+Lp4lN8F4DzHZtOwZdRvVBiNUGznUDHPwdGnrnwxmUOU2fFQqFA==} 9948 - engines: {node: ^18.18.0 || >=20.0.0} 9949 - peerDependencies: 9950 - eslint: ^8.56.0 9951 - typescript: '*' 9952 - peerDependenciesMeta: 9953 - typescript: 9954 - optional: true 9955 - 9956 - typescript-eslint@8.0.0: 9957 - resolution: {integrity: sha512-yQWBJutWL1PmpmDddIOl9/Mi6vZjqNCjqSGBMQ4vsc2Aiodk0SnbQQWPXbSy0HNuKCuGkw1+u4aQ2mO40TdhDQ==} 9831 + typescript-eslint@8.19.1: 9832 + resolution: {integrity: sha512-LKPUQpdEMVOeKluHi8md7rwLcoXHhwvWp3x+sJkMuq3gGm9yaYJtPo8sRZSblMFJ5pcOGCAak/scKf1mvZDlQw==} 9958 9833 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 9959 9834 peerDependencies: 9960 - typescript: '*' 9961 - peerDependenciesMeta: 9962 - typescript: 9963 - optional: true 9835 + eslint: ^8.57.0 || ^9.0.0 9836 + typescript: '>=4.8.4 <5.8.0' 9964 9837 9965 9838 typescript@5.4.2: 9966 9839 resolution: {integrity: sha512-+2/g0Fds1ERlP6JsakQQDXjZdZMM+rqpamFZJEKh4kwTIn3iDkgKtby0CeNd5ATNZ4Ry1ax15TMx0W2V+miizQ==} ··· 9977 9850 engines: {node: '>=14.17'} 9978 9851 hasBin: true 9979 9852 9853 + typescript@5.7.3: 9854 + resolution: {integrity: sha512-84MVSjMEHP+FQRPy3pX9sTVV/INIex71s9TL2Gm5FG/WG1SqXeKyZ0k7/blY/4FdOzI12CBy1vGc4og/eus0fw==} 9855 + engines: {node: '>=14.17'} 9856 + hasBin: true 9857 + 9980 9858 ua-parser-js@0.7.39: 9981 9859 resolution: {integrity: sha512-IZ6acm6RhQHNibSt7+c09hhvsKy9WUr4DVbeq9U8o71qxyYtJpQeDxQnMrVqnIFMLcQjHO0I9wgfO2vIahht4w==} 9982 9860 hasBin: true ··· 10001 9879 unctx@2.4.1: 10002 9880 resolution: {integrity: sha512-AbaYw0Nm4mK4qjhns67C+kgxR2YWiwlDBPzxrN8h8C6VtAdCgditAY5Dezu3IJy4XVqAnbrXt9oQJvsn3fyozg==} 10003 9881 10004 - undici-types@5.26.5: 10005 - resolution: {integrity: sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==} 10006 - 10007 - undici-types@6.19.8: 10008 - resolution: {integrity: sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==} 9882 + undici-types@6.20.0: 9883 + resolution: {integrity: sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==} 10009 9884 10010 9885 unenv@1.10.0: 10011 9886 resolution: {integrity: sha512-wY5bskBQFL9n3Eca5XnhH6KbUo/tfvkwm9OpcdCvLaeA7piBNbavbOKJySEwQ1V0RH6HvNlSAFRTpvTqgKRQXQ==} ··· 10257 10132 peerDependencies: 10258 10133 vite: ^2.6.0 || ^3.0.0 || ^4.0.0 || ^5.0.0-0 || ^6.0.0-0 10259 10134 10260 - vite-node@1.6.0: 10261 - resolution: {integrity: sha512-de6HJgzC+TFzOu0NTC4RAIsyf/DY/ibWDYQUcuEA84EMHhcefTUGkjFHKKEJhQN4A+6I0u++kr3l36ZF2d7XRw==} 10262 - engines: {node: ^18.0.0 || >=20.0.0} 10263 - hasBin: true 10264 - 10265 - vite-node@2.0.0: 10266 - resolution: {integrity: sha512-jZtezmjcgZTkMisIi68TdY8w/PqPTxK2pbfTU9/4Gqus1K3AVZqkwH0z7Vshe3CD6mq9rJq8SpqmuefDMIqkfQ==} 10267 - engines: {node: ^18.0.0 || >=20.0.0} 10268 - hasBin: true 10269 - 10270 - vite-node@2.1.5: 10271 - resolution: {integrity: sha512-rd0QIgx74q4S1Rd56XIiL2cYEdyWn13cunYBIuqh9mpmQr7gGS0IxXoP8R6OaZtNQQLyXSWbd4rXKYUbhFpK5w==} 10272 - engines: {node: ^18.0.0 || >=20.0.0} 10273 - hasBin: true 10274 - 10275 10135 vite-node@2.1.8: 10276 10136 resolution: {integrity: sha512-uPAwSr57kYjAUux+8E2j0q0Fxpn8M9VoyfGiRI8Kfktz9NcYMCenwY5RnZxnF1WTu3TGiYipirIzacLL3VVGFg==} 10277 10137 engines: {node: ^18.0.0 || >=20.0.0} ··· 10469 10329 postcss: 10470 10330 optional: true 10471 10331 10472 - vitest@1.6.0: 10473 - resolution: {integrity: sha512-H5r/dN06swuFnzNFhq/dnz37bPXnq8xB2xB5JOVk8K09rUtoeNN+LHWkoQ0A/i3hvbUKKcCei9KpbxqHMLhLLA==} 10332 + vitest@2.1.8: 10333 + resolution: {integrity: sha512-1vBKTZskHw/aosXqQUlVWWlGUxSJR8YtiyZDJAFeW2kPAeX6S3Sool0mjspO+kXLuxVWlEDDowBAeqeAQefqLQ==} 10474 10334 engines: {node: ^18.0.0 || >=20.0.0} 10475 10335 hasBin: true 10476 10336 peerDependencies: 10477 10337 '@edge-runtime/vm': '*' 10478 10338 '@types/node': ^18.0.0 || >=20.0.0 10479 - '@vitest/browser': 1.6.0 10480 - '@vitest/ui': 1.6.0 10481 - happy-dom: '*' 10482 - jsdom: '*' 10483 - peerDependenciesMeta: 10484 - '@edge-runtime/vm': 10485 - optional: true 10486 - '@types/node': 10487 - optional: true 10488 - '@vitest/browser': 10489 - optional: true 10490 - '@vitest/ui': 10491 - optional: true 10492 - happy-dom: 10493 - optional: true 10494 - jsdom: 10495 - optional: true 10496 - 10497 - vitest@2.0.0: 10498 - resolution: {integrity: sha512-NvccE2tZhIoPSq3o3AoTBmItwhHNjzIxvOgfdzILIscyzSGOtw2+A1d/JJbS86HDVbc6TS5HnckQuCgTfp0HDQ==} 10499 - engines: {node: ^18.0.0 || >=20.0.0} 10500 - hasBin: true 10501 - peerDependencies: 10502 - '@edge-runtime/vm': '*' 10503 - '@types/node': ^18.0.0 || >=20.0.0 10504 - '@vitest/browser': 2.0.0 10505 - '@vitest/ui': 2.0.0 10506 - happy-dom: '*' 10507 - jsdom: '*' 10508 - peerDependenciesMeta: 10509 - '@edge-runtime/vm': 10510 - optional: true 10511 - '@types/node': 10512 - optional: true 10513 - '@vitest/browser': 10514 - optional: true 10515 - '@vitest/ui': 10516 - optional: true 10517 - happy-dom: 10518 - optional: true 10519 - jsdom: 10520 - optional: true 10521 - 10522 - vitest@2.1.5: 10523 - resolution: {integrity: sha512-P4ljsdpuzRTPI/kbND2sDZ4VmieerR2c9szEZpjc+98Z9ebvnXmM5+0tHEKqYZumXqlvnmfWsjeFOjXVriDG7A==} 10524 - engines: {node: ^18.0.0 || >=20.0.0} 10525 - hasBin: true 10526 - peerDependencies: 10527 - '@edge-runtime/vm': '*' 10528 - '@types/node': ^18.0.0 || >=20.0.0 10529 - '@vitest/browser': 2.1.5 10530 - '@vitest/ui': 2.1.5 10339 + '@vitest/browser': 2.1.8 10340 + '@vitest/ui': 2.1.8 10531 10341 happy-dom: '*' 10532 10342 jsdom: '*' 10533 10343 peerDependenciesMeta: ··· 10759 10569 engines: {node: ^18.17.0 || >=20.5.0} 10760 10570 hasBin: true 10761 10571 10762 - why-is-node-running@2.2.2: 10763 - resolution: {integrity: sha512-6tSwToZxTOcotxHeA+qGCq1mVzKR3CwcJGmVcY+QE8SHy6TnpFnh8PAvPNHYr7EcuVeG0QSMxtYCuO1ta/G/oA==} 10764 - engines: {node: '>=8'} 10765 - hasBin: true 10766 - 10767 10572 why-is-node-running@2.3.0: 10768 10573 resolution: {integrity: sha512-hUrmaWBdVDcxvYqnyh09zunKzROWjbZTiNy8dBEjkS7ehEDQibXJ7XvlmtbwuTclUiIyN+CyXQD4Vmko8fNm8w==} 10769 10574 engines: {node: '>=8'} ··· 10856 10661 yaml@1.10.2: 10857 10662 resolution: {integrity: sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==} 10858 10663 engines: {node: '>= 6'} 10859 - 10860 - yaml@2.4.5: 10861 - resolution: {integrity: sha512-aBx2bnqDzVOyNKfsysjA2ms5ZlnjSAW2eG3/L5G/CSujfjLJTJsEw1bGw8kCf04KodQWk1pxlGnZ56CRxiawmg==} 10862 - engines: {node: '>= 14'} 10863 - hasBin: true 10864 10664 10865 10665 yaml@2.6.1: 10866 10666 resolution: {integrity: sha512-7r0XPzioN/Q9kXBro/XPnA6kznR73DHq+GXh5ON7ZozRO6aMjbmiBuKste2wslTFkC5d1dw0GooOCepZXJ2SAg==} ··· 11037 10837 transitivePeerDependencies: 11038 10838 - chokidar 11039 10839 11040 - '@angular-devkit/build-angular@19.0.6(@angular/compiler-cli@19.0.5(@angular/compiler@19.0.5(@angular/core@19.0.5(rxjs@7.8.1)(zone.js@0.15.0)))(typescript@5.5.3))(@angular/compiler@19.0.5(@angular/core@19.0.5(rxjs@7.8.1)(zone.js@0.15.0)))(@types/node@22.8.5)(chokidar@4.0.3)(karma@6.4.4)(tailwindcss@3.4.9(ts-node@10.9.2(@types/node@22.8.5)(typescript@5.5.3)))(typescript@5.5.3)(vite@5.4.11(@types/node@22.8.5)(less@4.2.0)(sass@1.80.7)(terser@5.36.0))': 10840 + '@angular-devkit/build-angular@19.0.6(@angular/compiler-cli@19.0.5(@angular/compiler@19.0.5(@angular/core@19.0.5(rxjs@7.8.1)(zone.js@0.15.0)))(typescript@5.5.3))(@angular/compiler@19.0.5(@angular/core@19.0.5(rxjs@7.8.1)(zone.js@0.15.0)))(@types/node@22.10.5)(chokidar@4.0.3)(karma@6.4.4)(tailwindcss@3.4.9(ts-node@10.9.2(@types/node@22.10.5)(typescript@5.5.3)))(typescript@5.5.3)(vite@5.4.11(@types/node@22.10.5)(less@4.2.0)(sass@1.80.7)(terser@5.36.0))': 11041 10841 dependencies: 11042 10842 '@ampproject/remapping': 2.3.0 11043 10843 '@angular-devkit/architect': 0.1900.6(chokidar@4.0.3) 11044 10844 '@angular-devkit/build-webpack': 0.1900.6(chokidar@4.0.3)(webpack-dev-server@5.1.0(webpack@5.96.1(esbuild@0.24.0)))(webpack@5.96.1(esbuild@0.24.0)) 11045 10845 '@angular-devkit/core': 19.0.6(chokidar@4.0.3) 11046 - '@angular/build': 19.0.6(@angular/compiler-cli@19.0.5(@angular/compiler@19.0.5(@angular/core@19.0.5(rxjs@7.8.1)(zone.js@0.15.0)))(typescript@5.5.3))(@angular/compiler@19.0.5(@angular/core@19.0.5(rxjs@7.8.1)(zone.js@0.15.0)))(@types/node@22.8.5)(chokidar@4.0.3)(less@4.2.0)(postcss@8.4.49)(tailwindcss@3.4.9(ts-node@10.9.2(@types/node@22.8.5)(typescript@5.5.3)))(terser@5.36.0)(typescript@5.5.3) 10846 + '@angular/build': 19.0.6(@angular/compiler-cli@19.0.5(@angular/compiler@19.0.5(@angular/core@19.0.5(rxjs@7.8.1)(zone.js@0.15.0)))(typescript@5.5.3))(@angular/compiler@19.0.5(@angular/core@19.0.5(rxjs@7.8.1)(zone.js@0.15.0)))(@types/node@22.10.5)(chokidar@4.0.3)(less@4.2.0)(postcss@8.4.49)(tailwindcss@3.4.9(ts-node@10.9.2(@types/node@22.10.5)(typescript@5.5.3)))(terser@5.36.0)(typescript@5.5.3) 11047 10847 '@angular/compiler-cli': 19.0.5(@angular/compiler@19.0.5(@angular/core@19.0.5(rxjs@7.8.1)(zone.js@0.15.0)))(typescript@5.5.3) 11048 10848 '@babel/core': 7.26.0 11049 10849 '@babel/generator': 7.26.2 ··· 11056 10856 '@babel/runtime': 7.26.0 11057 10857 '@discoveryjs/json-ext': 0.6.3 11058 10858 '@ngtools/webpack': 19.0.6(@angular/compiler-cli@19.0.5(@angular/compiler@19.0.5(@angular/core@19.0.5(rxjs@7.8.1)(zone.js@0.15.0)))(typescript@5.5.3))(typescript@5.5.3)(webpack@5.96.1(esbuild@0.24.0)) 11059 - '@vitejs/plugin-basic-ssl': 1.1.0(vite@5.4.11(@types/node@22.8.5)(less@4.2.0)(sass@1.80.7)(terser@5.36.0)) 10859 + '@vitejs/plugin-basic-ssl': 1.1.0(vite@5.4.11(@types/node@22.10.5)(less@4.2.0)(sass@1.80.7)(terser@5.36.0)) 11060 10860 ansi-colors: 4.1.3 11061 10861 autoprefixer: 10.4.20(postcss@8.4.49) 11062 10862 babel-loader: 9.2.1(@babel/core@7.26.0)(webpack@5.96.1(esbuild@0.24.0)) ··· 11091 10891 tree-kill: 1.2.2 11092 10892 tslib: 2.8.1 11093 10893 typescript: 5.5.3 11094 - webpack: 5.96.1(esbuild@0.23.1) 10894 + webpack: 5.96.1(esbuild@0.24.2) 11095 10895 webpack-dev-middleware: 7.4.2(webpack@5.96.1(esbuild@0.24.0)) 11096 10896 webpack-dev-server: 5.1.0(webpack@5.96.1(esbuild@0.24.0)) 11097 10897 webpack-merge: 6.0.1 ··· 11099 10899 optionalDependencies: 11100 10900 esbuild: 0.24.0 11101 10901 karma: 6.4.4 11102 - tailwindcss: 3.4.9(ts-node@10.9.2(@types/node@22.8.5)(typescript@5.5.3)) 10902 + tailwindcss: 3.4.9(ts-node@10.9.2(@types/node@22.10.5)(typescript@5.5.3)) 11103 10903 transitivePeerDependencies: 11104 10904 - '@angular/compiler' 11105 10905 - '@rspack/core' ··· 11120 10920 - vite 11121 10921 - webpack-cli 11122 10922 11123 - '@angular-devkit/build-angular@19.0.6(@angular/compiler-cli@19.0.5(@angular/compiler@19.0.5(@angular/core@19.0.5(rxjs@7.8.1)(zone.js@0.15.0)))(typescript@5.5.3))(@angular/compiler@19.0.5(@angular/core@19.0.5(rxjs@7.8.1)(zone.js@0.15.0)))(@types/node@22.8.5)(chokidar@4.0.3)(karma@6.4.4)(tailwindcss@3.4.9(ts-node@10.9.2(@types/node@22.8.5)(typescript@5.5.3)))(typescript@5.5.3)(vite@6.0.6(@types/node@22.8.5)(jiti@2.4.2)(less@4.2.0)(sass@1.80.7)(terser@5.36.0)(tsx@4.19.1)(yaml@2.6.1))': 10923 + '@angular-devkit/build-angular@19.0.6(@angular/compiler-cli@19.0.5(@angular/compiler@19.0.5(@angular/core@19.0.5(rxjs@7.8.1)(zone.js@0.15.0)))(typescript@5.7.3))(@angular/compiler@19.0.5(@angular/core@19.0.5(rxjs@7.8.1)(zone.js@0.15.0)))(@types/node@22.10.5)(chokidar@4.0.3)(karma@6.4.4)(tailwindcss@3.4.9(ts-node@10.9.2(@types/node@22.10.5)(typescript@5.7.3)))(typescript@5.7.3)(vite@6.0.6(@types/node@22.10.5)(jiti@2.4.2)(less@4.2.0)(sass@1.80.7)(terser@5.36.0)(tsx@4.19.1)(yaml@2.6.1))': 11124 10924 dependencies: 11125 10925 '@ampproject/remapping': 2.3.0 11126 10926 '@angular-devkit/architect': 0.1900.6(chokidar@4.0.3) 11127 10927 '@angular-devkit/build-webpack': 0.1900.6(chokidar@4.0.3)(webpack-dev-server@5.1.0(webpack@5.96.1(esbuild@0.24.0)))(webpack@5.96.1(esbuild@0.24.0)) 11128 10928 '@angular-devkit/core': 19.0.6(chokidar@4.0.3) 11129 - '@angular/build': 19.0.6(@angular/compiler-cli@19.0.5(@angular/compiler@19.0.5(@angular/core@19.0.5(rxjs@7.8.1)(zone.js@0.15.0)))(typescript@5.5.3))(@angular/compiler@19.0.5(@angular/core@19.0.5(rxjs@7.8.1)(zone.js@0.15.0)))(@types/node@22.8.5)(chokidar@4.0.3)(less@4.2.0)(postcss@8.4.49)(tailwindcss@3.4.9(ts-node@10.9.2(@types/node@22.8.5)(typescript@5.5.3)))(terser@5.36.0)(typescript@5.5.3) 11130 - '@angular/compiler-cli': 19.0.5(@angular/compiler@19.0.5(@angular/core@19.0.5(rxjs@7.8.1)(zone.js@0.15.0)))(typescript@5.5.3) 10929 + '@angular/build': 19.0.6(@angular/compiler-cli@19.0.5(@angular/compiler@19.0.5(@angular/core@19.0.5(rxjs@7.8.1)(zone.js@0.15.0)))(typescript@5.7.3))(@angular/compiler@19.0.5(@angular/core@19.0.5(rxjs@7.8.1)(zone.js@0.15.0)))(@types/node@22.10.5)(chokidar@4.0.3)(less@4.2.0)(postcss@8.4.49)(tailwindcss@3.4.9(ts-node@10.9.2(@types/node@22.10.5)(typescript@5.7.3)))(terser@5.36.0)(typescript@5.7.3) 10930 + '@angular/compiler-cli': 19.0.5(@angular/compiler@19.0.5(@angular/core@19.0.5(rxjs@7.8.1)(zone.js@0.15.0)))(typescript@5.7.3) 11131 10931 '@babel/core': 7.26.0 11132 10932 '@babel/generator': 7.26.2 11133 10933 '@babel/helper-annotate-as-pure': 7.25.9 ··· 11138 10938 '@babel/preset-env': 7.26.0(@babel/core@7.26.0) 11139 10939 '@babel/runtime': 7.26.0 11140 10940 '@discoveryjs/json-ext': 0.6.3 11141 - '@ngtools/webpack': 19.0.6(@angular/compiler-cli@19.0.5(@angular/compiler@19.0.5(@angular/core@19.0.5(rxjs@7.8.1)(zone.js@0.15.0)))(typescript@5.5.3))(typescript@5.5.3)(webpack@5.96.1(esbuild@0.24.0)) 11142 - '@vitejs/plugin-basic-ssl': 1.1.0(vite@6.0.6(@types/node@22.8.5)(jiti@2.4.2)(less@4.2.0)(sass@1.80.7)(terser@5.36.0)(tsx@4.19.1)(yaml@2.6.1)) 10941 + '@ngtools/webpack': 19.0.6(@angular/compiler-cli@19.0.5(@angular/compiler@19.0.5(@angular/core@19.0.5(rxjs@7.8.1)(zone.js@0.15.0)))(typescript@5.7.3))(typescript@5.7.3)(webpack@5.96.1(esbuild@0.24.0)) 10942 + '@vitejs/plugin-basic-ssl': 1.1.0(vite@6.0.6(@types/node@22.10.5)(jiti@2.4.2)(less@4.2.0)(sass@1.80.7)(terser@5.36.0)(tsx@4.19.1)(yaml@2.6.1)) 11143 10943 ansi-colors: 4.1.3 11144 10944 autoprefixer: 10.4.20(postcss@8.4.49) 11145 10945 babel-loader: 9.2.1(@babel/core@7.26.0)(webpack@5.96.1(esbuild@0.24.0)) ··· 11162 10962 picomatch: 4.0.2 11163 10963 piscina: 4.7.0 11164 10964 postcss: 8.4.49 11165 - postcss-loader: 8.1.1(postcss@8.4.49)(typescript@5.5.3)(webpack@5.96.1(esbuild@0.24.0)) 10965 + postcss-loader: 8.1.1(postcss@8.4.49)(typescript@5.7.3)(webpack@5.96.1(esbuild@0.24.0)) 11166 10966 resolve-url-loader: 5.0.0 11167 10967 rxjs: 7.8.1 11168 10968 sass: 1.80.7 ··· 11173 10973 terser: 5.36.0 11174 10974 tree-kill: 1.2.2 11175 10975 tslib: 2.8.1 11176 - typescript: 5.5.3 11177 - webpack: 5.96.1(esbuild@0.23.1) 10976 + typescript: 5.7.3 10977 + webpack: 5.96.1(esbuild@0.24.2) 11178 10978 webpack-dev-middleware: 7.4.2(webpack@5.96.1(esbuild@0.24.0)) 11179 10979 webpack-dev-server: 5.1.0(webpack@5.96.1(esbuild@0.24.0)) 11180 10980 webpack-merge: 6.0.1 ··· 11182 10982 optionalDependencies: 11183 10983 esbuild: 0.24.0 11184 10984 karma: 6.4.4 11185 - tailwindcss: 3.4.9(ts-node@10.9.2(@types/node@22.8.5)(typescript@5.5.3)) 10985 + tailwindcss: 3.4.9(ts-node@10.9.2(@types/node@22.10.5)(typescript@5.7.3)) 11186 10986 transitivePeerDependencies: 11187 10987 - '@angular/compiler' 11188 10988 - '@rspack/core' ··· 11207 11007 dependencies: 11208 11008 '@angular-devkit/architect': 0.1900.6(chokidar@4.0.3) 11209 11009 rxjs: 7.8.1 11210 - webpack: 5.96.1(esbuild@0.23.1) 11010 + webpack: 5.96.1(esbuild@0.24.2) 11211 11011 webpack-dev-server: 5.1.0(webpack@5.96.1(esbuild@0.24.0)) 11212 11012 transitivePeerDependencies: 11213 11013 - chokidar ··· 11238 11038 '@angular/core': 19.0.5(rxjs@7.8.1)(zone.js@0.15.0) 11239 11039 tslib: 2.8.1 11240 11040 11241 - '@angular/build@19.0.6(@angular/compiler-cli@19.0.5(@angular/compiler@19.0.5(@angular/core@19.0.5(rxjs@7.8.1)(zone.js@0.15.0)))(typescript@5.5.3))(@angular/compiler@19.0.5(@angular/core@19.0.5(rxjs@7.8.1)(zone.js@0.15.0)))(@types/node@22.8.5)(chokidar@4.0.3)(less@4.2.0)(postcss@8.4.49)(tailwindcss@3.4.9(ts-node@10.9.2(@types/node@22.8.5)(typescript@5.5.3)))(terser@5.36.0)(typescript@5.5.3)': 11041 + '@angular/build@19.0.6(@angular/compiler-cli@19.0.5(@angular/compiler@19.0.5(@angular/core@19.0.5(rxjs@7.8.1)(zone.js@0.15.0)))(typescript@5.5.3))(@angular/compiler@19.0.5(@angular/core@19.0.5(rxjs@7.8.1)(zone.js@0.15.0)))(@types/node@22.10.5)(chokidar@4.0.3)(less@4.2.0)(postcss@8.4.49)(tailwindcss@3.4.9(ts-node@10.9.2(@types/node@22.10.5)(typescript@5.5.3)))(terser@5.36.0)(typescript@5.5.3)': 11242 11042 dependencies: 11243 11043 '@ampproject/remapping': 2.3.0 11244 11044 '@angular-devkit/architect': 0.1900.6(chokidar@4.0.3) ··· 11248 11048 '@babel/helper-annotate-as-pure': 7.25.9 11249 11049 '@babel/helper-split-export-declaration': 7.24.7 11250 11050 '@babel/plugin-syntax-import-attributes': 7.26.0(@babel/core@7.26.0) 11251 - '@inquirer/confirm': 5.0.2(@types/node@22.8.5) 11252 - '@vitejs/plugin-basic-ssl': 1.1.0(vite@5.4.11(@types/node@22.8.5)(less@4.2.0)(sass@1.80.7)(terser@5.36.0)) 11051 + '@inquirer/confirm': 5.0.2(@types/node@22.10.5) 11052 + '@vitejs/plugin-basic-ssl': 1.1.0(vite@5.4.11(@types/node@22.10.5)(less@4.2.0)(sass@1.80.7)(terser@5.36.0)) 11253 11053 beasties: 0.1.0 11254 11054 browserslist: 4.24.2 11255 11055 esbuild: 0.24.0 ··· 11266 11066 sass: 1.80.7 11267 11067 semver: 7.6.3 11268 11068 typescript: 5.5.3 11269 - vite: 5.4.11(@types/node@22.8.5)(less@4.2.0)(sass@1.80.7)(terser@5.36.0) 11069 + vite: 5.4.11(@types/node@22.10.5)(less@4.2.0)(sass@1.80.7)(terser@5.36.0) 11270 11070 watchpack: 2.4.2 11271 11071 optionalDependencies: 11272 11072 less: 4.2.0 11273 11073 lmdb: 3.1.5 11274 11074 postcss: 8.4.49 11275 - tailwindcss: 3.4.9(ts-node@10.9.2(@types/node@22.8.5)(typescript@5.5.3)) 11075 + tailwindcss: 3.4.9(ts-node@10.9.2(@types/node@22.10.5)(typescript@5.5.3)) 11076 + transitivePeerDependencies: 11077 + - '@types/node' 11078 + - chokidar 11079 + - lightningcss 11080 + - sass-embedded 11081 + - stylus 11082 + - sugarss 11083 + - supports-color 11084 + - terser 11085 + 11086 + '@angular/build@19.0.6(@angular/compiler-cli@19.0.5(@angular/compiler@19.0.5(@angular/core@19.0.5(rxjs@7.8.1)(zone.js@0.15.0)))(typescript@5.7.3))(@angular/compiler@19.0.5(@angular/core@19.0.5(rxjs@7.8.1)(zone.js@0.15.0)))(@types/node@22.10.5)(chokidar@4.0.3)(less@4.2.0)(postcss@8.4.49)(tailwindcss@3.4.9(ts-node@10.9.2(@types/node@22.10.5)(typescript@5.7.3)))(terser@5.36.0)(typescript@5.7.3)': 11087 + dependencies: 11088 + '@ampproject/remapping': 2.3.0 11089 + '@angular-devkit/architect': 0.1900.6(chokidar@4.0.3) 11090 + '@angular/compiler': 19.0.5(@angular/core@19.0.5(rxjs@7.8.1)(zone.js@0.15.0)) 11091 + '@angular/compiler-cli': 19.0.5(@angular/compiler@19.0.5(@angular/core@19.0.5(rxjs@7.8.1)(zone.js@0.15.0)))(typescript@5.7.3) 11092 + '@babel/core': 7.26.0 11093 + '@babel/helper-annotate-as-pure': 7.25.9 11094 + '@babel/helper-split-export-declaration': 7.24.7 11095 + '@babel/plugin-syntax-import-attributes': 7.26.0(@babel/core@7.26.0) 11096 + '@inquirer/confirm': 5.0.2(@types/node@22.10.5) 11097 + '@vitejs/plugin-basic-ssl': 1.1.0(vite@5.4.11(@types/node@22.10.5)(less@4.2.0)(sass@1.80.7)(terser@5.36.0)) 11098 + beasties: 0.1.0 11099 + browserslist: 4.24.2 11100 + esbuild: 0.24.0 11101 + fast-glob: 3.3.2 11102 + https-proxy-agent: 7.0.5(supports-color@9.4.0) 11103 + istanbul-lib-instrument: 6.0.3 11104 + listr2: 8.2.5 11105 + magic-string: 0.30.12 11106 + mrmime: 2.0.0 11107 + parse5-html-rewriting-stream: 7.0.0 11108 + picomatch: 4.0.2 11109 + piscina: 4.7.0 11110 + rollup: 4.26.0 11111 + sass: 1.80.7 11112 + semver: 7.6.3 11113 + typescript: 5.7.3 11114 + vite: 5.4.11(@types/node@22.10.5)(less@4.2.0)(sass@1.80.7)(terser@5.36.0) 11115 + watchpack: 2.4.2 11116 + optionalDependencies: 11117 + less: 4.2.0 11118 + lmdb: 3.1.5 11119 + postcss: 8.4.49 11120 + tailwindcss: 3.4.9(ts-node@10.9.2(@types/node@22.10.5)(typescript@5.7.3)) 11276 11121 transitivePeerDependencies: 11277 11122 - '@types/node' 11278 11123 - chokidar ··· 11292 11137 optionalDependencies: 11293 11138 parse5: 7.1.2 11294 11139 11295 - '@angular/cli@19.0.6(@types/node@22.8.5)(chokidar@4.0.3)': 11140 + '@angular/cli@19.0.6(@types/node@22.10.5)(chokidar@4.0.3)': 11296 11141 dependencies: 11297 11142 '@angular-devkit/architect': 0.1900.6(chokidar@4.0.3) 11298 11143 '@angular-devkit/core': 19.0.6(chokidar@4.0.3) 11299 11144 '@angular-devkit/schematics': 19.0.6(chokidar@4.0.3) 11300 - '@inquirer/prompts': 7.1.0(@types/node@22.8.5) 11301 - '@listr2/prompt-adapter-inquirer': 2.0.18(@inquirer/prompts@7.1.0(@types/node@22.8.5)) 11145 + '@inquirer/prompts': 7.1.0(@types/node@22.10.5) 11146 + '@listr2/prompt-adapter-inquirer': 2.0.18(@inquirer/prompts@7.1.0(@types/node@22.10.5)) 11302 11147 '@schematics/angular': 19.0.6(chokidar@4.0.3) 11303 11148 '@yarnpkg/lockfile': 1.1.0 11304 11149 ini: 5.0.0 ··· 11338 11183 transitivePeerDependencies: 11339 11184 - supports-color 11340 11185 11186 + '@angular/compiler-cli@19.0.5(@angular/compiler@19.0.5(@angular/core@19.0.5(rxjs@7.8.1)(zone.js@0.15.0)))(typescript@5.7.3)': 11187 + dependencies: 11188 + '@angular/compiler': 19.0.5(@angular/core@19.0.5(rxjs@7.8.1)(zone.js@0.15.0)) 11189 + '@babel/core': 7.26.0 11190 + '@jridgewell/sourcemap-codec': 1.5.0 11191 + chokidar: 4.0.1 11192 + convert-source-map: 1.9.0 11193 + reflect-metadata: 0.2.2 11194 + semver: 7.6.3 11195 + tslib: 2.8.1 11196 + typescript: 5.7.3 11197 + yargs: 17.7.2 11198 + transitivePeerDependencies: 11199 + - supports-color 11200 + 11341 11201 '@angular/compiler@19.0.5(@angular/core@19.0.5(rxjs@7.8.1)(zone.js@0.15.0))': 11342 11202 dependencies: 11343 11203 tslib: 2.8.1 ··· 11395 11255 11396 11256 '@antfu/utils@0.7.10': {} 11397 11257 11398 - '@arethetypeswrong/cli@0.16.4': 11258 + '@arethetypeswrong/cli@0.17.2': 11399 11259 dependencies: 11400 - '@arethetypeswrong/core': 0.16.4 11260 + '@arethetypeswrong/core': 0.17.2 11401 11261 chalk: 4.1.2 11402 11262 cli-table3: 0.6.5 11403 11263 commander: 10.0.1 11404 11264 marked: 9.1.6 11405 11265 marked-terminal: 7.1.0(marked@9.1.6) 11406 - semver: 7.6.2 11266 + semver: 7.6.3 11407 11267 11408 - '@arethetypeswrong/core@0.16.4': 11268 + '@arethetypeswrong/core@0.17.2': 11409 11269 dependencies: 11410 11270 '@andrewbranch/untar.js': 1.0.3 11411 11271 cjs-module-lexer: 1.4.1 ··· 11441 11301 '@babel/traverse': 7.25.3 11442 11302 '@babel/types': 7.25.2 11443 11303 convert-source-map: 2.0.0 11444 - debug: 4.3.5 11304 + debug: 4.3.7 11445 11305 gensync: 1.0.0-beta.2 11446 11306 json5: 2.2.3 11447 11307 semver: 6.3.1 ··· 11461 11321 '@babel/traverse': 7.25.9 11462 11322 '@babel/types': 7.26.0 11463 11323 convert-source-map: 2.0.0 11464 - debug: 4.3.7(supports-color@9.4.0) 11324 + debug: 4.3.7 11465 11325 gensync: 1.0.0-beta.2 11466 11326 json5: 2.2.3 11467 11327 semver: 6.3.1 ··· 11554 11414 '@babel/core': 7.26.0 11555 11415 '@babel/helper-compilation-targets': 7.25.9 11556 11416 '@babel/helper-plugin-utils': 7.25.9 11557 - debug: 4.3.7(supports-color@9.4.0) 11417 + debug: 4.4.0(supports-color@9.4.0) 11558 11418 lodash.debounce: 4.0.8 11559 11419 resolve: 1.22.10 11560 11420 transitivePeerDependencies: ··· 12329 12189 '@babel/parser': 7.26.2 12330 12190 '@babel/template': 7.25.9 12331 12191 '@babel/types': 7.26.0 12332 - debug: 4.3.7(supports-color@9.4.0) 12192 + debug: 4.4.0(supports-color@9.4.0) 12333 12193 globals: 11.12.0 12334 12194 transitivePeerDependencies: 12335 12195 - supports-color ··· 12341 12201 '@babel/parser': 7.26.2 12342 12202 '@babel/template': 7.25.9 12343 12203 '@babel/types': 7.26.0 12344 - debug: 4.3.7(supports-color@9.4.0) 12204 + debug: 4.4.0(supports-color@9.4.0) 12345 12205 globals: 11.12.0 12346 12206 transitivePeerDependencies: 12347 12207 - supports-color ··· 12866 12726 eslint: 9.0.0 12867 12727 eslint-visitor-keys: 3.4.3 12868 12728 12869 - '@eslint-community/eslint-utils@4.4.0(eslint@9.6.0)': 12729 + '@eslint-community/eslint-utils@4.4.0(eslint@9.17.0(jiti@2.4.2))': 12870 12730 dependencies: 12871 - eslint: 9.6.0 12731 + eslint: 9.17.0(jiti@2.4.2) 12872 12732 eslint-visitor-keys: 3.4.3 12873 12733 12874 12734 '@eslint-community/regexpp@4.11.0': {} 12875 12735 12876 - '@eslint/config-array@0.17.0': 12736 + '@eslint-community/regexpp@4.12.1': {} 12737 + 12738 + '@eslint/config-array@0.19.1': 12877 12739 dependencies: 12878 - '@eslint/object-schema': 2.1.4 12879 - debug: 4.3.7(supports-color@9.4.0) 12740 + '@eslint/object-schema': 2.1.5 12741 + debug: 4.4.0(supports-color@9.4.0) 12880 12742 minimatch: 3.1.2 12881 12743 transitivePeerDependencies: 12882 12744 - supports-color 12883 12745 12746 + '@eslint/core@0.9.1': 12747 + dependencies: 12748 + '@types/json-schema': 7.0.15 12749 + 12884 12750 '@eslint/eslintrc@3.1.0': 12885 12751 dependencies: 12886 12752 ajv: 6.12.6 12887 - debug: 4.3.5 12753 + debug: 4.3.7 12888 12754 espree: 10.1.0 12889 12755 globals: 14.0.0 12890 12756 ignore: 5.3.1 ··· 12895 12761 transitivePeerDependencies: 12896 12762 - supports-color 12897 12763 12764 + '@eslint/eslintrc@3.2.0': 12765 + dependencies: 12766 + ajv: 6.12.6 12767 + debug: 4.4.0(supports-color@9.4.0) 12768 + espree: 10.3.0 12769 + globals: 14.0.0 12770 + ignore: 5.3.1 12771 + import-fresh: 3.3.0 12772 + js-yaml: 4.1.0 12773 + minimatch: 3.1.2 12774 + strip-json-comments: 3.1.1 12775 + transitivePeerDependencies: 12776 + - supports-color 12777 + 12898 12778 '@eslint/js@9.0.0': {} 12899 12779 12900 - '@eslint/js@9.6.0': {} 12780 + '@eslint/js@9.17.0': {} 12781 + 12782 + '@eslint/object-schema@2.1.5': {} 12901 12783 12902 - '@eslint/object-schema@2.1.4': {} 12784 + '@eslint/plugin-kit@0.2.4': 12785 + dependencies: 12786 + levn: 0.4.1 12903 12787 12904 12788 '@fastify/ajv-compiler@4.0.1': 12905 12789 dependencies: ··· 12942 12826 '@types/json-schema': 7.0.15 12943 12827 js-yaml: 4.1.0 12944 12828 12829 + '@humanfs/core@0.19.1': {} 12830 + 12831 + '@humanfs/node@0.16.6': 12832 + dependencies: 12833 + '@humanfs/core': 0.19.1 12834 + '@humanwhocodes/retry': 0.3.0 12835 + 12945 12836 '@humanwhocodes/config-array@0.12.3': 12946 12837 dependencies: 12947 12838 '@humanwhocodes/object-schema': 2.0.3 12948 - debug: 4.3.5 12839 + debug: 4.3.7 12949 12840 minimatch: 3.1.2 12950 12841 transitivePeerDependencies: 12951 12842 - supports-color ··· 12956 12847 12957 12848 '@humanwhocodes/retry@0.3.0': {} 12958 12849 12850 + '@humanwhocodes/retry@0.4.1': {} 12851 + 12959 12852 '@img/sharp-darwin-arm64@0.33.5': 12960 12853 optionalDependencies: 12961 12854 '@img/sharp-libvips-darwin-arm64': 1.0.4 ··· 13031 12924 '@img/sharp-win32-x64@0.33.5': 13032 12925 optional: true 13033 12926 13034 - '@inquirer/checkbox@4.0.2(@types/node@22.8.5)': 12927 + '@inquirer/checkbox@4.0.2(@types/node@22.10.5)': 13035 12928 dependencies: 13036 - '@inquirer/core': 10.1.0(@types/node@22.8.5) 12929 + '@inquirer/core': 10.1.0(@types/node@22.10.5) 13037 12930 '@inquirer/figures': 1.0.8 13038 - '@inquirer/type': 3.0.1(@types/node@22.8.5) 13039 - '@types/node': 22.8.5 12931 + '@inquirer/type': 3.0.1(@types/node@22.10.5) 12932 + '@types/node': 22.10.5 13040 12933 ansi-escapes: 4.3.2 13041 12934 yoctocolors-cjs: 2.1.2 13042 12935 13043 - '@inquirer/confirm@5.0.2(@types/node@22.8.5)': 12936 + '@inquirer/confirm@5.0.2(@types/node@22.10.5)': 13044 12937 dependencies: 13045 - '@inquirer/core': 10.1.0(@types/node@22.8.5) 13046 - '@inquirer/type': 3.0.1(@types/node@22.8.5) 13047 - '@types/node': 22.8.5 12938 + '@inquirer/core': 10.1.0(@types/node@22.10.5) 12939 + '@inquirer/type': 3.0.1(@types/node@22.10.5) 12940 + '@types/node': 22.10.5 13048 12941 13049 - '@inquirer/core@10.1.0(@types/node@22.8.5)': 12942 + '@inquirer/core@10.1.0(@types/node@22.10.5)': 13050 12943 dependencies: 13051 12944 '@inquirer/figures': 1.0.8 13052 - '@inquirer/type': 3.0.1(@types/node@22.8.5) 12945 + '@inquirer/type': 3.0.1(@types/node@22.10.5) 13053 12946 ansi-escapes: 4.3.2 13054 12947 cli-width: 4.1.0 13055 12948 mute-stream: 2.0.0 ··· 13060 12953 transitivePeerDependencies: 13061 12954 - '@types/node' 13062 12955 13063 - '@inquirer/editor@4.1.0(@types/node@22.8.5)': 12956 + '@inquirer/editor@4.1.0(@types/node@22.10.5)': 13064 12957 dependencies: 13065 - '@inquirer/core': 10.1.0(@types/node@22.8.5) 13066 - '@inquirer/type': 3.0.1(@types/node@22.8.5) 13067 - '@types/node': 22.8.5 12958 + '@inquirer/core': 10.1.0(@types/node@22.10.5) 12959 + '@inquirer/type': 3.0.1(@types/node@22.10.5) 12960 + '@types/node': 22.10.5 13068 12961 external-editor: 3.1.0 13069 12962 13070 - '@inquirer/expand@4.0.2(@types/node@22.8.5)': 12963 + '@inquirer/expand@4.0.2(@types/node@22.10.5)': 13071 12964 dependencies: 13072 - '@inquirer/core': 10.1.0(@types/node@22.8.5) 13073 - '@inquirer/type': 3.0.1(@types/node@22.8.5) 13074 - '@types/node': 22.8.5 12965 + '@inquirer/core': 10.1.0(@types/node@22.10.5) 12966 + '@inquirer/type': 3.0.1(@types/node@22.10.5) 12967 + '@types/node': 22.10.5 13075 12968 yoctocolors-cjs: 2.1.2 13076 12969 13077 12970 '@inquirer/figures@1.0.8': {} 13078 12971 13079 - '@inquirer/input@4.0.2(@types/node@22.8.5)': 12972 + '@inquirer/input@4.0.2(@types/node@22.10.5)': 13080 12973 dependencies: 13081 - '@inquirer/core': 10.1.0(@types/node@22.8.5) 13082 - '@inquirer/type': 3.0.1(@types/node@22.8.5) 13083 - '@types/node': 22.8.5 12974 + '@inquirer/core': 10.1.0(@types/node@22.10.5) 12975 + '@inquirer/type': 3.0.1(@types/node@22.10.5) 12976 + '@types/node': 22.10.5 13084 12977 13085 - '@inquirer/number@3.0.2(@types/node@22.8.5)': 12978 + '@inquirer/number@3.0.2(@types/node@22.10.5)': 13086 12979 dependencies: 13087 - '@inquirer/core': 10.1.0(@types/node@22.8.5) 13088 - '@inquirer/type': 3.0.1(@types/node@22.8.5) 13089 - '@types/node': 22.8.5 12980 + '@inquirer/core': 10.1.0(@types/node@22.10.5) 12981 + '@inquirer/type': 3.0.1(@types/node@22.10.5) 12982 + '@types/node': 22.10.5 13090 12983 13091 - '@inquirer/password@4.0.2(@types/node@22.8.5)': 12984 + '@inquirer/password@4.0.2(@types/node@22.10.5)': 13092 12985 dependencies: 13093 - '@inquirer/core': 10.1.0(@types/node@22.8.5) 13094 - '@inquirer/type': 3.0.1(@types/node@22.8.5) 13095 - '@types/node': 22.8.5 12986 + '@inquirer/core': 10.1.0(@types/node@22.10.5) 12987 + '@inquirer/type': 3.0.1(@types/node@22.10.5) 12988 + '@types/node': 22.10.5 13096 12989 ansi-escapes: 4.3.2 13097 12990 13098 - '@inquirer/prompts@7.1.0(@types/node@22.8.5)': 12991 + '@inquirer/prompts@7.1.0(@types/node@22.10.5)': 13099 12992 dependencies: 13100 - '@inquirer/checkbox': 4.0.2(@types/node@22.8.5) 13101 - '@inquirer/confirm': 5.0.2(@types/node@22.8.5) 13102 - '@inquirer/editor': 4.1.0(@types/node@22.8.5) 13103 - '@inquirer/expand': 4.0.2(@types/node@22.8.5) 13104 - '@inquirer/input': 4.0.2(@types/node@22.8.5) 13105 - '@inquirer/number': 3.0.2(@types/node@22.8.5) 13106 - '@inquirer/password': 4.0.2(@types/node@22.8.5) 13107 - '@inquirer/rawlist': 4.0.2(@types/node@22.8.5) 13108 - '@inquirer/search': 3.0.2(@types/node@22.8.5) 13109 - '@inquirer/select': 4.0.2(@types/node@22.8.5) 13110 - '@types/node': 22.8.5 12993 + '@inquirer/checkbox': 4.0.2(@types/node@22.10.5) 12994 + '@inquirer/confirm': 5.0.2(@types/node@22.10.5) 12995 + '@inquirer/editor': 4.1.0(@types/node@22.10.5) 12996 + '@inquirer/expand': 4.0.2(@types/node@22.10.5) 12997 + '@inquirer/input': 4.0.2(@types/node@22.10.5) 12998 + '@inquirer/number': 3.0.2(@types/node@22.10.5) 12999 + '@inquirer/password': 4.0.2(@types/node@22.10.5) 13000 + '@inquirer/rawlist': 4.0.2(@types/node@22.10.5) 13001 + '@inquirer/search': 3.0.2(@types/node@22.10.5) 13002 + '@inquirer/select': 4.0.2(@types/node@22.10.5) 13003 + '@types/node': 22.10.5 13111 13004 13112 - '@inquirer/rawlist@4.0.2(@types/node@22.8.5)': 13005 + '@inquirer/rawlist@4.0.2(@types/node@22.10.5)': 13113 13006 dependencies: 13114 - '@inquirer/core': 10.1.0(@types/node@22.8.5) 13115 - '@inquirer/type': 3.0.1(@types/node@22.8.5) 13116 - '@types/node': 22.8.5 13007 + '@inquirer/core': 10.1.0(@types/node@22.10.5) 13008 + '@inquirer/type': 3.0.1(@types/node@22.10.5) 13009 + '@types/node': 22.10.5 13117 13010 yoctocolors-cjs: 2.1.2 13118 13011 13119 - '@inquirer/search@3.0.2(@types/node@22.8.5)': 13012 + '@inquirer/search@3.0.2(@types/node@22.10.5)': 13120 13013 dependencies: 13121 - '@inquirer/core': 10.1.0(@types/node@22.8.5) 13014 + '@inquirer/core': 10.1.0(@types/node@22.10.5) 13122 13015 '@inquirer/figures': 1.0.8 13123 - '@inquirer/type': 3.0.1(@types/node@22.8.5) 13124 - '@types/node': 22.8.5 13016 + '@inquirer/type': 3.0.1(@types/node@22.10.5) 13017 + '@types/node': 22.10.5 13125 13018 yoctocolors-cjs: 2.1.2 13126 13019 13127 - '@inquirer/select@4.0.2(@types/node@22.8.5)': 13020 + '@inquirer/select@4.0.2(@types/node@22.10.5)': 13128 13021 dependencies: 13129 - '@inquirer/core': 10.1.0(@types/node@22.8.5) 13022 + '@inquirer/core': 10.1.0(@types/node@22.10.5) 13130 13023 '@inquirer/figures': 1.0.8 13131 - '@inquirer/type': 3.0.1(@types/node@22.8.5) 13132 - '@types/node': 22.8.5 13024 + '@inquirer/type': 3.0.1(@types/node@22.10.5) 13025 + '@types/node': 22.10.5 13133 13026 ansi-escapes: 4.3.2 13134 13027 yoctocolors-cjs: 2.1.2 13135 13028 ··· 13137 13030 dependencies: 13138 13031 mute-stream: 1.0.0 13139 13032 13140 - '@inquirer/type@3.0.1(@types/node@22.8.5)': 13033 + '@inquirer/type@3.0.1(@types/node@22.10.5)': 13141 13034 dependencies: 13142 - '@types/node': 22.8.5 13035 + '@types/node': 22.10.5 13143 13036 13144 13037 '@ioredis/commands@1.2.0': {} 13145 13038 ··· 13157 13050 minipass: 7.1.2 13158 13051 13159 13052 '@istanbuljs/schema@0.1.3': {} 13160 - 13161 - '@jest/schemas@29.6.3': 13162 - dependencies: 13163 - '@sinclair/typebox': 0.27.8 13164 13053 13165 13054 '@jridgewell/gen-mapping@0.3.5': 13166 13055 dependencies: ··· 13211 13100 13212 13101 '@kwsites/file-exists@1.1.1': 13213 13102 dependencies: 13214 - debug: 4.3.7(supports-color@9.4.0) 13103 + debug: 4.4.0(supports-color@9.4.0) 13215 13104 transitivePeerDependencies: 13216 13105 - supports-color 13217 13106 ··· 13219 13108 13220 13109 '@leichtgewicht/ip-codec@2.0.5': {} 13221 13110 13222 - '@listr2/prompt-adapter-inquirer@2.0.18(@inquirer/prompts@7.1.0(@types/node@22.8.5))': 13111 + '@listr2/prompt-adapter-inquirer@2.0.18(@inquirer/prompts@7.1.0(@types/node@22.10.5))': 13223 13112 dependencies: 13224 - '@inquirer/prompts': 7.1.0(@types/node@22.8.5) 13113 + '@inquirer/prompts': 7.1.0(@types/node@22.10.5) 13225 13114 '@inquirer/type': 1.5.5 13226 13115 13227 13116 '@lmdb/lmdb-darwin-arm64@3.1.5': ··· 13271 13160 - encoding 13272 13161 - supports-color 13273 13162 13274 - '@microsoft/api-extractor-model@7.29.8(@types/node@20.14.10)': 13163 + '@microsoft/api-extractor-model@7.29.8(@types/node@22.10.5)': 13275 13164 dependencies: 13276 13165 '@microsoft/tsdoc': 0.15.1 13277 13166 '@microsoft/tsdoc-config': 0.17.1 13278 - '@rushstack/node-core-library': 5.9.0(@types/node@20.14.10) 13167 + '@rushstack/node-core-library': 5.9.0(@types/node@22.10.5) 13279 13168 transitivePeerDependencies: 13280 13169 - '@types/node' 13281 13170 optional: true 13282 13171 13283 - '@microsoft/api-extractor@7.47.9(@types/node@20.14.10)': 13172 + '@microsoft/api-extractor@7.47.9(@types/node@22.10.5)': 13284 13173 dependencies: 13285 - '@microsoft/api-extractor-model': 7.29.8(@types/node@20.14.10) 13174 + '@microsoft/api-extractor-model': 7.29.8(@types/node@22.10.5) 13286 13175 '@microsoft/tsdoc': 0.15.1 13287 13176 '@microsoft/tsdoc-config': 0.17.1 13288 - '@rushstack/node-core-library': 5.9.0(@types/node@20.14.10) 13177 + '@rushstack/node-core-library': 5.9.0(@types/node@22.10.5) 13289 13178 '@rushstack/rig-package': 0.5.3 13290 - '@rushstack/terminal': 0.14.2(@types/node@20.14.10) 13291 - '@rushstack/ts-command-line': 4.22.8(@types/node@20.14.10) 13179 + '@rushstack/terminal': 0.14.2(@types/node@22.10.5) 13180 + '@rushstack/ts-command-line': 4.22.8(@types/node@22.10.5) 13292 13181 lodash: 4.17.21 13293 13182 minimatch: 3.0.8 13294 13183 resolve: 1.22.10 ··· 13413 13302 dependencies: 13414 13303 '@angular/compiler-cli': 19.0.5(@angular/compiler@19.0.5(@angular/core@19.0.5(rxjs@7.8.1)(zone.js@0.15.0)))(typescript@5.5.3) 13415 13304 typescript: 5.5.3 13416 - webpack: 5.96.1(esbuild@0.23.1) 13305 + webpack: 5.96.1(esbuild@0.24.2) 13306 + 13307 + '@ngtools/webpack@19.0.6(@angular/compiler-cli@19.0.5(@angular/compiler@19.0.5(@angular/core@19.0.5(rxjs@7.8.1)(zone.js@0.15.0)))(typescript@5.7.3))(typescript@5.7.3)(webpack@5.96.1(esbuild@0.24.0))': 13308 + dependencies: 13309 + '@angular/compiler-cli': 19.0.5(@angular/compiler@19.0.5(@angular/core@19.0.5(rxjs@7.8.1)(zone.js@0.15.0)))(typescript@5.7.3) 13310 + typescript: 5.7.3 13311 + webpack: 5.96.1(esbuild@0.24.2) 13417 13312 13418 13313 '@nodelib/fs.scandir@2.1.5': 13419 13314 dependencies: ··· 13508 13403 13509 13404 '@nuxt/devalue@2.0.2': {} 13510 13405 13511 - '@nuxt/devtools-kit@1.7.0(magicast@0.3.5)(rollup@4.26.0)(vite@6.0.6(@types/node@22.8.5)(jiti@2.4.2)(less@4.2.0)(sass@1.80.7)(terser@5.36.0)(tsx@4.19.1)(yaml@2.6.1))': 13406 + '@nuxt/devtools-kit@1.7.0(magicast@0.3.5)(rollup@4.26.0)(vite@6.0.6(@types/node@22.10.5)(jiti@2.4.2)(less@4.2.0)(sass@1.80.7)(terser@5.36.0)(tsx@4.19.1)(yaml@2.6.1))': 13512 13407 dependencies: 13513 13408 '@nuxt/kit': 3.15.0(magicast@0.3.5)(rollup@4.26.0) 13514 13409 '@nuxt/schema': 3.15.0(magicast@0.3.5)(rollup@4.26.0) 13515 13410 execa: 7.2.0 13516 - vite: 6.0.6(@types/node@22.8.5)(jiti@2.4.2)(less@4.2.0)(sass@1.80.7)(terser@5.36.0)(tsx@4.19.1)(yaml@2.6.1) 13411 + vite: 6.0.6(@types/node@22.10.5)(jiti@2.4.2)(less@4.2.0)(sass@1.80.7)(terser@5.36.0)(tsx@4.19.1)(yaml@2.6.1) 13517 13412 transitivePeerDependencies: 13518 13413 - magicast 13519 13414 - rollup ··· 13532 13427 rc9: 2.1.2 13533 13428 semver: 7.6.3 13534 13429 13535 - '@nuxt/devtools@1.7.0(rollup@4.26.0)(vite@6.0.6(@types/node@22.8.5)(jiti@2.4.2)(less@4.2.0)(sass@1.80.7)(terser@5.36.0)(tsx@4.19.1)(yaml@2.6.1))(vue@3.5.13(typescript@5.6.1-rc))': 13430 + '@nuxt/devtools@1.7.0(rollup@4.26.0)(vite@6.0.6(@types/node@22.10.5)(jiti@2.4.2)(less@4.2.0)(sass@1.80.7)(terser@5.36.0)(tsx@4.19.1)(yaml@2.6.1))(vue@3.5.13(typescript@5.7.3))': 13536 13431 dependencies: 13537 13432 '@antfu/utils': 0.7.10 13538 - '@nuxt/devtools-kit': 1.7.0(magicast@0.3.5)(rollup@4.26.0)(vite@6.0.6(@types/node@22.8.5)(jiti@2.4.2)(less@4.2.0)(sass@1.80.7)(terser@5.36.0)(tsx@4.19.1)(yaml@2.6.1)) 13433 + '@nuxt/devtools-kit': 1.7.0(magicast@0.3.5)(rollup@4.26.0)(vite@6.0.6(@types/node@22.10.5)(jiti@2.4.2)(less@4.2.0)(sass@1.80.7)(terser@5.36.0)(tsx@4.19.1)(yaml@2.6.1)) 13539 13434 '@nuxt/devtools-wizard': 1.7.0 13540 13435 '@nuxt/kit': 3.15.0(magicast@0.3.5)(rollup@4.26.0) 13541 - '@vue/devtools-core': 7.6.8(vite@6.0.6(@types/node@22.8.5)(jiti@2.4.2)(less@4.2.0)(sass@1.80.7)(terser@5.36.0)(tsx@4.19.1)(yaml@2.6.1))(vue@3.5.13(typescript@5.6.1-rc)) 13436 + '@vue/devtools-core': 7.6.8(vite@6.0.6(@types/node@22.10.5)(jiti@2.4.2)(less@4.2.0)(sass@1.80.7)(terser@5.36.0)(tsx@4.19.1)(yaml@2.6.1))(vue@3.5.13(typescript@5.7.3)) 13542 13437 '@vue/devtools-kit': 7.6.8 13543 13438 birpc: 0.2.19 13544 13439 consola: 3.3.3 ··· 13567 13462 sirv: 3.0.0 13568 13463 tinyglobby: 0.2.10 13569 13464 unimport: 3.14.5(rollup@4.26.0) 13570 - vite: 6.0.6(@types/node@22.8.5)(jiti@2.4.2)(less@4.2.0)(sass@1.80.7)(terser@5.36.0)(tsx@4.19.1)(yaml@2.6.1) 13571 - vite-plugin-inspect: 0.8.9(@nuxt/kit@3.15.0(magicast@0.3.5)(rollup@4.26.0))(rollup@4.26.0)(vite@6.0.6(@types/node@22.8.5)(jiti@2.4.2)(less@4.2.0)(sass@1.80.7)(terser@5.36.0)(tsx@4.19.1)(yaml@2.6.1)) 13572 - vite-plugin-vue-inspector: 5.3.1(vite@6.0.6(@types/node@22.8.5)(jiti@2.4.2)(less@4.2.0)(sass@1.80.7)(terser@5.36.0)(tsx@4.19.1)(yaml@2.6.1)) 13465 + vite: 6.0.6(@types/node@22.10.5)(jiti@2.4.2)(less@4.2.0)(sass@1.80.7)(terser@5.36.0)(tsx@4.19.1)(yaml@2.6.1) 13466 + vite-plugin-inspect: 0.8.9(@nuxt/kit@3.15.0(magicast@0.3.5)(rollup@4.26.0))(rollup@4.26.0)(vite@6.0.6(@types/node@22.10.5)(jiti@2.4.2)(less@4.2.0)(sass@1.80.7)(terser@5.36.0)(tsx@4.19.1)(yaml@2.6.1)) 13467 + vite-plugin-vue-inspector: 5.3.1(vite@6.0.6(@types/node@22.10.5)(jiti@2.4.2)(less@4.2.0)(sass@1.80.7)(terser@5.36.0)(tsx@4.19.1)(yaml@2.6.1)) 13573 13468 which: 3.0.1 13574 13469 ws: 8.18.0 13575 13470 transitivePeerDependencies: ··· 13647 13542 - rollup 13648 13543 - supports-color 13649 13544 13650 - '@nuxt/vite-builder@3.15.0(@types/node@22.8.5)(eslint@9.6.0)(less@4.2.0)(magicast@0.3.5)(optionator@0.9.4)(rollup@4.26.0)(sass@1.80.7)(terser@5.36.0)(tsx@4.19.1)(typescript@5.6.1-rc)(vue@3.5.13(typescript@5.6.1-rc))(yaml@2.6.1)': 13545 + '@nuxt/vite-builder@3.15.0(@types/node@22.10.5)(eslint@9.17.0(jiti@2.4.2))(less@4.2.0)(magicast@0.3.5)(optionator@0.9.4)(rollup@4.26.0)(sass@1.80.7)(terser@5.36.0)(tsx@4.19.1)(typescript@5.7.3)(vue@3.5.13(typescript@5.7.3))(yaml@2.6.1)': 13651 13546 dependencies: 13652 13547 '@nuxt/kit': 3.15.0(magicast@0.3.5)(rollup@4.26.0) 13653 13548 '@rollup/plugin-replace': 6.0.2(rollup@4.26.0) 13654 - '@vitejs/plugin-vue': 5.2.1(vite@6.0.6(@types/node@22.8.5)(jiti@2.4.2)(less@4.2.0)(sass@1.80.7)(terser@5.36.0)(tsx@4.19.1)(yaml@2.6.1))(vue@3.5.13(typescript@5.6.1-rc)) 13655 - '@vitejs/plugin-vue-jsx': 4.1.1(vite@6.0.6(@types/node@22.8.5)(jiti@2.4.2)(less@4.2.0)(sass@1.80.7)(terser@5.36.0)(tsx@4.19.1)(yaml@2.6.1))(vue@3.5.13(typescript@5.6.1-rc)) 13549 + '@vitejs/plugin-vue': 5.2.1(vite@6.0.6(@types/node@22.10.5)(jiti@2.4.2)(less@4.2.0)(sass@1.80.7)(terser@5.36.0)(tsx@4.19.1)(yaml@2.6.1))(vue@3.5.13(typescript@5.7.3)) 13550 + '@vitejs/plugin-vue-jsx': 4.1.1(vite@6.0.6(@types/node@22.10.5)(jiti@2.4.2)(less@4.2.0)(sass@1.80.7)(terser@5.36.0)(tsx@4.19.1)(yaml@2.6.1))(vue@3.5.13(typescript@5.7.3)) 13656 13551 autoprefixer: 10.4.20(postcss@8.4.49) 13657 13552 consola: 3.3.3 13658 13553 cssnano: 7.0.6(postcss@8.4.49) ··· 13676 13571 ufo: 1.5.4 13677 13572 unenv: 1.10.0 13678 13573 unplugin: 2.1.0 13679 - vite: 6.0.6(@types/node@22.8.5)(jiti@2.4.2)(less@4.2.0)(sass@1.80.7)(terser@5.36.0)(tsx@4.19.1)(yaml@2.6.1) 13680 - vite-node: 2.1.8(@types/node@22.8.5)(less@4.2.0)(sass@1.80.7)(terser@5.36.0) 13681 - vite-plugin-checker: 0.8.0(eslint@9.6.0)(optionator@0.9.4)(typescript@5.6.1-rc)(vite@6.0.6(@types/node@22.8.5)(jiti@2.4.2)(less@4.2.0)(sass@1.80.7)(terser@5.36.0)(tsx@4.19.1)(yaml@2.6.1)) 13682 - vue: 3.5.13(typescript@5.6.1-rc) 13574 + vite: 6.0.6(@types/node@22.10.5)(jiti@2.4.2)(less@4.2.0)(sass@1.80.7)(terser@5.36.0)(tsx@4.19.1)(yaml@2.6.1) 13575 + vite-node: 2.1.8(@types/node@22.10.5)(less@4.2.0)(sass@1.80.7)(terser@5.36.0) 13576 + vite-plugin-checker: 0.8.0(eslint@9.17.0(jiti@2.4.2))(optionator@0.9.4)(typescript@5.7.3)(vite@6.0.6(@types/node@22.10.5)(jiti@2.4.2)(less@4.2.0)(sass@1.80.7)(terser@5.36.0)(tsx@4.19.1)(yaml@2.6.1)) 13577 + vue: 3.5.13(typescript@5.7.3) 13683 13578 vue-bundle-renderer: 2.1.1 13684 13579 transitivePeerDependencies: 13685 13580 - '@biomejs/biome' ··· 14663 14558 14664 14559 '@rushstack/eslint-patch@1.10.4': {} 14665 14560 14666 - '@rushstack/node-core-library@5.9.0(@types/node@20.14.10)': 14561 + '@rushstack/node-core-library@5.9.0(@types/node@22.10.5)': 14667 14562 dependencies: 14668 14563 ajv: 8.13.0 14669 14564 ajv-draft-04: 1.0.0(ajv@8.13.0) ··· 14674 14569 resolve: 1.22.10 14675 14570 semver: 7.5.4 14676 14571 optionalDependencies: 14677 - '@types/node': 20.14.10 14572 + '@types/node': 22.10.5 14678 14573 optional: true 14679 14574 14680 14575 '@rushstack/rig-package@0.5.3': ··· 14683 14578 strip-json-comments: 3.1.1 14684 14579 optional: true 14685 14580 14686 - '@rushstack/terminal@0.14.2(@types/node@20.14.10)': 14581 + '@rushstack/terminal@0.14.2(@types/node@22.10.5)': 14687 14582 dependencies: 14688 - '@rushstack/node-core-library': 5.9.0(@types/node@20.14.10) 14583 + '@rushstack/node-core-library': 5.9.0(@types/node@22.10.5) 14689 14584 supports-color: 8.1.1 14690 14585 optionalDependencies: 14691 - '@types/node': 20.14.10 14586 + '@types/node': 22.10.5 14692 14587 optional: true 14693 14588 14694 - '@rushstack/ts-command-line@4.22.8(@types/node@20.14.10)': 14589 + '@rushstack/ts-command-line@4.22.8(@types/node@22.10.5)': 14695 14590 dependencies: 14696 - '@rushstack/terminal': 0.14.2(@types/node@20.14.10) 14591 + '@rushstack/terminal': 0.14.2(@types/node@22.10.5) 14697 14592 '@types/argparse': 1.0.38 14698 14593 argparse: 1.0.10 14699 14594 string-argv: 0.3.2 ··· 14757 14652 '@sigstore/core': 2.0.0 14758 14653 '@sigstore/protobuf-specs': 0.3.2 14759 14654 14760 - '@sinclair/typebox@0.27.8': {} 14761 - 14762 14655 '@sindresorhus/is@4.6.0': {} 14763 14656 14764 14657 '@sindresorhus/merge-streams@2.3.0': {} ··· 14767 14660 14768 14661 '@stackblitz/sdk@1.11.0': {} 14769 14662 14770 - '@sveltejs/adapter-auto@3.0.0(@sveltejs/kit@2.8.3(@sveltejs/vite-plugin-svelte@3.0.0(svelte@4.2.19)(vite@5.4.6(@types/node@22.8.5)(less@4.2.0)(sass@1.80.7)(terser@5.36.0)))(svelte@4.2.19)(vite@5.4.6(@types/node@22.8.5)(less@4.2.0)(sass@1.80.7)(terser@5.36.0)))': 14663 + '@sveltejs/adapter-auto@3.0.0(@sveltejs/kit@2.8.3(@sveltejs/vite-plugin-svelte@3.0.0(svelte@4.2.19)(vite@5.4.6(@types/node@22.10.5)(less@4.2.0)(sass@1.80.7)(terser@5.36.0)))(svelte@4.2.19)(vite@5.4.6(@types/node@22.10.5)(less@4.2.0)(sass@1.80.7)(terser@5.36.0)))': 14771 14664 dependencies: 14772 - '@sveltejs/kit': 2.8.3(@sveltejs/vite-plugin-svelte@3.0.0(svelte@4.2.19)(vite@5.4.6(@types/node@22.8.5)(less@4.2.0)(sass@1.80.7)(terser@5.36.0)))(svelte@4.2.19)(vite@5.4.6(@types/node@22.8.5)(less@4.2.0)(sass@1.80.7)(terser@5.36.0)) 14665 + '@sveltejs/kit': 2.8.3(@sveltejs/vite-plugin-svelte@3.0.0(svelte@4.2.19)(vite@5.4.6(@types/node@22.10.5)(less@4.2.0)(sass@1.80.7)(terser@5.36.0)))(svelte@4.2.19)(vite@5.4.6(@types/node@22.10.5)(less@4.2.0)(sass@1.80.7)(terser@5.36.0)) 14773 14666 import-meta-resolve: 4.1.0 14774 14667 14775 - '@sveltejs/kit@2.8.3(@sveltejs/vite-plugin-svelte@3.0.0(svelte@4.2.19)(vite@5.4.6(@types/node@22.8.5)(less@4.2.0)(sass@1.80.7)(terser@5.36.0)))(svelte@4.2.19)(vite@5.4.6(@types/node@22.8.5)(less@4.2.0)(sass@1.80.7)(terser@5.36.0))': 14668 + '@sveltejs/kit@2.8.3(@sveltejs/vite-plugin-svelte@3.0.0(svelte@4.2.19)(vite@5.4.6(@types/node@22.10.5)(less@4.2.0)(sass@1.80.7)(terser@5.36.0)))(svelte@4.2.19)(vite@5.4.6(@types/node@22.10.5)(less@4.2.0)(sass@1.80.7)(terser@5.36.0))': 14776 14669 dependencies: 14777 - '@sveltejs/vite-plugin-svelte': 3.0.0(svelte@4.2.19)(vite@5.4.6(@types/node@22.8.5)(less@4.2.0)(sass@1.80.7)(terser@5.36.0)) 14670 + '@sveltejs/vite-plugin-svelte': 3.0.0(svelte@4.2.19)(vite@5.4.6(@types/node@22.10.5)(less@4.2.0)(sass@1.80.7)(terser@5.36.0)) 14778 14671 '@types/cookie': 0.6.0 14779 14672 cookie: 0.6.0 14780 14673 devalue: 5.1.1 ··· 14788 14681 sirv: 3.0.0 14789 14682 svelte: 4.2.19 14790 14683 tiny-glob: 0.2.9 14791 - vite: 5.4.6(@types/node@22.8.5)(less@4.2.0)(sass@1.80.7)(terser@5.36.0) 14684 + vite: 5.4.6(@types/node@22.10.5)(less@4.2.0)(sass@1.80.7)(terser@5.36.0) 14792 14685 14793 - '@sveltejs/vite-plugin-svelte-inspector@2.1.0(@sveltejs/vite-plugin-svelte@3.0.0(svelte@4.2.19)(vite@5.4.6(@types/node@22.8.5)(less@4.2.0)(sass@1.80.7)(terser@5.36.0)))(svelte@4.2.19)(vite@5.4.6(@types/node@22.8.5)(less@4.2.0)(sass@1.80.7)(terser@5.36.0))': 14686 + '@sveltejs/vite-plugin-svelte-inspector@2.1.0(@sveltejs/vite-plugin-svelte@3.0.0(svelte@4.2.19)(vite@5.4.6(@types/node@22.10.5)(less@4.2.0)(sass@1.80.7)(terser@5.36.0)))(svelte@4.2.19)(vite@5.4.6(@types/node@22.10.5)(less@4.2.0)(sass@1.80.7)(terser@5.36.0))': 14794 14687 dependencies: 14795 - '@sveltejs/vite-plugin-svelte': 3.0.0(svelte@4.2.19)(vite@5.4.6(@types/node@22.8.5)(less@4.2.0)(sass@1.80.7)(terser@5.36.0)) 14796 - debug: 4.3.5 14688 + '@sveltejs/vite-plugin-svelte': 3.0.0(svelte@4.2.19)(vite@5.4.6(@types/node@22.10.5)(less@4.2.0)(sass@1.80.7)(terser@5.36.0)) 14689 + debug: 4.3.7 14797 14690 svelte: 4.2.19 14798 - vite: 5.4.6(@types/node@22.8.5)(less@4.2.0)(sass@1.80.7)(terser@5.36.0) 14691 + vite: 5.4.6(@types/node@22.10.5)(less@4.2.0)(sass@1.80.7)(terser@5.36.0) 14799 14692 transitivePeerDependencies: 14800 14693 - supports-color 14801 14694 14802 - '@sveltejs/vite-plugin-svelte@3.0.0(svelte@4.2.19)(vite@5.4.6(@types/node@22.8.5)(less@4.2.0)(sass@1.80.7)(terser@5.36.0))': 14695 + '@sveltejs/vite-plugin-svelte@3.0.0(svelte@4.2.19)(vite@5.4.6(@types/node@22.10.5)(less@4.2.0)(sass@1.80.7)(terser@5.36.0))': 14803 14696 dependencies: 14804 - '@sveltejs/vite-plugin-svelte-inspector': 2.1.0(@sveltejs/vite-plugin-svelte@3.0.0(svelte@4.2.19)(vite@5.4.6(@types/node@22.8.5)(less@4.2.0)(sass@1.80.7)(terser@5.36.0)))(svelte@4.2.19)(vite@5.4.6(@types/node@22.8.5)(less@4.2.0)(sass@1.80.7)(terser@5.36.0)) 14697 + '@sveltejs/vite-plugin-svelte-inspector': 2.1.0(@sveltejs/vite-plugin-svelte@3.0.0(svelte@4.2.19)(vite@5.4.6(@types/node@22.10.5)(less@4.2.0)(sass@1.80.7)(terser@5.36.0)))(svelte@4.2.19)(vite@5.4.6(@types/node@22.10.5)(less@4.2.0)(sass@1.80.7)(terser@5.36.0)) 14805 14698 debug: 4.3.5 14806 14699 deepmerge: 4.3.1 14807 14700 kleur: 4.1.5 14808 14701 magic-string: 0.30.10 14809 14702 svelte: 4.2.19 14810 14703 svelte-hmr: 0.15.3(svelte@4.2.19) 14811 - vite: 5.4.6(@types/node@22.8.5)(less@4.2.0)(sass@1.80.7)(terser@5.36.0) 14812 - vitefu: 0.2.5(vite@5.4.6(@types/node@22.8.5)(less@4.2.0)(sass@1.80.7)(terser@5.36.0)) 14704 + vite: 5.4.6(@types/node@22.10.5)(less@4.2.0)(sass@1.80.7)(terser@5.36.0) 14705 + vitefu: 0.2.5(vite@5.4.6(@types/node@22.10.5)(less@4.2.0)(sass@1.80.7)(terser@5.36.0)) 14813 14706 transitivePeerDependencies: 14814 14707 - supports-color 14815 14708 ··· 14853 14746 '@tanstack/query-core': 5.62.12 14854 14747 svelte: 4.2.19 14855 14748 14856 - '@tanstack/vue-query-devtools@5.62.12(@tanstack/vue-query@5.62.12(vue@3.5.13(typescript@5.5.3)))(vue@3.5.13(typescript@5.5.3))': 14749 + '@tanstack/vue-query-devtools@5.62.12(@tanstack/vue-query@5.62.12(vue@3.5.13(typescript@5.7.3)))(vue@3.5.13(typescript@5.7.3))': 14857 14750 dependencies: 14858 14751 '@tanstack/query-devtools': 5.62.9 14859 - '@tanstack/vue-query': 5.62.12(vue@3.5.13(typescript@5.5.3)) 14860 - vue: 3.5.13(typescript@5.5.3) 14752 + '@tanstack/vue-query': 5.62.12(vue@3.5.13(typescript@5.7.3)) 14753 + vue: 3.5.13(typescript@5.7.3) 14861 14754 14862 - '@tanstack/vue-query@5.62.12(vue@3.5.13(typescript@5.5.3))': 14755 + '@tanstack/vue-query@5.62.12(vue@3.5.13(typescript@5.7.3))': 14863 14756 dependencies: 14864 14757 '@tanstack/match-sorter-utils': 8.19.4 14865 14758 '@tanstack/query-core': 5.62.12 14866 14759 '@vue/devtools-api': 6.6.4 14867 - vue: 3.5.13(typescript@5.5.3) 14868 - vue-demi: 0.14.10(vue@3.5.13(typescript@5.5.3)) 14760 + vue: 3.5.13(typescript@5.7.3) 14761 + vue-demi: 0.14.10(vue@3.5.13(typescript@5.7.3)) 14869 14762 14870 14763 '@tootallnate/quickjs-emscripten@0.23.0': {} 14871 14764 ··· 14915 14808 '@types/body-parser@1.19.5': 14916 14809 dependencies: 14917 14810 '@types/connect': 3.4.38 14918 - '@types/node': 20.14.10 14811 + '@types/node': 22.10.5 14919 14812 14920 14813 '@types/bonjour@3.5.13': 14921 14814 dependencies: 14922 - '@types/node': 20.14.10 14815 + '@types/node': 22.10.5 14923 14816 14924 14817 '@types/connect-history-api-fallback@1.5.4': 14925 14818 dependencies: 14926 14819 '@types/express-serve-static-core': 4.19.5 14927 - '@types/node': 20.14.10 14820 + '@types/node': 22.10.5 14928 14821 14929 14822 '@types/connect@3.4.38': 14930 14823 dependencies: 14931 - '@types/node': 20.14.10 14824 + '@types/node': 22.10.5 14932 14825 14933 14826 '@types/cookie@0.4.1': {} 14934 14827 ··· 14936 14829 14937 14830 '@types/cors@2.8.17': 14938 14831 dependencies: 14939 - '@types/node': 20.14.10 14832 + '@types/node': 22.10.5 14940 14833 14941 14834 '@types/cross-spawn@6.0.6': 14942 14835 dependencies: 14943 - '@types/node': 20.14.10 14836 + '@types/node': 22.10.5 14944 14837 14945 14838 '@types/eslint-scope@3.7.7': 14946 14839 dependencies: ··· 14958 14851 14959 14852 '@types/express-serve-static-core@4.19.5': 14960 14853 dependencies: 14961 - '@types/node': 20.14.10 14854 + '@types/node': 22.10.5 14962 14855 '@types/qs': 6.9.15 14963 14856 '@types/range-parser': 1.2.7 14964 14857 '@types/send': 0.17.4 ··· 14978 14871 14979 14872 '@types/http-proxy@1.17.15': 14980 14873 dependencies: 14981 - '@types/node': 20.14.10 14874 + '@types/node': 22.10.5 14982 14875 14983 14876 '@types/jasmine@5.1.4': {} 14984 14877 14985 14878 '@types/jsdom@21.1.7': 14986 14879 dependencies: 14987 - '@types/node': 20.14.10 14880 + '@types/node': 22.10.5 14988 14881 '@types/tough-cookie': 4.0.5 14989 14882 parse5: 7.1.2 14990 14883 ··· 15003 14896 15004 14897 '@types/node-forge@1.3.11': 15005 14898 dependencies: 15006 - '@types/node': 20.14.10 14899 + '@types/node': 22.10.5 15007 14900 15008 14901 '@types/node@12.20.55': {} 15009 14902 15010 - '@types/node@20.14.10': 15011 - dependencies: 15012 - undici-types: 5.26.5 15013 - 15014 - '@types/node@20.14.5': 15015 - dependencies: 15016 - undici-types: 5.26.5 15017 - 15018 - '@types/node@22.8.5': 14903 + '@types/node@22.10.5': 15019 14904 dependencies: 15020 - undici-types: 6.19.8 14905 + undici-types: 6.20.0 15021 14906 15022 14907 '@types/parse-path@7.0.3': {} 15023 14908 ··· 15053 14938 '@types/send@0.17.4': 15054 14939 dependencies: 15055 14940 '@types/mime': 1.3.5 15056 - '@types/node': 20.14.10 14941 + '@types/node': 22.10.5 15057 14942 15058 14943 '@types/serve-index@1.9.4': 15059 14944 dependencies: ··· 15062 14947 '@types/serve-static@1.15.7': 15063 14948 dependencies: 15064 14949 '@types/http-errors': 2.0.4 15065 - '@types/node': 20.14.10 14950 + '@types/node': 22.10.5 15066 14951 '@types/send': 0.17.4 15067 14952 15068 14953 '@types/sockjs@0.3.36': 15069 14954 dependencies: 15070 - '@types/node': 20.14.10 14955 + '@types/node': 22.10.5 15071 14956 15072 14957 '@types/tough-cookie@4.0.5': {} 15073 14958 ··· 15077 14962 15078 14963 '@types/ws@8.5.10': 15079 14964 dependencies: 15080 - '@types/node': 20.14.10 14965 + '@types/node': 22.10.5 15081 14966 15082 14967 '@types/yauzl@2.10.3': 15083 14968 dependencies: 15084 - '@types/node': 20.14.10 14969 + '@types/node': 22.10.5 15085 14970 optional: true 15086 14971 15087 - '@typescript-eslint/eslint-plugin@7.15.0(@typescript-eslint/parser@7.15.0(eslint@9.6.0)(typescript@5.5.3))(eslint@9.6.0)(typescript@5.5.3)': 14972 + '@typescript-eslint/eslint-plugin@7.15.0(@typescript-eslint/parser@7.15.0(eslint@9.17.0(jiti@2.4.2))(typescript@5.7.3))(eslint@9.17.0(jiti@2.4.2))(typescript@5.7.3)': 15088 14973 dependencies: 15089 - '@eslint-community/regexpp': 4.11.0 15090 - '@typescript-eslint/parser': 7.15.0(eslint@9.6.0)(typescript@5.5.3) 14974 + '@eslint-community/regexpp': 4.12.1 14975 + '@typescript-eslint/parser': 7.15.0(eslint@9.17.0(jiti@2.4.2))(typescript@5.7.3) 15091 14976 '@typescript-eslint/scope-manager': 7.15.0 15092 - '@typescript-eslint/type-utils': 7.15.0(eslint@9.6.0)(typescript@5.5.3) 15093 - '@typescript-eslint/utils': 7.15.0(eslint@9.6.0)(typescript@5.5.3) 14977 + '@typescript-eslint/type-utils': 7.15.0(eslint@9.17.0(jiti@2.4.2))(typescript@5.7.3) 14978 + '@typescript-eslint/utils': 7.15.0(eslint@9.17.0(jiti@2.4.2))(typescript@5.7.3) 15094 14979 '@typescript-eslint/visitor-keys': 7.15.0 15095 - eslint: 9.6.0 14980 + eslint: 9.17.0(jiti@2.4.2) 15096 14981 graphemer: 1.4.0 15097 14982 ignore: 5.3.1 15098 14983 natural-compare: 1.4.0 15099 - ts-api-utils: 1.3.0(typescript@5.5.3) 14984 + ts-api-utils: 1.3.0(typescript@5.7.3) 15100 14985 optionalDependencies: 15101 - typescript: 5.5.3 14986 + typescript: 5.7.3 14987 + transitivePeerDependencies: 14988 + - supports-color 14989 + 14990 + '@typescript-eslint/eslint-plugin@8.19.1(@typescript-eslint/parser@7.15.0(eslint@9.17.0(jiti@2.4.2))(typescript@5.7.3))(eslint@9.17.0(jiti@2.4.2))(typescript@5.7.3)': 14991 + dependencies: 14992 + '@eslint-community/regexpp': 4.11.0 14993 + '@typescript-eslint/parser': 7.15.0(eslint@9.17.0(jiti@2.4.2))(typescript@5.7.3) 14994 + '@typescript-eslint/scope-manager': 8.19.1 14995 + '@typescript-eslint/type-utils': 8.19.1(eslint@9.17.0(jiti@2.4.2))(typescript@5.7.3) 14996 + '@typescript-eslint/utils': 8.19.1(eslint@9.17.0(jiti@2.4.2))(typescript@5.7.3) 14997 + '@typescript-eslint/visitor-keys': 8.19.1 14998 + eslint: 9.17.0(jiti@2.4.2) 14999 + graphemer: 1.4.0 15000 + ignore: 5.3.1 15001 + natural-compare: 1.4.0 15002 + ts-api-utils: 2.0.0(typescript@5.7.3) 15003 + typescript: 5.7.3 15102 15004 transitivePeerDependencies: 15103 15005 - supports-color 15104 15006 15105 - '@typescript-eslint/eslint-plugin@8.0.0(@typescript-eslint/parser@8.0.0(eslint@9.0.0)(typescript@5.5.3))(eslint@9.0.0)(typescript@5.5.3)': 15007 + '@typescript-eslint/eslint-plugin@8.19.1(@typescript-eslint/parser@8.19.1(eslint@9.0.0)(typescript@5.7.3))(eslint@9.0.0)(typescript@5.7.3)': 15106 15008 dependencies: 15107 15009 '@eslint-community/regexpp': 4.11.0 15108 - '@typescript-eslint/parser': 8.0.0(eslint@9.0.0)(typescript@5.5.3) 15109 - '@typescript-eslint/scope-manager': 8.0.0 15110 - '@typescript-eslint/type-utils': 8.0.0(eslint@9.0.0)(typescript@5.5.3) 15111 - '@typescript-eslint/utils': 8.0.0(eslint@9.0.0)(typescript@5.5.3) 15112 - '@typescript-eslint/visitor-keys': 8.0.0 15010 + '@typescript-eslint/parser': 8.19.1(eslint@9.0.0)(typescript@5.7.3) 15011 + '@typescript-eslint/scope-manager': 8.19.1 15012 + '@typescript-eslint/type-utils': 8.19.1(eslint@9.0.0)(typescript@5.7.3) 15013 + '@typescript-eslint/utils': 8.19.1(eslint@9.0.0)(typescript@5.7.3) 15014 + '@typescript-eslint/visitor-keys': 8.19.1 15113 15015 eslint: 9.0.0 15114 15016 graphemer: 1.4.0 15115 15017 ignore: 5.3.1 15116 15018 natural-compare: 1.4.0 15117 - ts-api-utils: 1.3.0(typescript@5.5.3) 15118 - optionalDependencies: 15119 - typescript: 5.5.3 15019 + ts-api-utils: 2.0.0(typescript@5.7.3) 15020 + typescript: 5.7.3 15120 15021 transitivePeerDependencies: 15121 15022 - supports-color 15122 15023 15123 - '@typescript-eslint/experimental-utils@5.62.0(eslint@9.6.0)(typescript@5.5.3)': 15024 + '@typescript-eslint/eslint-plugin@8.19.1(@typescript-eslint/parser@8.19.1(eslint@9.17.0(jiti@2.4.2))(typescript@5.7.3))(eslint@9.17.0(jiti@2.4.2))(typescript@5.7.3)': 15124 15025 dependencies: 15125 - '@typescript-eslint/utils': 5.62.0(eslint@9.6.0)(typescript@5.5.3) 15126 - eslint: 9.6.0 15026 + '@eslint-community/regexpp': 4.11.0 15027 + '@typescript-eslint/parser': 8.19.1(eslint@9.17.0(jiti@2.4.2))(typescript@5.7.3) 15028 + '@typescript-eslint/scope-manager': 8.19.1 15029 + '@typescript-eslint/type-utils': 8.19.1(eslint@9.17.0(jiti@2.4.2))(typescript@5.7.3) 15030 + '@typescript-eslint/utils': 8.19.1(eslint@9.17.0(jiti@2.4.2))(typescript@5.7.3) 15031 + '@typescript-eslint/visitor-keys': 8.19.1 15032 + eslint: 9.17.0(jiti@2.4.2) 15033 + graphemer: 1.4.0 15034 + ignore: 5.3.1 15035 + natural-compare: 1.4.0 15036 + ts-api-utils: 2.0.0(typescript@5.7.3) 15037 + typescript: 5.7.3 15038 + transitivePeerDependencies: 15039 + - supports-color 15040 + 15041 + '@typescript-eslint/experimental-utils@5.62.0(eslint@9.17.0(jiti@2.4.2))(typescript@5.7.3)': 15042 + dependencies: 15043 + '@typescript-eslint/utils': 5.62.0(eslint@9.17.0(jiti@2.4.2))(typescript@5.7.3) 15044 + eslint: 9.17.0(jiti@2.4.2) 15127 15045 transitivePeerDependencies: 15128 15046 - supports-color 15129 15047 - typescript 15130 15048 15131 - '@typescript-eslint/parser@7.15.0(eslint@9.6.0)(typescript@5.5.3)': 15049 + '@typescript-eslint/parser@7.15.0(eslint@9.17.0(jiti@2.4.2))(typescript@5.7.3)': 15132 15050 dependencies: 15133 15051 '@typescript-eslint/scope-manager': 7.15.0 15134 15052 '@typescript-eslint/types': 7.15.0 15135 - '@typescript-eslint/typescript-estree': 7.15.0(typescript@5.5.3) 15053 + '@typescript-eslint/typescript-estree': 7.15.0(typescript@5.7.3) 15136 15054 '@typescript-eslint/visitor-keys': 7.15.0 15137 15055 debug: 4.3.5 15138 - eslint: 9.6.0 15056 + eslint: 9.17.0(jiti@2.4.2) 15139 15057 optionalDependencies: 15140 - typescript: 5.5.3 15058 + typescript: 5.7.3 15141 15059 transitivePeerDependencies: 15142 15060 - supports-color 15143 15061 15144 - '@typescript-eslint/parser@8.0.0(eslint@9.0.0)(typescript@5.5.3)': 15062 + '@typescript-eslint/parser@8.19.1(eslint@9.0.0)(typescript@5.7.3)': 15145 15063 dependencies: 15146 - '@typescript-eslint/scope-manager': 8.0.0 15147 - '@typescript-eslint/types': 8.0.0 15148 - '@typescript-eslint/typescript-estree': 8.0.0(typescript@5.5.3) 15149 - '@typescript-eslint/visitor-keys': 8.0.0 15150 - debug: 4.3.5 15064 + '@typescript-eslint/scope-manager': 8.19.1 15065 + '@typescript-eslint/types': 8.19.1 15066 + '@typescript-eslint/typescript-estree': 8.19.1(typescript@5.7.3) 15067 + '@typescript-eslint/visitor-keys': 8.19.1 15068 + debug: 4.4.0(supports-color@9.4.0) 15151 15069 eslint: 9.0.0 15152 - optionalDependencies: 15153 - typescript: 5.5.3 15070 + typescript: 5.7.3 15071 + transitivePeerDependencies: 15072 + - supports-color 15073 + 15074 + '@typescript-eslint/parser@8.19.1(eslint@9.17.0(jiti@2.4.2))(typescript@5.7.3)': 15075 + dependencies: 15076 + '@typescript-eslint/scope-manager': 8.19.1 15077 + '@typescript-eslint/types': 8.19.1 15078 + '@typescript-eslint/typescript-estree': 8.19.1(typescript@5.7.3) 15079 + '@typescript-eslint/visitor-keys': 8.19.1 15080 + debug: 4.4.0(supports-color@9.4.0) 15081 + eslint: 9.17.0(jiti@2.4.2) 15082 + typescript: 5.7.3 15154 15083 transitivePeerDependencies: 15155 15084 - supports-color 15156 15085 ··· 15164 15093 '@typescript-eslint/types': 7.15.0 15165 15094 '@typescript-eslint/visitor-keys': 7.15.0 15166 15095 15167 - '@typescript-eslint/scope-manager@8.0.0': 15096 + '@typescript-eslint/scope-manager@8.19.1': 15168 15097 dependencies: 15169 - '@typescript-eslint/types': 8.0.0 15170 - '@typescript-eslint/visitor-keys': 8.0.0 15098 + '@typescript-eslint/types': 8.19.1 15099 + '@typescript-eslint/visitor-keys': 8.19.1 15171 15100 15172 - '@typescript-eslint/type-utils@7.15.0(eslint@9.6.0)(typescript@5.5.3)': 15101 + '@typescript-eslint/type-utils@7.15.0(eslint@9.17.0(jiti@2.4.2))(typescript@5.7.3)': 15173 15102 dependencies: 15174 - '@typescript-eslint/typescript-estree': 7.15.0(typescript@5.5.3) 15175 - '@typescript-eslint/utils': 7.15.0(eslint@9.6.0)(typescript@5.5.3) 15176 - debug: 4.3.5 15177 - eslint: 9.6.0 15178 - ts-api-utils: 1.3.0(typescript@5.5.3) 15103 + '@typescript-eslint/typescript-estree': 7.15.0(typescript@5.7.3) 15104 + '@typescript-eslint/utils': 7.15.0(eslint@9.17.0(jiti@2.4.2))(typescript@5.7.3) 15105 + debug: 4.4.0(supports-color@9.4.0) 15106 + eslint: 9.17.0(jiti@2.4.2) 15107 + ts-api-utils: 1.3.0(typescript@5.7.3) 15179 15108 optionalDependencies: 15180 - typescript: 5.5.3 15109 + typescript: 5.7.3 15110 + transitivePeerDependencies: 15111 + - supports-color 15112 + 15113 + '@typescript-eslint/type-utils@8.19.1(eslint@9.0.0)(typescript@5.7.3)': 15114 + dependencies: 15115 + '@typescript-eslint/typescript-estree': 8.19.1(typescript@5.7.3) 15116 + '@typescript-eslint/utils': 8.19.1(eslint@9.0.0)(typescript@5.7.3) 15117 + debug: 4.3.7 15118 + eslint: 9.0.0 15119 + ts-api-utils: 2.0.0(typescript@5.7.3) 15120 + typescript: 5.7.3 15181 15121 transitivePeerDependencies: 15182 15122 - supports-color 15183 15123 15184 - '@typescript-eslint/type-utils@8.0.0(eslint@9.0.0)(typescript@5.5.3)': 15124 + '@typescript-eslint/type-utils@8.19.1(eslint@9.17.0(jiti@2.4.2))(typescript@5.7.3)': 15185 15125 dependencies: 15186 - '@typescript-eslint/typescript-estree': 8.0.0(typescript@5.5.3) 15187 - '@typescript-eslint/utils': 8.0.0(eslint@9.0.0)(typescript@5.5.3) 15188 - debug: 4.3.7(supports-color@9.4.0) 15189 - ts-api-utils: 1.3.0(typescript@5.5.3) 15190 - optionalDependencies: 15191 - typescript: 5.5.3 15126 + '@typescript-eslint/typescript-estree': 8.19.1(typescript@5.7.3) 15127 + '@typescript-eslint/utils': 8.19.1(eslint@9.17.0(jiti@2.4.2))(typescript@5.7.3) 15128 + debug: 4.3.7 15129 + eslint: 9.17.0(jiti@2.4.2) 15130 + ts-api-utils: 2.0.0(typescript@5.7.3) 15131 + typescript: 5.7.3 15192 15132 transitivePeerDependencies: 15193 - - eslint 15194 15133 - supports-color 15195 15134 15196 15135 '@typescript-eslint/types@5.62.0': {} 15197 15136 15198 15137 '@typescript-eslint/types@7.15.0': {} 15199 15138 15200 - '@typescript-eslint/types@8.0.0': {} 15139 + '@typescript-eslint/types@8.19.1': {} 15201 15140 15202 - '@typescript-eslint/typescript-estree@5.62.0(typescript@5.5.3)': 15141 + '@typescript-eslint/typescript-estree@5.62.0(typescript@5.7.3)': 15203 15142 dependencies: 15204 15143 '@typescript-eslint/types': 5.62.0 15205 15144 '@typescript-eslint/visitor-keys': 5.62.0 15206 - debug: 4.3.7(supports-color@9.4.0) 15145 + debug: 4.4.0(supports-color@9.4.0) 15207 15146 globby: 11.1.0 15208 15147 is-glob: 4.0.3 15209 15148 semver: 7.6.3 15210 - tsutils: 3.21.0(typescript@5.5.3) 15149 + tsutils: 3.21.0(typescript@5.7.3) 15211 15150 optionalDependencies: 15212 - typescript: 5.5.3 15151 + typescript: 5.7.3 15213 15152 transitivePeerDependencies: 15214 15153 - supports-color 15215 15154 15216 - '@typescript-eslint/typescript-estree@7.15.0(typescript@5.5.3)': 15155 + '@typescript-eslint/typescript-estree@7.15.0(typescript@5.7.3)': 15217 15156 dependencies: 15218 15157 '@typescript-eslint/types': 7.15.0 15219 15158 '@typescript-eslint/visitor-keys': 7.15.0 15220 - debug: 4.3.5 15159 + debug: 4.3.7 15221 15160 globby: 11.1.0 15222 15161 is-glob: 4.0.3 15223 15162 minimatch: 9.0.5 15224 15163 semver: 7.6.3 15225 - ts-api-utils: 1.3.0(typescript@5.5.3) 15164 + ts-api-utils: 1.3.0(typescript@5.7.3) 15226 15165 optionalDependencies: 15227 - typescript: 5.5.3 15166 + typescript: 5.7.3 15228 15167 transitivePeerDependencies: 15229 15168 - supports-color 15230 15169 15231 - '@typescript-eslint/typescript-estree@8.0.0(typescript@5.5.3)': 15170 + '@typescript-eslint/typescript-estree@8.19.1(typescript@5.7.3)': 15232 15171 dependencies: 15233 - '@typescript-eslint/types': 8.0.0 15234 - '@typescript-eslint/visitor-keys': 8.0.0 15235 - debug: 4.3.7(supports-color@9.4.0) 15236 - globby: 11.1.0 15172 + '@typescript-eslint/types': 8.19.1 15173 + '@typescript-eslint/visitor-keys': 8.19.1 15174 + debug: 4.4.0(supports-color@9.4.0) 15175 + fast-glob: 3.3.2 15237 15176 is-glob: 4.0.3 15238 15177 minimatch: 9.0.5 15239 15178 semver: 7.6.3 15240 - ts-api-utils: 1.3.0(typescript@5.5.3) 15241 - optionalDependencies: 15242 - typescript: 5.5.3 15179 + ts-api-utils: 2.0.0(typescript@5.7.3) 15180 + typescript: 5.7.3 15243 15181 transitivePeerDependencies: 15244 15182 - supports-color 15245 15183 15246 - '@typescript-eslint/utils@5.62.0(eslint@9.6.0)(typescript@5.5.3)': 15184 + '@typescript-eslint/utils@5.62.0(eslint@9.17.0(jiti@2.4.2))(typescript@5.7.3)': 15247 15185 dependencies: 15248 - '@eslint-community/eslint-utils': 4.4.0(eslint@9.6.0) 15186 + '@eslint-community/eslint-utils': 4.4.0(eslint@9.17.0(jiti@2.4.2)) 15249 15187 '@types/json-schema': 7.0.15 15250 15188 '@types/semver': 7.5.8 15251 15189 '@typescript-eslint/scope-manager': 5.62.0 15252 15190 '@typescript-eslint/types': 5.62.0 15253 - '@typescript-eslint/typescript-estree': 5.62.0(typescript@5.5.3) 15254 - eslint: 9.6.0 15191 + '@typescript-eslint/typescript-estree': 5.62.0(typescript@5.7.3) 15192 + eslint: 9.17.0(jiti@2.4.2) 15255 15193 eslint-scope: 5.1.1 15256 15194 semver: 7.6.3 15257 15195 transitivePeerDependencies: 15258 15196 - supports-color 15259 15197 - typescript 15260 15198 15261 - '@typescript-eslint/utils@7.15.0(eslint@9.6.0)(typescript@5.5.3)': 15199 + '@typescript-eslint/utils@7.15.0(eslint@9.17.0(jiti@2.4.2))(typescript@5.7.3)': 15262 15200 dependencies: 15263 - '@eslint-community/eslint-utils': 4.4.0(eslint@9.6.0) 15201 + '@eslint-community/eslint-utils': 4.4.0(eslint@9.17.0(jiti@2.4.2)) 15264 15202 '@typescript-eslint/scope-manager': 7.15.0 15265 15203 '@typescript-eslint/types': 7.15.0 15266 - '@typescript-eslint/typescript-estree': 7.15.0(typescript@5.5.3) 15267 - eslint: 9.6.0 15204 + '@typescript-eslint/typescript-estree': 7.15.0(typescript@5.7.3) 15205 + eslint: 9.17.0(jiti@2.4.2) 15268 15206 transitivePeerDependencies: 15269 15207 - supports-color 15270 15208 - typescript 15271 15209 15272 - '@typescript-eslint/utils@8.0.0(eslint@9.0.0)(typescript@5.5.3)': 15210 + '@typescript-eslint/utils@8.19.1(eslint@9.0.0)(typescript@5.7.3)': 15273 15211 dependencies: 15274 15212 '@eslint-community/eslint-utils': 4.4.0(eslint@9.0.0) 15275 - '@typescript-eslint/scope-manager': 8.0.0 15276 - '@typescript-eslint/types': 8.0.0 15277 - '@typescript-eslint/typescript-estree': 8.0.0(typescript@5.5.3) 15213 + '@typescript-eslint/scope-manager': 8.19.1 15214 + '@typescript-eslint/types': 8.19.1 15215 + '@typescript-eslint/typescript-estree': 8.19.1(typescript@5.7.3) 15278 15216 eslint: 9.0.0 15217 + typescript: 5.7.3 15279 15218 transitivePeerDependencies: 15280 15219 - supports-color 15281 - - typescript 15220 + 15221 + '@typescript-eslint/utils@8.19.1(eslint@9.17.0(jiti@2.4.2))(typescript@5.7.3)': 15222 + dependencies: 15223 + '@eslint-community/eslint-utils': 4.4.0(eslint@9.17.0(jiti@2.4.2)) 15224 + '@typescript-eslint/scope-manager': 8.19.1 15225 + '@typescript-eslint/types': 8.19.1 15226 + '@typescript-eslint/typescript-estree': 8.19.1(typescript@5.7.3) 15227 + eslint: 9.17.0(jiti@2.4.2) 15228 + typescript: 5.7.3 15229 + transitivePeerDependencies: 15230 + - supports-color 15282 15231 15283 15232 '@typescript-eslint/visitor-keys@5.62.0': 15284 15233 dependencies: ··· 15290 15239 '@typescript-eslint/types': 7.15.0 15291 15240 eslint-visitor-keys: 3.4.3 15292 15241 15293 - '@typescript-eslint/visitor-keys@8.0.0': 15242 + '@typescript-eslint/visitor-keys@8.19.1': 15294 15243 dependencies: 15295 - '@typescript-eslint/types': 8.0.0 15296 - eslint-visitor-keys: 3.4.3 15244 + '@typescript-eslint/types': 8.19.1 15245 + eslint-visitor-keys: 4.2.0 15297 15246 15298 15247 '@unhead/dom@1.11.14': 15299 15248 dependencies: ··· 15314 15263 '@unhead/schema': 1.11.14 15315 15264 '@unhead/shared': 1.11.14 15316 15265 15317 - '@unhead/vue@1.11.14(vue@3.5.13(typescript@5.6.1-rc))': 15266 + '@unhead/vue@1.11.14(vue@3.5.13(typescript@5.7.3))': 15318 15267 dependencies: 15319 15268 '@unhead/schema': 1.11.14 15320 15269 '@unhead/shared': 1.11.14 15321 15270 defu: 6.1.4 15322 15271 hookable: 5.5.3 15323 15272 unhead: 1.11.14 15324 - vue: 3.5.13(typescript@5.6.1-rc) 15273 + vue: 3.5.13(typescript@5.7.3) 15325 15274 15326 15275 '@vercel/nft@0.27.10(encoding@0.1.13)(rollup@4.26.0)': 15327 15276 dependencies: ··· 15342 15291 - rollup 15343 15292 - supports-color 15344 15293 15345 - '@vitejs/plugin-basic-ssl@1.1.0(vite@5.4.11(@types/node@22.8.5)(less@4.2.0)(sass@1.80.7)(terser@5.36.0))': 15294 + '@vitejs/plugin-basic-ssl@1.1.0(vite@5.4.11(@types/node@22.10.5)(less@4.2.0)(sass@1.80.7)(terser@5.36.0))': 15346 15295 dependencies: 15347 - vite: 5.4.11(@types/node@22.8.5)(less@4.2.0)(sass@1.80.7)(terser@5.36.0) 15296 + vite: 5.4.11(@types/node@22.10.5)(less@4.2.0)(sass@1.80.7)(terser@5.36.0) 15348 15297 15349 - '@vitejs/plugin-basic-ssl@1.1.0(vite@6.0.6(@types/node@22.8.5)(jiti@2.4.2)(less@4.2.0)(sass@1.80.7)(terser@5.36.0)(tsx@4.19.1)(yaml@2.6.1))': 15298 + '@vitejs/plugin-basic-ssl@1.1.0(vite@6.0.6(@types/node@22.10.5)(jiti@2.4.2)(less@4.2.0)(sass@1.80.7)(terser@5.36.0)(tsx@4.19.1)(yaml@2.6.1))': 15350 15299 dependencies: 15351 - vite: 6.0.6(@types/node@22.8.5)(jiti@2.4.2)(less@4.2.0)(sass@1.80.7)(terser@5.36.0)(tsx@4.19.1)(yaml@2.6.1) 15300 + vite: 6.0.6(@types/node@22.10.5)(jiti@2.4.2)(less@4.2.0)(sass@1.80.7)(terser@5.36.0)(tsx@4.19.1)(yaml@2.6.1) 15352 15301 15353 - '@vitejs/plugin-react@4.3.1(vite@5.4.6(@types/node@22.8.5)(less@4.2.0)(sass@1.80.7)(terser@5.36.0))': 15302 + '@vitejs/plugin-react@4.3.1(vite@5.4.6(@types/node@22.10.5)(less@4.2.0)(sass@1.80.7)(terser@5.36.0))': 15354 15303 dependencies: 15355 15304 '@babel/core': 7.24.7 15356 15305 '@babel/plugin-transform-react-jsx-self': 7.24.7(@babel/core@7.24.7) 15357 15306 '@babel/plugin-transform-react-jsx-source': 7.24.7(@babel/core@7.24.7) 15358 15307 '@types/babel__core': 7.20.5 15359 15308 react-refresh: 0.14.2 15360 - vite: 5.4.6(@types/node@22.8.5)(less@4.2.0)(sass@1.80.7)(terser@5.36.0) 15309 + vite: 5.4.6(@types/node@22.10.5)(less@4.2.0)(sass@1.80.7)(terser@5.36.0) 15361 15310 transitivePeerDependencies: 15362 15311 - supports-color 15363 15312 15364 - '@vitejs/plugin-vue-jsx@4.0.0(vite@5.4.6(@types/node@20.14.5)(less@4.2.0)(sass@1.80.7)(terser@5.36.0))(vue@3.5.13(typescript@5.5.3))': 15313 + '@vitejs/plugin-vue-jsx@4.0.0(vite@5.4.6(@types/node@22.10.5)(less@4.2.0)(sass@1.80.7)(terser@5.36.0))(vue@3.5.13(typescript@5.7.3))': 15365 15314 dependencies: 15366 15315 '@babel/core': 7.24.7 15367 15316 '@babel/plugin-transform-typescript': 7.25.2(@babel/core@7.24.7) 15368 15317 '@vue/babel-plugin-jsx': 1.2.2(@babel/core@7.24.7) 15369 - vite: 5.4.6(@types/node@20.14.5)(less@4.2.0)(sass@1.80.7)(terser@5.36.0) 15370 - vue: 3.5.13(typescript@5.5.3) 15318 + vite: 5.4.6(@types/node@22.10.5)(less@4.2.0)(sass@1.80.7)(terser@5.36.0) 15319 + vue: 3.5.13(typescript@5.7.3) 15371 15320 transitivePeerDependencies: 15372 15321 - supports-color 15373 15322 15374 - '@vitejs/plugin-vue-jsx@4.1.1(vite@6.0.6(@types/node@22.8.5)(jiti@2.4.2)(less@4.2.0)(sass@1.80.7)(terser@5.36.0)(tsx@4.19.1)(yaml@2.6.1))(vue@3.5.13(typescript@5.6.1-rc))': 15323 + '@vitejs/plugin-vue-jsx@4.1.1(vite@6.0.6(@types/node@22.10.5)(jiti@2.4.2)(less@4.2.0)(sass@1.80.7)(terser@5.36.0)(tsx@4.19.1)(yaml@2.6.1))(vue@3.5.13(typescript@5.7.3))': 15375 15324 dependencies: 15376 15325 '@babel/core': 7.26.0 15377 15326 '@babel/plugin-transform-typescript': 7.26.3(@babel/core@7.26.0) 15378 15327 '@vue/babel-plugin-jsx': 1.2.5(@babel/core@7.26.0) 15379 - vite: 6.0.6(@types/node@22.8.5)(jiti@2.4.2)(less@4.2.0)(sass@1.80.7)(terser@5.36.0)(tsx@4.19.1)(yaml@2.6.1) 15380 - vue: 3.5.13(typescript@5.6.1-rc) 15328 + vite: 6.0.6(@types/node@22.10.5)(jiti@2.4.2)(less@4.2.0)(sass@1.80.7)(terser@5.36.0)(tsx@4.19.1)(yaml@2.6.1) 15329 + vue: 3.5.13(typescript@5.7.3) 15381 15330 transitivePeerDependencies: 15382 15331 - supports-color 15383 15332 15384 - '@vitejs/plugin-vue@5.0.5(vite@5.4.6(@types/node@20.14.5)(less@4.2.0)(sass@1.80.7)(terser@5.36.0))(vue@3.5.13(typescript@5.5.3))': 15333 + '@vitejs/plugin-vue@5.0.5(vite@5.4.6(@types/node@22.10.5)(less@4.2.0)(sass@1.80.7)(terser@5.36.0))(vue@3.5.12(typescript@5.7.3))': 15385 15334 dependencies: 15386 - vite: 5.4.6(@types/node@20.14.5)(less@4.2.0)(sass@1.80.7)(terser@5.36.0) 15387 - vue: 3.5.13(typescript@5.5.3) 15335 + vite: 5.4.6(@types/node@22.10.5)(less@4.2.0)(sass@1.80.7)(terser@5.36.0) 15336 + vue: 3.5.12(typescript@5.7.3) 15388 15337 15389 - '@vitejs/plugin-vue@5.0.5(vite@5.4.6(@types/node@22.8.5)(less@4.2.0)(sass@1.80.7)(terser@5.36.0))(vue@3.5.12(typescript@5.5.3))': 15338 + '@vitejs/plugin-vue@5.0.5(vite@5.4.6(@types/node@22.10.5)(less@4.2.0)(sass@1.80.7)(terser@5.36.0))(vue@3.5.13(typescript@5.7.3))': 15390 15339 dependencies: 15391 - vite: 5.4.6(@types/node@22.8.5)(less@4.2.0)(sass@1.80.7)(terser@5.36.0) 15392 - vue: 3.5.12(typescript@5.5.3) 15340 + vite: 5.4.6(@types/node@22.10.5)(less@4.2.0)(sass@1.80.7)(terser@5.36.0) 15341 + vue: 3.5.13(typescript@5.7.3) 15393 15342 15394 - '@vitejs/plugin-vue@5.2.1(vite@6.0.6(@types/node@22.8.5)(jiti@2.4.2)(less@4.2.0)(sass@1.80.7)(terser@5.36.0)(tsx@4.19.1)(yaml@2.6.1))(vue@3.5.13(typescript@5.6.1-rc))': 15343 + '@vitejs/plugin-vue@5.2.1(vite@6.0.6(@types/node@22.10.5)(jiti@2.4.2)(less@4.2.0)(sass@1.80.7)(terser@5.36.0)(tsx@4.19.1)(yaml@2.6.1))(vue@3.5.13(typescript@5.7.3))': 15395 15344 dependencies: 15396 - vite: 6.0.6(@types/node@22.8.5)(jiti@2.4.2)(less@4.2.0)(sass@1.80.7)(terser@5.36.0)(tsx@4.19.1)(yaml@2.6.1) 15397 - vue: 3.5.13(typescript@5.6.1-rc) 15345 + vite: 6.0.6(@types/node@22.10.5)(jiti@2.4.2)(less@4.2.0)(sass@1.80.7)(terser@5.36.0)(tsx@4.19.1)(yaml@2.6.1) 15346 + vue: 3.5.13(typescript@5.7.3) 15398 15347 15399 - '@vitest/coverage-v8@1.6.0(vitest@1.6.0(@types/node@20.14.10)(jsdom@24.1.0)(less@4.2.0)(sass@1.80.7)(terser@5.36.0))': 15348 + '@vitest/coverage-v8@1.6.0(vitest@2.1.8(@types/node@22.10.5)(jsdom@24.1.0)(less@4.2.0)(sass@1.80.7)(terser@5.36.0))': 15400 15349 dependencies: 15401 15350 '@ampproject/remapping': 2.3.0 15402 15351 '@bcoe/v8-coverage': 0.2.3 ··· 15411 15360 std-env: 3.7.0 15412 15361 strip-literal: 2.1.0 15413 15362 test-exclude: 6.0.0 15414 - vitest: 1.6.0(@types/node@20.14.10)(jsdom@24.1.0)(less@4.2.0)(sass@1.80.7)(terser@5.36.0) 15363 + vitest: 2.1.8(@types/node@22.10.5)(jsdom@24.1.0)(less@4.2.0)(sass@1.80.7)(terser@5.36.0) 15415 15364 transitivePeerDependencies: 15416 15365 - supports-color 15417 15366 15418 - '@vitest/expect@1.6.0': 15367 + '@vitest/expect@2.1.8': 15419 15368 dependencies: 15420 - '@vitest/spy': 1.6.0 15421 - '@vitest/utils': 1.6.0 15422 - chai: 4.4.1 15423 - 15424 - '@vitest/expect@2.0.0': 15425 - dependencies: 15426 - '@vitest/spy': 2.0.0 15427 - '@vitest/utils': 2.0.0 15428 - chai: 5.1.1 15429 - 15430 - '@vitest/expect@2.1.5': 15431 - dependencies: 15432 - '@vitest/spy': 2.1.5 15433 - '@vitest/utils': 2.1.5 15369 + '@vitest/spy': 2.1.8 15370 + '@vitest/utils': 2.1.8 15434 15371 chai: 5.1.2 15435 15372 tinyrainbow: 1.2.0 15436 15373 15437 - '@vitest/mocker@2.1.5(vite@5.4.6(@types/node@22.8.5)(less@4.2.0)(sass@1.80.7)(terser@5.36.0))': 15374 + '@vitest/mocker@2.1.8(vite@5.4.6(@types/node@22.10.5)(less@4.2.0)(sass@1.80.7)(terser@5.36.0))': 15438 15375 dependencies: 15439 - '@vitest/spy': 2.1.5 15376 + '@vitest/spy': 2.1.8 15440 15377 estree-walker: 3.0.3 15441 15378 magic-string: 0.30.17 15442 15379 optionalDependencies: 15443 - vite: 5.4.6(@types/node@22.8.5)(less@4.2.0)(sass@1.80.7)(terser@5.36.0) 15380 + vite: 5.4.6(@types/node@22.10.5)(less@4.2.0)(sass@1.80.7)(terser@5.36.0) 15444 15381 15445 - '@vitest/pretty-format@2.1.5': 15382 + '@vitest/pretty-format@2.1.8': 15446 15383 dependencies: 15447 15384 tinyrainbow: 1.2.0 15448 15385 15449 - '@vitest/runner@1.6.0': 15386 + '@vitest/runner@2.1.8': 15450 15387 dependencies: 15451 - '@vitest/utils': 1.6.0 15452 - p-limit: 5.0.0 15388 + '@vitest/utils': 2.1.8 15453 15389 pathe: 1.1.2 15454 15390 15455 - '@vitest/runner@2.0.0': 15391 + '@vitest/snapshot@2.1.8': 15456 15392 dependencies: 15457 - '@vitest/utils': 2.0.0 15458 - pathe: 1.1.2 15459 - 15460 - '@vitest/runner@2.1.5': 15461 - dependencies: 15462 - '@vitest/utils': 2.1.5 15463 - pathe: 1.1.2 15464 - 15465 - '@vitest/snapshot@1.6.0': 15466 - dependencies: 15467 - magic-string: 0.30.12 15468 - pathe: 1.1.2 15469 - pretty-format: 29.7.0 15470 - 15471 - '@vitest/snapshot@2.0.0': 15472 - dependencies: 15393 + '@vitest/pretty-format': 2.1.8 15473 15394 magic-string: 0.30.17 15474 15395 pathe: 1.1.2 15475 - pretty-format: 29.7.0 15476 15396 15477 - '@vitest/snapshot@2.1.5': 15478 - dependencies: 15479 - '@vitest/pretty-format': 2.1.5 15480 - magic-string: 0.30.17 15481 - pathe: 1.1.2 15482 - 15483 - '@vitest/spy@1.6.0': 15484 - dependencies: 15485 - tinyspy: 2.2.1 15486 - 15487 - '@vitest/spy@2.0.0': 15488 - dependencies: 15489 - tinyspy: 3.0.0 15490 - 15491 - '@vitest/spy@2.1.5': 15397 + '@vitest/spy@2.1.8': 15492 15398 dependencies: 15493 15399 tinyspy: 3.0.2 15494 15400 15495 - '@vitest/utils@1.6.0': 15401 + '@vitest/utils@2.1.8': 15496 15402 dependencies: 15497 - diff-sequences: 29.6.3 15498 - estree-walker: 3.0.3 15499 - loupe: 2.3.7 15500 - pretty-format: 29.7.0 15501 - 15502 - '@vitest/utils@2.0.0': 15503 - dependencies: 15504 - diff-sequences: 29.6.3 15505 - estree-walker: 3.0.3 15506 - loupe: 3.1.1 15507 - pretty-format: 29.7.0 15508 - 15509 - '@vitest/utils@2.1.5': 15510 - dependencies: 15511 - '@vitest/pretty-format': 2.1.5 15403 + '@vitest/pretty-format': 2.1.8 15512 15404 loupe: 3.1.2 15513 15405 tinyrainbow: 1.2.0 15514 15406 ··· 15524 15416 path-browserify: 1.0.1 15525 15417 vscode-uri: 3.0.8 15526 15418 15527 - '@vue-macros/common@1.15.1(rollup@4.26.0)(vue@3.5.13(typescript@5.6.1-rc))': 15419 + '@vue-macros/common@1.15.1(rollup@4.26.0)(vue@3.5.13(typescript@5.7.3))': 15528 15420 dependencies: 15529 15421 '@babel/types': 7.26.3 15530 15422 '@rollup/pluginutils': 5.1.4(rollup@4.26.0) ··· 15533 15425 local-pkg: 0.5.1 15534 15426 magic-string-ast: 0.6.3 15535 15427 optionalDependencies: 15536 - vue: 3.5.13(typescript@5.6.1-rc) 15428 + vue: 3.5.13(typescript@5.7.3) 15537 15429 transitivePeerDependencies: 15538 15430 - rollup 15539 15431 ··· 15694 15586 dependencies: 15695 15587 '@vue/devtools-kit': 7.3.5 15696 15588 15697 - '@vue/devtools-core@7.3.7(vite@5.4.6(@types/node@20.14.5)(less@4.2.0)(sass@1.80.7)(terser@5.36.0))(vue@3.5.13(typescript@5.5.3))': 15589 + '@vue/devtools-core@7.3.7(vite@5.4.6(@types/node@22.10.5)(less@4.2.0)(sass@1.80.7)(terser@5.36.0))(vue@3.5.13(typescript@5.7.3))': 15698 15590 dependencies: 15699 15591 '@vue/devtools-kit': 7.3.7 15700 15592 '@vue/devtools-shared': 7.3.7 15701 15593 mitt: 3.0.1 15702 15594 nanoid: 3.3.7 15703 15595 pathe: 1.1.2 15704 - vite-hot-client: 0.2.3(vite@5.4.6(@types/node@20.14.5)(less@4.2.0)(sass@1.80.7)(terser@5.36.0)) 15705 - vue: 3.5.13(typescript@5.5.3) 15596 + vite-hot-client: 0.2.3(vite@5.4.6(@types/node@22.10.5)(less@4.2.0)(sass@1.80.7)(terser@5.36.0)) 15597 + vue: 3.5.13(typescript@5.7.3) 15706 15598 transitivePeerDependencies: 15707 15599 - vite 15708 15600 15709 - '@vue/devtools-core@7.6.8(vite@6.0.6(@types/node@22.8.5)(jiti@2.4.2)(less@4.2.0)(sass@1.80.7)(terser@5.36.0)(tsx@4.19.1)(yaml@2.6.1))(vue@3.5.13(typescript@5.6.1-rc))': 15601 + '@vue/devtools-core@7.6.8(vite@6.0.6(@types/node@22.10.5)(jiti@2.4.2)(less@4.2.0)(sass@1.80.7)(terser@5.36.0)(tsx@4.19.1)(yaml@2.6.1))(vue@3.5.13(typescript@5.7.3))': 15710 15602 dependencies: 15711 15603 '@vue/devtools-kit': 7.6.8 15712 15604 '@vue/devtools-shared': 7.6.8 15713 15605 mitt: 3.0.1 15714 15606 nanoid: 5.0.9 15715 15607 pathe: 1.1.2 15716 - vite-hot-client: 0.2.4(vite@6.0.6(@types/node@22.8.5)(jiti@2.4.2)(less@4.2.0)(sass@1.80.7)(terser@5.36.0)(tsx@4.19.1)(yaml@2.6.1)) 15717 - vue: 3.5.13(typescript@5.6.1-rc) 15608 + vite-hot-client: 0.2.4(vite@6.0.6(@types/node@22.10.5)(jiti@2.4.2)(less@4.2.0)(sass@1.80.7)(terser@5.36.0)(tsx@4.19.1)(yaml@2.6.1)) 15609 + vue: 3.5.13(typescript@5.7.3) 15718 15610 transitivePeerDependencies: 15719 15611 - vite 15720 15612 ··· 15756 15648 dependencies: 15757 15649 rfdc: 1.4.1 15758 15650 15759 - '@vue/eslint-config-prettier@9.0.0(@types/eslint@9.6.0)(eslint@9.6.0)(prettier@3.3.2)': 15651 + '@vue/eslint-config-prettier@9.0.0(@types/eslint@9.6.0)(eslint@9.17.0(jiti@2.4.2))(prettier@3.4.2)': 15760 15652 dependencies: 15761 - eslint: 9.6.0 15762 - eslint-config-prettier: 9.1.0(eslint@9.6.0) 15763 - eslint-plugin-prettier: 5.2.1(@types/eslint@9.6.0)(eslint-config-prettier@9.1.0(eslint@9.6.0))(eslint@9.6.0)(prettier@3.3.2) 15764 - prettier: 3.3.2 15653 + eslint: 9.17.0(jiti@2.4.2) 15654 + eslint-config-prettier: 9.1.0(eslint@9.17.0(jiti@2.4.2)) 15655 + eslint-plugin-prettier: 5.2.1(@types/eslint@9.6.0)(eslint-config-prettier@9.1.0(eslint@9.17.0(jiti@2.4.2)))(eslint@9.17.0(jiti@2.4.2))(prettier@3.4.2) 15656 + prettier: 3.4.2 15765 15657 transitivePeerDependencies: 15766 15658 - '@types/eslint' 15767 15659 15768 - '@vue/eslint-config-typescript@13.0.0(eslint-plugin-vue@9.27.0(eslint@9.6.0))(eslint@9.6.0)(typescript@5.5.3)': 15660 + '@vue/eslint-config-typescript@13.0.0(eslint-plugin-vue@9.32.0(eslint@9.17.0(jiti@2.4.2)))(eslint@9.17.0(jiti@2.4.2))(typescript@5.7.3)': 15769 15661 dependencies: 15770 - '@typescript-eslint/eslint-plugin': 7.15.0(@typescript-eslint/parser@7.15.0(eslint@9.6.0)(typescript@5.5.3))(eslint@9.6.0)(typescript@5.5.3) 15771 - '@typescript-eslint/parser': 7.15.0(eslint@9.6.0)(typescript@5.5.3) 15772 - eslint: 9.6.0 15773 - eslint-plugin-vue: 9.27.0(eslint@9.6.0) 15774 - vue-eslint-parser: 9.4.3(eslint@9.6.0) 15662 + '@typescript-eslint/eslint-plugin': 7.15.0(@typescript-eslint/parser@7.15.0(eslint@9.17.0(jiti@2.4.2))(typescript@5.7.3))(eslint@9.17.0(jiti@2.4.2))(typescript@5.7.3) 15663 + '@typescript-eslint/parser': 7.15.0(eslint@9.17.0(jiti@2.4.2))(typescript@5.7.3) 15664 + eslint: 9.17.0(jiti@2.4.2) 15665 + eslint-plugin-vue: 9.32.0(eslint@9.17.0(jiti@2.4.2)) 15666 + vue-eslint-parser: 9.4.3(eslint@9.17.0(jiti@2.4.2)) 15775 15667 optionalDependencies: 15776 - typescript: 5.5.3 15668 + typescript: 5.7.3 15777 15669 transitivePeerDependencies: 15778 15670 - supports-color 15779 15671 15780 - '@vue/language-core@2.0.29(typescript@5.5.3)': 15672 + '@vue/language-core@2.0.29(typescript@5.7.3)': 15781 15673 dependencies: 15782 15674 '@volar/language-core': 2.4.0-alpha.18 15783 15675 '@vue/compiler-dom': 3.5.12 ··· 15788 15680 muggle-string: 0.4.1 15789 15681 path-browserify: 1.0.1 15790 15682 optionalDependencies: 15791 - typescript: 5.5.3 15683 + typescript: 5.7.3 15792 15684 15793 15685 '@vue/reactivity@3.5.12': 15794 15686 dependencies: ··· 15822 15714 '@vue/shared': 3.5.13 15823 15715 csstype: 3.1.3 15824 15716 15825 - '@vue/server-renderer@3.5.12(vue@3.5.12(typescript@5.5.3))': 15717 + '@vue/server-renderer@3.5.12(vue@3.5.12(typescript@5.7.3))': 15826 15718 dependencies: 15827 15719 '@vue/compiler-ssr': 3.5.12 15828 15720 '@vue/shared': 3.5.12 15829 - vue: 3.5.12(typescript@5.5.3) 15721 + vue: 3.5.12(typescript@5.7.3) 15830 15722 15831 - '@vue/server-renderer@3.5.13(vue@3.5.13(typescript@5.5.3))': 15723 + '@vue/server-renderer@3.5.13(vue@3.5.13(typescript@5.7.3))': 15832 15724 dependencies: 15833 15725 '@vue/compiler-ssr': 3.5.13 15834 15726 '@vue/shared': 3.5.13 15835 - vue: 3.5.13(typescript@5.5.3) 15836 - 15837 - '@vue/server-renderer@3.5.13(vue@3.5.13(typescript@5.6.1-rc))': 15838 - dependencies: 15839 - '@vue/compiler-ssr': 3.5.13 15840 - '@vue/shared': 3.5.13 15841 - vue: 3.5.13(typescript@5.6.1-rc) 15727 + vue: 3.5.13(typescript@5.7.3) 15842 15728 15843 15729 '@vue/shared@3.4.31': {} 15844 15730 ··· 15853 15739 15854 15740 '@vue/tsconfig@0.5.1': {} 15855 15741 15856 - '@vueuse/core@10.11.0(vue@3.5.12(typescript@5.5.3))': 15742 + '@vueuse/core@10.11.0(vue@3.5.12(typescript@5.7.3))': 15857 15743 dependencies: 15858 15744 '@types/web-bluetooth': 0.0.20 15859 15745 '@vueuse/metadata': 10.11.0 15860 - '@vueuse/shared': 10.11.0(vue@3.5.12(typescript@5.5.3)) 15861 - vue-demi: 0.14.10(vue@3.5.12(typescript@5.5.3)) 15746 + '@vueuse/shared': 10.11.0(vue@3.5.12(typescript@5.7.3)) 15747 + vue-demi: 0.14.10(vue@3.5.12(typescript@5.7.3)) 15862 15748 transitivePeerDependencies: 15863 15749 - '@vue/composition-api' 15864 15750 - vue 15865 15751 15866 - '@vueuse/integrations@10.11.0(axios@1.7.9)(focus-trap@7.5.4)(vue@3.5.12(typescript@5.5.3))': 15752 + '@vueuse/integrations@10.11.0(axios@1.7.9)(focus-trap@7.5.4)(vue@3.5.12(typescript@5.7.3))': 15867 15753 dependencies: 15868 - '@vueuse/core': 10.11.0(vue@3.5.12(typescript@5.5.3)) 15869 - '@vueuse/shared': 10.11.0(vue@3.5.12(typescript@5.5.3)) 15870 - vue-demi: 0.14.10(vue@3.5.12(typescript@5.5.3)) 15754 + '@vueuse/core': 10.11.0(vue@3.5.12(typescript@5.7.3)) 15755 + '@vueuse/shared': 10.11.0(vue@3.5.12(typescript@5.7.3)) 15756 + vue-demi: 0.14.10(vue@3.5.12(typescript@5.7.3)) 15871 15757 optionalDependencies: 15872 15758 axios: 1.7.9 15873 15759 focus-trap: 7.5.4 ··· 15877 15763 15878 15764 '@vueuse/metadata@10.11.0': {} 15879 15765 15880 - '@vueuse/shared@10.11.0(vue@3.5.12(typescript@5.5.3))': 15766 + '@vueuse/shared@10.11.0(vue@3.5.12(typescript@5.7.3))': 15881 15767 dependencies: 15882 - vue-demi: 0.14.10(vue@3.5.12(typescript@5.5.3)) 15768 + vue-demi: 0.14.10(vue@3.5.12(typescript@5.7.3)) 15883 15769 transitivePeerDependencies: 15884 15770 - '@vue/composition-api' 15885 15771 - vue ··· 16006 15892 16007 15893 agent-base@7.1.1(supports-color@9.4.0): 16008 15894 dependencies: 16009 - debug: 4.3.7(supports-color@9.4.0) 15895 + debug: 4.4.0(supports-color@9.4.0) 16010 15896 transitivePeerDependencies: 16011 15897 - supports-color 16012 15898 ··· 16100 15986 dependencies: 16101 15987 type-fest: 0.21.3 16102 15988 16103 - ansi-escapes@6.2.1: {} 16104 - 16105 15989 ansi-escapes@7.0.0: 16106 15990 dependencies: 16107 15991 environment: 1.1.0 ··· 16120 16004 dependencies: 16121 16005 color-convert: 2.0.1 16122 16006 16123 - ansi-styles@5.2.0: {} 16124 - 16125 16007 ansi-styles@6.2.1: {} 16126 16008 16127 16009 any-promise@1.3.0: {} ··· 16172 16054 array-flatten@1.1.1: {} 16173 16055 16174 16056 array-union@2.1.0: {} 16175 - 16176 - assertion-error@1.1.0: {} 16177 16057 16178 16058 assertion-error@2.0.1: {} 16179 16059 ··· 16251 16131 '@babel/core': 7.26.0 16252 16132 find-cache-dir: 4.0.0 16253 16133 schema-utils: 4.2.0 16254 - webpack: 5.96.1(esbuild@0.23.1) 16134 + webpack: 5.96.1(esbuild@0.24.2) 16255 16135 16256 16136 babel-plugin-polyfill-corejs2@0.4.11(@babel/core@7.26.0): 16257 16137 dependencies: ··· 16421 16301 dependencies: 16422 16302 run-applescript: 7.0.0 16423 16303 16424 - bundle-require@5.0.0(esbuild@0.23.1): 16304 + bundle-require@5.0.0(esbuild@0.24.2): 16425 16305 dependencies: 16426 - esbuild: 0.23.1 16306 + esbuild: 0.24.2 16427 16307 load-tsconfig: 0.2.5 16428 16308 16429 16309 bytes@3.0.0: {} ··· 16506 16386 16507 16387 caniuse-lite@1.0.30001676: {} 16508 16388 16509 - chai@4.4.1: 16510 - dependencies: 16511 - assertion-error: 1.1.0 16512 - check-error: 1.0.3 16513 - deep-eql: 4.1.4 16514 - get-func-name: 2.0.2 16515 - loupe: 2.3.7 16516 - pathval: 1.1.1 16517 - type-detect: 4.0.8 16518 - 16519 - chai@5.1.1: 16520 - dependencies: 16521 - assertion-error: 2.0.1 16522 - check-error: 2.1.1 16523 - deep-eql: 5.0.2 16524 - loupe: 3.1.1 16525 - pathval: 2.0.0 16526 - 16527 16389 chai@5.1.2: 16528 16390 dependencies: 16529 16391 assertion-error: 2.0.1 16530 16392 check-error: 2.1.1 16531 16393 deep-eql: 5.0.2 16532 - loupe: 3.1.1 16394 + loupe: 3.1.2 16533 16395 pathval: 2.0.0 16534 16396 16535 16397 chalk@2.4.2: ··· 16545 16407 16546 16408 chalk@5.3.0: {} 16547 16409 16410 + chalk@5.4.1: {} 16411 + 16548 16412 change-case@5.4.4: {} 16549 16413 16550 16414 char-regex@1.0.2: {} 16551 16415 16552 16416 chardet@0.7.0: {} 16553 - 16554 - check-error@1.0.3: 16555 - dependencies: 16556 - get-func-name: 2.0.2 16557 16417 16558 16418 check-error@2.1.1: {} 16559 16419 ··· 16606 16466 dependencies: 16607 16467 restore-cursor: 3.1.0 16608 16468 16609 - cli-cursor@4.0.0: 16610 - dependencies: 16611 - restore-cursor: 4.0.0 16612 - 16613 16469 cli-cursor@5.0.0: 16614 16470 dependencies: 16615 16471 restore-cursor: 5.1.0 ··· 16774 16630 transitivePeerDependencies: 16775 16631 - supports-color 16776 16632 16777 - consola@3.2.3: {} 16778 - 16779 16633 consola@3.3.3: {} 16780 16634 16781 16635 content-disposition@0.5.4: ··· 16814 16668 normalize-path: 3.0.0 16815 16669 schema-utils: 4.2.0 16816 16670 serialize-javascript: 6.0.2 16817 - webpack: 5.96.1(esbuild@0.23.1) 16671 + webpack: 5.96.1(esbuild@0.24.2) 16818 16672 16819 16673 core-js-compat@3.39.0: 16820 16674 dependencies: ··· 16836 16690 optionalDependencies: 16837 16691 typescript: 5.5.3 16838 16692 16693 + cosmiconfig@9.0.0(typescript@5.7.3): 16694 + dependencies: 16695 + env-paths: 2.2.1 16696 + import-fresh: 3.3.0 16697 + js-yaml: 4.1.0 16698 + parse-json: 5.2.0 16699 + optionalDependencies: 16700 + typescript: 5.7.3 16701 + 16839 16702 crc-32@1.2.2: {} 16840 16703 16841 16704 crc32-stream@6.0.0: ··· 16861 16724 shebang-command: 2.0.0 16862 16725 which: 2.0.2 16863 16726 16727 + cross-spawn@7.0.6: 16728 + dependencies: 16729 + path-key: 3.1.1 16730 + shebang-command: 2.0.0 16731 + which: 2.0.2 16732 + 16864 16733 crossws@0.3.1: 16865 16734 dependencies: 16866 16735 uncrypto: 0.1.3 ··· 16880 16749 postcss-value-parser: 4.2.0 16881 16750 semver: 7.6.3 16882 16751 optionalDependencies: 16883 - webpack: 5.96.1(esbuild@0.23.1) 16752 + webpack: 5.96.1(esbuild@0.24.2) 16884 16753 16885 16754 css-select@5.1.0: 16886 16755 dependencies: ··· 16989 16858 dependencies: 16990 16859 ms: 2.1.2 16991 16860 16992 - debug@4.3.7(supports-color@9.4.0): 16861 + debug@4.3.7: 16862 + dependencies: 16863 + ms: 2.1.3 16864 + 16865 + debug@4.4.0(supports-color@9.4.0): 16993 16866 dependencies: 16994 16867 ms: 2.1.3 16995 16868 optionalDependencies: ··· 16997 16870 16998 16871 decimal.js@10.4.3: {} 16999 16872 17000 - deep-eql@4.1.4: 17001 - dependencies: 17002 - type-detect: 4.0.8 17003 - 17004 16873 deep-eql@5.0.2: {} 17005 16874 17006 16875 deep-is@0.1.4: {} ··· 17067 16936 di@0.0.1: {} 17068 16937 17069 16938 didyoumean@1.2.2: {} 17070 - 17071 - diff-sequences@29.6.3: {} 17072 16939 17073 16940 diff@4.0.2: {} 17074 16941 ··· 17167 17034 dependencies: 17168 17035 '@types/cookie': 0.4.1 17169 17036 '@types/cors': 2.8.17 17170 - '@types/node': 20.14.10 17037 + '@types/node': 22.10.5 17171 17038 accepts: 1.3.8 17172 17039 base64id: 2.0.0 17173 17040 cookie: 0.7.2 17174 17041 cors: 2.8.5 17175 - debug: 4.3.7(supports-color@9.4.0) 17042 + debug: 4.3.7 17176 17043 engine.io-parser: 5.2.3 17177 17044 ws: 8.17.1 17178 17045 transitivePeerDependencies: ··· 17279 17146 '@esbuild/win32-arm64': 0.23.1 17280 17147 '@esbuild/win32-ia32': 0.23.1 17281 17148 '@esbuild/win32-x64': 0.23.1 17149 + optional: true 17282 17150 17283 17151 esbuild@0.24.0: 17284 17152 optionalDependencies: ··· 17362 17230 dependencies: 17363 17231 eslint: 9.0.0 17364 17232 17365 - eslint-config-prettier@9.1.0(eslint@9.6.0): 17233 + eslint-config-prettier@9.1.0(eslint@9.17.0(jiti@2.4.2)): 17366 17234 dependencies: 17367 - eslint: 9.6.0 17235 + eslint: 9.17.0(jiti@2.4.2) 17368 17236 17369 - eslint-plugin-prettier@5.2.1(@types/eslint@9.6.0)(eslint-config-prettier@9.1.0(eslint@9.6.0))(eslint@9.6.0)(prettier@3.3.2): 17237 + eslint-plugin-prettier@5.2.1(@types/eslint@9.6.0)(eslint-config-prettier@9.1.0(eslint@9.17.0(jiti@2.4.2)))(eslint@9.17.0(jiti@2.4.2))(prettier@3.4.2): 17370 17238 dependencies: 17371 - eslint: 9.6.0 17372 - prettier: 3.3.2 17239 + eslint: 9.17.0(jiti@2.4.2) 17240 + prettier: 3.4.2 17373 17241 prettier-linter-helpers: 1.0.0 17374 17242 synckit: 0.9.1 17375 17243 optionalDependencies: 17376 17244 '@types/eslint': 9.6.0 17377 - eslint-config-prettier: 9.1.0(eslint@9.6.0) 17245 + eslint-config-prettier: 9.1.0(eslint@9.17.0(jiti@2.4.2)) 17378 17246 17379 - eslint-plugin-react-hooks@4.6.2(eslint@9.6.0): 17247 + eslint-plugin-react-hooks@4.6.2(eslint@9.17.0(jiti@2.4.2)): 17380 17248 dependencies: 17381 - eslint: 9.6.0 17249 + eslint: 9.17.0(jiti@2.4.2) 17382 17250 17383 - eslint-plugin-react-refresh@0.4.7(eslint@9.6.0): 17251 + eslint-plugin-react-refresh@0.4.7(eslint@9.17.0(jiti@2.4.2)): 17384 17252 dependencies: 17385 - eslint: 9.6.0 17253 + eslint: 9.17.0(jiti@2.4.2) 17386 17254 17387 - eslint-plugin-simple-import-sort@12.1.1(eslint@9.6.0): 17255 + eslint-plugin-simple-import-sort@12.1.1(eslint@9.17.0(jiti@2.4.2)): 17388 17256 dependencies: 17389 - eslint: 9.6.0 17257 + eslint: 9.17.0(jiti@2.4.2) 17390 17258 17391 - eslint-plugin-sort-destructure-keys@2.0.0(eslint@9.6.0): 17259 + eslint-plugin-sort-destructure-keys@2.0.0(eslint@9.17.0(jiti@2.4.2)): 17392 17260 dependencies: 17393 - eslint: 9.6.0 17261 + eslint: 9.17.0(jiti@2.4.2) 17394 17262 natural-compare-lite: 1.4.0 17395 17263 17396 17264 eslint-plugin-sort-keys-fix@1.1.2: ··· 17400 17268 natural-compare: 1.4.0 17401 17269 requireindex: 1.2.0 17402 17270 17403 - eslint-plugin-svelte@2.36.0(eslint@9.0.0)(svelte@4.2.19)(ts-node@10.9.2(@types/node@22.8.5)(typescript@5.5.3)): 17271 + eslint-plugin-svelte@2.36.0(eslint@9.0.0)(svelte@4.2.19)(ts-node@10.9.2(@types/node@22.10.5)(typescript@5.7.3)): 17404 17272 dependencies: 17405 17273 '@eslint-community/eslint-utils': 4.4.0(eslint@9.0.0) 17406 17274 '@jridgewell/sourcemap-codec': 1.4.15 ··· 17410 17278 esutils: 2.0.3 17411 17279 known-css-properties: 0.30.0 17412 17280 postcss: 8.4.41 17413 - postcss-load-config: 3.1.4(postcss@8.4.41)(ts-node@10.9.2(@types/node@22.8.5)(typescript@5.5.3)) 17281 + postcss-load-config: 3.1.4(postcss@8.4.41)(ts-node@10.9.2(@types/node@22.10.5)(typescript@5.7.3)) 17414 17282 postcss-safe-parser: 6.0.0(postcss@8.4.41) 17415 17283 postcss-selector-parser: 6.1.0 17416 17284 semver: 7.6.2 ··· 17421 17289 - supports-color 17422 17290 - ts-node 17423 17291 17424 - eslint-plugin-typescript-sort-keys@3.2.0(@typescript-eslint/parser@7.15.0(eslint@9.6.0)(typescript@5.5.3))(eslint@9.6.0)(typescript@5.5.3): 17292 + eslint-plugin-typescript-sort-keys@3.3.0(@typescript-eslint/parser@8.19.1(eslint@9.17.0(jiti@2.4.2))(typescript@5.7.3))(eslint@9.17.0(jiti@2.4.2))(typescript@5.7.3): 17425 17293 dependencies: 17426 - '@typescript-eslint/experimental-utils': 5.62.0(eslint@9.6.0)(typescript@5.5.3) 17427 - '@typescript-eslint/parser': 7.15.0(eslint@9.6.0)(typescript@5.5.3) 17428 - eslint: 9.6.0 17294 + '@typescript-eslint/experimental-utils': 5.62.0(eslint@9.17.0(jiti@2.4.2))(typescript@5.7.3) 17295 + '@typescript-eslint/parser': 8.19.1(eslint@9.17.0(jiti@2.4.2))(typescript@5.7.3) 17296 + eslint: 9.17.0(jiti@2.4.2) 17429 17297 json-schema: 0.4.0 17430 17298 natural-compare-lite: 1.4.0 17431 - typescript: 5.5.3 17299 + typescript: 5.7.3 17432 17300 transitivePeerDependencies: 17433 17301 - supports-color 17434 17302 17435 - eslint-plugin-vue@9.23.0(eslint@9.6.0): 17303 + eslint-plugin-vue@9.32.0(eslint@9.17.0(jiti@2.4.2)): 17436 17304 dependencies: 17437 - '@eslint-community/eslint-utils': 4.4.0(eslint@9.6.0) 17438 - eslint: 9.6.0 17439 - natural-compare: 1.4.0 17440 - nth-check: 2.1.1 17441 - postcss-selector-parser: 6.1.0 17442 - semver: 7.6.2 17443 - vue-eslint-parser: 9.4.3(eslint@9.6.0) 17444 - xml-name-validator: 4.0.0 17445 - transitivePeerDependencies: 17446 - - supports-color 17447 - 17448 - eslint-plugin-vue@9.27.0(eslint@9.6.0): 17449 - dependencies: 17450 - '@eslint-community/eslint-utils': 4.4.0(eslint@9.6.0) 17451 - eslint: 9.6.0 17305 + '@eslint-community/eslint-utils': 4.4.0(eslint@9.17.0(jiti@2.4.2)) 17306 + eslint: 9.17.0(jiti@2.4.2) 17452 17307 globals: 13.24.0 17453 17308 natural-compare: 1.4.0 17454 17309 nth-check: 2.1.1 17455 - postcss-selector-parser: 6.1.0 17456 - semver: 7.6.2 17457 - vue-eslint-parser: 9.4.3(eslint@9.6.0) 17310 + postcss-selector-parser: 6.1.2 17311 + semver: 7.6.3 17312 + vue-eslint-parser: 9.4.3(eslint@9.17.0(jiti@2.4.2)) 17458 17313 xml-name-validator: 4.0.0 17459 17314 transitivePeerDependencies: 17460 17315 - supports-color ··· 17474 17329 esrecurse: 4.3.0 17475 17330 estraverse: 5.3.0 17476 17331 17332 + eslint-scope@8.2.0: 17333 + dependencies: 17334 + esrecurse: 4.3.0 17335 + estraverse: 5.3.0 17336 + 17477 17337 eslint-visitor-keys@1.3.0: {} 17478 17338 17479 17339 eslint-visitor-keys@3.4.3: {} 17480 17340 17481 17341 eslint-visitor-keys@4.0.0: {} 17342 + 17343 + eslint-visitor-keys@4.2.0: {} 17482 17344 17483 17345 eslint@9.0.0: 17484 17346 dependencies: ··· 17519 17381 transitivePeerDependencies: 17520 17382 - supports-color 17521 17383 17522 - eslint@9.6.0: 17384 + eslint@9.17.0(jiti@2.4.2): 17523 17385 dependencies: 17524 - '@eslint-community/eslint-utils': 4.4.0(eslint@9.6.0) 17525 - '@eslint-community/regexpp': 4.11.0 17526 - '@eslint/config-array': 0.17.0 17527 - '@eslint/eslintrc': 3.1.0 17528 - '@eslint/js': 9.6.0 17386 + '@eslint-community/eslint-utils': 4.4.0(eslint@9.17.0(jiti@2.4.2)) 17387 + '@eslint-community/regexpp': 4.12.1 17388 + '@eslint/config-array': 0.19.1 17389 + '@eslint/core': 0.9.1 17390 + '@eslint/eslintrc': 3.2.0 17391 + '@eslint/js': 9.17.0 17392 + '@eslint/plugin-kit': 0.2.4 17393 + '@humanfs/node': 0.16.6 17529 17394 '@humanwhocodes/module-importer': 1.0.1 17530 - '@humanwhocodes/retry': 0.3.0 17531 - '@nodelib/fs.walk': 1.2.8 17395 + '@humanwhocodes/retry': 0.4.1 17396 + '@types/estree': 1.0.6 17397 + '@types/json-schema': 7.0.15 17532 17398 ajv: 6.12.6 17533 17399 chalk: 4.1.2 17534 - cross-spawn: 7.0.5 17535 - debug: 4.3.7(supports-color@9.4.0) 17400 + cross-spawn: 7.0.6 17401 + debug: 4.4.0(supports-color@9.4.0) 17536 17402 escape-string-regexp: 4.0.0 17537 - eslint-scope: 8.0.1 17538 - eslint-visitor-keys: 4.0.0 17539 - espree: 10.1.0 17403 + eslint-scope: 8.2.0 17404 + eslint-visitor-keys: 4.2.0 17405 + espree: 10.3.0 17540 17406 esquery: 1.5.0 17541 17407 esutils: 2.0.3 17542 17408 fast-deep-equal: 3.1.3 ··· 17546 17412 ignore: 5.3.1 17547 17413 imurmurhash: 0.1.4 17548 17414 is-glob: 4.0.3 17549 - is-path-inside: 3.0.3 17550 17415 json-stable-stringify-without-jsonify: 1.0.1 17551 - levn: 0.4.1 17552 17416 lodash.merge: 4.6.2 17553 17417 minimatch: 3.1.2 17554 17418 natural-compare: 1.4.0 17555 17419 optionator: 0.9.4 17556 - strip-ansi: 6.0.1 17557 - text-table: 0.2.0 17420 + optionalDependencies: 17421 + jiti: 2.4.2 17558 17422 transitivePeerDependencies: 17559 17423 - supports-color 17560 17424 ··· 17564 17428 dependencies: 17565 17429 acorn: 8.14.0 17566 17430 acorn-jsx: 5.3.2(acorn@8.14.0) 17567 - eslint-visitor-keys: 4.0.0 17431 + eslint-visitor-keys: 4.2.0 17432 + 17433 + espree@10.3.0: 17434 + dependencies: 17435 + acorn: 8.14.0 17436 + acorn-jsx: 5.3.2(acorn@8.14.0) 17437 + eslint-visitor-keys: 4.2.0 17568 17438 17569 17439 espree@6.2.1: 17570 17440 dependencies: ··· 17610 17480 17611 17481 events@3.3.0: {} 17612 17482 17613 - execa@5.1.1: 17614 - dependencies: 17615 - cross-spawn: 7.0.5 17616 - get-stream: 6.0.1 17617 - human-signals: 2.1.0 17618 - is-stream: 2.0.1 17619 - merge-stream: 2.0.0 17620 - npm-run-path: 4.0.1 17621 - onetime: 5.1.2 17622 - signal-exit: 3.0.7 17623 - strip-final-newline: 2.0.0 17624 - 17625 17483 execa@7.2.0: 17626 17484 dependencies: 17627 17485 cross-spawn: 7.0.5 ··· 17705 17563 17706 17564 extract-zip@2.0.1: 17707 17565 dependencies: 17708 - debug: 4.3.7(supports-color@9.4.0) 17566 + debug: 4.4.0(supports-color@9.4.0) 17709 17567 get-stream: 5.2.0 17710 17568 yauzl: 2.10.0 17711 17569 optionalDependencies: ··· 17793 17651 fd-slicer@1.1.0: 17794 17652 dependencies: 17795 17653 pend: 1.2.0 17796 - 17797 - fdir@6.3.0(picomatch@4.0.2): 17798 - optionalDependencies: 17799 - picomatch: 4.0.2 17800 17654 17801 17655 fdir@6.4.2(picomatch@4.0.2): 17802 17656 optionalDependencies: ··· 17871 17725 17872 17726 flat-cache@4.0.1: 17873 17727 dependencies: 17874 - flatted: 3.3.1 17728 + flatted: 3.3.2 17875 17729 keyv: 4.5.4 17876 17730 17877 17731 flat@5.0.2: {} ··· 17886 17740 17887 17741 follow-redirects@1.15.6(debug@4.3.7): 17888 17742 optionalDependencies: 17889 - debug: 4.3.7(supports-color@9.4.0) 17743 + debug: 4.3.7 17890 17744 17891 17745 foreground-child@3.2.1: 17892 17746 dependencies: ··· 17948 17802 17949 17803 get-east-asian-width@1.2.0: {} 17950 17804 17951 - get-func-name@2.0.2: {} 17952 - 17953 17805 get-intrinsic@1.2.4: 17954 17806 dependencies: 17955 17807 es-errors: 1.3.0 ··· 17979 17831 dependencies: 17980 17832 basic-ftp: 5.0.5 17981 17833 data-uri-to-buffer: 6.0.2 17982 - debug: 4.3.7(supports-color@9.4.0) 17834 + debug: 4.4.0(supports-color@9.4.0) 17983 17835 fs-extra: 11.2.0 17984 17836 transitivePeerDependencies: 17985 17837 - supports-color ··· 18046 17898 18047 17899 globals@14.0.0: {} 18048 17900 18049 - globals@15.0.0: {} 18050 - 18051 - globals@15.8.0: {} 17901 + globals@15.14.0: {} 18052 17902 18053 17903 globalyzer@0.1.0: {} 18054 17904 ··· 18182 18032 http-proxy-agent@7.0.2: 18183 18033 dependencies: 18184 18034 agent-base: 7.1.1(supports-color@9.4.0) 18185 - debug: 4.3.7(supports-color@9.4.0) 18035 + debug: 4.4.0(supports-color@9.4.0) 18186 18036 transitivePeerDependencies: 18187 18037 - supports-color 18188 18038 ··· 18201 18051 http-proxy-middleware@3.0.3: 18202 18052 dependencies: 18203 18053 '@types/http-proxy': 1.17.15 18204 - debug: 4.3.7(supports-color@9.4.0) 18054 + debug: 4.3.7 18205 18055 http-proxy: 1.18.1(debug@4.3.7) 18206 18056 is-glob: 4.0.3 18207 18057 is-plain-object: 5.0.0 ··· 18222 18072 https-proxy-agent@7.0.5(supports-color@9.4.0): 18223 18073 dependencies: 18224 18074 agent-base: 7.1.1(supports-color@9.4.0) 18225 - debug: 4.3.7(supports-color@9.4.0) 18075 + debug: 4.4.0(supports-color@9.4.0) 18226 18076 transitivePeerDependencies: 18227 18077 - supports-color 18228 18078 ··· 18230 18080 18231 18081 human-id@1.0.2: {} 18232 18082 18233 - human-signals@2.1.0: {} 18234 - 18235 18083 human-signals@4.3.1: {} 18236 18084 18237 18085 human-signals@5.0.0: {} 18238 18086 18239 - husky@9.0.11: {} 18087 + husky@9.1.7: {} 18240 18088 18241 18089 hyperdyperid@1.2.0: {} 18242 18090 ··· 18318 18166 dependencies: 18319 18167 '@ioredis/commands': 1.2.0 18320 18168 cluster-key-slot: 1.1.2 18321 - debug: 4.3.7(supports-color@9.4.0) 18169 + debug: 4.4.0(supports-color@9.4.0) 18322 18170 denque: 2.1.0 18323 18171 lodash.defaults: 4.2.0 18324 18172 lodash.isarguments: 3.1.0 ··· 18482 18330 18483 18331 istanbul-lib-source-maps@4.0.1: 18484 18332 dependencies: 18485 - debug: 4.3.5 18333 + debug: 4.3.7 18486 18334 istanbul-lib-coverage: 3.2.2 18487 18335 source-map: 0.6.1 18488 18336 transitivePeerDependencies: ··· 18513 18361 18514 18362 jest-worker@27.5.1: 18515 18363 dependencies: 18516 - '@types/node': 20.14.10 18364 + '@types/node': 22.10.5 18517 18365 merge-stream: 2.0.0 18518 18366 supports-color: 8.1.1 18519 18367 ··· 18578 18426 whatwg-encoding: 3.1.1 18579 18427 whatwg-mimetype: 4.0.0 18580 18428 whatwg-url: 14.0.0 18581 - ws: 8.17.1 18429 + ws: 8.18.0 18582 18430 xml-name-validator: 5.0.0 18583 18431 transitivePeerDependencies: 18584 18432 - bufferutil ··· 18721 18569 dependencies: 18722 18570 less: 4.2.0 18723 18571 optionalDependencies: 18724 - webpack: 5.96.1(esbuild@0.23.1) 18572 + webpack: 5.96.1(esbuild@0.24.2) 18725 18573 18726 18574 less@4.2.0: 18727 18575 dependencies: ··· 18746 18594 dependencies: 18747 18595 webpack-sources: 3.2.3 18748 18596 optionalDependencies: 18749 - webpack: 5.96.1(esbuild@0.23.1) 18597 + webpack: 5.96.1(esbuild@0.24.2) 18750 18598 18751 18599 light-my-request@6.3.0: 18752 18600 dependencies: ··· 18758 18606 18759 18607 lilconfig@3.1.2: {} 18760 18608 18609 + lilconfig@3.1.3: {} 18610 + 18761 18611 lines-and-columns@1.2.4: {} 18762 18612 18763 - lint-staged@15.2.7: 18613 + lint-staged@15.3.0: 18764 18614 dependencies: 18765 - chalk: 5.3.0 18615 + chalk: 5.4.1 18766 18616 commander: 12.1.0 18767 - debug: 4.3.5 18617 + debug: 4.4.0(supports-color@9.4.0) 18768 18618 execa: 8.0.1 18769 - lilconfig: 3.1.2 18770 - listr2: 8.2.3 18771 - micromatch: 4.0.7 18619 + lilconfig: 3.1.3 18620 + listr2: 8.2.5 18621 + micromatch: 4.0.8 18772 18622 pidtree: 0.6.0 18773 18623 string-argv: 0.3.2 18774 - yaml: 2.4.5 18624 + yaml: 2.6.1 18775 18625 transitivePeerDependencies: 18776 18626 - supports-color 18777 18627 ··· 18796 18646 untun: 0.1.3 18797 18647 uqr: 0.1.2 18798 18648 18799 - listr2@8.2.3: 18800 - dependencies: 18801 - cli-truncate: 4.0.0 18802 - colorette: 2.0.20 18803 - eventemitter3: 5.0.1 18804 - log-update: 6.0.0 18805 - rfdc: 1.4.1 18806 - wrap-ansi: 9.0.0 18807 - 18808 18649 listr2@8.2.5: 18809 18650 dependencies: 18810 18651 cli-truncate: 4.0.0 ··· 18842 18683 18843 18684 loader-utils@3.3.1: {} 18844 18685 18845 - local-pkg@0.5.0: 18846 - dependencies: 18847 - mlly: 1.7.1 18848 - pkg-types: 1.2.0 18849 - 18850 18686 local-pkg@0.5.1: 18851 18687 dependencies: 18852 18688 mlly: 1.7.3 ··· 18889 18725 chalk: 4.1.2 18890 18726 is-unicode-supported: 0.1.0 18891 18727 18892 - log-update@6.0.0: 18893 - dependencies: 18894 - ansi-escapes: 6.2.1 18895 - cli-cursor: 4.0.0 18896 - slice-ansi: 7.1.0 18897 - strip-ansi: 7.1.0 18898 - wrap-ansi: 9.0.0 18899 - 18900 18728 log-update@6.1.0: 18901 18729 dependencies: 18902 18730 ansi-escapes: 7.0.0 ··· 18908 18736 log4js@6.9.1: 18909 18737 dependencies: 18910 18738 date-format: 4.0.14 18911 - debug: 4.3.7(supports-color@9.4.0) 18739 + debug: 4.3.7 18912 18740 flatted: 3.3.1 18913 18741 rfdc: 1.4.1 18914 18742 streamroller: 3.1.5 ··· 18919 18747 dependencies: 18920 18748 js-tokens: 4.0.0 18921 18749 18922 - loupe@2.3.7: 18923 - dependencies: 18924 - get-func-name: 2.0.2 18925 - 18926 - loupe@3.1.1: 18927 - dependencies: 18928 - get-func-name: 2.0.2 18929 - 18930 18750 loupe@3.1.2: {} 18931 18751 18932 18752 lru-cache@10.4.0: {} ··· 19094 18914 dependencies: 19095 18915 schema-utils: 4.2.0 19096 18916 tapable: 2.2.1 19097 - webpack: 5.96.1(esbuild@0.23.1) 18917 + webpack: 5.96.1(esbuild@0.24.2) 19098 18918 19099 18919 minimalistic-assert@1.0.1: {} 19100 18920 ··· 19265 19085 19266 19086 netmask@2.0.2: {} 19267 19087 19268 - nitropack@2.10.4(encoding@0.1.13)(typescript@5.6.1-rc): 19088 + nitropack@2.10.4(encoding@0.1.13)(typescript@5.7.3): 19269 19089 dependencies: 19270 19090 '@cloudflare/kv-asset-handler': 0.3.4 19271 19091 '@netlify/functions': 2.8.2 ··· 19314 19134 node-fetch-native: 1.6.4 19315 19135 ofetch: 1.4.1 19316 19136 ohash: 1.1.4 19317 - openapi-typescript: 7.4.4(encoding@0.1.13)(typescript@5.6.1-rc) 19137 + openapi-typescript: 7.4.4(encoding@0.1.13)(typescript@5.7.3) 19318 19138 pathe: 1.1.2 19319 19139 perfect-debounce: 1.0.0 19320 19140 pkg-types: 1.3.0 ··· 19503 19323 19504 19324 nuxi@3.17.2: {} 19505 19325 19506 - nuxt@3.15.0(@parcel/watcher@2.5.0)(@types/node@22.8.5)(db0@0.2.1)(encoding@0.1.13)(eslint@9.6.0)(ioredis@5.4.2)(less@4.2.0)(magicast@0.3.5)(optionator@0.9.4)(rollup@4.26.0)(sass@1.80.7)(terser@5.36.0)(tsx@4.19.1)(typescript@5.6.1-rc)(vite@6.0.6(@types/node@22.8.5)(jiti@2.4.2)(less@4.2.0)(sass@1.80.7)(terser@5.36.0)(tsx@4.19.1)(yaml@2.6.1))(yaml@2.6.1): 19326 + nuxt@3.15.0(@parcel/watcher@2.5.0)(@types/node@22.10.5)(db0@0.2.1)(encoding@0.1.13)(eslint@9.17.0(jiti@2.4.2))(ioredis@5.4.2)(less@4.2.0)(magicast@0.3.5)(optionator@0.9.4)(rollup@4.26.0)(sass@1.80.7)(terser@5.36.0)(tsx@4.19.1)(typescript@5.7.3)(vite@6.0.6(@types/node@22.10.5)(jiti@2.4.2)(less@4.2.0)(sass@1.80.7)(terser@5.36.0)(tsx@4.19.1)(yaml@2.6.1))(yaml@2.6.1): 19507 19327 dependencies: 19508 19328 '@nuxt/devalue': 2.0.2 19509 - '@nuxt/devtools': 1.7.0(rollup@4.26.0)(vite@6.0.6(@types/node@22.8.5)(jiti@2.4.2)(less@4.2.0)(sass@1.80.7)(terser@5.36.0)(tsx@4.19.1)(yaml@2.6.1))(vue@3.5.13(typescript@5.6.1-rc)) 19329 + '@nuxt/devtools': 1.7.0(rollup@4.26.0)(vite@6.0.6(@types/node@22.10.5)(jiti@2.4.2)(less@4.2.0)(sass@1.80.7)(terser@5.36.0)(tsx@4.19.1)(yaml@2.6.1))(vue@3.5.13(typescript@5.7.3)) 19510 19330 '@nuxt/kit': 3.15.0(magicast@0.3.5)(rollup@4.26.0) 19511 19331 '@nuxt/schema': 3.15.0(magicast@0.3.5)(rollup@4.26.0) 19512 19332 '@nuxt/telemetry': 2.6.2(magicast@0.3.5)(rollup@4.26.0) 19513 - '@nuxt/vite-builder': 3.15.0(@types/node@22.8.5)(eslint@9.6.0)(less@4.2.0)(magicast@0.3.5)(optionator@0.9.4)(rollup@4.26.0)(sass@1.80.7)(terser@5.36.0)(tsx@4.19.1)(typescript@5.6.1-rc)(vue@3.5.13(typescript@5.6.1-rc))(yaml@2.6.1) 19333 + '@nuxt/vite-builder': 3.15.0(@types/node@22.10.5)(eslint@9.17.0(jiti@2.4.2))(less@4.2.0)(magicast@0.3.5)(optionator@0.9.4)(rollup@4.26.0)(sass@1.80.7)(terser@5.36.0)(tsx@4.19.1)(typescript@5.7.3)(vue@3.5.13(typescript@5.7.3))(yaml@2.6.1) 19514 19334 '@unhead/dom': 1.11.14 19515 19335 '@unhead/shared': 1.11.14 19516 19336 '@unhead/ssr': 1.11.14 19517 - '@unhead/vue': 1.11.14(vue@3.5.13(typescript@5.6.1-rc)) 19337 + '@unhead/vue': 1.11.14(vue@3.5.13(typescript@5.7.3)) 19518 19338 '@vue/shared': 3.5.13 19519 19339 acorn: 8.14.0 19520 19340 c12: 2.0.1(magicast@0.3.5) ··· 19540 19360 magic-string: 0.30.17 19541 19361 mlly: 1.7.3 19542 19362 nanotar: 0.1.1 19543 - nitropack: 2.10.4(encoding@0.1.13)(typescript@5.6.1-rc) 19363 + nitropack: 2.10.4(encoding@0.1.13)(typescript@5.7.3) 19544 19364 nuxi: 3.17.2 19545 19365 nypm: 0.4.1 19546 19366 ofetch: 1.4.1 ··· 19562 19382 unhead: 1.11.14 19563 19383 unimport: 3.14.5(rollup@4.26.0) 19564 19384 unplugin: 2.1.0 19565 - unplugin-vue-router: 0.10.9(rollup@4.26.0)(vue-router@4.5.0(vue@3.5.13(typescript@5.6.1-rc)))(vue@3.5.13(typescript@5.6.1-rc)) 19385 + unplugin-vue-router: 0.10.9(rollup@4.26.0)(vue-router@4.5.0(vue@3.5.13(typescript@5.7.3)))(vue@3.5.13(typescript@5.7.3)) 19566 19386 unstorage: 1.14.4(db0@0.2.1)(ioredis@5.4.2) 19567 19387 untyped: 1.5.2 19568 - vue: 3.5.13(typescript@5.6.1-rc) 19388 + vue: 3.5.13(typescript@5.7.3) 19569 19389 vue-bundle-renderer: 2.1.1 19570 19390 vue-devtools-stub: 0.1.0 19571 - vue-router: 4.5.0(vue@3.5.13(typescript@5.6.1-rc)) 19391 + vue-router: 4.5.0(vue@3.5.13(typescript@5.7.3)) 19572 19392 optionalDependencies: 19573 19393 '@parcel/watcher': 2.5.0 19574 - '@types/node': 22.8.5 19394 + '@types/node': 22.10.5 19575 19395 transitivePeerDependencies: 19576 19396 - '@azure/app-configuration' 19577 19397 - '@azure/cosmos' ··· 19700 19520 is-docker: 2.2.1 19701 19521 is-wsl: 2.2.0 19702 19522 19703 - openapi-typescript@7.4.4(encoding@0.1.13)(typescript@5.6.1-rc): 19523 + openapi-typescript@7.4.4(encoding@0.1.13)(typescript@5.7.3): 19704 19524 dependencies: 19705 19525 '@redocly/openapi-core': 1.26.1(encoding@0.1.13)(supports-color@9.4.0) 19706 19526 ansi-colors: 4.1.3 19707 19527 change-case: 5.4.4 19708 19528 parse-json: 8.1.0 19709 19529 supports-color: 9.4.0 19710 - typescript: 5.6.1-rc 19530 + typescript: 5.7.3 19711 19531 yargs-parser: 21.1.1 19712 19532 transitivePeerDependencies: 19713 19533 - encoding ··· 19756 19576 dependencies: 19757 19577 yocto-queue: 1.1.1 19758 19578 19759 - p-limit@5.0.0: 19760 - dependencies: 19761 - yocto-queue: 1.1.1 19762 - 19763 19579 p-locate@4.1.0: 19764 19580 dependencies: 19765 19581 p-limit: 2.3.0 ··· 19792 19608 dependencies: 19793 19609 '@tootallnate/quickjs-emscripten': 0.23.0 19794 19610 agent-base: 7.1.1(supports-color@9.4.0) 19795 - debug: 4.3.7(supports-color@9.4.0) 19611 + debug: 4.4.0(supports-color@9.4.0) 19796 19612 get-uri: 6.0.3 19797 19613 http-proxy-agent: 7.0.2 19798 19614 https-proxy-agent: 7.0.5(supports-color@9.4.0) ··· 19919 19735 19920 19736 pathe@1.1.2: {} 19921 19737 19922 - pathval@1.1.1: {} 19923 - 19924 19738 pathval@2.0.0: {} 19925 19739 19926 19740 pend@1.2.0: {} ··· 19949 19763 19950 19764 pify@4.0.1: {} 19951 19765 19952 - pinia@2.3.0(typescript@5.5.3)(vue@3.5.13(typescript@5.5.3)): 19766 + pinia@2.3.0(typescript@5.7.3)(vue@3.5.13(typescript@5.7.3)): 19953 19767 dependencies: 19954 19768 '@vue/devtools-api': 6.6.4 19955 - vue: 3.5.13(typescript@5.5.3) 19956 - vue-demi: 0.14.10(vue@3.5.13(typescript@5.5.3)) 19769 + vue: 3.5.13(typescript@5.7.3) 19770 + vue-demi: 0.14.10(vue@3.5.13(typescript@5.7.3)) 19957 19771 optionalDependencies: 19958 - typescript: 5.5.3 19772 + typescript: 5.7.3 19959 19773 transitivePeerDependencies: 19960 19774 - '@vue/composition-api' 19961 19775 ··· 20052 19866 camelcase-css: 2.0.1 20053 19867 postcss: 8.4.41 20054 19868 20055 - postcss-load-config@3.1.4(postcss@8.4.41)(ts-node@10.9.2(@types/node@22.8.5)(typescript@5.5.3)): 19869 + postcss-load-config@3.1.4(postcss@8.4.41)(ts-node@10.9.2(@types/node@22.10.5)(typescript@5.7.3)): 20056 19870 dependencies: 20057 19871 lilconfig: 2.1.0 20058 19872 yaml: 1.10.2 20059 19873 optionalDependencies: 20060 19874 postcss: 8.4.41 20061 - ts-node: 10.9.2(@types/node@22.8.5)(typescript@5.5.3) 19875 + ts-node: 10.9.2(@types/node@22.10.5)(typescript@5.7.3) 20062 19876 20063 - postcss-load-config@4.0.2(postcss@8.4.41)(ts-node@10.9.2(@types/node@20.14.5)(typescript@5.5.3)): 19877 + postcss-load-config@4.0.2(postcss@8.4.41)(ts-node@10.9.2(@types/node@22.10.5)(typescript@5.5.3)): 20064 19878 dependencies: 20065 19879 lilconfig: 3.1.2 20066 - yaml: 2.4.5 19880 + yaml: 2.6.1 20067 19881 optionalDependencies: 20068 19882 postcss: 8.4.41 20069 - ts-node: 10.9.2(@types/node@20.14.5)(typescript@5.5.3) 19883 + ts-node: 10.9.2(@types/node@22.10.5)(typescript@5.5.3) 19884 + optional: true 20070 19885 20071 - postcss-load-config@4.0.2(postcss@8.4.41)(ts-node@10.9.2(@types/node@22.8.5)(typescript@5.5.3)): 19886 + postcss-load-config@4.0.2(postcss@8.4.41)(ts-node@10.9.2(@types/node@22.10.5)(typescript@5.7.3)): 20072 19887 dependencies: 20073 19888 lilconfig: 3.1.2 20074 - yaml: 2.4.5 19889 + yaml: 2.6.1 20075 19890 optionalDependencies: 20076 19891 postcss: 8.4.41 20077 - ts-node: 10.9.2(@types/node@22.8.5)(typescript@5.5.3) 19892 + ts-node: 10.9.2(@types/node@22.10.5)(typescript@5.7.3) 20078 19893 20079 19894 postcss-load-config@6.0.1(jiti@2.4.2)(postcss@8.4.49)(tsx@4.19.1)(yaml@2.6.1): 20080 19895 dependencies: 20081 - lilconfig: 3.1.2 19896 + lilconfig: 3.1.3 20082 19897 optionalDependencies: 20083 19898 jiti: 2.4.2 20084 19899 postcss: 8.4.49 ··· 20092 19907 postcss: 8.4.49 20093 19908 semver: 7.6.3 20094 19909 optionalDependencies: 20095 - webpack: 5.96.1(esbuild@0.23.1) 19910 + webpack: 5.96.1(esbuild@0.24.2) 19911 + transitivePeerDependencies: 19912 + - typescript 19913 + 19914 + postcss-loader@8.1.1(postcss@8.4.49)(typescript@5.7.3)(webpack@5.96.1(esbuild@0.24.0)): 19915 + dependencies: 19916 + cosmiconfig: 9.0.0(typescript@5.7.3) 19917 + jiti: 1.21.6 19918 + postcss: 8.4.49 19919 + semver: 7.6.3 19920 + optionalDependencies: 19921 + webpack: 5.96.1(esbuild@0.24.2) 20096 19922 transitivePeerDependencies: 20097 19923 - typescript 20098 19924 ··· 20145 19971 dependencies: 20146 19972 icss-utils: 5.1.0(postcss@8.4.41) 20147 19973 postcss: 8.4.41 20148 - postcss-selector-parser: 6.1.0 19974 + postcss-selector-parser: 6.1.2 20149 19975 postcss-value-parser: 4.2.0 20150 19976 20151 19977 postcss-modules-scope@3.2.0(postcss@8.4.41): 20152 19978 dependencies: 20153 19979 postcss: 8.4.41 20154 - postcss-selector-parser: 6.1.0 19980 + postcss-selector-parser: 6.1.2 20155 19981 20156 19982 postcss-modules-values@4.0.0(postcss@8.4.41): 20157 19983 dependencies: ··· 20161 19987 postcss-nested@6.0.1(postcss@8.4.41): 20162 19988 dependencies: 20163 19989 postcss: 8.4.41 20164 - postcss-selector-parser: 6.1.0 19990 + postcss-selector-parser: 6.1.2 20165 19991 20166 19992 postcss-normalize-charset@7.0.0(postcss@8.4.49): 20167 19993 dependencies: ··· 20297 20123 20298 20124 prettier@3.1.1: {} 20299 20125 20300 - prettier@3.3.2: {} 20126 + prettier@3.4.2: {} 20301 20127 20302 20128 pretty-bytes@6.1.1: {} 20303 20129 20304 - pretty-format@29.7.0: 20305 - dependencies: 20306 - '@jest/schemas': 29.6.3 20307 - ansi-styles: 5.2.0 20308 - react-is: 18.3.1 20309 - 20310 20130 proc-log@3.0.0: {} 20311 20131 20312 20132 proc-log@4.2.0: {} ··· 20345 20165 proxy-agent@6.4.0: 20346 20166 dependencies: 20347 20167 agent-base: 7.1.1(supports-color@9.4.0) 20348 - debug: 4.3.7(supports-color@9.4.0) 20168 + debug: 4.4.0(supports-color@9.4.0) 20349 20169 http-proxy-agent: 7.0.2 20350 20170 https-proxy-agent: 7.0.5(supports-color@9.4.0) 20351 20171 lru-cache: 7.18.3 ··· 20377 20197 dependencies: 20378 20198 '@puppeteer/browsers': 2.2.3 20379 20199 chromium-bidi: 0.5.24(devtools-protocol@0.0.1299070) 20380 - debug: 4.3.5 20200 + debug: 4.3.7 20381 20201 devtools-protocol: 0.0.1299070 20382 20202 ws: 8.17.1 20383 20203 transitivePeerDependencies: ··· 20385 20205 - supports-color 20386 20206 - utf-8-validate 20387 20207 20388 - puppeteer@22.12.1(typescript@5.5.3): 20208 + puppeteer@22.12.1(typescript@5.7.3): 20389 20209 dependencies: 20390 20210 '@puppeteer/browsers': 2.2.3 20391 - cosmiconfig: 9.0.0(typescript@5.5.3) 20211 + cosmiconfig: 9.0.0(typescript@5.7.3) 20392 20212 devtools-protocol: 0.0.1299070 20393 20213 puppeteer-core: 22.12.1 20394 20214 transitivePeerDependencies: ··· 20442 20262 dependencies: 20443 20263 react: 19.0.0 20444 20264 scheduler: 0.25.0 20445 - 20446 - react-is@18.3.1: {} 20447 20265 20448 20266 react-refresh@0.14.2: {} 20449 20267 ··· 20613 20431 onetime: 5.1.2 20614 20432 signal-exit: 3.0.7 20615 20433 20616 - restore-cursor@4.0.0: 20617 - dependencies: 20618 - onetime: 5.1.2 20619 - signal-exit: 3.0.7 20620 - 20621 20434 restore-cursor@5.1.0: 20622 20435 dependencies: 20623 20436 onetime: 7.0.0 ··· 20742 20555 neo-async: 2.6.2 20743 20556 optionalDependencies: 20744 20557 sass: 1.80.7 20745 - webpack: 5.96.1(esbuild@0.23.1) 20558 + webpack: 5.96.1(esbuild@0.24.2) 20746 20559 20747 20560 sass@1.80.7: 20748 20561 dependencies: 20749 - chokidar: 4.0.1 20562 + chokidar: 4.0.3 20750 20563 immutable: 5.0.3 20751 20564 source-map-js: 1.2.1 20752 20565 optionalDependencies: ··· 20955 20768 dependencies: 20956 20769 '@kwsites/file-exists': 1.1.1 20957 20770 '@kwsites/promise-deferred': 1.1.1 20958 - debug: 4.3.7(supports-color@9.4.0) 20771 + debug: 4.4.0(supports-color@9.4.0) 20959 20772 transitivePeerDependencies: 20960 20773 - supports-color 20961 20774 ··· 21001 20814 21002 20815 socket.io-adapter@2.5.5: 21003 20816 dependencies: 21004 - debug: 4.3.7(supports-color@9.4.0) 20817 + debug: 4.3.7 21005 20818 ws: 8.17.1 21006 20819 transitivePeerDependencies: 21007 20820 - bufferutil ··· 21011 20824 socket.io-parser@4.2.4: 21012 20825 dependencies: 21013 20826 '@socket.io/component-emitter': 3.1.2 21014 - debug: 4.3.7(supports-color@9.4.0) 20827 + debug: 4.3.7 21015 20828 transitivePeerDependencies: 21016 20829 - supports-color 21017 20830 ··· 21020 20833 accepts: 1.3.8 21021 20834 base64id: 2.0.0 21022 20835 cors: 2.8.5 21023 - debug: 4.3.7(supports-color@9.4.0) 20836 + debug: 4.3.7 21024 20837 engine.io: 6.6.2 21025 20838 socket.io-adapter: 2.5.5 21026 20839 socket.io-parser: 4.2.4 ··· 21038 20851 socks-proxy-agent@8.0.3: 21039 20852 dependencies: 21040 20853 agent-base: 7.1.1(supports-color@9.4.0) 21041 - debug: 4.3.7(supports-color@9.4.0) 20854 + debug: 4.4.0(supports-color@9.4.0) 21042 20855 socks: 2.8.3 21043 20856 transitivePeerDependencies: 21044 20857 - supports-color ··· 21073 20886 dependencies: 21074 20887 iconv-lite: 0.6.3 21075 20888 source-map-js: 1.2.1 21076 - webpack: 5.96.1(esbuild@0.23.1) 20889 + webpack: 5.96.1(esbuild@0.24.2) 21077 20890 21078 20891 source-map-support@0.5.21: 21079 20892 dependencies: ··· 21109 20922 21110 20923 spdy-transport@3.0.0: 21111 20924 dependencies: 21112 - debug: 4.3.7(supports-color@9.4.0) 20925 + debug: 4.4.0(supports-color@9.4.0) 21113 20926 detect-node: 2.1.0 21114 20927 hpack.js: 2.1.6 21115 20928 obuf: 1.1.2 ··· 21120 20933 21121 20934 spdy@4.0.2: 21122 20935 dependencies: 21123 - debug: 4.3.7(supports-color@9.4.0) 20936 + debug: 4.4.0(supports-color@9.4.0) 21124 20937 handle-thing: 2.0.1 21125 20938 http-deceiver: 1.2.7 21126 20939 select-hose: 2.0.0 ··· 21159 20972 streamroller@3.1.5: 21160 20973 dependencies: 21161 20974 date-format: 4.0.14 21162 - debug: 4.3.7(supports-color@9.4.0) 20975 + debug: 4.4.0(supports-color@9.4.0) 21163 20976 fs-extra: 8.1.0 21164 20977 transitivePeerDependencies: 21165 20978 - supports-color ··· 21209 21022 ansi-regex: 6.0.1 21210 21023 21211 21024 strip-bom@3.0.0: {} 21212 - 21213 - strip-final-newline@2.0.0: {} 21214 21025 21215 21026 strip-final-newline@3.0.0: {} 21216 21027 ··· 21269 21080 21270 21081 supports-preserve-symlinks-flag@1.0.0: {} 21271 21082 21272 - svelte-check@3.6.0(@babel/core@7.26.0)(less@4.2.0)(postcss-load-config@4.0.2(postcss@8.4.41)(ts-node@10.9.2(@types/node@22.8.5)(typescript@5.5.3)))(postcss@8.4.41)(sass@1.80.7)(svelte@4.2.19): 21083 + svelte-check@3.6.0(@babel/core@7.26.0)(less@4.2.0)(postcss-load-config@4.0.2(postcss@8.4.41)(ts-node@10.9.2(@types/node@22.10.5)(typescript@5.7.3)))(postcss@8.4.41)(sass@1.80.7)(svelte@4.2.19): 21273 21084 dependencies: 21274 21085 '@jridgewell/trace-mapping': 0.3.25 21275 21086 chokidar: 3.6.0 ··· 21278 21089 picocolors: 1.0.1 21279 21090 sade: 1.8.1 21280 21091 svelte: 4.2.19 21281 - svelte-preprocess: 5.1.4(@babel/core@7.26.0)(less@4.2.0)(postcss-load-config@4.0.2(postcss@8.4.41)(ts-node@10.9.2(@types/node@22.8.5)(typescript@5.5.3)))(postcss@8.4.41)(sass@1.80.7)(svelte@4.2.19)(typescript@5.5.3) 21092 + svelte-preprocess: 5.1.4(@babel/core@7.26.0)(less@4.2.0)(postcss-load-config@4.0.2(postcss@8.4.41)(ts-node@10.9.2(@types/node@22.10.5)(typescript@5.7.3)))(postcss@8.4.41)(sass@1.80.7)(svelte@4.2.19)(typescript@5.5.3) 21282 21093 typescript: 5.5.3 21283 21094 transitivePeerDependencies: 21284 21095 - '@babel/core' ··· 21305 21116 dependencies: 21306 21117 svelte: 4.2.19 21307 21118 21308 - svelte-preprocess@5.1.4(@babel/core@7.26.0)(less@4.2.0)(postcss-load-config@4.0.2(postcss@8.4.41)(ts-node@10.9.2(@types/node@22.8.5)(typescript@5.5.3)))(postcss@8.4.41)(sass@1.80.7)(svelte@4.2.19)(typescript@5.5.3): 21119 + svelte-preprocess@5.1.4(@babel/core@7.26.0)(less@4.2.0)(postcss-load-config@4.0.2(postcss@8.4.41)(ts-node@10.9.2(@types/node@22.10.5)(typescript@5.7.3)))(postcss@8.4.41)(sass@1.80.7)(svelte@4.2.19)(typescript@5.5.3): 21309 21120 dependencies: 21310 21121 '@types/pug': 2.0.10 21311 21122 detect-indent: 6.1.0 ··· 21317 21128 '@babel/core': 7.26.0 21318 21129 less: 4.2.0 21319 21130 postcss: 8.4.41 21320 - postcss-load-config: 4.0.2(postcss@8.4.41)(ts-node@10.9.2(@types/node@22.8.5)(typescript@5.5.3)) 21131 + postcss-load-config: 4.0.2(postcss@8.4.41)(ts-node@10.9.2(@types/node@22.10.5)(typescript@5.7.3)) 21321 21132 sass: 1.80.7 21322 21133 typescript: 5.5.3 21323 21134 ··· 21363 21174 21364 21175 tabbable@6.2.0: {} 21365 21176 21366 - tailwindcss@3.4.4(ts-node@10.9.2(@types/node@22.8.5)(typescript@5.5.3)): 21177 + tailwindcss@3.4.4(ts-node@10.9.2(@types/node@22.10.5)(typescript@5.7.3)): 21367 21178 dependencies: 21368 21179 '@alloc/quick-lru': 5.2.0 21369 21180 arg: 5.0.2 ··· 21382 21193 postcss: 8.4.41 21383 21194 postcss-import: 15.1.0(postcss@8.4.41) 21384 21195 postcss-js: 4.0.1(postcss@8.4.41) 21385 - postcss-load-config: 4.0.2(postcss@8.4.41)(ts-node@10.9.2(@types/node@22.8.5)(typescript@5.5.3)) 21196 + postcss-load-config: 4.0.2(postcss@8.4.41)(ts-node@10.9.2(@types/node@22.10.5)(typescript@5.7.3)) 21386 21197 postcss-nested: 6.0.1(postcss@8.4.41) 21387 21198 postcss-selector-parser: 6.1.0 21388 21199 resolve: 1.22.8 ··· 21390 21201 transitivePeerDependencies: 21391 21202 - ts-node 21392 21203 21393 - tailwindcss@3.4.9(ts-node@10.9.2(@types/node@20.14.5)(typescript@5.5.3)): 21204 + tailwindcss@3.4.9(ts-node@10.9.2(@types/node@22.10.5)(typescript@5.5.3)): 21394 21205 dependencies: 21395 21206 '@alloc/quick-lru': 5.2.0 21396 21207 arg: 5.0.2 ··· 21409 21220 postcss: 8.4.41 21410 21221 postcss-import: 15.1.0(postcss@8.4.41) 21411 21222 postcss-js: 4.0.1(postcss@8.4.41) 21412 - postcss-load-config: 4.0.2(postcss@8.4.41)(ts-node@10.9.2(@types/node@20.14.5)(typescript@5.5.3)) 21223 + postcss-load-config: 4.0.2(postcss@8.4.41)(ts-node@10.9.2(@types/node@22.10.5)(typescript@5.5.3)) 21413 21224 postcss-nested: 6.0.1(postcss@8.4.41) 21414 21225 postcss-selector-parser: 6.1.0 21415 21226 resolve: 1.22.8 21416 21227 sucrase: 3.35.0 21417 21228 transitivePeerDependencies: 21418 21229 - ts-node 21230 + optional: true 21419 21231 21420 - tailwindcss@3.4.9(ts-node@10.9.2(@types/node@22.8.5)(typescript@5.5.3)): 21232 + tailwindcss@3.4.9(ts-node@10.9.2(@types/node@22.10.5)(typescript@5.7.3)): 21421 21233 dependencies: 21422 21234 '@alloc/quick-lru': 5.2.0 21423 21235 arg: 5.0.2 ··· 21436 21248 postcss: 8.4.41 21437 21249 postcss-import: 15.1.0(postcss@8.4.41) 21438 21250 postcss-js: 4.0.1(postcss@8.4.41) 21439 - postcss-load-config: 4.0.2(postcss@8.4.41)(ts-node@10.9.2(@types/node@22.8.5)(typescript@5.5.3)) 21251 + postcss-load-config: 4.0.2(postcss@8.4.41)(ts-node@10.9.2(@types/node@22.10.5)(typescript@5.7.3)) 21440 21252 postcss-nested: 6.0.1(postcss@8.4.41) 21441 21253 postcss-selector-parser: 6.1.0 21442 21254 resolve: 1.22.8 21443 21255 sucrase: 3.35.0 21444 21256 transitivePeerDependencies: 21445 21257 - ts-node 21446 - optional: true 21447 21258 21448 21259 tapable@2.2.1: {} 21449 21260 ··· 21481 21292 21482 21293 term-size@2.2.1: {} 21483 21294 21484 - terser-webpack-plugin@5.3.10(esbuild@0.23.1)(webpack@5.96.1(esbuild@0.24.0)): 21295 + terser-webpack-plugin@5.3.10(esbuild@0.24.2)(webpack@5.96.1(esbuild@0.24.0)): 21485 21296 dependencies: 21486 21297 '@jridgewell/trace-mapping': 0.3.25 21487 21298 jest-worker: 27.5.1 21488 21299 schema-utils: 3.3.0 21489 21300 serialize-javascript: 6.0.2 21490 21301 terser: 5.36.0 21491 - webpack: 5.96.1(esbuild@0.23.1) 21302 + webpack: 5.96.1(esbuild@0.24.2) 21492 21303 optionalDependencies: 21493 - esbuild: 0.23.1 21304 + esbuild: 0.24.2 21494 21305 21495 21306 terser@5.36.0: 21496 21307 dependencies: ··· 21538 21349 21539 21350 tiny-invariant@1.3.3: {} 21540 21351 21541 - tinybench@2.8.0: {} 21542 - 21543 21352 tinybench@2.9.0: {} 21544 21353 21545 21354 tinyexec@0.3.1: {} ··· 21549 21358 fdir: 6.4.2(picomatch@4.0.2) 21550 21359 picomatch: 4.0.2 21551 21360 21552 - tinyglobby@0.2.6: 21553 - dependencies: 21554 - fdir: 6.3.0(picomatch@4.0.2) 21555 - picomatch: 4.0.2 21556 - 21557 - tinypool@0.8.4: {} 21558 - 21559 - tinypool@1.0.0: {} 21560 - 21561 21361 tinypool@1.0.1: {} 21562 21362 21563 21363 tinyrainbow@1.2.0: {} 21564 - 21565 - tinyspy@2.2.1: {} 21566 - 21567 - tinyspy@3.0.0: {} 21568 21364 21569 21365 tinyspy@3.0.2: {} 21570 21366 ··· 21609 21405 21610 21406 tree-kill@1.2.2: {} 21611 21407 21612 - ts-api-utils@1.3.0(typescript@5.5.3): 21408 + ts-api-utils@1.3.0(typescript@5.7.3): 21613 21409 dependencies: 21614 - typescript: 5.5.3 21410 + typescript: 5.7.3 21411 + 21412 + ts-api-utils@2.0.0(typescript@5.7.3): 21413 + dependencies: 21414 + typescript: 5.7.3 21615 21415 21616 21416 ts-interface-checker@0.1.13: {} 21617 21417 21618 - ts-node@10.9.2(@types/node@20.14.5)(typescript@5.5.3): 21418 + ts-node@10.9.2(@types/node@22.10.5)(typescript@5.5.3): 21619 21419 dependencies: 21620 21420 '@cspotcode/source-map-support': 0.8.1 21621 21421 '@tsconfig/node10': 1.0.11 21622 21422 '@tsconfig/node12': 1.0.11 21623 21423 '@tsconfig/node14': 1.0.3 21624 21424 '@tsconfig/node16': 1.0.4 21625 - '@types/node': 20.14.5 21425 + '@types/node': 22.10.5 21626 21426 acorn: 8.14.0 21627 21427 acorn-walk: 8.3.3 21628 21428 arg: 4.1.3 ··· 21634 21434 yn: 3.1.1 21635 21435 optional: true 21636 21436 21637 - ts-node@10.9.2(@types/node@22.8.5)(typescript@5.5.3): 21437 + ts-node@10.9.2(@types/node@22.10.5)(typescript@5.7.3): 21638 21438 dependencies: 21639 21439 '@cspotcode/source-map-support': 0.8.1 21640 21440 '@tsconfig/node10': 1.0.11 21641 21441 '@tsconfig/node12': 1.0.11 21642 21442 '@tsconfig/node14': 1.0.3 21643 21443 '@tsconfig/node16': 1.0.4 21644 - '@types/node': 22.8.5 21444 + '@types/node': 22.10.5 21645 21445 acorn: 8.14.0 21646 21446 acorn-walk: 8.3.3 21647 21447 arg: 4.1.3 21648 21448 create-require: 1.1.1 21649 21449 diff: 4.0.2 21650 21450 make-error: 1.3.6 21651 - typescript: 5.5.3 21451 + typescript: 5.7.3 21652 21452 v8-compile-cache-lib: 3.0.1 21653 21453 yn: 3.1.1 21654 21454 ··· 21656 21456 21657 21457 tslib@2.8.1: {} 21658 21458 21659 - tsup@8.3.0(@microsoft/api-extractor@7.47.9(@types/node@20.14.10))(jiti@2.4.2)(postcss@8.4.49)(tsx@4.19.1)(typescript@5.5.3)(yaml@2.6.1): 21459 + tsup@8.3.5(@microsoft/api-extractor@7.47.9(@types/node@22.10.5))(jiti@2.4.2)(postcss@8.4.49)(tsx@4.19.1)(typescript@5.7.3)(yaml@2.6.1): 21660 21460 dependencies: 21661 - bundle-require: 5.0.0(esbuild@0.23.1) 21461 + bundle-require: 5.0.0(esbuild@0.24.2) 21662 21462 cac: 6.7.14 21663 - chokidar: 3.6.0 21664 - consola: 3.2.3 21665 - debug: 4.3.5 21666 - esbuild: 0.23.1 21667 - execa: 5.1.1 21463 + chokidar: 4.0.3 21464 + consola: 3.3.3 21465 + debug: 4.4.0(supports-color@9.4.0) 21466 + esbuild: 0.24.2 21668 21467 joycon: 3.1.1 21669 - picocolors: 1.0.1 21468 + picocolors: 1.1.1 21670 21469 postcss-load-config: 6.0.1(jiti@2.4.2)(postcss@8.4.49)(tsx@4.19.1)(yaml@2.6.1) 21671 21470 resolve-from: 5.0.0 21672 - rollup: 4.22.0 21471 + rollup: 4.26.0 21673 21472 source-map: 0.8.0-beta.0 21674 21473 sucrase: 3.35.0 21675 - tinyglobby: 0.2.6 21474 + tinyexec: 0.3.1 21475 + tinyglobby: 0.2.10 21676 21476 tree-kill: 1.2.2 21677 21477 optionalDependencies: 21678 - '@microsoft/api-extractor': 7.47.9(@types/node@20.14.10) 21478 + '@microsoft/api-extractor': 7.47.9(@types/node@22.10.5) 21679 21479 postcss: 8.4.49 21680 - typescript: 5.5.3 21480 + typescript: 5.7.3 21681 21481 transitivePeerDependencies: 21682 21482 - jiti 21683 21483 - supports-color 21684 21484 - tsx 21685 21485 - yaml 21686 21486 21687 - tsutils@3.21.0(typescript@5.5.3): 21487 + tsutils@3.21.0(typescript@5.7.3): 21688 21488 dependencies: 21689 21489 tslib: 1.14.1 21690 - typescript: 5.5.3 21490 + typescript: 5.7.3 21691 21491 21692 21492 tsx@4.19.1: 21693 21493 dependencies: ··· 21700 21500 tuf-js@3.0.1: 21701 21501 dependencies: 21702 21502 '@tufjs/models': 3.0.1 21703 - debug: 4.3.7(supports-color@9.4.0) 21503 + debug: 4.4.0(supports-color@9.4.0) 21704 21504 make-fetch-happen: 14.0.3 21705 21505 transitivePeerDependencies: 21706 21506 - supports-color ··· 21708 21508 type-check@0.4.0: 21709 21509 dependencies: 21710 21510 prelude-ls: 1.2.1 21711 - 21712 - type-detect@4.0.8: {} 21713 21511 21714 21512 type-fest@0.20.2: {} 21715 21513 ··· 21724 21522 21725 21523 typed-assert@1.0.9: {} 21726 21524 21727 - typescript-eslint@7.15.0(eslint@9.6.0)(typescript@5.5.3): 21525 + typescript-eslint@8.19.1(eslint@9.0.0)(typescript@5.7.3): 21728 21526 dependencies: 21729 - '@typescript-eslint/eslint-plugin': 7.15.0(@typescript-eslint/parser@7.15.0(eslint@9.6.0)(typescript@5.5.3))(eslint@9.6.0)(typescript@5.5.3) 21730 - '@typescript-eslint/parser': 7.15.0(eslint@9.6.0)(typescript@5.5.3) 21731 - '@typescript-eslint/utils': 7.15.0(eslint@9.6.0)(typescript@5.5.3) 21732 - eslint: 9.6.0 21733 - optionalDependencies: 21734 - typescript: 5.5.3 21527 + '@typescript-eslint/eslint-plugin': 8.19.1(@typescript-eslint/parser@8.19.1(eslint@9.0.0)(typescript@5.7.3))(eslint@9.0.0)(typescript@5.7.3) 21528 + '@typescript-eslint/parser': 8.19.1(eslint@9.0.0)(typescript@5.7.3) 21529 + '@typescript-eslint/utils': 8.19.1(eslint@9.0.0)(typescript@5.7.3) 21530 + eslint: 9.0.0 21531 + typescript: 5.7.3 21735 21532 transitivePeerDependencies: 21736 21533 - supports-color 21737 21534 21738 - typescript-eslint@8.0.0(eslint@9.0.0)(typescript@5.5.3): 21535 + typescript-eslint@8.19.1(eslint@9.17.0(jiti@2.4.2))(typescript@5.7.3): 21739 21536 dependencies: 21740 - '@typescript-eslint/eslint-plugin': 8.0.0(@typescript-eslint/parser@8.0.0(eslint@9.0.0)(typescript@5.5.3))(eslint@9.0.0)(typescript@5.5.3) 21741 - '@typescript-eslint/parser': 8.0.0(eslint@9.0.0)(typescript@5.5.3) 21742 - '@typescript-eslint/utils': 8.0.0(eslint@9.0.0)(typescript@5.5.3) 21743 - optionalDependencies: 21744 - typescript: 5.5.3 21537 + '@typescript-eslint/eslint-plugin': 8.19.1(@typescript-eslint/parser@8.19.1(eslint@9.17.0(jiti@2.4.2))(typescript@5.7.3))(eslint@9.17.0(jiti@2.4.2))(typescript@5.7.3) 21538 + '@typescript-eslint/parser': 8.19.1(eslint@9.17.0(jiti@2.4.2))(typescript@5.7.3) 21539 + '@typescript-eslint/utils': 8.19.1(eslint@9.17.0(jiti@2.4.2))(typescript@5.7.3) 21540 + eslint: 9.17.0(jiti@2.4.2) 21541 + typescript: 5.7.3 21745 21542 transitivePeerDependencies: 21746 - - eslint 21747 21543 - supports-color 21748 21544 21749 21545 typescript@5.4.2: ··· 21753 21549 21754 21550 typescript@5.6.1-rc: {} 21755 21551 21552 + typescript@5.7.3: {} 21553 + 21756 21554 ua-parser-js@0.7.39: {} 21757 21555 21758 21556 ufo@1.5.4: {} ··· 21776 21574 magic-string: 0.30.17 21777 21575 unplugin: 2.1.0 21778 21576 21779 - undici-types@5.26.5: {} 21780 - 21781 - undici-types@6.19.8: {} 21577 + undici-types@6.20.0: {} 21782 21578 21783 21579 unenv@1.10.0: 21784 21580 dependencies: ··· 21853 21649 21854 21650 unpipe@1.0.0: {} 21855 21651 21856 - unplugin-vue-router@0.10.9(rollup@4.26.0)(vue-router@4.5.0(vue@3.5.13(typescript@5.6.1-rc)))(vue@3.5.13(typescript@5.6.1-rc)): 21652 + unplugin-vue-router@0.10.9(rollup@4.26.0)(vue-router@4.5.0(vue@3.5.13(typescript@5.7.3)))(vue@3.5.13(typescript@5.7.3)): 21857 21653 dependencies: 21858 21654 '@babel/types': 7.26.3 21859 21655 '@rollup/pluginutils': 5.1.4(rollup@4.26.0) 21860 - '@vue-macros/common': 1.15.1(rollup@4.26.0)(vue@3.5.13(typescript@5.6.1-rc)) 21656 + '@vue-macros/common': 1.15.1(rollup@4.26.0)(vue@3.5.13(typescript@5.7.3)) 21861 21657 ast-walker-scope: 0.6.2 21862 21658 chokidar: 3.6.0 21863 21659 fast-glob: 3.3.2 ··· 21870 21666 unplugin: 2.0.0-beta.1 21871 21667 yaml: 2.6.1 21872 21668 optionalDependencies: 21873 - vue-router: 4.5.0(vue@3.5.13(typescript@5.6.1-rc)) 21669 + vue-router: 4.5.0(vue@3.5.13(typescript@5.7.3)) 21874 21670 transitivePeerDependencies: 21875 21671 - rollup 21876 21672 - vue ··· 22001 21797 22002 21798 vary@1.1.2: {} 22003 21799 22004 - vite-hot-client@0.2.3(vite@5.4.6(@types/node@20.14.5)(less@4.2.0)(sass@1.80.7)(terser@5.36.0)): 22005 - dependencies: 22006 - vite: 5.4.6(@types/node@20.14.5)(less@4.2.0)(sass@1.80.7)(terser@5.36.0) 22007 - 22008 - vite-hot-client@0.2.4(vite@6.0.6(@types/node@22.8.5)(jiti@2.4.2)(less@4.2.0)(sass@1.80.7)(terser@5.36.0)(tsx@4.19.1)(yaml@2.6.1)): 21800 + vite-hot-client@0.2.3(vite@5.4.6(@types/node@22.10.5)(less@4.2.0)(sass@1.80.7)(terser@5.36.0)): 22009 21801 dependencies: 22010 - vite: 6.0.6(@types/node@22.8.5)(jiti@2.4.2)(less@4.2.0)(sass@1.80.7)(terser@5.36.0)(tsx@4.19.1)(yaml@2.6.1) 22011 - 22012 - vite-node@1.6.0(@types/node@20.14.10)(less@4.2.0)(sass@1.80.7)(terser@5.36.0): 22013 - dependencies: 22014 - cac: 6.7.14 22015 - debug: 4.3.5 22016 - pathe: 1.1.2 22017 - picocolors: 1.1.0 22018 - vite: 5.4.6(@types/node@20.14.10)(less@4.2.0)(sass@1.80.7)(terser@5.36.0) 22019 - transitivePeerDependencies: 22020 - - '@types/node' 22021 - - less 22022 - - lightningcss 22023 - - sass 22024 - - sass-embedded 22025 - - stylus 22026 - - sugarss 22027 - - supports-color 22028 - - terser 22029 - 22030 - vite-node@1.6.0(@types/node@20.14.5)(less@4.2.0)(sass@1.80.7)(terser@5.36.0): 22031 - dependencies: 22032 - cac: 6.7.14 22033 - debug: 4.3.5 22034 - pathe: 1.1.2 22035 - picocolors: 1.1.0 22036 - vite: 5.4.6(@types/node@20.14.5)(less@4.2.0)(sass@1.80.7)(terser@5.36.0) 22037 - transitivePeerDependencies: 22038 - - '@types/node' 22039 - - less 22040 - - lightningcss 22041 - - sass 22042 - - sass-embedded 22043 - - stylus 22044 - - sugarss 22045 - - supports-color 22046 - - terser 22047 - 22048 - vite-node@2.0.0(@types/node@22.8.5)(less@4.2.0)(sass@1.80.7)(terser@5.36.0): 22049 - dependencies: 22050 - cac: 6.7.14 22051 - debug: 4.3.5 22052 - pathe: 1.1.2 22053 - picocolors: 1.1.1 22054 - vite: 5.4.6(@types/node@22.8.5)(less@4.2.0)(sass@1.80.7)(terser@5.36.0) 22055 - transitivePeerDependencies: 22056 - - '@types/node' 22057 - - less 22058 - - lightningcss 22059 - - sass 22060 - - sass-embedded 22061 - - stylus 22062 - - sugarss 22063 - - supports-color 22064 - - terser 21802 + vite: 5.4.6(@types/node@22.10.5)(less@4.2.0)(sass@1.80.7)(terser@5.36.0) 22065 21803 22066 - vite-node@2.1.5(@types/node@22.8.5)(less@4.2.0)(sass@1.80.7)(terser@5.36.0): 21804 + vite-hot-client@0.2.4(vite@6.0.6(@types/node@22.10.5)(jiti@2.4.2)(less@4.2.0)(sass@1.80.7)(terser@5.36.0)(tsx@4.19.1)(yaml@2.6.1)): 22067 21805 dependencies: 22068 - cac: 6.7.14 22069 - debug: 4.3.7(supports-color@9.4.0) 22070 - es-module-lexer: 1.5.4 22071 - pathe: 1.1.2 22072 - vite: 5.4.6(@types/node@22.8.5)(less@4.2.0)(sass@1.80.7)(terser@5.36.0) 22073 - transitivePeerDependencies: 22074 - - '@types/node' 22075 - - less 22076 - - lightningcss 22077 - - sass 22078 - - sass-embedded 22079 - - stylus 22080 - - sugarss 22081 - - supports-color 22082 - - terser 21806 + vite: 6.0.6(@types/node@22.10.5)(jiti@2.4.2)(less@4.2.0)(sass@1.80.7)(terser@5.36.0)(tsx@4.19.1)(yaml@2.6.1) 22083 21807 22084 - vite-node@2.1.8(@types/node@22.8.5)(less@4.2.0)(sass@1.80.7)(terser@5.36.0): 21808 + vite-node@2.1.8(@types/node@22.10.5)(less@4.2.0)(sass@1.80.7)(terser@5.36.0): 22085 21809 dependencies: 22086 21810 cac: 6.7.14 22087 - debug: 4.3.7(supports-color@9.4.0) 21811 + debug: 4.4.0(supports-color@9.4.0) 22088 21812 es-module-lexer: 1.5.4 22089 21813 pathe: 1.1.2 22090 - vite: 5.4.6(@types/node@22.8.5)(less@4.2.0)(sass@1.80.7)(terser@5.36.0) 21814 + vite: 5.4.6(@types/node@22.10.5)(less@4.2.0)(sass@1.80.7)(terser@5.36.0) 22091 21815 transitivePeerDependencies: 22092 21816 - '@types/node' 22093 21817 - less ··· 22099 21823 - supports-color 22100 21824 - terser 22101 21825 22102 - vite-plugin-checker@0.8.0(eslint@9.6.0)(optionator@0.9.4)(typescript@5.6.1-rc)(vite@6.0.6(@types/node@22.8.5)(jiti@2.4.2)(less@4.2.0)(sass@1.80.7)(terser@5.36.0)(tsx@4.19.1)(yaml@2.6.1)): 21826 + vite-plugin-checker@0.8.0(eslint@9.17.0(jiti@2.4.2))(optionator@0.9.4)(typescript@5.7.3)(vite@6.0.6(@types/node@22.10.5)(jiti@2.4.2)(less@4.2.0)(sass@1.80.7)(terser@5.36.0)(tsx@4.19.1)(yaml@2.6.1)): 22103 21827 dependencies: 22104 21828 '@babel/code-frame': 7.26.2 22105 21829 ansi-escapes: 4.3.2 ··· 22111 21835 npm-run-path: 4.0.1 22112 21836 strip-ansi: 6.0.1 22113 21837 tiny-invariant: 1.3.3 22114 - vite: 6.0.6(@types/node@22.8.5)(jiti@2.4.2)(less@4.2.0)(sass@1.80.7)(terser@5.36.0)(tsx@4.19.1)(yaml@2.6.1) 21838 + vite: 6.0.6(@types/node@22.10.5)(jiti@2.4.2)(less@4.2.0)(sass@1.80.7)(terser@5.36.0)(tsx@4.19.1)(yaml@2.6.1) 22115 21839 vscode-languageclient: 7.0.0 22116 21840 vscode-languageserver: 7.0.0 22117 21841 vscode-languageserver-textdocument: 1.0.12 22118 21842 vscode-uri: 3.0.8 22119 21843 optionalDependencies: 22120 - eslint: 9.6.0 21844 + eslint: 9.17.0(jiti@2.4.2) 22121 21845 optionator: 0.9.4 22122 - typescript: 5.6.1-rc 21846 + typescript: 5.7.3 22123 21847 22124 - vite-plugin-inspect@0.8.5(rollup@4.26.0)(vite@5.4.6(@types/node@20.14.5)(less@4.2.0)(sass@1.80.7)(terser@5.36.0)): 21848 + vite-plugin-inspect@0.8.5(rollup@4.26.0)(vite@5.4.6(@types/node@22.10.5)(less@4.2.0)(sass@1.80.7)(terser@5.36.0)): 22125 21849 dependencies: 22126 21850 '@antfu/utils': 0.7.10 22127 21851 '@rollup/pluginutils': 5.1.4(rollup@4.26.0) 22128 - debug: 4.3.5 21852 + debug: 4.4.0(supports-color@9.4.0) 22129 21853 error-stack-parser-es: 0.1.5 22130 21854 fs-extra: 11.2.0 22131 21855 open: 10.1.0 22132 21856 perfect-debounce: 1.0.0 22133 21857 picocolors: 1.1.1 22134 21858 sirv: 2.0.4 22135 - vite: 5.4.6(@types/node@20.14.5)(less@4.2.0)(sass@1.80.7)(terser@5.36.0) 21859 + vite: 5.4.6(@types/node@22.10.5)(less@4.2.0)(sass@1.80.7)(terser@5.36.0) 22136 21860 transitivePeerDependencies: 22137 21861 - rollup 22138 21862 - supports-color 22139 21863 22140 - vite-plugin-inspect@0.8.9(@nuxt/kit@3.15.0(magicast@0.3.5)(rollup@4.26.0))(rollup@4.26.0)(vite@6.0.6(@types/node@22.8.5)(jiti@2.4.2)(less@4.2.0)(sass@1.80.7)(terser@5.36.0)(tsx@4.19.1)(yaml@2.6.1)): 21864 + vite-plugin-inspect@0.8.9(@nuxt/kit@3.15.0(magicast@0.3.5)(rollup@4.26.0))(rollup@4.26.0)(vite@6.0.6(@types/node@22.10.5)(jiti@2.4.2)(less@4.2.0)(sass@1.80.7)(terser@5.36.0)(tsx@4.19.1)(yaml@2.6.1)): 22141 21865 dependencies: 22142 21866 '@antfu/utils': 0.7.10 22143 21867 '@rollup/pluginutils': 5.1.4(rollup@4.26.0) 22144 - debug: 4.3.7(supports-color@9.4.0) 21868 + debug: 4.4.0(supports-color@9.4.0) 22145 21869 error-stack-parser-es: 0.1.5 22146 21870 fs-extra: 11.2.0 22147 21871 open: 10.1.0 22148 21872 perfect-debounce: 1.0.0 22149 21873 picocolors: 1.1.1 22150 21874 sirv: 3.0.0 22151 - vite: 6.0.6(@types/node@22.8.5)(jiti@2.4.2)(less@4.2.0)(sass@1.80.7)(terser@5.36.0)(tsx@4.19.1)(yaml@2.6.1) 21875 + vite: 6.0.6(@types/node@22.10.5)(jiti@2.4.2)(less@4.2.0)(sass@1.80.7)(terser@5.36.0)(tsx@4.19.1)(yaml@2.6.1) 22152 21876 optionalDependencies: 22153 21877 '@nuxt/kit': 3.15.0(magicast@0.3.5)(rollup@4.26.0) 22154 21878 transitivePeerDependencies: 22155 21879 - rollup 22156 21880 - supports-color 22157 21881 22158 - vite-plugin-vue-devtools@7.3.1(rollup@4.26.0)(vite@5.4.6(@types/node@20.14.5)(less@4.2.0)(sass@1.80.7)(terser@5.36.0))(vue@3.5.13(typescript@5.5.3)): 21882 + vite-plugin-vue-devtools@7.3.1(rollup@4.26.0)(vite@5.4.6(@types/node@22.10.5)(less@4.2.0)(sass@1.80.7)(terser@5.36.0))(vue@3.5.13(typescript@5.7.3)): 22159 21883 dependencies: 22160 - '@vue/devtools-core': 7.3.7(vite@5.4.6(@types/node@20.14.5)(less@4.2.0)(sass@1.80.7)(terser@5.36.0))(vue@3.5.13(typescript@5.5.3)) 21884 + '@vue/devtools-core': 7.3.7(vite@5.4.6(@types/node@22.10.5)(less@4.2.0)(sass@1.80.7)(terser@5.36.0))(vue@3.5.13(typescript@5.7.3)) 22161 21885 '@vue/devtools-kit': 7.3.7 22162 21886 '@vue/devtools-shared': 7.3.7 22163 21887 execa: 8.0.1 22164 21888 sirv: 2.0.4 22165 - vite: 5.4.6(@types/node@20.14.5)(less@4.2.0)(sass@1.80.7)(terser@5.36.0) 22166 - vite-plugin-inspect: 0.8.5(rollup@4.26.0)(vite@5.4.6(@types/node@20.14.5)(less@4.2.0)(sass@1.80.7)(terser@5.36.0)) 22167 - vite-plugin-vue-inspector: 5.1.3(vite@5.4.6(@types/node@20.14.5)(less@4.2.0)(sass@1.80.7)(terser@5.36.0)) 21889 + vite: 5.4.6(@types/node@22.10.5)(less@4.2.0)(sass@1.80.7)(terser@5.36.0) 21890 + vite-plugin-inspect: 0.8.5(rollup@4.26.0)(vite@5.4.6(@types/node@22.10.5)(less@4.2.0)(sass@1.80.7)(terser@5.36.0)) 21891 + vite-plugin-vue-inspector: 5.1.3(vite@5.4.6(@types/node@22.10.5)(less@4.2.0)(sass@1.80.7)(terser@5.36.0)) 22168 21892 transitivePeerDependencies: 22169 21893 - '@nuxt/kit' 22170 21894 - rollup 22171 21895 - supports-color 22172 21896 - vue 22173 21897 22174 - vite-plugin-vue-inspector@5.1.3(vite@5.4.6(@types/node@20.14.5)(less@4.2.0)(sass@1.80.7)(terser@5.36.0)): 21898 + vite-plugin-vue-inspector@5.1.3(vite@5.4.6(@types/node@22.10.5)(less@4.2.0)(sass@1.80.7)(terser@5.36.0)): 22175 21899 dependencies: 22176 21900 '@babel/core': 7.26.0 22177 21901 '@babel/plugin-proposal-decorators': 7.24.7(@babel/core@7.26.0) ··· 22182 21906 '@vue/compiler-dom': 3.5.12 22183 21907 kolorist: 1.8.0 22184 21908 magic-string: 0.30.17 22185 - vite: 5.4.6(@types/node@20.14.5)(less@4.2.0)(sass@1.80.7)(terser@5.36.0) 21909 + vite: 5.4.6(@types/node@22.10.5)(less@4.2.0)(sass@1.80.7)(terser@5.36.0) 22186 21910 transitivePeerDependencies: 22187 21911 - supports-color 22188 21912 22189 - vite-plugin-vue-inspector@5.3.1(vite@6.0.6(@types/node@22.8.5)(jiti@2.4.2)(less@4.2.0)(sass@1.80.7)(terser@5.36.0)(tsx@4.19.1)(yaml@2.6.1)): 21913 + vite-plugin-vue-inspector@5.3.1(vite@6.0.6(@types/node@22.10.5)(jiti@2.4.2)(less@4.2.0)(sass@1.80.7)(terser@5.36.0)(tsx@4.19.1)(yaml@2.6.1)): 22190 21914 dependencies: 22191 21915 '@babel/core': 7.26.0 22192 21916 '@babel/plugin-proposal-decorators': 7.24.7(@babel/core@7.26.0) ··· 22197 21921 '@vue/compiler-dom': 3.5.13 22198 21922 kolorist: 1.8.0 22199 21923 magic-string: 0.30.17 22200 - vite: 6.0.6(@types/node@22.8.5)(jiti@2.4.2)(less@4.2.0)(sass@1.80.7)(terser@5.36.0)(tsx@4.19.1)(yaml@2.6.1) 21924 + vite: 6.0.6(@types/node@22.10.5)(jiti@2.4.2)(less@4.2.0)(sass@1.80.7)(terser@5.36.0)(tsx@4.19.1)(yaml@2.6.1) 22201 21925 transitivePeerDependencies: 22202 21926 - supports-color 22203 21927 22204 - vite@5.4.11(@types/node@22.8.5)(less@4.2.0)(sass@1.80.7)(terser@5.36.0): 21928 + vite@5.4.11(@types/node@22.10.5)(less@4.2.0)(sass@1.80.7)(terser@5.36.0): 22205 21929 dependencies: 22206 21930 esbuild: 0.21.5 22207 21931 postcss: 8.4.49 22208 21932 rollup: 4.26.0 22209 21933 optionalDependencies: 22210 - '@types/node': 22.8.5 21934 + '@types/node': 22.10.5 22211 21935 fsevents: 2.3.3 22212 21936 less: 4.2.0 22213 21937 sass: 1.80.7 22214 21938 terser: 5.36.0 22215 21939 22216 - vite@5.4.6(@types/node@20.14.10)(less@4.2.0)(sass@1.80.7)(terser@5.36.0): 21940 + vite@5.4.6(@types/node@22.10.5)(less@4.2.0)(sass@1.80.7)(terser@5.36.0): 22217 21941 dependencies: 22218 21942 esbuild: 0.21.5 22219 21943 postcss: 8.4.47 22220 21944 rollup: 4.22.0 22221 21945 optionalDependencies: 22222 - '@types/node': 20.14.10 21946 + '@types/node': 22.10.5 22223 21947 fsevents: 2.3.3 22224 21948 less: 4.2.0 22225 21949 sass: 1.80.7 22226 21950 terser: 5.36.0 22227 21951 22228 - vite@5.4.6(@types/node@20.14.5)(less@4.2.0)(sass@1.80.7)(terser@5.36.0): 22229 - dependencies: 22230 - esbuild: 0.21.5 22231 - postcss: 8.4.47 22232 - rollup: 4.22.0 22233 - optionalDependencies: 22234 - '@types/node': 20.14.5 22235 - fsevents: 2.3.3 22236 - less: 4.2.0 22237 - sass: 1.80.7 22238 - terser: 5.36.0 22239 - 22240 - vite@5.4.6(@types/node@22.8.5)(less@4.2.0)(sass@1.80.7)(terser@5.36.0): 22241 - dependencies: 22242 - esbuild: 0.21.5 22243 - postcss: 8.4.47 22244 - rollup: 4.22.0 22245 - optionalDependencies: 22246 - '@types/node': 22.8.5 22247 - fsevents: 2.3.3 22248 - less: 4.2.0 22249 - sass: 1.80.7 22250 - terser: 5.36.0 22251 - 22252 - vite@6.0.6(@types/node@22.8.5)(jiti@2.4.2)(less@4.2.0)(sass@1.80.7)(terser@5.36.0)(tsx@4.19.1)(yaml@2.6.1): 21952 + vite@6.0.6(@types/node@22.10.5)(jiti@2.4.2)(less@4.2.0)(sass@1.80.7)(terser@5.36.0)(tsx@4.19.1)(yaml@2.6.1): 22253 21953 dependencies: 22254 21954 esbuild: 0.24.2 22255 21955 postcss: 8.4.49 22256 21956 rollup: 4.26.0 22257 21957 optionalDependencies: 22258 - '@types/node': 22.8.5 21958 + '@types/node': 22.10.5 22259 21959 fsevents: 2.3.3 22260 21960 jiti: 2.4.2 22261 21961 less: 4.2.0 ··· 22264 21964 tsx: 4.19.1 22265 21965 yaml: 2.6.1 22266 21966 22267 - vitefu@0.2.5(vite@5.4.6(@types/node@22.8.5)(less@4.2.0)(sass@1.80.7)(terser@5.36.0)): 21967 + vitefu@0.2.5(vite@5.4.6(@types/node@22.10.5)(less@4.2.0)(sass@1.80.7)(terser@5.36.0)): 22268 21968 optionalDependencies: 22269 - vite: 5.4.6(@types/node@22.8.5)(less@4.2.0)(sass@1.80.7)(terser@5.36.0) 21969 + vite: 5.4.6(@types/node@22.10.5)(less@4.2.0)(sass@1.80.7)(terser@5.36.0) 22270 21970 22271 - vitepress@1.3.0(@algolia/client-search@4.23.3)(@types/node@22.8.5)(@types/react@18.3.3)(axios@1.7.9)(less@4.2.0)(postcss@8.4.49)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.80.7)(search-insights@2.14.0)(terser@5.36.0)(typescript@5.5.3): 21971 + vitepress@1.3.0(@algolia/client-search@4.23.3)(@types/node@22.10.5)(@types/react@18.3.3)(axios@1.7.9)(less@4.2.0)(postcss@8.4.49)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.80.7)(search-insights@2.14.0)(terser@5.36.0)(typescript@5.7.3): 22272 21972 dependencies: 22273 21973 '@docsearch/css': 3.6.0 22274 21974 '@docsearch/js': 3.6.0(@algolia/client-search@4.23.3)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(search-insights@2.14.0) 22275 21975 '@shikijs/core': 1.10.3 22276 21976 '@shikijs/transformers': 1.10.3 22277 21977 '@types/markdown-it': 14.1.1 22278 - '@vitejs/plugin-vue': 5.0.5(vite@5.4.6(@types/node@22.8.5)(less@4.2.0)(sass@1.80.7)(terser@5.36.0))(vue@3.5.12(typescript@5.5.3)) 21978 + '@vitejs/plugin-vue': 5.0.5(vite@5.4.6(@types/node@22.10.5)(less@4.2.0)(sass@1.80.7)(terser@5.36.0))(vue@3.5.12(typescript@5.7.3)) 22279 21979 '@vue/devtools-api': 7.3.5 22280 21980 '@vue/shared': 3.4.31 22281 - '@vueuse/core': 10.11.0(vue@3.5.12(typescript@5.5.3)) 22282 - '@vueuse/integrations': 10.11.0(axios@1.7.9)(focus-trap@7.5.4)(vue@3.5.12(typescript@5.5.3)) 21981 + '@vueuse/core': 10.11.0(vue@3.5.12(typescript@5.7.3)) 21982 + '@vueuse/integrations': 10.11.0(axios@1.7.9)(focus-trap@7.5.4)(vue@3.5.12(typescript@5.7.3)) 22283 21983 focus-trap: 7.5.4 22284 21984 mark.js: 8.11.1 22285 21985 minisearch: 6.3.0 22286 21986 shiki: 1.10.3 22287 - vite: 5.4.6(@types/node@22.8.5)(less@4.2.0)(sass@1.80.7)(terser@5.36.0) 22288 - vue: 3.5.12(typescript@5.5.3) 21987 + vite: 5.4.6(@types/node@22.10.5)(less@4.2.0)(sass@1.80.7)(terser@5.36.0) 21988 + vue: 3.5.12(typescript@5.7.3) 22289 21989 optionalDependencies: 22290 21990 postcss: 8.4.49 22291 21991 transitivePeerDependencies: ··· 22316 22016 - typescript 22317 22017 - universal-cookie 22318 22018 22319 - vitest@1.6.0(@types/node@20.14.10)(jsdom@24.1.0)(less@4.2.0)(sass@1.80.7)(terser@5.36.0): 22019 + vitest@2.1.8(@types/node@22.10.5)(jsdom@24.1.0)(less@4.2.0)(sass@1.80.7)(terser@5.36.0): 22320 22020 dependencies: 22321 - '@vitest/expect': 1.6.0 22322 - '@vitest/runner': 1.6.0 22323 - '@vitest/snapshot': 1.6.0 22324 - '@vitest/spy': 1.6.0 22325 - '@vitest/utils': 1.6.0 22326 - acorn-walk: 8.3.3 22327 - chai: 4.4.1 22328 - debug: 4.3.5 22329 - execa: 8.0.1 22330 - local-pkg: 0.5.0 22331 - magic-string: 0.30.10 22332 - pathe: 1.1.2 22333 - picocolors: 1.0.1 22334 - std-env: 3.7.0 22335 - strip-literal: 2.1.0 22336 - tinybench: 2.8.0 22337 - tinypool: 0.8.4 22338 - vite: 5.4.6(@types/node@20.14.10)(less@4.2.0)(sass@1.80.7)(terser@5.36.0) 22339 - vite-node: 1.6.0(@types/node@20.14.10)(less@4.2.0)(sass@1.80.7)(terser@5.36.0) 22340 - why-is-node-running: 2.2.2 22341 - optionalDependencies: 22342 - '@types/node': 20.14.10 22343 - jsdom: 24.1.0 22344 - transitivePeerDependencies: 22345 - - less 22346 - - lightningcss 22347 - - sass 22348 - - sass-embedded 22349 - - stylus 22350 - - sugarss 22351 - - supports-color 22352 - - terser 22353 - 22354 - vitest@1.6.0(@types/node@20.14.5)(jsdom@24.1.0)(less@4.2.0)(sass@1.80.7)(terser@5.36.0): 22355 - dependencies: 22356 - '@vitest/expect': 1.6.0 22357 - '@vitest/runner': 1.6.0 22358 - '@vitest/snapshot': 1.6.0 22359 - '@vitest/spy': 1.6.0 22360 - '@vitest/utils': 1.6.0 22361 - acorn-walk: 8.3.3 22362 - chai: 4.4.1 22363 - debug: 4.3.5 22364 - execa: 8.0.1 22365 - local-pkg: 0.5.0 22366 - magic-string: 0.30.10 22367 - pathe: 1.1.2 22368 - picocolors: 1.0.1 22369 - std-env: 3.7.0 22370 - strip-literal: 2.1.0 22371 - tinybench: 2.8.0 22372 - tinypool: 0.8.4 22373 - vite: 5.4.6(@types/node@20.14.5)(less@4.2.0)(sass@1.80.7)(terser@5.36.0) 22374 - vite-node: 1.6.0(@types/node@20.14.5)(less@4.2.0)(sass@1.80.7)(terser@5.36.0) 22375 - why-is-node-running: 2.2.2 22376 - optionalDependencies: 22377 - '@types/node': 20.14.5 22378 - jsdom: 24.1.0 22379 - transitivePeerDependencies: 22380 - - less 22381 - - lightningcss 22382 - - sass 22383 - - sass-embedded 22384 - - stylus 22385 - - sugarss 22386 - - supports-color 22387 - - terser 22388 - 22389 - vitest@2.0.0(@types/node@22.8.5)(jsdom@24.1.0)(less@4.2.0)(sass@1.80.7)(terser@5.36.0): 22390 - dependencies: 22391 - '@ampproject/remapping': 2.3.0 22392 - '@vitest/expect': 2.0.0 22393 - '@vitest/runner': 2.0.0 22394 - '@vitest/snapshot': 2.0.0 22395 - '@vitest/spy': 2.0.0 22396 - '@vitest/utils': 2.0.0 22397 - chai: 5.1.1 22398 - debug: 4.3.5 22399 - execa: 8.0.1 22400 - magic-string: 0.30.10 22401 - pathe: 1.1.2 22402 - picocolors: 1.0.1 22403 - std-env: 3.7.0 22404 - tinybench: 2.8.0 22405 - tinypool: 1.0.0 22406 - vite: 5.4.6(@types/node@22.8.5)(less@4.2.0)(sass@1.80.7)(terser@5.36.0) 22407 - vite-node: 2.0.0(@types/node@22.8.5)(less@4.2.0)(sass@1.80.7)(terser@5.36.0) 22408 - why-is-node-running: 2.3.0 22409 - optionalDependencies: 22410 - '@types/node': 22.8.5 22411 - jsdom: 24.1.0 22412 - transitivePeerDependencies: 22413 - - less 22414 - - lightningcss 22415 - - sass 22416 - - sass-embedded 22417 - - stylus 22418 - - sugarss 22419 - - supports-color 22420 - - terser 22421 - 22422 - vitest@2.1.5(@types/node@22.8.5)(jsdom@24.1.0)(less@4.2.0)(sass@1.80.7)(terser@5.36.0): 22423 - dependencies: 22424 - '@vitest/expect': 2.1.5 22425 - '@vitest/mocker': 2.1.5(vite@5.4.6(@types/node@22.8.5)(less@4.2.0)(sass@1.80.7)(terser@5.36.0)) 22426 - '@vitest/pretty-format': 2.1.5 22427 - '@vitest/runner': 2.1.5 22428 - '@vitest/snapshot': 2.1.5 22429 - '@vitest/spy': 2.1.5 22430 - '@vitest/utils': 2.1.5 22021 + '@vitest/expect': 2.1.8 22022 + '@vitest/mocker': 2.1.8(vite@5.4.6(@types/node@22.10.5)(less@4.2.0)(sass@1.80.7)(terser@5.36.0)) 22023 + '@vitest/pretty-format': 2.1.8 22024 + '@vitest/runner': 2.1.8 22025 + '@vitest/snapshot': 2.1.8 22026 + '@vitest/spy': 2.1.8 22027 + '@vitest/utils': 2.1.8 22431 22028 chai: 5.1.2 22432 - debug: 4.3.7(supports-color@9.4.0) 22029 + debug: 4.4.0(supports-color@9.4.0) 22433 22030 expect-type: 1.1.0 22434 - magic-string: 0.30.12 22031 + magic-string: 0.30.17 22435 22032 pathe: 1.1.2 22436 22033 std-env: 3.8.0 22437 22034 tinybench: 2.9.0 22438 22035 tinyexec: 0.3.1 22439 22036 tinypool: 1.0.1 22440 22037 tinyrainbow: 1.2.0 22441 - vite: 5.4.6(@types/node@22.8.5)(less@4.2.0)(sass@1.80.7)(terser@5.36.0) 22442 - vite-node: 2.1.5(@types/node@22.8.5)(less@4.2.0)(sass@1.80.7)(terser@5.36.0) 22038 + vite: 5.4.6(@types/node@22.10.5)(less@4.2.0)(sass@1.80.7)(terser@5.36.0) 22039 + vite-node: 2.1.8(@types/node@22.10.5)(less@4.2.0)(sass@1.80.7)(terser@5.36.0) 22443 22040 why-is-node-running: 2.3.0 22444 22041 optionalDependencies: 22445 - '@types/node': 22.8.5 22042 + '@types/node': 22.10.5 22446 22043 jsdom: 24.1.0 22447 22044 transitivePeerDependencies: 22448 22045 - less ··· 22486 22083 22487 22084 vue-component-type-helpers@2.0.29: {} 22488 22085 22489 - vue-demi@0.14.10(vue@3.5.12(typescript@5.5.3)): 22086 + vue-demi@0.14.10(vue@3.5.12(typescript@5.7.3)): 22490 22087 dependencies: 22491 - vue: 3.5.12(typescript@5.5.3) 22088 + vue: 3.5.12(typescript@5.7.3) 22492 22089 22493 - vue-demi@0.14.10(vue@3.5.13(typescript@5.5.3)): 22090 + vue-demi@0.14.10(vue@3.5.13(typescript@5.7.3)): 22494 22091 dependencies: 22495 - vue: 3.5.13(typescript@5.5.3) 22092 + vue: 3.5.13(typescript@5.7.3) 22496 22093 22497 22094 vue-devtools-stub@0.1.0: {} 22498 22095 22499 - vue-eslint-parser@9.4.3(eslint@9.6.0): 22096 + vue-eslint-parser@9.4.3(eslint@9.17.0(jiti@2.4.2)): 22500 22097 dependencies: 22501 - debug: 4.3.5 22502 - eslint: 9.6.0 22098 + debug: 4.4.0(supports-color@9.4.0) 22099 + eslint: 9.17.0(jiti@2.4.2) 22503 22100 eslint-scope: 7.2.2 22504 22101 eslint-visitor-keys: 3.4.3 22505 22102 espree: 9.6.1 ··· 22509 22106 transitivePeerDependencies: 22510 22107 - supports-color 22511 22108 22512 - vue-router@4.5.0(vue@3.5.13(typescript@5.5.3)): 22513 - dependencies: 22514 - '@vue/devtools-api': 6.6.4 22515 - vue: 3.5.13(typescript@5.5.3) 22516 - 22517 - vue-router@4.5.0(vue@3.5.13(typescript@5.6.1-rc)): 22109 + vue-router@4.5.0(vue@3.5.13(typescript@5.7.3)): 22518 22110 dependencies: 22519 22111 '@vue/devtools-api': 6.6.4 22520 - vue: 3.5.13(typescript@5.6.1-rc) 22112 + vue: 3.5.13(typescript@5.7.3) 22521 22113 22522 - vue-tsc@2.0.29(typescript@5.5.3): 22114 + vue-tsc@2.0.29(typescript@5.7.3): 22523 22115 dependencies: 22524 22116 '@volar/typescript': 2.4.0-alpha.18 22525 - '@vue/language-core': 2.0.29(typescript@5.5.3) 22117 + '@vue/language-core': 2.0.29(typescript@5.7.3) 22526 22118 semver: 7.6.2 22527 - typescript: 5.5.3 22119 + typescript: 5.7.3 22528 22120 22529 - vue@3.5.12(typescript@5.5.3): 22121 + vue@3.5.12(typescript@5.7.3): 22530 22122 dependencies: 22531 22123 '@vue/compiler-dom': 3.5.12 22532 22124 '@vue/compiler-sfc': 3.5.12 22533 22125 '@vue/runtime-dom': 3.5.12 22534 - '@vue/server-renderer': 3.5.12(vue@3.5.12(typescript@5.5.3)) 22126 + '@vue/server-renderer': 3.5.12(vue@3.5.12(typescript@5.7.3)) 22535 22127 '@vue/shared': 3.5.12 22536 22128 optionalDependencies: 22537 - typescript: 5.5.3 22538 - 22539 - vue@3.5.13(typescript@5.5.3): 22540 - dependencies: 22541 - '@vue/compiler-dom': 3.5.13 22542 - '@vue/compiler-sfc': 3.5.13 22543 - '@vue/runtime-dom': 3.5.13 22544 - '@vue/server-renderer': 3.5.13(vue@3.5.13(typescript@5.5.3)) 22545 - '@vue/shared': 3.5.13 22546 - optionalDependencies: 22547 - typescript: 5.5.3 22129 + typescript: 5.7.3 22548 22130 22549 - vue@3.5.13(typescript@5.6.1-rc): 22131 + vue@3.5.13(typescript@5.7.3): 22550 22132 dependencies: 22551 22133 '@vue/compiler-dom': 3.5.13 22552 22134 '@vue/compiler-sfc': 3.5.13 22553 22135 '@vue/runtime-dom': 3.5.13 22554 - '@vue/server-renderer': 3.5.13(vue@3.5.13(typescript@5.6.1-rc)) 22136 + '@vue/server-renderer': 3.5.13(vue@3.5.13(typescript@5.7.3)) 22555 22137 '@vue/shared': 3.5.13 22556 22138 optionalDependencies: 22557 - typescript: 5.6.1-rc 22139 + typescript: 5.7.3 22558 22140 22559 22141 w3c-xmlserializer@5.0.0: 22560 22142 dependencies: ··· 22593 22175 range-parser: 1.2.1 22594 22176 schema-utils: 4.2.0 22595 22177 optionalDependencies: 22596 - webpack: 5.96.1(esbuild@0.23.1) 22178 + webpack: 5.96.1(esbuild@0.24.2) 22597 22179 22598 22180 webpack-dev-server@5.1.0(webpack@5.96.1(esbuild@0.24.0)): 22599 22181 dependencies: ··· 22626 22208 webpack-dev-middleware: 7.4.2(webpack@5.96.1(esbuild@0.24.0)) 22627 22209 ws: 8.18.0 22628 22210 optionalDependencies: 22629 - webpack: 5.96.1(esbuild@0.23.1) 22211 + webpack: 5.96.1(esbuild@0.24.2) 22630 22212 transitivePeerDependencies: 22631 22213 - bufferutil 22632 22214 - debug ··· 22644 22226 webpack-subresource-integrity@5.1.0(webpack@5.96.1(esbuild@0.24.0)): 22645 22227 dependencies: 22646 22228 typed-assert: 1.0.9 22647 - webpack: 5.96.1(esbuild@0.23.1) 22229 + webpack: 5.96.1(esbuild@0.24.2) 22648 22230 22649 22231 webpack-virtual-modules@0.6.2: {} 22650 22232 22651 - webpack@5.96.1(esbuild@0.23.1): 22233 + webpack@5.96.1(esbuild@0.24.2): 22652 22234 dependencies: 22653 22235 '@types/eslint-scope': 3.7.7 22654 22236 '@types/estree': 1.0.6 ··· 22670 22252 neo-async: 2.6.2 22671 22253 schema-utils: 3.3.0 22672 22254 tapable: 2.2.1 22673 - terser-webpack-plugin: 5.3.10(esbuild@0.23.1)(webpack@5.96.1(esbuild@0.24.0)) 22255 + terser-webpack-plugin: 5.3.10(esbuild@0.24.2)(webpack@5.96.1(esbuild@0.24.0)) 22674 22256 watchpack: 2.4.2 22675 22257 webpack-sources: 3.2.3 22676 22258 transitivePeerDependencies: ··· 22728 22310 dependencies: 22729 22311 isexe: 3.1.1 22730 22312 22731 - why-is-node-running@2.2.2: 22732 - dependencies: 22733 - siginfo: 2.0.0 22734 - stackback: 0.0.2 22735 - 22736 22313 why-is-node-running@2.3.0: 22737 22314 dependencies: 22738 22315 siginfo: 2.0.0 ··· 22793 22370 yaml-ast-parser@0.0.43: {} 22794 22371 22795 22372 yaml@1.10.2: {} 22796 - 22797 - yaml@2.4.5: {} 22798 22373 22799 22374 yaml@2.6.1: {} 22800 22375