chore(deps): bump next to 15.5.21 to clear high-severity advisories - #270
Merged
Conversation
npm audit fix (lockfile-only). Clears the Next.js advisory batch published 2026-07-22 (GHSA-m99w-x7hq-7vfj, GHSA-89xv-2m56-2m9x, GHSA-68g3-v927-f742, GHSA-4633-3j49-mh5q, GHSA-4c39-4ccg-62r3, GHSA-p9j2-gv94-2wf4, GHSA-q8wf-6r8g-63ch, GHSA-955p-x3mx-jcvp), which fail the CI audit gate. Stays within the existing ^15.5.18 range; no package.json change. The @tailwindcss/oxide-wasm32-wasi bundled-dependency entries are churn from npm 12 re-expanding the tree, not a dependency change. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This was referenced Jul 24, 2026
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.
Unblocks #269 (
dev→main), whose CI failed on thenpm audit --audit-level=highgate.Cause
A Next.js advisory batch was published on 2026-07-22, after
dev's last green run.next15.5.18 is inside the affected range12.0.0 - 15.5.20, so every fresh CI run now fails the audit step. Not related to the merge itself.Advisories: GHSA-m99w-x7hq-7vfj, GHSA-89xv-2m56-2m9x, GHSA-68g3-v927-f742, GHSA-4633-3j49-mh5q, GHSA-4c39-4ccg-62r3, GHSA-p9j2-gv94-2wf4, GHSA-q8wf-6r8g-63ch, GHSA-955p-x3mx-jcvp.
Fix
npm audit fix --package-lock-only. Resolvesnextto 15.5.21 inside the existing^15.5.18range, sopackage.jsonis unchanged. No jump to 16.npm audit --audit-level=high: 0 vulnerabilities.The added
@tailwindcss/oxide-wasm32-wasi/node_modules/*entries are npm 12 re-expanding that package's bundled dependencies. No dependency change.🤖 Generated with Claude Code