From fc2c41f6bbf6790059791425213592b102af61ef Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 4 Dec 2022 16:14:08 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-QS-3153490 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 378346d..41f4a56 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "license": "MIT", "dependencies": { "exceljs": "^0.2.3", - "hapi": "^10.0.0", + "hapi": "^11.0.4", "inert": "^3.0.1", "joi": "^6.7.1", "node-uuid": "^1.4.3"