From 96a562665bd6981329661acd11c1d652a0de8953 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 16 Nov 2025 18:16:46 +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-JSYAML-13961110 --- 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",