Skip to content

fix: upgrade Next.js to 16.3.0 to resolve PostCSS XSS vulnerability (… - #13

Open
Shakeyswings wants to merge 1 commit into
mainfrom
fix/upgrade-nextjs-16.3.0
Open

Shakeyswings wants to merge 1 commit into
mainfrom
fix/upgrade-nextjs-16.3.0

Conversation

@Shakeyswings

Copy link
Copy Markdown
Owner

…dependabot alert #1)

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 966b004290

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread package.json
"@supabase/supabase-js": "^2.110.0",
"lucide-react": "0.383.0",
"next": "16.2.10",
"next": "16.3.0",

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P1 Badge Regenerate the lockfile for the Next.js upgrade

When a deployment or developer uses npm ci, this manifest change makes installation fail because the tracked package-lock.json still declares and resolves both next and eslint-config-next at 16.2.10 (package-lock.json:15,27,3439-3441,5348-5350). npm documents that when the manifest and lockfile disagree, npm ci exits instead of updating the lockfile (npm ci documentation); moreover, lockfile-based vulnerability scanning still sees the vulnerable Next.js version. Regenerate and commit package-lock.json with the 16.3.0 packages.

Useful? React with 👍 / 👎.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant