From 76cb775b08428bbb8f2f47da1d9135e3f1174819 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 17 Sep 2024 04:05:42 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:hoek:20180212 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 378346d..1f8058b 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "license": "MIT", "dependencies": { "exceljs": "^0.2.3", - "hapi": "^10.0.0", + "hapi": "^18.1.0", "inert": "^3.0.1", "joi": "^6.7.1", "node-uuid": "^1.4.3"