From 2cb317b1a6fc586463a6342269aa8849f54b03c1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 17 Aug 2020 02:16:16 +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 945560f..c3f7a65 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "metalsmith": "^2.1.0" }, "dependencies": { - "cheerio": "^0.19.0", + "cheerio": "^0.20.0", "coffee-script": "^1.9.3", "urijs": "^1.17.0" }