Skip to content
Merged
Show file tree
Hide file tree
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
32 changes: 13 additions & 19 deletions website/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,13 @@
"@docusaurus/module-type-aliases": "3.10.1",
"@docusaurus/types": "3.10.1"
},
"comments": {
"overrides": "Force patched versions of transitive build-time deps flagged by Dependabot. These are dev/build-only (Docusaurus toolchain), never shipped in the static site. js-yaml is intentionally NOT overridden: the only patched release (4.2.0) breaks gray-matter front-matter parsing, and the advisory is a DoS that only ever parses our own trusted doc front-matter at build time, so it carries no real risk. Revisit when Docusaurus/gray-matter update js-yaml upstream."
},
"overrides": {
"serialize-javascript": "^7.0.5",
"uuid": "^11.1.1"
},
"browserslist": {
"production": [
">0.5%",
Expand Down
Loading