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
55 changes: 28 additions & 27 deletions web/pnpm-lock.yaml

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

6 changes: 6 additions & 0 deletions web/pnpm-workspace.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
overrides:
'@babel/core': 7.29.7
dompurify: 3.4.14
# GHSA-c83g-rgw3-j3cx and GHSA-73wf-gq98-2v4g: prototype write and uncaught
# crash via untrusted `browserslist-stats.json`. Reached only transitively —
# `vite-plugin-solid` -> `@babel/core` -> `@babel/helper-compilation-targets`
# — so no direct dependency can be bumped to fix it, and the advisories
# landed against a lockfile nobody had touched. Patched in 4.28.7.
browserslist: '>=4.28.7'
Loading