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-DEBUG-3227433
  • Loading branch information
snyk-bot committed Jan 10, 2023
commit 152dfa532682f938501e84935c96c9e977e11197
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.1.0",
"transform-loader": "^0.2.3",
"utf-8-validate": "^2.0.0"
},
Expand Down