From 4d8590b9794d8d72fae9d9619fe45b6078e6f26c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 26 Mar 2022 05:53:59 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-567746 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 73f1f6a4..7d163427 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "flat": "^1.2.1", "immutable": "^3.7.5", "jade": "1.11.x", - "lodash": "^3.10.0", + "lodash": "^4.17.16", "negotiator": "ethanresnick/negotiator#full-parse-access", "pluralize": "0.0.11", "q": "1.4.1",