From 844359fda3f326ced29d64a57d8b3a239e11c236 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 4 Jan 2026 15:07:38 +0000 Subject: [PATCH] fix: project-skeletons/hapi/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-QS-14724253 --- project-skeletons/hapi/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project-skeletons/hapi/package.json b/project-skeletons/hapi/package.json index b4708bdc..596d2ced 100644 --- a/project-skeletons/hapi/package.json +++ b/project-skeletons/hapi/package.json @@ -8,8 +8,8 @@ "license": "", "main": "app.js", "dependencies": { - "hapi": "^10.0.0", - "swagger-hapi": "^0.1.0" + "hapi": "^18.1.0", + "swagger-hapi": "^0.6.0" }, "devDependencies": { "should": "^7.1.0",