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-JSYAML-13961110
  • Loading branch information
snyk-bot committed Nov 17, 2025
commit 77f805acf3c1ecad0ce057b9b5a65a8248421e95
2 changes: 1 addition & 1 deletion tools/doc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"marked": "^0.3.5",
"js-yaml": "^3.5.2"
"js-yaml": "^4.1.1"
},
"devDependencies": {},
"optionalDependencies": {},
Expand Down