From b8ecc21a469d46c613566e1018a919fc7290a68f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 2 Feb 2024 20:37:46 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:hapi:20170331 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c9e52e4..bd69a38 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "content-type": "^1.0.1", "glue": "^4.1.0", "h2o2": "^5.4.0", - "hapi": "^15.0.0", + "hapi": "^18.1.0", "hoek": "^4.1.0", "minimist": "^1.1.0", "shortstop": "^1.0.1",