Updating Next.js and React versions to patched versions#98
Open
0xtito wants to merge 2 commits intoalexzhang13:mainfrom
Open
Updating Next.js and React versions to patched versions#980xtito wants to merge 2 commits intoalexzhang13:mainfrom
0xtito wants to merge 2 commits intoalexzhang13:mainfrom
Conversation
16.1.1 -> 16.1.5 (next) 19.2.3 -> 19.2.4 (react/react-dom)
There was a problem hiding this comment.
Pull request overview
This PR updates the visualizer frontend’s Next.js and React dependencies to patched versions to address the CVEs referenced in Issue #97.
Changes:
- Bump
nextfrom16.1.1to16.1.5 - Bump
react/react-domfrom19.2.3to19.2.4 - Update
package-lock.jsonto reflect the dependency upgrades
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| visualizer/package.json | Updates pinned Next.js/React runtime dependency versions to patched releases. |
| visualizer/package-lock.json | Updates resolved versions/hashes for Next.js/React and related Next packages. |
Files not reviewed (1)
- visualizer/package-lock.json: Language not supported
Comments suppressed due to low confidence (1)
visualizer/package-lock.json:1097
- The lockfile updates
@next/env/nextto 16.1.5, but@next/eslint-plugin-next(pulled in viaeslint-config-next) remains at 16.1.1. After bumpingeslint-config-nextto the matching Next.js version, regeneratepackage-lock.jsonso the plugin/config versions are aligned with the upgraded Next runtime.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
16.1.1 -> 16.1.5 (next)
19.2.3 -> 19.2.4 (react/react-dom)
Mentioned in #97
CVEs:
GHSA-5f7q-jpqc-wp7h
GHSA-9g9p-9gw9-jx7f
GHSA-h25m-26qc-wcjf
Closes #97