From ad22489c760adaf2e49cb3c756ee580cb56fd2ef Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 28 Nov 2023 14:09:30 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-REQUEST-3361831 - https://snyk.io/vuln/SNYK-JS-TOUGHCOOKIE-5672873 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a6630fd..d1e7dfc 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": "0.22.0", "githubhook": "1.1.3" }, "devDependencies": {},