From b45e834e2e16df13c532f790904e9db435c4dea8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 28 Nov 2023 21:55:32 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AMMO-548920 - https://snyk.io/vuln/SNYK-JS-CSSWHAT-3035488 - https://snyk.io/vuln/npm:content:20170908 - https://snyk.io/vuln/npm:content:20180305 - https://snyk.io/vuln/npm:hoek:20180212 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 94d4f9d..15da596 100644 --- a/package.json +++ b/package.json @@ -10,8 +10,8 @@ "license": "GPL", "dependencies": { "boom": "^3.1.1", - "cheerio": "^0.19.0", - "hapi": "^8.8.0", + "cheerio": "^0.20.0", + "hapi": "^11.0.4", "hapi-locals": "^0.1.5", "jade": "^1.11.0", "mongoose": "^4.1.4",