Skip to content

Commit 6585bb1

Browse files
committed
fix: upgrade Next.js to 15.4.10 to patch CVE-2025-55184 and CVE-2025-55183
CVE-2025-55184 (High) - Denial of Service via malicious HTTP request CVE-2025-55183 (Medium) - Source Code Exposure of Server Actions Reference: https://vercel.com/kb/bulletin/security-bulletin-cve-2025-55184-and-cve-2025-55183
1 parent f856b43 commit 6585bb1

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

datasheetsChat/package-lock.json

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

datasheetsChat/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@vectorize-io/vectorize-client": "^0.2.1",
2020
"ai": "^5.0.68",
2121
"lucide-react": "^0.468.0",
22-
"next": "^15.4.8",
22+
"next": "^15.4.10",
2323
"react": "^19.0.0",
2424
"react-dom": "^19.0.0",
2525
"react-markdown": "^9.0.1",

0 commit comments

Comments
 (0)