From c0b3470b312d540df9f78898ee11c91f25c7ab0c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 28 Jan 2026 11:11:58 +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 20f945f..99f8d62 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ }, "dependencies": { "chalk": "^2.3.2", - "cheerio": "^1.0.0-rc.2", + "cheerio": "^1.0.0", "html-entities": "^1.2.1", "marked": "^0.6.2", "marked-terminal": "^2.0.0",