From a760d19757ec4b37794e2e3c6c00fee6c931e2e6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 23 Feb 2021 04:10:02 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-1018905 - https://snyk.io/vuln/SNYK-JS-LODASH-1040724 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 235566d..60647fc 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "dependencies": { "async": "^2.3.0", "nano": "^6.2.0", - "lodash": "^3.10", + "lodash": "^4.17.21", "md5": "^2.2.1", "uuid": "^3.0.1", "xtend": "^4.0.1"