From 072b3aab07a77405235aa4802885cf43a76853de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Jan 2025 18:42:03 +0000 Subject: [PATCH] Bump typescript from 4.9.5 to 5.7.3 in /packages/snap 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] --- packages/snap/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/snap/package.json b/packages/snap/package.json index c4ec77e..2a2b395 100644 --- a/packages/snap/package.json +++ b/packages/snap/package.json @@ -80,7 +80,7 @@ "through2": "^4.0.2", "ts-jest": "^29.1.0", "ts-node": "^10.9.1", - "typescript": "^4.8.4", + "typescript": "^5.7.3", "typescript-eslint": "^8.6.0" }, "packageManager": "yarn@3.2.1",