From 690100df33e38dc9c8f352919ff9cc0bb0a88508 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 17 Apr 2026 00:36:42 +0000 Subject: [PATCH] chore(deps): update dependency typescript to v6 --- bun.lock | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bun.lock b/bun.lock index c3611be4..b4c8c024 100644 --- a/bun.lock +++ b/bun.lock @@ -46,7 +46,7 @@ "prettyjson": "^1.2.5", "tmp": "^0.2.5", "tus-js-client": "^4.3.1", - "typescript": "^5.9.3", + "typescript": "^6.0.0", "ws": "^8.18.3", "zod": "^4.3.6", }, @@ -1097,7 +1097,7 @@ "type-is": ["type-is@2.0.1", "", { "dependencies": { "content-type": "^1.0.5", "media-typer": "^1.1.0", "mime-types": "^3.0.0" } }, "sha512-OZs6gsjF4vMp32qrCbiVSkrFmXtG/AZhY3t0iAMrMBiAZyV9oALtXO8hsrHbMXF9x6L3grlFuwW2oAz7cav+Gw=="], - "typescript": ["typescript@5.9.3", "", { "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" } }, "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw=="], + "typescript": ["typescript@6.0.3", "", { "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" } }, "sha512-y2TvuxSZPDyQakkFRPZHKFm+KKVqIisdg9/CZwm9ftvKXLP8NRWj38/ODjNbr43SsoXqNuAisEf1GdCxqWcdBw=="], "ufo": ["ufo@1.6.3", "", {}, "sha512-yDJTmhydvl5lJzBmy/hyOAA0d+aqCBuwl818haVdYCRrWV84o7YyeVm4QlVHStqNrrJSTb6jKuFAVqAFsr+K3Q=="], diff --git a/package.json b/package.json index f66177b2..bc41b499 100644 --- a/package.json +++ b/package.json @@ -115,7 +115,7 @@ "prettyjson": "^1.2.5", "tmp": "^0.2.5", "tus-js-client": "^4.3.1", - "typescript": "^5.9.3", + "typescript": "^6.0.0", "ws": "^8.18.3", "zod": "^4.3.6" },