fix(deps): bump next ^16.2.6 → ^16.3.3 (security release, 2 CVEs críticos) - #11
Merged
Conversation
…icos) — card 2dda5714 Next.js security release (2026-08-25) fixes 2 critical CVEs affecting 16.2.x. - next ^16.2.6 -> ^16.3.3 in package.json - pnpm-lock.yaml regenerated with pnpm 9 (CI toolchain) preserving the security overrides block; pnpm 11 drops it (no longer reads pnpm.overrides) and would break CI --frozen-lockfile - build verified (exit 0); lint failure is pre-existing (missing eslint config, CI runs `pnpm lint || true`)
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.
Issue vinculado
N/A — workboard card 2dda5714 (bump security Next.js 16.3.3, 2 CVEs críticos)
¿Qué cambia este PR?
Bump de
next^16.2.6 → ^16.3.3: security release del 25-ago que corrige 2 CVEs críticos que afectan a 16.2.x. El lockfile se regenera con pnpm 9 (toolchain de CI), preservando el bloqueoverrides:de seguridad.package.jsonnext^16.2.6→^16.3.3pnpm-lock.yamlnext16.2.11 → 16.3.3 (overrides intactos)Evidencia de verificación
Comandos ejecutados:
Resultado:
main(no existeeslint.config.*en el repo; CI ejecutapnpm lint || true). No relacionado con este bump.Notas para el reviewer
pnpm.overridesdepackage.jsony elimina el bloqueoverrides:del lockfile, lo que romperíapnpm install --frozen-lockfilede CI (que pinea pnpm 9) y perdería los overrides de seguridad.eslint-config-nextpermanece en16.1.6(pin existente, sin conflicto de peers con next 16.3.3); actualizarlo queda fuera del alcance de esta card.