From a7f3f2ea9f86d26aae61f2da1d49746b7f222e50 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 23 Mar 2025 07:32:22 +0000 Subject: [PATCH] fix: upgrade typescript from 5.2.2 to 5.8.2 Snyk has created this PR to upgrade typescript from 5.2.2 to 5.8.2. See this package in npm: typescript See this project in Snyk: https://app.snyk.io/org/nerds-github/project/1ce64081-e07a-4bf8-bb78-d92e784e5df0?utm_source=github&utm_medium=referral&page=upgrade-pr --- packages/artifact/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/artifact/package.json b/packages/artifact/package.json index fefa6abeee..6c594f9639 100644 --- a/packages/artifact/package.json +++ b/packages/artifact/package.json @@ -60,6 +60,6 @@ "@types/unzip-stream": "^0.3.4", "typedoc": "^0.25.4", "typedoc-plugin-markdown": "^3.17.1", - "typescript": "^5.2.2" + "typescript": "^5.8.2" } }