From ca9c771f12583a0c07a6927ccc73f0f91bc6bd86 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 2 Jul 2018 22:39:30 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:lodash:20180130 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ed248d2..1875640 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "debug": "^2.1.1", - "lodash": "^3.3.1", + "lodash": "^4.17.5", "mqtt": "^1.0.10" }, "devDependencies": {