From cb62deec2ce9d9c2ace80fbe7cbf691728bbef52 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 10 Aug 2024 08:38:00 +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 8b84380b5..3414d5683 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ }, "dependencies": { "asciidoctor": "^2.2.1", - "cheerio": "^0.22.0", + "cheerio": "^1.0.0", "entities": "^1.1.2", "hexo": "^5.2.0", "hexo-all-minifier": "^0.5.5",