From 13b02187348442c35b61e77a107647c78df9a013 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 3 Feb 2024 00:12:51 +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 - https://snyk.io/vuln/npm:call:20160705 - https://snyk.io/vuln/npm:content:20170908 - https://snyk.io/vuln/npm:content:20180305 - https://snyk.io/vuln/npm:hapi:20151020 - https://snyk.io/vuln/npm:hapi:20151223 - https://snyk.io/vuln/npm:hapi:20151228 - https://snyk.io/vuln/npm:hoek:20180212 - https://snyk.io/vuln/npm:qs:20170213 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 6eb0216..f3e620b 100644 --- a/package.json +++ b/package.json @@ -21,8 +21,8 @@ "homepage": "https://github.com/hackference/current-conf#readme", "dependencies": { "dotenv": "^1.2.0", - "hapi": "^10.1.0", - "inert": "^3.0.1", + "hapi": "^18.1.0", + "inert": "^5.1.3", "passport": "^0.3.0", "passport-twitter": "^1.0.3", "path": "^0.12.7",