Skip to content

Commit 0cc3674

Browse files
authoredMar 15, 2025
Feature/upgrade prisma to version 6.5.0 (ghostfolio#4440)
* Upgrade prisma to version 6.5.0 * Update changelog
1 parent 755ab15 commit 0cc3674

File tree

3 files changed

+47
-36
lines changed

3 files changed

+47
-36
lines changed
 

‎CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1717
- Upgraded `angular` from version `19.0.5` to `19.2.1`
1818
- Upgraded `Nx` from version `20.3.2` to `20.5.0`
1919
- Upgraded `prettier` from version `3.5.1` to `3.5.3`
20+
- Upgraded `prisma` from version `6.4.1` to `6.5.0`
2021

2122
### Fixed
2223

‎package-lock.json

+44-34
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
"@nestjs/platform-express": "10.4.15",
8787
"@nestjs/schedule": "4.1.2",
8888
"@nestjs/serve-static": "4.0.2",
89-
"@prisma/client": "6.4.1",
89+
"@prisma/client": "6.5.0",
9090
"@simplewebauthn/browser": "13.1.0",
9191
"@simplewebauthn/server": "13.1.1",
9292
"@stripe/stripe-js": "5.4.0",
@@ -195,7 +195,7 @@
195195
"nx": "20.5.0",
196196
"prettier": "3.5.3",
197197
"prettier-plugin-organize-attributes": "1.0.0",
198-
"prisma": "6.4.1",
198+
"prisma": "6.5.0",
199199
"react": "18.2.0",
200200
"react-dom": "18.2.0",
201201
"replace-in-file": "8.3.0",

0 commit comments

Comments
 (0)
Failed to load comments.