fix: patch Next.js security advisories#377
Draft
Kinfe123 wants to merge 1 commit into
Draft
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
@farming-labs/astro
@farming-labs/astro-theme
@farming-labs/docs
@farming-labs/theme
@farming-labs/next
@farming-labs/nuxt
@farming-labs/nuxt-theme
@farming-labs/svelte
@farming-labs/svelte-theme
@farming-labs/tanstack-start
commit: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
16.2.11pnpm-lock.yamlWhy
The repository-wide security audit was failing on four high-severity Next.js advisories:
Next.js
16.2.11contains the fixes for the affected16.2.xline.Validation
pnpm install --frozen-lockfilepnpm format:checkpnpm lintpnpm buildpnpm typecheckSummary by cubic
Upgraded all Next.js runtime pins to 16.2.11 to patch four high‑severity advisories and unblock the security audit. Only the Next.js family was changed.
nextto16.2.11across benchmarks, examples, website, and generated templates.pnpm.overrides.nextto16.2.11and refreshedpnpm-lock.yamlfor the Next.js packages.DEFAULT_NEXT_VERSIONinpackages/docs/src/cli/dev.tsto16.2.11.Written for commit d26807a. Summary will update on new commits.