From 708798af282ccf1f568d8e5c1ce73e5d31d521a2 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 21:42:53 +0000 Subject: [PATCH] feat: upgrade typescript from 3.9.10 to 5.5.4 Snyk has created this PR to upgrade typescript from 3.9.10 to 5.5.4. See this package in npm: typescript See this project in Snyk: https://app.snyk.io/org/sherfeyinv/project/fade3b68-37d9-4a5b-bb2c-6fab852a1515?utm_source=github-cloud-app&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 2f3e7828731..70cc7ea7be0 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "pngjs": "^3.3.3", "ts-lint": "^4.5.1", "ts-node": "^7.0.1", - "typescript": "^3.2.2" + "typescript": "^5.5.4" }, "scripts": { "test": "ts-node ./test/index.ts"