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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"gray-matter": "^4.0.3",
"jquery": "^3.7.1",
"js-cookie": "^3.0.5",
"js-yaml": "^4.1.0",
"js-yaml": "^4.1.1",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

critical

This update to js-yaml is necessary for security, but the yarn.lock file has not been updated to reflect the change. As the Snyk PR description warns, this must be done manually. Without an updated lock file, the vulnerable version of js-yaml might still be installed, leaving the project exposed. Please run yarn install (or simply yarn) to update yarn.lock and commit the resulting changes to this pull request.

"lefthook": "^1.10.10",
"markdown-link": "^0.1.1",
"mermaid": "^11.4.1",
Expand Down