From 875a2fe724ee6516354c75b7458d52c33513b076 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 10 Aug 2024 20:29:52 +0000 Subject: [PATCH] fix: src/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NTHCHECK-1586032 --- src/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/package.json b/src/package.json index ca86258f5b4..bc795a206ec 100644 --- a/src/package.json +++ b/src/package.json @@ -26,7 +26,7 @@ "uglify-js" : "2.6.2", "formidable" : "1.0.17", "log4js" : "0.6.35", - "cheerio" : "0.20.0", + "cheerio" : "1.0.0", "async-stacktrace" : "0.0.2", "npm" : "4.0.2", "ejs" : "2.4.1",