From 06ac2bfc1830d8aa234a9ca1dd64f6ca0f82309a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 28 Nov 2023 14:00:53 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-REQUEST-3361831 - https://snyk.io/vuln/SNYK-JS-TOUGHCOOKIE-5672873 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 374b014..83d83fc 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "homepage": "https://github.com/kn9ts/project-mulla#readme", "dependencies": { "body-parser": "~1.17.1", - "cheerio": "^0.20.0", + "cheerio": "^0.22.0", "cookie-parser": "~1.3.5", "debug": "~2.6.7", "express": "^4.13.4",