Skip to content

Commit 8cef01d

Browse files
authored
fix: upgrade Next.js to 15.1.10 (CVE-2025-55182) (#8)
This upgrade fixes CVE-2025-55182, a React Server Components RCE vulnerability. Co-authored-by: Chris Tate <[email protected]>
1 parent 39eea5d commit 8cef01d

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"build": "next build"
66
},
77
"dependencies": {
8-
"next": "15.1.9",
8+
"next": "15.1.10",
99
"react": "^19.0.0",
1010
"react-dom": "^19.0.0"
1111
},

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)