From b683e2af632e5f306493a628829cd81b8122b821 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 16 Jul 2020 08:27:46 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-567746 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c2b433f37..b3d29b215 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "dependencies": { "console-stamp": "^0.2.2", "diff": "~3.0.0", - "json-rpc2": "^1.0.2", + "json-rpc2": "^2.0.0", "vscode-debugadapter": "^1.11.0", "vscode-debugprotocol": "^1.11.0" },