From 902be8c38447615b857355db6e4c5660248b703d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 04:42:21 +0000 Subject: [PATCH] Bump typescript from 5.5.4 to 5.7.2 Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.5.4 to 5.7.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.7.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..3153eee0 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.7.2", "virtual-tsc": "^0.6.2", "wake_on_lan": "^1.0.0" },