Skip to content

Commit c6ad564

Browse files
fix(auth-next,examples): upgrade to Next.js 15.1.9 to patch critical vulnerabilities
- CVE-2025-29927: Authorization Bypass in Middleware (GHSA-f82v-jwr5-mffw) - CVE-2025-55182: RCE in React Server Components (GHSA-9qr9-h5gf-34mp) Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 4974fd1 commit c6ad564

4 files changed

Lines changed: 166 additions & 163 deletions

File tree

examples/passport/wallets-connect-with-nextjs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"@imtbl/wallet": "workspace:*",
1010
"@tanstack/react-query": "^5.51.11",
1111
"ethers": "^6.13.4",
12-
"next": "15.1.6",
12+
"next": "15.1.9",
1313
"next-auth": "^5.0.0-beta.30",
1414
"react": "^18.2.0",
1515
"react-dom": "^18.2.0",
@@ -21,7 +21,7 @@
2121
"@types/react": "^18.0.28",
2222
"@types/react-dom": "^18.0.11",
2323
"eslint": "^8",
24-
"eslint-config-next": "15.1.6",
24+
"eslint-config-next": "15.1.9",
2525
"postcss": "^8",
2626
"tailwindcss": "^3.4.1",
2727
"typescript": "^5.6.2"

packages/auth-next-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"@types/react": "^18.3.5",
6666
"eslint": "^8.56.0",
6767
"jest": "^29.7.0",
68-
"next": "^15.1.6",
68+
"next": "^15.1.9",
6969
"next-auth": "^5.0.0-beta.30",
7070
"react": "^18.2.0",
7171
"tsup": "^8.3.0",

packages/auth-next-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"@types/node": "^22.10.7",
5555
"eslint": "^8.56.0",
5656
"jest": "^29.7.0",
57-
"next": "^15.1.6",
57+
"next": "^15.1.9",
5858
"next-auth": "^5.0.0-beta.30",
5959
"tsup": "^8.3.0",
6060
"typescript": "^5.6.2"

0 commit comments

Comments
 (0)