Skip to content
Closed
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
b78f148
fix: plugins/gcalendar/package.json to reduce vulnerabilities
snyk-bot Sep 17, 2024
32c4f12
fix: plugins/gcalendar/package.json to reduce vulnerabilities
snyk-io[bot] Jan 29, 2026
6a5c6a6
fix: plugins/gcalendar/package.json to reduce vulnerabilities
snyk-io[bot] Jan 30, 2026
a05cd5c
fix: plugins/gcalendar/package.json to reduce vulnerabilities
snyk-io[bot] Jan 31, 2026
29fb247
fix: plugins/gcalendar/package.json to reduce vulnerabilities
snyk-io[bot] Feb 1, 2026
1479e84
fix: plugins/gcalendar/package.json to reduce vulnerabilities
snyk-io[bot] Feb 2, 2026
d8f47ee
fix: plugins/gcalendar/package.json to reduce vulnerabilities
snyk-io[bot] Feb 3, 2026
8b2a17d
fix: plugins/gcalendar/package.json to reduce vulnerabilities
snyk-io[bot] Feb 4, 2026
4ea5c04
fix: plugins/gcalendar/package.json to reduce vulnerabilities
snyk-io[bot] Feb 5, 2026
211e192
fix: plugins/gcalendar/package.json to reduce vulnerabilities
snyk-io[bot] Feb 6, 2026
6527775
fix: plugins/gcalendar/package.json to reduce vulnerabilities
snyk-io[bot] Feb 7, 2026
9f325fe
fix: plugins/gcalendar/package.json to reduce vulnerabilities
snyk-io[bot] Feb 8, 2026
0c2d5f2
fix: plugins/gcalendar/package.json to reduce vulnerabilities
snyk-io[bot] Feb 9, 2026
902b948
fix: plugins/gcalendar/package.json to reduce vulnerabilities
snyk-io[bot] Feb 10, 2026
b2d90c9
fix: plugins/gcalendar/package.json to reduce vulnerabilities
snyk-io[bot] Feb 11, 2026
6744a7e
fix: plugins/gcalendar/package.json to reduce vulnerabilities
snyk-io[bot] Feb 13, 2026
9faf6b1
fix: plugins/gcalendar/package.json to reduce vulnerabilities
snyk-io[bot] Feb 14, 2026
2a0601a
fix: plugins/gcalendar/package.json to reduce vulnerabilities
snyk-io[bot] Feb 15, 2026
df62c89
fix: plugins/gcalendar/package.json to reduce vulnerabilities
snyk-io[bot] Feb 16, 2026
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 plugins/gcalendar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@tanstack/react-query": "^4.1.3",
"classnames": "^2.3.1",
"cross-fetch": "^3.1.5",
"dompurify": "^2.3.6",
"dompurify": "^2.5.4",
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Security: Outdated DOMPurify dependency (v2.3.6) with known XSS vulnerability (CVE-2024-45801) that could allow attackers to bypass sanitization through special nesting techniques and prototype pollution

"lodash": "^4.17.21",
"luxon": "^3.0.0",
"material-ui-popup-state": "^1.9.3",
Expand Down
Loading