From feac162ee17f0a28536549a250299d32e67d3d5b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 15 Jun 2025 14:37:37 +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-MULTER-10299078 --- 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",