From 55368eac2eb457017f062408b622f68f2f3e515a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 28 Aug 2020 04:26:44 +0000 Subject: [PATCH] fix: scripts/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-608086 --- scripts/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/package.json b/scripts/package.json index 177a8abf..2256c563 100644 --- a/scripts/package.json +++ b/scripts/package.json @@ -4,7 +4,7 @@ "private": true, "dependencies": { "bluebird": "^2.9.14", - "lodash": "^3.5.0", + "lodash": "^4.17.17", "markdown": "^0.5.0", "request": "^2.53.0" }