From 3fc8f3d941dc3d4242c8f5fc5cd4794221f03302 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2025 20:24:43 +0000 Subject: [PATCH] Bump typescript from 4.9.5 to 5.7.3 Bumps [typescript](https://github.com/microsoft/TypeScript) from 4.9.5 to 5.7.3. - [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/v4.9.5...v5.7.3) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9b7801f..8f3c8f6 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "nyc": "^15.0.0", "standard": "^17.0.0", "tape": "^5.5.2", - "typescript": "^4.5.5", + "typescript": "^5.7.3", "uuid": "^3.3.2" }, "repository": {