From 895e8ffd348b3b9f17cf5c9b05b0cf51f6177966 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 5 Feb 2019 00:26:03 +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 ac2133e6..bce7eb18 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "hammerjs": "^2.0.8", "keycloak-angular": "1.3", "leaflet": "^1.3.1", - "lodash": "4.17.5", + "lodash": "4.17.11", "material-design-icons": "^3.0.1", "moment": "^2.21.0", "moment-timezone": "^0.5.14",