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 18, 2024
1 parent f5a22d8 commit 4477c30
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 @@ -63,7 +63,7 @@
"socket.io": "^4.7.5",
"socket.io-client": "^4.7.5",
"websocket": "^1.0.32",
"ws": "^8.16.0"
"ws": "^8.17.1"
},
"devDependencies": {
"@types/jest": "^29.5.12",
Expand Down

0 comments on commit 4477c30

Please sign in to comment.