From 414ba380506a0fbaeefd06dda420c05d8a2ddcc2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 11 Sep 2024 20:54:49 +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-BODYPARSER-7926860 --- 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",