From 6538844434e1751a1211592c93745fbcb811abcd Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 20 Aug 2022 04:25:34 +0000 Subject: [PATCH] feat: upgrade typescript from 3.8.3 to 4.7.4 Snyk has created this PR to upgrade typescript from 3.8.3 to 4.7.4. See this package in npm: https://www.npmjs.com/package/typescript See this project in Snyk: https://app.snyk.io/org/marcelraschke/project/f557b291-7ae1-4f8c-bc64-dc628c589df4?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 9a3f1c574..b4c451629 100644 --- a/package.json +++ b/package.json @@ -40,6 +40,6 @@ "jest-circus": "^24.7.1", "prettier": "^1.19.1", "ts-jest": "^24.3.0", - "typescript": "^3.8.3" + "typescript": "^4.7.4" } }