From 5b8f00c5e8032706e4a8df94a4d7aeb80215ea33 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 30 Sep 2022 10:51:42 +0000 Subject: [PATCH] fix: upgrade vsce from 2.9.2 to 2.11.0 Snyk has created this PR to upgrade vsce from 2.9.2 to 2.11.0. See this package in npm: https://www.npmjs.com/package/vsce See this project in Snyk: https://app.snyk.io/org/marcelraschke/project/c4848e9d-99b6-4f77-84c3-a98affe719e9?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 94b41c049bc30..256d94376d05d 100644 --- a/src/tools/rust-analyzer/editors/code/package.json +++ b/src/tools/rust-analyzer/editors/code/package.json @@ -53,7 +53,7 @@ "prettier": "^2.7.1", "tslib": "^2.4.0", "typescript": "^4.7.4", - "vsce": "^2.9.2" + "vsce": "^2.11.0" }, "activationEvents": [ "onLanguage:rust",