mirror of
https://github.com/status-im/status-web.git
synced 2026-08-31 06:11:10 +00:00
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:
@@ -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
|
||||
@@ -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"
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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"
|
||||
},
|
||||
|
||||
@@ -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",
|
||||
|
||||
Generated
+180
-963
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user