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: tools/doc/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-MARKED-451540
  • Loading branch information
snyk-test committed Jul 5, 2019
commit d8fe35d21e2c19680fc098f7f624af94c1dd4111
2 changes: 1 addition & 1 deletion tools/doc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"node": ">=0.6.10"
},
"dependencies": {
"marked": "^0.3.5",
"marked": "^0.4.0",
"js-yaml": "^3.5.2"
},
"devDependencies": {},
Expand Down