Update react, next and tina to fix CVE-2025-55183, CVE-2025-55184 and CVE-2025-67779#7
Merged
Conversation
* Updated next to 15.4.10 * Updated react and react-dom to 19.2.3 * Updated tinacms to 3.1.2 * Updated tinacli to 2.0.5 * Updated eslint-config-next to 15.4.10
There was a problem hiding this comment.
Pull request overview
This PR updates critical dependencies to address three CVEs (CVE-2025-55183, CVE-2025-55184, and CVE-2025-67779) by upgrading React, Next.js, and TinaCMS packages. The changes also include a refactoring of the home page component to use Next.js 15's server component pattern instead of client-side rendering.
- Updated core framework dependencies (Next.js 15.4.10, React 19.2.3) to patch security vulnerabilities
- Upgraded TinaCMS ecosystem packages (tinacms 3.1.2, @tinacms/cli 2.0.5) for compatibility
- Refactored home page from client-side to server-side rendering, aligning with Next.js 15 best practices
Reviewed changes
Copilot reviewed 3 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| package.json | Updates Next.js, React, React-DOM, TinaCMS, TinaCMS CLI, and ESLint config to secure versions with proper semver ranges |
| src/app/page.tsx | Refactors from client-side component with useState/useEffect to async server component with direct data fetching |
| tina/tina-lock.json | Auto-generated TinaCMS lock file updated to reflect CLI version change from 1.5.14 to 2.0.3 |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
vladislav-kir
approved these changes
Dec 19, 2025
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.
Fix for the critical CVEs:
CVE-2025-55183
CVE-2025-55184
CVE-2025-67779
nextto 15.4.10reactandreact-domto 19.2.3tinacmsto 3.1.2tinaclito 2.0.5eslint-config-nextto 15.4.10