From 5ae5a6c78d3618fdb5deef50e775629e63e16c52 Mon Sep 17 00:00:00 2001 From: snyk-test Date: Mon, 15 Jul 2019 00:02:26 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-450202 --- 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",