From ccb6e2bf39d31a3e5eb85e17e4f6ce4600c2d784 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 17 Aug 2020 08:58:19 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-590103 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9f990fd3..617eddfa 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ }, "dependencies": { "chalk": "^1.1.0", - "cheerio": "^0.19.0", + "cheerio": "^0.20.0", "co": "^4.6.0", "co-prompt": "^1.0.0", "commander": "^2.8.1",