From 6820aed68507c6f2335405c9118e8d1a0d49d0c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 02:42:18 +0000 Subject: [PATCH] Bump typescript from 4.9.5 to 5.6.2 Bumps [typescript](https://github.com/microsoft/TypeScript) from 4.9.5 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/v4.9.5...v5.6.2) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development 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 5b6afed1..fb9c07e1 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "np": "^10.0.0", "prettier": "^3.2.5", "rollup": "^4.12.1", - "typescript": "^4.8.3", + "typescript": "^5.6.2", "vitest": "^1.6.0" }, "scripts": {