From c5046b9b9fef26b5fe4e6d207ae9bc767c292b50 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 11 Feb 2019 00:01:11 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-73638 - https://snyk.io/vuln/SNYK-JS-LODASH-73639 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6be1a4b..583116a 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "ansi-styles": "^2.2.1", "chalk": "^1.1.3", "charset": "^1.0.0", - "cheerio": "^0.19.0", + "cheerio": "^0.20.0", "debug": "^2.2.0", "es6-promise": "^2.3.0", "iconv-lite": "^0.4.11",