From acab7f9b89d1d3471e630fa17f89a90e03ea19b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Apr 2025 11:39:28 +0000 Subject: [PATCH] Update typescript requirement from ^5.7.3 to ^5.8.3 Updates the requirements on [typescript](https://github.com/microsoft/TypeScript) to permit the latest version. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.7.3...v5.8.3) --- updated-dependencies: - dependency-name: typescript dependency-version: 5.8.3 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7c868e5..a2de75c 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "eslint-plugin-unused-imports": "^4.1.4", "prettier": "^3.4.2", "ts-loader": "^9.5.2", - "typescript": "^5.7.3" + "typescript": "^5.8.3" }, "files": [ "lib",