Skip to content

Commit 175e3ad

Browse files
Copilothotlong
andcommitted
Fix Next.js security vulnerability by upgrading to v15.0.8+
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
1 parent 5ab40a6 commit 175e3ad

2 files changed

Lines changed: 60 additions & 119 deletions

File tree

packages/adapters/nextjs/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@
99
},
1010
"peerDependencies": {
1111
"@objectstack/runtime": "workspace:*",
12-
"next": "^14.0.0",
12+
"next": "^15.0.8",
1313
"react": "^19.2.4",
14-
"react-dom": "^18.3.1"
14+
"react-dom": "^19.2.4"
1515
},
1616
"devDependencies": {
1717
"@objectstack/runtime": "workspace:*",
18-
"next": "^14.0.0",
18+
"next": "^15.0.8",
1919
"react": "^19.2.4",
20-
"react-dom": "^18.3.1",
20+
"react-dom": "^19.2.4",
2121
"typescript": "^5.0.0"
2222
}
2323
}

0 commit comments

Comments
 (0)