From 68421e2ac9eed1e91a3443403cb8662fd6915e2e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 11 Oct 2024 20:03:47 +0000 Subject: [PATCH] fix: upgrade typescript from 5.1.3 to 5.6.2 Snyk has created this PR to upgrade typescript from 5.1.3 to 5.6.2. See this package in npm: typescript See this project in Snyk: https://app.snyk.io/org/cachiman/project/14fb146e-7d9c-4fae-9564-bc36f1da8ba1?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 9df021d79..55f543dd0 100644 --- a/package.json +++ b/package.json @@ -91,7 +91,7 @@ "terser-webpack-plugin": "5.3.9", "toml": "3.0.0", "tv4": "1.3.0", - "typescript": "5.1.3", + "typescript": "5.6.2", "webpack": "5.85.0", "webpack-cli": "5.1.1", "yaml": "2.3.1"