From 612a7e3b8b6d5c2432fa7ccb3ddcc8134b863b15 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 17 Apr 2026 02:47:13 +0000 Subject: [PATCH] Update dependency typescript to v6 --- typescript/package.json | 2 +- typescript/pnpm-lock.yaml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/typescript/package.json b/typescript/package.json index d68d1634..e0a3dd0f 100644 --- a/typescript/package.json +++ b/typescript/package.json @@ -1,6 +1,6 @@ { "private": true, "dependencies": { - "typescript": "5.5.3" + "typescript": "6.0.3" } } diff --git a/typescript/pnpm-lock.yaml b/typescript/pnpm-lock.yaml index 54923251..40649dcc 100644 --- a/typescript/pnpm-lock.yaml +++ b/typescript/pnpm-lock.yaml @@ -9,16 +9,16 @@ importers: .: dependencies: typescript: - specifier: 5.5.3 - version: 5.5.3 + specifier: 6.0.3 + version: 6.0.3 packages: - typescript@5.5.3: - resolution: {integrity: sha512-/hreyEujaB0w76zKo6717l3L0o/qEUtRgdvUBvlkhoWeOVMjMuHNHk0BRBzikzuGDqNmPQbg5ifMEqsHLiIUcQ==} + typescript@6.0.3: + resolution: {integrity: sha512-y2TvuxSZPDyQakkFRPZHKFm+KKVqIisdg9/CZwm9ftvKXLP8NRWj38/ODjNbr43SsoXqNuAisEf1GdCxqWcdBw==} engines: {node: '>=14.17'} hasBin: true snapshots: - typescript@5.5.3: {} + typescript@6.0.3: {}