From 09af9388d73a112164f2d390e0c69487ec0f4724 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 21 Aug 2024 22:55:31 +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 d56c5c5..b1c31db 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "bluebird": "^3.1.1", "body-parser": "^1.14.2", "browserify": "^13.0.0", - "cheerio": "^0.19.0", + "cheerio": "^1.0.0", "cors": "^2.7.1", "express": "^4.13.3", "gulp-notify": "^2.2.0",