Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix: examples/webpack-build-server/package.json to reduce vulnerabili…
…ties

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-SOCKETIO-1024859
  • Loading branch information
snyk-bot committed Jan 7, 2021
commit df384a0c111234da08c8bcea698b094fae9dfa0e
2 changes: 1 addition & 1 deletion examples/webpack-build-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"brfs": "^1.4.3",
"bufferutil": "^1.3.0",
"socket.io": "^1.7.2",
"socket.io": "^2.4.0",
"transform-loader": "^0.2.3",
"utf-8-validate": "^2.0.0"
},
Expand Down