From 6a699a5cb8b54850f3457a567d3a17f460aa77e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 02:14:35 +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:development 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 030abfc..8428b95 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "electron": "^33.0.2", "electron-builder": "^25.1.8", "electron-vite": "^2.3.0", - "typescript": "5.5.4", + "typescript": "5.7.2", "vite": "^5.4.11", "vite-plugin-electron": "^0.28.4", "vite-plugin-electron-renderer": "^0.14.5",