From 8082dd6afa95cb609e6c3497a05867866d34557b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 02:39:15 +0000 Subject: [PATCH] Bump typescript from 5.5.4 to 5.6.2 Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.5.4 to 5.6.2. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.5.4...v5.6.2) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 848d0087..450576a5 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "request": "^2.88.2", "semver": "^7.6.3", "suncalc2": "^1.8.1", - "typescript": "~5.5.4", + "typescript": "~5.6.2", "virtual-tsc": "^0.6.2", "wake_on_lan": "^1.0.0" },