From f31dbdd78d58405ce1f4b6835732cd44c2222113 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Nov 2023 10:14:45 +0000 Subject: [PATCH] Bump typescript from 4.9.5 to 5.3.2 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.9.5 to 5.3.2. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.9.5...v5.3.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 cf6a330..0937a31 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "standard": "^17.0.0", "tap": "^16.2.0", "ts-node": "^10.8.0", - "typescript": "^4.7.2", + "typescript": "^5.3.2", "why-is-node-running": "^2.2.2" }, "scripts": {