From e06c3d4398f734094aeea397fb8c84cb440468d5 Mon Sep 17 00:00:00 2001 From: Jithin Emmanuel Date: Wed, 24 Apr 2024 17:22:06 -0700 Subject: [PATCH] fix: package.json to reduce vulnerabilities (#3094) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 57c3fc370..e699665c5 100644 --- a/package.json +++ b/package.json @@ -79,7 +79,7 @@ "@hapi/hoek": "^11.0.0", "@hapi/inert": "^7.0.0", "@hapi/vision": "^7.0.0", - "@promster/hapi": "^9.0.0", + "@promster/hapi": "^14.0.0", "async": "^3.2.4", "badge-maker": "^3.3.1", "config": "^3.3.8",