fix(deps): upgrade Next.js 15.1.3 → 15.5.16 to fix high-severity CVEs#707
Open
Vera3289 wants to merge 1 commit into
Open
fix(deps): upgrade Next.js 15.1.3 → 15.5.16 to fix high-severity CVEs#707Vera3289 wants to merge 1 commit into
Vera3289 wants to merge 1 commit into
Conversation
Closes AnnabelJoe#464 Resolves all high-severity and critical vulnerabilities in next@15.1.3: - GHSA-9qr9-h5gf-34mp: RCE in React flight protocol (critical) - GHSA-f82v-jwr5-mffw: Authorization bypass in middleware (critical) - GHSA-67rr-84xm-4c7r: DoS via cache poisoning (high) - GHSA-mwv6-3258-q52c: DoS with server components (high) - GHSA-h25m-26qc-wcjf: HTTP request deserialization DoS (high) - GHSA-q4gf-8mx6-v5v3: DoS with server components (high) - GHSA-mg66-mrh9-m8jx: DoS via connection exhaustion (high) - GHSA-c4j6-fc7j-m34r: SSRF via WebSocket upgrades (high) - GHSA-36qx-fr4f-26g5: Middleware/proxy bypass in i18n (high) Also bumps eslint-config-next to match 15.5.16.
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
Upgrades
nextfrom15.1.3to15.5.16andeslint-config-nextto match, resolving all high-severity and critical vulnerabilities detected by the weekly pnpm audit.Vulnerabilities Fixed
Tested
pnpm audit --severity highexits 0 after this change.Closes
Closes #464