From 35e94385efd1dcd674798468f2362bd551f03c1a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 14 Sep 2025 18:37:39 +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-DEBUG-12552895 --- project-skeletons/hapi/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project-skeletons/hapi/package.json b/project-skeletons/hapi/package.json index b4708bdc..c171a758 100644 --- a/project-skeletons/hapi/package.json +++ b/project-skeletons/hapi/package.json @@ -9,7 +9,7 @@ "main": "app.js", "dependencies": { "hapi": "^10.0.0", - "swagger-hapi": "^0.1.0" + "swagger-hapi": "^0.6.0" }, "devDependencies": { "should": "^7.1.0",