Skip to content

Commit

Permalink
fix: package.json to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-WS-7266574
  • Loading branch information
snyk-bot committed Jun 23, 2024
1 parent 6a7cf85 commit a3681db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"dependencies": {
"haraka-plugin-redis": "2.0.6",
"redis": "4.6.12",
"ws": "8.16.0"
"ws": "8.17.1"
},
"devDependencies": {
"eslint": "8.56.0",
Expand Down

0 comments on commit a3681db

Please sign in to comment.