From 50258e4fc1ceca19bd4295e89f40aad9c7328a67 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 16 Aug 2020 22:31:40 +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-590103 --- 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..4a6f848ba3b37 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.20" } }