From f6e87d5d58ddb8a8ec4f3c7820d0654ee76c1a7c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 29 Jun 2022 23:07:12 +0000 Subject: [PATCH] fix: social/pusher/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-HAWK-2808852 --- social/pusher/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/social/pusher/package.json b/social/pusher/package.json index 44d5d958..df781e89 100644 --- a/social/pusher/package.json +++ b/social/pusher/package.json @@ -3,7 +3,7 @@ "version": "0.1.0", "description": "A Node-RED node to send and receive messages using Pusher.com", "dependencies": { - "pusher": "^1.5.1", + "pusher": "^4.0.0", "pusher-client": "^1.1.0" }, "repository": {