From f79c4d56d776fdc5cb074fc9f6f7a7bea301ced6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 29 Jan 2026 05:32:24 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-15053838 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 25c15b2..2d06c49 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "dependencies": { "async-retry": "^1.1.3", "axios": "^0.19.0", - "cheerio": "^1.0.0-rc.2", + "cheerio": "^1.0.0", "compression": "^1.7.1", "express": "^4.16.0", "helmet": "^3.8.2",