From 1c207f41f0967e7bdd8f23e3d6d49b843b6b0541 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 18 Aug 2020 01:19:45 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-590103 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b733b85..3f1f333 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "dependencies": { "debug": "2.6.3", "dogapi": "2.6.1", - "lodash": "4.17.4", + "lodash": "4.17.20", "metrics": "0.1.11", "nconf": "0.8.4" },