From 74ac1756491f61c0ad81387e15dfc70dd0779815 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 03:55:33 +0000 Subject: [PATCH] Bump typescript from 5.9.3 to 6.0.2 Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.9.3 to 6.0.2. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.9.3...v6.0.2) --- updated-dependencies: - dependency-name: typescript dependency-version: 6.0.2 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- bun.lock | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bun.lock b/bun.lock index 5f87f4b..d704b9c 100644 --- a/bun.lock +++ b/bun.lock @@ -12,7 +12,7 @@ "consola": "^3.4.2", "typedoc": "^0.28.0", "typedoc-plugin-mdn-links": "^5.0.1", - "typescript": "^5.8.3", + "typescript": "^6.0.2", }, }, }, @@ -177,7 +177,7 @@ "typedoc-plugin-mdn-links": ["typedoc-plugin-mdn-links@5.1.0", "", { "peerDependencies": { "typedoc": "0.27.x || 0.28.x" } }, "sha512-fItGuNMvDXAQhtXk4q8tk8DinMODPeoyA7XLjqhXoq1q8bPccdxgFtZMHKbg+XnFAeCzIuYcJuZQgtNMOH3uTg=="], - "typescript": ["typescript@5.9.3", "", { "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" } }, "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw=="], + "typescript": ["typescript@6.0.2", "", { "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" } }, "sha512-bGdAIrZ0wiGDo5l8c++HWtbaNCWTS4UTv7RaTH/ThVIgjkveJt83m74bBHMJkuCbslY8ixgLBVZJIOiQlQTjfQ=="], "uc.micro": ["uc.micro@2.1.0", "", {}, "sha512-ARDJmphmdvUk6Glw7y9DQ2bFkKBHwQHLi2lsaH6PPmz/Ka9sFOBsBluozhDltWmnv9u/cF6Rt87znRTPV+yp/A=="], diff --git a/package.json b/package.json index e904036..92084db 100644 --- a/package.json +++ b/package.json @@ -50,6 +50,6 @@ "consola": "^3.4.2", "typedoc": "^0.28.0", "typedoc-plugin-mdn-links": "^5.0.1", - "typescript": "^5.8.3" + "typescript": "^6.0.2" } }