From 6e1195b9780976919fd305e7c2003265cb6f1e3e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 16 Jan 2022 09:20:19 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-590103 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 73f1f6a4..f3b4faeb 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.20", "negotiator": "ethanresnick/negotiator#full-parse-access", "pluralize": "0.0.11", "q": "1.4.1",