Fix React Server Components CVE vulnerabilities (#886)

* upgrade next

* Fix CVE vulnerabilities in React Server Components

Address CVE vulnerabilities in React Server Components.
This commit is contained in:
Jakub
2025-12-13 16:15:35 +01:00
committed by GitHub
parent e77bed68bc
commit 06ceddc83b
9 changed files with 198 additions and 970 deletions
+11
View File
@@ -0,0 +1,11 @@
---
"@status-im/status-network": patch
"@status-im/wallet": patch
"hub": patch
"status.app": patch
"status.network": patch
"portfolio": patch
"api": patch
---
Fix React Server Components CVE vulnerabilities
+1 -1
View File
@@ -19,7 +19,7 @@
"@trpc/client": "10.45.2",
"@trpc/next": "10.45.2",
"@trpc/server": "10.45.2",
"next": "15.3.6",
"next": "15.3.8",
"react": "19.1.2",
"react-dom": "19.1.2",
"zod": "^3.23.8"
+1 -1
View File
@@ -30,7 +30,7 @@
"connectkit": "^1.9.0",
"cva": "1.0.0-beta.1",
"framer-motion": "^12.0.6",
"next": "15.3.6",
"next": "15.3.8",
"next-mdx-remote": "^5.0.0",
"pino-pretty": "^13.1.1",
"react": "19.1.2",
+1 -1
View File
@@ -87,7 +87,7 @@
"inspx": "^0.0.1-alpha.6",
"match-sorter": "^6.3.4",
"minisearch": "^6.1.0",
"next": "15.3.6",
"next": "15.3.8",
"next-contentlayer": "^0.3.4",
"next-mdx-remote": "^5.0.0",
"oslo": "1.0.1",
+1 -1
View File
@@ -109,7 +109,7 @@
"inspx": "^0.0.1-alpha.6",
"match-sorter": "^6.3.4",
"minisearch": "^6.1.0",
"next": "15.2.6",
"next": "15.2.8",
"next-contentlayer2": "^0.5.8",
"next-mdx-remote": "^5.0.0",
"oslo": "1.0.1",
+1 -1
View File
@@ -19,7 +19,7 @@
"@vercel/analytics": "^1.5.0",
"cva": "1.0.0-beta.1",
"framer-motion": "^12.0.6",
"next": "15.1.9",
"next": "15.1.11",
"next-mdx-remote": "^5.0.0",
"react": "19.1.2",
"react-dom": "19.1.2",
+1 -1
View File
@@ -63,7 +63,7 @@
"connectkit": "^1.9.0",
"cva": "^1.0.0-beta.1",
"framer-motion": "^12.0.6",
"next": "15.1.9",
"next": "15.1.11",
"ts-pattern": "^5.3.1",
"zod": "^3.23.8"
},
+1 -1
View File
@@ -105,7 +105,7 @@
"d3-time-format": "^4.1.0",
"date-fns": "^2.30.0",
"ethers": "^6.15.0",
"next": "15.1.9",
"next": "15.1.11",
"qrcode.react": "^3.1.0",
"react-aria-components": "^1.3.3",
"react-day-picker": "^8.7.1",
+180 -963
View File
File diff suppressed because it is too large Load Diff