From 3465fe3f110560487d105c7176bc6ebe1ef09847 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 31 Oct 2019 05:49:23 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-HTTPSPROXYAGENT-469131 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4f78caf443ef1..94bba7efab837 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "vscode-chokidar": "1.6.5", "vscode-debugprotocol": "1.33.0", "vscode-nsfw": "1.1.1", - "vscode-proxy-agent": "0.3.0", + "vscode-proxy-agent": "0.5.0", "vscode-ripgrep": "^1.2.5", "vscode-sqlite3": "4.0.7", "vscode-textmate": "^4.0.1",