Skip to content

Commit 05eb59e

Browse files
security: bump next versions in deps of example; ref: https://nextjs.org/blog/security-update-2025-12-11; fixes CVE-2025-55183, CVE-2025-55184/CVE-2025-67779
1 parent f244784 commit 05eb59e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/nextjs-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"dependencies": {
1111
"@auth0/auth0-react": "file:../..",
12-
"next": "15.4.8",
12+
"next": "15.4.10",
1313
"react": "file:../../node_modules/react",
1414
"react-dom": "file:../../node_modules/react-dom"
1515
}

0 commit comments

Comments
 (0)