From 87b46ba418c471b8a46e1d2c4b8149225a1ce4ae Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 10 Aug 2024 08:27:23 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NTHCHECK-1586032 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a6630fd..3b67d6d 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "node-tipbot-api": "0.0.5", "request": "2.82.0", "node-regexp": "0.1.1", - "cheerio": "0.20.0", + "cheerio": "1.0.0", "githubhook": "1.1.3" }, "devDependencies": {},