From 36c10767de67896750554d27a8703cf3b846027a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 15 Apr 2024 21:49:32 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-6139239 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9f990fd3..617eddfa 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ }, "dependencies": { "chalk": "^1.1.0", - "cheerio": "^0.19.0", + "cheerio": "^0.20.0", "co": "^4.6.0", "co-prompt": "^1.0.0", "commander": "^2.8.1",