From 48c1d2d760104653ab92f88112b1a736f73c0cb1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 18 Mar 2020 02:16:20 +0000 Subject: [PATCH] fix: upgrade cheerio from 0.19.0 to 0.22.0 Snyk has created this PR to upgrade cheerio from 0.19.0 to 0.22.0. See this package in NPM: https://www.npmjs.com/package/cheerio See this project in Snyk: https://app.snyk.io/org/jmatsushita/project/356c9a98-44ad-4757-afbc-627e8a00c793?utm_source=github&utm_medium=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 945560f..e0887f3 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "metalsmith": "^2.1.0" }, "dependencies": { - "cheerio": "^0.19.0", + "cheerio": "^0.22.0", "coffee-script": "^1.9.3", "urijs": "^1.17.0" }