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
38 changes: 11 additions & 27 deletions examples/vercel-quickdeploy-nextjs/pnpm-lock.yaml

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

10 changes: 10 additions & 0 deletions examples/vercel-quickdeploy-nextjs/pnpm-workspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -132,3 +132,13 @@ overrides:
# output). 8.5.10 contains the fix. API is backward-compatible
# within postcss 8.x; override here until next bumps its own pin.
postcss: '>=8.5.10'
# eslint-config-next pulls in minimatch which depends on brace-expansion;
# versions <5.0.6 are vulnerable to GHSA-jxxr-4gwj-5jf2 (large numeric
# range DoS defeating the documented `max` cap). Dev-only path (ESLint),
# but audit blocks CI regardless of scope. Patch is backward-compatible.
brace-expansion: '5.0.6'
# @supabase/supabase-js -> @supabase/realtime-js depends on ws;
# versions <8.20.1 are vulnerable to GHSA-58qx-3vcg-4xpx (uninitialized
# memory disclosure on crafted HTTP upgrade headers). Runtime path —
# affects live WebSocket connections. Patch is backward-compatible within ws 8.x.
ws: '8.20.1'
Loading