Skip to content

Commit e55321c

Browse files
DutchBenRuben van Leeuwen
andauthored
Update to latest next version: CVE-2025-55182 (#232)
* Update to latest next version: CVE-2025-55182 * Adds changeset --------- Co-authored-by: Ruben van Leeuwen <ruben.vanleeuwen@surf.nl>
1 parent 23a92fb commit e55321c

File tree

5 files changed

+3494
-2692
lines changed

5 files changed

+3494
-2692
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'pydantic-forms': patch
3+
---
4+
5+
Update to latest next version CVE-2025-55182
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/// <reference types="next" />
22
/// <reference types="next/image-types/global" />
3+
/// <reference path="./.next/types/routes.d.ts" />
34

45
// NOTE: This file should not be edited
56
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.

frontend/apps/example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist"
1313
},
1414
"dependencies": {
15-
"next": "^15.1.3",
15+
"next": "^15.5.7",
1616
"pydantic-forms": "*",
1717
"react": "18.*",
1818
"react-dom": "18.*"

0 commit comments

Comments
 (0)