From b2af16324d16c5c4bde4e851fb578ced1c9b8bb0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Jun 2023 01:57:51 +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: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 2a000c9..cebfe88 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "snazzy": "^9.0.0", "standard": "^17.0.0", "tap": "^16.3.0", - "typescript": "^4.7.4" + "typescript": "^5.1.3" }, "dependencies": { "fastify-plugin": "^4.0.0",