From a7928bdc703516a8073d76021ed075bd433f88e7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 7 Apr 2023 19:46:00 +0000 Subject: [PATCH] feat: upgrade typescript from 4.9.5 to 5.0.2 Snyk has created this PR to upgrade typescript from 4.9.5 to 5.0.2. See this package in npm: https://www.npmjs.com/package/typescript See this project in Snyk: https://app.snyk.io/org/ffmathy/project/0ee8a367-3e7f-43cf-aeff-52c474b94068?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 9e8b933..09ddbe0 100644 --- a/package.json +++ b/package.json @@ -25,6 +25,6 @@ }, "dependencies": { "@fluffy-spoon/csharp-parser": "1.143.0", - "typescript": "^4.1.3" + "typescript": "^5.0.2" } }