From 6b425b7c351c5190f673dbd4fa6a0f81f12be2fc Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 30 Dec 2025 20:08:50 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-QS-14724253 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 94d4f9d..6671e25 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "dependencies": { "boom": "^3.1.1", "cheerio": "^0.19.0", - "hapi": "^8.8.0", + "hapi": "^18.1.0", "hapi-locals": "^0.1.5", "jade": "^1.11.0", "mongoose": "^4.1.4",