From d0cf524dc59b2c9e556fa6e7bd6999788f3d8457 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 20 Jul 2025 20:00:53 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-FORMDATA-10841150 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index acb6eaad0b..78f657110f 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "archy": "^1.0.0", "bluebird": "^3.4.0", "chalk": "^1.1.3", - "cheerio": "^0.20.0", + "cheerio": "^0.22.0", "deep-assign": "^2.0.0", "hexo-cli": "^1.0.2", "hexo-front-matter": "^0.2.2",