From cdfb9136eba7995cc7a29216e2f0834ccc7a00e8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 14 Jul 2020 21:15:41 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index d56c5c5..6a37677 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "bluebird": "^3.1.1", "body-parser": "^1.14.2", "browserify": "^13.0.0", - "cheerio": "^0.19.0", + "cheerio": "^0.20.0", "cors": "^2.7.1", "express": "^4.13.3", "gulp-notify": "^2.2.0", @@ -41,7 +41,7 @@ "path": "^0.12.7", "react-bootstrap": "^0.28.2", "request": "^2.67.0", - "request-promise": "^1.0.2", + "request-promise": "^2.0.1", "vinyl-source-stream": "^1.1.0" }, "devDependencies": {