From 632eada19e7e2045e912ce85e42a95a327f787ff Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 6 Sep 2024 14:32:49 +0000 Subject: [PATCH] fix: upgrade typescript from 5.1.6 to 5.5.4 Snyk has created this PR to upgrade typescript from 5.1.6 to 5.5.4. See this package in npm: typescript See this project in Snyk: https://app.snyk.io/org/sec32fun32/project/6b579d7c-a117-4cda-af9c-29ca400f0f96?utm_source=github&utm_medium=referral&page=upgrade-pr --- src/tools/rust-analyzer/editors/code/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tools/rust-analyzer/editors/code/package.json b/src/tools/rust-analyzer/editors/code/package.json index bf9c4a366d422..6248c2f9bd36c 100644 --- a/src/tools/rust-analyzer/editors/code/package.json +++ b/src/tools/rust-analyzer/editors/code/package.json @@ -65,7 +65,7 @@ "ovsx": "^0.8.2", "prettier": "^3.0.0", "tslib": "^2.6.0", - "typescript": "^5.1.6" + "typescript": "^5.5.4" }, "activationEvents": [ "workspaceContains:Cargo.toml",