From 58e8ad7a2675dc01e9d66e0bbcdd10f7f61b7c17 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 10 Aug 2024 04:27:59 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NTHCHECK-1586032 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b96df354b2402d..3c826b9779adcb 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "babel-loader": "5.4.0", "body-parser": "^1.13.2", "chai-jquery": "^2.0.0", - "cheerio": "~0.19.0", + "cheerio": "~1.0.0", "classnames": "^2.1.2", "compression": "^1.6.0", "connect-mongo": "~0.8.2",