Skip to content

Update react, next and tina to fix CVE-2025-55183, CVE-2025-55184 and CVE-2025-67779#7

Merged
18-th merged 1 commit into
mainfrom
patch-react-cves
Dec 19, 2025
Merged

Update react, next and tina to fix CVE-2025-55183, CVE-2025-55184 and CVE-2025-67779#7
18-th merged 1 commit into
mainfrom
patch-react-cves

Conversation

@18-th

@18-th 18-th commented Dec 19, 2025

Copy link
Copy Markdown
Contributor

Fix for the critical CVEs:
CVE-2025-55183
CVE-2025-55184
CVE-2025-67779

  • 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

* 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

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

@18-th
18-th merged commit ac4d2fb into main Dec 19, 2025
7 checks passed
@18-th
18-th deleted the patch-react-cves branch December 19, 2025 07:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants