From 9377f69e4f2cf75f63cb8de2b9f043dd1adb0c25 Mon Sep 17 00:00:00 2001 From: snyk-test Date: Thu, 11 Jul 2019 03:50:37 +0000 Subject: [PATCH] fix: www/master/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-450202 --- www/master/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/master/package.json b/www/master/package.json index 12fd730e7d7c6..0371628986597 100644 --- a/www/master/package.json +++ b/www/master/package.json @@ -55,6 +55,6 @@ "postbuild": "gulp build" }, "dependencies": { - "lodash": "^3.3.0" + "lodash": "^4.17.12" } }