From 044f24ed56466087714fbd76b3c9f5be6966c61b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 18:08:27 +0000 Subject: [PATCH] Bump typescript from 5.9.3 to 6.0.3 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:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d5086aa..9982006 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "@types/sinon-chrome": "^2.2.16", "chart.js": "^4.5.1", "dayjs": "^1.11.20", - "typescript": "^5.9.3", + "typescript": "^6.0.3", "webextension-polyfill": "^0.12.0" } }