From 2d57835cc4ab24b790d69c10b544b469ccbf26ee Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 5 Feb 2019 02:58:34 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-73638 - https://snyk.io/vuln/SNYK-JS-LODASH-73639 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e882b7e..091b9dc 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "node": "*" }, "dependencies": { - "lodash": "4.17.4", + "lodash": "4.17.11", "soajs": "1.0.*" }, "devDependencies": {