From 0c1b0fd756f5aeaf8bd4eb04e604cffa2e7f9247 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 10 Aug 2024 14:55:21 +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 94d4f9d..f3e8c98 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "license": "GPL", "dependencies": { "boom": "^3.1.1", - "cheerio": "^0.19.0", + "cheerio": "^1.0.0", "hapi": "^8.8.0", "hapi-locals": "^0.1.5", "jade": "^1.11.0",