From 1760723f03e9b6411468ed46700e79a7e5c05351 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jun 2023 07:00:13 +0000 Subject: [PATCH] Bump typescript from 4.9.5 to 5.1.3 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.9.5 to 5.1.3. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.9.5...v5.1.3) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:production 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 45b3dd1..84e24f8 100644 --- a/package.json +++ b/package.json @@ -33,6 +33,6 @@ "node-cin": "^2023.2.5", "node-cout": "^2023.2.5-1", "tslib": "^2.5.0", - "typescript": "^4.9.4" + "typescript": "^5.1.3" } } -- 2.20.1