From b2441b198ee775c640b6714d5fcfc03080cea827 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 22:13:48 +0000 Subject: [PATCH] Bump typescript from 5.5.4 to 5.7.2 in /packages/vscode-html2ft 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] --- packages/vscode-html2ft/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/vscode-html2ft/package.json b/packages/vscode-html2ft/package.json index a8ae9ff..0076752 100644 --- a/packages/vscode-html2ft/package.json +++ b/packages/vscode-html2ft/package.json @@ -62,7 +62,7 @@ "esbuild": "^0.24.0", "eslint": "^9.10.0", "ts-loader": "^9.5.1", - "typescript": "^5.5.4", + "typescript": "^5.7.2", "vitest": "^2.1.1", "webpack": "^5.94.0", "webpack-cli": "^5.1.4"