From 5d9647d7195329a54e82b0eb31859b1fccd35064 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 23 May 2024 08:15:32 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-HAWK-6969142 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6eb0216..d92aac5 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "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" } }