From 64258c7f711221194103a10dec0c23cb8c9c234f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 3 Sep 2020 08:27:36 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-608086 --- 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" },