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: package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/npm:react-dom:20180802
  • Loading branch information
snyk-bot committed Aug 2, 2018
commit 20dbe85fcf1ad61c6e6a861468c8ef396c815cc8
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"normalize.css": "^3.0.3",
"pngjs": "^2.3.0",
"react": "^0.14.3",
"react-dom": "^0.14.3",
"react-dom": "^16.0.1",
"three": "^0.77.0",
"websockify": "^0.7.1"
},
Expand Down