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
4 changes: 2 additions & 2 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
"lodash-es": "4.18.1",
"//minimatch": "CVE-2024-21538, CVE-2023-36326, CVE-2023-34104 (ReDoS)",
"minimatch": "3.1.5",
"//dompurify": "CVE-2025-26791, CVE-2026-0540, CVE-2026-41238, CVE-2026-41239, CVE-2026-41240, CVE-2026-49458, CVE-2026-49459, CVE-2026-49978 (XSS / prototype pollution / config poisoning)",
"dompurify": "3.4.11",
"//dompurify": "CVE-2025-26791, CVE-2026-0540, CVE-2026-41238, CVE-2026-41239, CVE-2026-41240, CVE-2026-49458, CVE-2026-49459, CVE-2026-49978 (XSS / prototype pollution / config poisoning), GHSA-c2j3-45gr-mqc4 (afterSanitizeElements bypass), GHSA-55q2-fjhq-7xh7 (IN_PLACE detached subtree XSS)",
"dompurify": "3.4.13",
"//qs": "CVE-2026-8723 (DoS: qs.stringify TypeError on null/undefined comma-format array entries) – dep pins ~6.14.0, force 6.15.2",
"qs": "6.15.2",
"//uuid": "GHSA uuid: Missing buffer bounds check in v3/v5/v6 when buf is provided",
Expand Down
8 changes: 4 additions & 4 deletions website/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5148,10 +5148,10 @@ domhandler@^5.0.2, domhandler@^5.0.3:
dependencies:
domelementtype "^2.3.0"

dompurify@3.4.11, dompurify@^3.3.3:
version "3.4.11"
resolved "https://registry.yarnpkg.com/dompurify/-/dompurify-3.4.11.tgz#29c8ba496475f279ef4015784068452fb14a0680"
integrity sha512-zhlUV12GsaRzMsf9q5M254YhA4+VuF0fG+QFqu6aYpoGlKtz+w8//jBcGVYBgQkR5GHjUomejY84AV+/uPbWdw==
dompurify@3.4.13, dompurify@^3.3.3:
version "3.4.13"
resolved "https://registry.yarnpkg.com/dompurify/-/dompurify-3.4.13.tgz#fc28949d59f92d62e28a3a764bcbeee35897a1be"
integrity sha512-2vmYIoqjze2d+kakP8S/nS5shfsl587kzwEjcGlTdiksUVgFHnFCsLYDVj/JNqJVOQZGSYBTmuycv0PodwmnMQ==
optionalDependencies:
"@types/trusted-types" "^2.0.7"

Expand Down
Loading