Skip to content

Commit 22f7732

Browse files
authored
fix: upgrade Next.js to 16.0.7 (CVE-2025-55182) (#106)
This upgrade fixes CVE-2025-55182, a React Server Components RCE vulnerability. Co-authored-by: Chris Tate <[email protected]>
1 parent f62b468 commit 22f7732

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/fixtures/nextjs16-minimal/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"dependencies": {
1111
"react": "^19.0.0",
1212
"react-dom": "^19.0.0",
13-
"next": "16.0.1"
13+
"next": "16.0.7"
1414
},
1515
"devDependencies": {
1616
"typescript": "^5",

0 commit comments

Comments
 (0)