From 7b00b47479426b2b79714d0387ea47432995d1ff Mon Sep 17 00:00:00 2001 From: thim81 Date: Thu, 20 May 2021 16:26:59 +0200 Subject: [PATCH] Hotfix for breaking change in cheerio #94 (#95) Co-authored-by: Tim <> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1410719..a85f4d4 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "aws4": "^1.9.0", "browserify": "^16.2.3", "chai": "^4.2.0", - "cheerio": "^1.0.0-rc.2", + "cheerio": "1.0.0-rc.6", "commander": "^2.20.3", "crypto-js": "^3.1.9-1", "eslint": "^7.0.0",