From 8199d5b5dae602e1d2a77350a2ef12a261a41157 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Tue, 31 Dec 2024 18:29:38 +0000 Subject: [PATCH] fix: upgrade typescript from 5.4.2 to 5.7.2 Snyk has created this PR to upgrade typescript from 5.4.2 to 5.7.2. See this package in npm: typescript See this project in Snyk: https://app.snyk.io/org/hashim21223445/project/264c874d-0da1-4c0e-b75f-f69c28a6da97?utm_source=github-cloud-app&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c91477714..f6f03af6d 100644 --- a/package.json +++ b/package.json @@ -50,6 +50,6 @@ "jest-circus": "^29.7.0", "prettier": "^2.8.4", "ts-jest": "^29.1.2", - "typescript": "^5.4.2" + "typescript": "^5.7.2" } }