Skip to content
Closed
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 badgers-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"crates.io": "^2.2.7",
"eslint": "8.57.0",
"eslint-config-next": "15.0.3",
"next": "15.0.3",
"next": "15.0.7",
Copy link

Copilot AI Feb 24, 2026

Choose a reason for hiding this comment

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

next was bumped in package.json, but badgers-web/yarn.lock still resolves next@npm:15.0.3. Please regenerate and commit the lockfile update (e.g., run yarn install in badgers-web) so installs/CI are reproducible (and will pass if using yarn install --immutable).

Suggested change
"next": "15.0.7",
"next": "15.0.3",

Copilot uses AI. Check for mistakes.
"postcss": "8.4.38",
"react": "19.0.0-rc-66855b96-20241106",
"react-dom": "19.0.0-rc-66855b96-20241106",
Comment on lines +21 to 24
Copy link

Copilot AI Feb 24, 2026

Choose a reason for hiding this comment

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

PR description says the automated fix upgrades the affected React and Next.js packages, but this diff only bumps next. Please confirm whether react/react-dom also need to be upgraded to patched builds for the referenced RSC CVEs, and update them here if so.

Copilot uses AI. Check for mistakes.
Expand Down