From 8f9c36fde8085359f8aeaa8dc271255585b1962a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 4 Feb 2019 22:30:32 +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 6adaf4a..ac5e3b3 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.11", "redis": "^0.12.1" }, "devDependencies": {