From 8783afee3809ff9305d767235882c69b93b6bfb7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 19 Jun 2025 10:45:16 +0000 Subject: [PATCH] fix: upgrade cheerio from 1.0.0-rc.12 to 1.0.0 Snyk has created this PR to upgrade cheerio from 1.0.0-rc.12 to 1.0.0. See this package in npm: cheerio See this project in Snyk: https://app.snyk.io/org/axlecat284/project/469fb8d2-5612-454d-bdf4-ed4c2b67e214?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0dc80e0..7a64802 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "axios": "^1.10.0", "canvas": "3.1.0", "chalk": "^4.1.2", - "cheerio": "1.0.0-rc.12", + "cheerio": "1.0.0", "cheerio-select": "2.1.0", "common-tags": "^1.8.2", "cors": "^2.8.5",