diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 34bb9ba5c..7c23dbdf9 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -426,8 +426,8 @@ importers: specifier: ^0.27.2 version: 0.27.2 typescript: - specifier: ~5.8.3 - version: 5.8.3 + specifier: ~6.0.3 + version: 6.0.3 vitest: specifier: ^4.0.0 version: 4.0.16(@types/node@22.19.3)(jiti@2.7.0)(jsdom@26.1.0)(lightningcss@1.30.2)(sass@1.98.0)(tsx@4.21.0)(yaml@2.9.0) @@ -4954,6 +4954,11 @@ packages: engines: {node: '>=14.17'} hasBin: true + typescript@6.0.3: + resolution: {integrity: sha512-y2TvuxSZPDyQakkFRPZHKFm+KKVqIisdg9/CZwm9ftvKXLP8NRWj38/ODjNbr43SsoXqNuAisEf1GdCxqWcdBw==} + engines: {node: '>=14.17'} + hasBin: true + uc.micro@2.1.0: resolution: {integrity: sha512-ARDJmphmdvUk6Glw7y9DQ2bFkKBHwQHLi2lsaH6PPmz/Ka9sFOBsBluozhDltWmnv9u/cF6Rt87znRTPV+yp/A==} @@ -10418,6 +10423,8 @@ snapshots: typescript@5.8.3: {} + typescript@6.0.3: {} + uc.micro@2.1.0: {} ufo@1.6.3: {} diff --git a/vmark-mcp-server/package.json b/vmark-mcp-server/package.json index 49cc3cc88..9d1a7265d 100644 --- a/vmark-mcp-server/package.json +++ b/vmark-mcp-server/package.json @@ -40,7 +40,7 @@ "@vitest/coverage-v8": "^4.0.16", "@yao-pkg/pkg": "^6.14.1", "esbuild": "^0.27.2", - "typescript": "~5.8.3", + "typescript": "~6.0.3", "vitest": "^4.0.0" }, "engines": {