From 2fb0a95768c612ee17a0972f9c6681e84a9a2298 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 1 Nov 2024 04:10:32 +0000 Subject: [PATCH] feat: upgrade typescript from 4.6.3 to 5.6.3 Snyk has created this PR to upgrade typescript from 4.6.3 to 5.6.3. See this package in npm: typescript See this project in Snyk: https://app.snyk.io/org/halagu1l/project/05706aca-db5b-4f39-aa0f-17df53b62c8d?utm_source=github&utm_medium=referral&page=upgrade-pr --- wasm/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wasm/package.json b/wasm/package.json index 996f10ac35e..f600d9c8b81 100644 --- a/wasm/package.json +++ b/wasm/package.json @@ -41,6 +41,6 @@ "chai": "^4.3.6", "mocha": "^10.1.0", "ts-node": "^10.7.0", - "typescript": "^4.6.3" + "typescript": "^5.6.3" } }