From c135ea02f7c6bf601d06e0620b3ff8219efb2166 Mon Sep 17 00:00:00 2001 From: snyk-test Date: Wed, 10 Jul 2019 21:45:05 +0000 Subject: [PATCH] fix: web/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-450202 --- web/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/package.json b/web/package.json index c11ddfb4..139581b9 100644 --- a/web/package.json +++ b/web/package.json @@ -9,7 +9,7 @@ "grid-styled": "^2.0.0-9", "hidden-styled": "^1.0.0-0", "join-path": "^1.1.1", - "lodash": "^4.17.4", + "lodash": "^4.17.12", "moment": "^2.18.1", "normalize.css": "^7.0.0", "palx": "^1.0.2",