Skip to content

Commit

Permalink
fix: appengine/websockets/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 Sep 21, 2024
1 parent f62131a commit 7586094
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appengine/websockets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"dependencies": {
"express": "^4.15.4",
"pug": "^3.0.0",
"socket.io": "^3.0.0",
"socket.io": "^4.8.0",
"supertest": "^6.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit 7586094

Please sign in to comment.