Skip to content

Commit

Permalink
fix: demo/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-SOCKETIO-7278048
  • Loading branch information
snyk-bot committed Jun 21, 2024
1 parent 9e9bb95 commit 26e7a3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "app.js",
"dependencies": {
"express": "^4.14.0",
"socket.io": "^3.0.0",
"socket.io": "^4.6.2",
"snyk": "^1.189.0"
},
"scripts": {
Expand Down

0 comments on commit 26e7a3f

Please sign in to comment.