Skip to content

Commit 3aeb763

Browse files
authored
Merge pull request #79 from upstash/vercel/react-server-components-cve-vu-khca9o
Fix React Server Components CVE vulnerabilities
2 parents d228474 + d5f1651 commit 3aeb763

File tree

4 files changed

+157
-27
lines changed

4 files changed

+157
-27
lines changed

examples/middleware-rewrites/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@types/react-dom": "^18.3.0",
1515
"@upstash/edge-flags": "workspace:*",
1616
"@upstash/redis": "^1.31.6",
17-
"next": "14.2.4",
17+
"next": "14.2.35",
1818
"react": "^18.3.1",
1919
"react-dom": "18.3.1",
2020
"typescript": "5.5.2"

examples/nextjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"@heroicons/react": "^2.0.13",
1313
"@tremor/react": "^1.6.0",
1414
"@upstash/edge-flags": "workspace:*",
15-
"next": "^14.2.4",
15+
"next": "14.2.35",
1616
"react": "^18.3.1",
1717
"react-dom": "^18.2.0"
1818
},

packages/dashboard/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"dependencies": {
2121
"dotenv": "^16.0.3",
2222
"minimist": "^1.2.8",
23-
"next": "^14.2.4",
23+
"next": "14.2.35",
2424
"opener": "^1.5.2"
2525
},
2626
"devDependencies": {

pnpm-lock.yaml

Lines changed: 154 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)