From b0a75002059e382056baf99a529a3430d60075bb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 12 Aug 2021 04:02:05 +0000 Subject: [PATCH] fix: upgrade typescript from 4.0.5 to 4.3.5 Snyk has created this PR to upgrade typescript from 4.0.5 to 4.3.5. See this package in npm: https://www.npmjs.com/package/typescript See this project in Snyk: https://app.snyk.io/org/digitalflow/project/4cc52cf0-2819-4a9b-8b13-581037f51740?utm_source=github&utm_medium=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9d4c5bc..4c2e254 100644 --- a/package.json +++ b/package.json @@ -31,6 +31,6 @@ "@types/xrm": "^9.0.14", "playwright": "^1.13.0", "speakeasy": "^2.0.0", - "typescript": "4.0.x" + "typescript": "4.3.5" } }