From 421e5a8430a1c58684bbd057ad3a60bf9fa8d141 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 29 Jun 2022 22:40:46 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-HAWK-2808852 - https://snyk.io/vuln/SNYK-JS-PASSPORT-2840631 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 6eb0216..be2af83 100644 --- a/package.json +++ b/package.json @@ -23,10 +23,10 @@ "dotenv": "^1.2.0", "hapi": "^10.1.0", "inert": "^3.0.1", - "passport": "^0.3.0", + "passport": "^0.6.0", "passport-twitter": "^1.0.3", "path": "^0.12.7", - "pusher": "^1.0.6", + "pusher": "^4.0.0", "twitter": "^1.2.5" } }