From d428dedf9c0230c9655b23cc0b83f2d5622c6b9c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 28 Nov 2023 14:16:57 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 - https://snyk.io/vuln/SNYK-JS-REQUEST-3361831 - https://snyk.io/vuln/SNYK-JS-TOUGHCOOKIE-5672873 - https://snyk.io/vuln/npm:hoek:20180212 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 6eb0216..af82aa7 100644 --- a/package.json +++ b/package.json @@ -21,12 +21,12 @@ "homepage": "https://github.com/hackference/current-conf#readme", "dependencies": { "dotenv": "^1.2.0", - "hapi": "^10.1.0", + "hapi": "^11.0.4", "inert": "^3.0.1", "passport": "^0.3.0", "passport-twitter": "^1.0.3", "path": "^0.12.7", - "pusher": "^1.0.6", + "pusher": "^4.0.0", "twitter": "^1.2.5" } }