From a4114006069ede39085e000024a16aef28ee8391 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 08:49:24 +0000 Subject: [PATCH] chore(deps-dev): bump typescript from 5.9.3 to 6.0.3 in /website Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.9.3 to 6.0.3. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.9.3...v6.0.3) --- updated-dependencies: - dependency-name: typescript dependency-version: 6.0.3 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- website/bun.lock | 4 ++-- website/package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/website/bun.lock b/website/bun.lock index 500b7f3..1b6da41 100644 --- a/website/bun.lock +++ b/website/bun.lock @@ -18,7 +18,7 @@ "@astrojs/check": "^0.9.7", "@types/node": "^22", "@types/sanitize-html": "^2.16.1", - "typescript": "^5.9.3", + "typescript": "^6.0.3", }, }, }, @@ -789,7 +789,7 @@ "typesafe-path": ["typesafe-path@0.2.2", "", {}, "sha512-OJabfkAg1WLZSqJAJ0Z6Sdt3utnbzr/jh+NAHoyWHJe8CMSy79Gm085094M9nvTPy22KzTVn5Zq5mbapCI/hPA=="], - "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=="], "typescript-auto-import-cache": ["typescript-auto-import-cache@0.3.6", "", { "dependencies": { "semver": "^7.3.8" } }, "sha512-RpuHXrknHdVdK7wv/8ug3Fr0WNsNi5l5aB8MYYuXhq2UH5lnEB1htJ1smhtD5VeCsGr2p8mUDtd83LCQDFVgjQ=="], diff --git a/website/package.json b/website/package.json index fae04e4..fd482a0 100644 --- a/website/package.json +++ b/website/package.json @@ -25,6 +25,6 @@ "@astrojs/check": "^0.9.7", "@types/node": "^22", "@types/sanitize-html": "^2.16.1", - "typescript": "^5.9.3" + "typescript": "^6.0.3" } }