From 9644c51e32bf205c3d08f27e44cd6f8c41637314 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 23 Feb 2021 04:27:00 +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-1018905 - https://snyk.io/vuln/SNYK-JS-LODASH-1040724 --- scripts/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/package.json b/scripts/package.json index 177a8abf..f05c096e 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.21", "markdown": "^0.5.0", "request": "^2.53.0" }