From 4ac9e9e3e922ff711722401b7ebdb7da4cc50b58 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 11 Aug 2024 08:00:37 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index b4ed1a006e..3429996de5 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "bluebird": "^3.5.3", "body-parser": "^1.18.2", "broadband": "^1.0.0", - "cheerio": "^0.22.0", + "cheerio": "^1.0.0", "clean-css": "^3.4.28", "cli-progress": "^2.1.1", "connect-flash": "^0.1.1", @@ -58,7 +58,7 @@ "moog-require": "^1.1.0", "nodemailer": "^4.7.0", "nunjucks": "^2.5.2", - "oembetter": "^0.1.19", + "oembetter": "^1.0.1", "passport": "^0.3.2", "passport-local": "^1.0.0", "path-to-regexp": "^1.7.0",