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
14 changes: 7 additions & 7 deletions pnpm-lock.yaml

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

6 changes: 5 additions & 1 deletion pnpm-workspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,14 @@ overrides:
# (GHSA-vmh5-mc38-953g), WebSocket DoS via fragment-count bypass
# (GHSA-vxpw-j846-p89q), cross-origin routing via SOCKS5 pool reuse
# (GHSA-hm92-r4w5-c3mj). miniflare's local fetch only; never ships to the Worker.
# undici <7.29.0 — five further advisories disclosed against 7.28.0 (GHSA-4cwx-7wf7-3272 at
# CVSS 7.4, plus GHSA-8xcm-r25x-g524, GHSA-jr45-8vmc-qm54, GHSA-m8rv-5g2x-5cg5,
# GHSA-v3r7-h72x-cjcm), all fixed in 7.29.0. The range already admitted it; the
# lockfile had simply not moved, so the audit gate went red on main.
ws: '^8.21.0'
vite@7: '^7.3.5'
vite@8: '^8.0.16'
undici: '^7.28.0'
undici: '^7.29.0'
# @babel/core <7.29.6 — arbitrary file read via sourceMappingURL (GHSA-4x5r-pxfx-6jf8);
# dev/build-time only (via @react-router/dev), never ships to the Worker.
'@babel/core': '^7.29.6'
Expand Down