Skip to content
Open
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
fix: package.json & package-lock.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-DOMPURIFY-8184974
  • Loading branch information
snyk-bot committed Oct 18, 2024
commit e4ba881b17a8144d0eb02d037e05eafdd3f09a99
50 changes: 25 additions & 25 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@ampproject/viewer-messaging": "1.1.2",
"@ampproject/worker-dom": "0.30.1",
"@webcomponents/webcomponentsjs": "2.5.0",
"dompurify": "2.2.9",
"dompurify": "2.5.0",
"google-closure-library": "20210601.0.0",
"intersection-observer": "0.12.0",
"jss": "10.6.0",
Expand Down