From b7666c26134a00fd580b7b43873b7e5f94e704c4 Mon Sep 17 00:00:00 2001 From: Davide Pastore Date: Mon, 9 Dec 2024 19:28:24 +0100 Subject: [PATCH] fix: package.json to reduce vulnerabilities (#40) The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-REQUEST-3361831 - https://snyk.io/vuln/SNYK-JS-TOUGHCOOKIE-5672873 Co-authored-by: snyk-bot --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0d1dfe8..44af510 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "main": "app.js", "dependencies": { "async": "^3.2.2", - "cheerio": "^0.20.0", + "cheerio": "^0.22.0", "mongodb": "^3.1.13", "nodemw": "^0.14.0", "snyk": "^1.317.0",