Skip to content
Open
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
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"framer-motion": "^12.40.0",
"input-otp": "1.4.2",
"lucide-react": "^0.564.0",
"next": "16.3.1",
"next": "16.3.3",

@augmentcode augmentcode Bot Sep 11, 2026

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

The committed pnpm-lock.yaml still records this workspace importer and the resolved next package as 16.3.1. CI runs pnpm install --frozen-lockfile, so it will reject the manifest/lockfile mismatch before the build and this security update cannot be installed.

Severity: high

Fix This in Augment

🤖 Was this useful? React with 👍 or 👎, or 🚀 if it prevented an incident/outage.

"next-themes": "^0.4.6",
"react": "19.2.8",
"react-day-picker": "9.13.2",
Expand Down
Loading