From 86900dff7ad667cdbdde6036147c1ae3dcd73950 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 20:52:28 +0000 Subject: [PATCH] Bump typescript from 5.6.3 to 5.7.2 in the typescript group (#39) Bumps the typescript group with 1 update: [typescript](https://github.com/microsoft/TypeScript). Updates `typescript` from 5.6.3 to 5.7.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/v5.6.3...v5.7.2) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor dependency-group: typescript ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1b48ed6..c10ae7c 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "mockttp": "^3.13.0", "rimraf": "^6.0.0", "tsup": "8.3.5", - "typescript": "~5.6.2", + "typescript": "~5.7.2", "vitest": "^2.0.1" }, "keywords": ["frontend", "web", "browser", "http", "client", "zod", "validation", "typesafe"]