From 2999ee62a62b3b8bd897ae6b11a5ca00f300f29b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 25 Mar 2025 09:12:35 +0000 Subject: [PATCH] fix: upgrade typescript from 5.7.3 to 5.8.2 Snyk has created this PR to upgrade typescript from 5.7.3 to 5.8.2. See this package in npm: typescript See this project in Snyk: https://app.snyk.io/org/freddycoder/project/54ba868f-15a9-410b-89d0-3cec6c18ecfa?utm_source=github&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 7532c9a..3a28f94 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "react-redux": "^9.2.0", "react-router-dom": "^7.1.5", "redux": "^5.0.1", - "typescript": "5.7.3", + "typescript": "5.8.2", "yup": "^1.6.1" }, "scripts": {