1
0
mirror of https://github.com/node-red/node-red-nodes.git synced 2023-10-10 13:36:58 +02:00

fix: social/pusher/package.json to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-HAWK-2808852
This commit is contained in:
snyk-bot 2022-06-29 23:07:12 +00:00
parent 3ffd3f9fad
commit f6e87d5d58
No known key found for this signature in database
GPG Key ID: 09541BBFF0C4C795

View File

@ -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": {