Skip to content

Commit de5ee4b

Browse files
committed
prisma 5.22
1 parent 3128b56 commit de5ee4b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

bun.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"version": "1.0.0",
2525
"dependencies": {
2626
"@hono/zod-validator": "^0.4.3",
27-
"@prisma/client": "^5.20.0",
27+
"@prisma/client": "5.22.0",
2828
"common": "workspace:common",
2929
"cookie-parser": "^1.4.6",
3030
"cors": "^2.8.5",
@@ -41,7 +41,7 @@
4141
"@types/cookie-parser": "^1.4.7",
4242
"@types/cors": "^2.8.17",
4343
"globals": "^15.8.0",
44-
"prisma": "^5.11.0",
44+
"prisma": "5.22.0",
4545
"typescript": "^5.4.5",
4646
},
4747
},

server/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"license": "ISC",
1818
"dependencies": {
1919
"@hono/zod-validator": "^0.4.3",
20-
"@prisma/client": "^5.20.0",
20+
"@prisma/client": "5.22.0",
2121
"common": "workspace:common",
2222
"cookie-parser": "^1.4.6",
2323
"cors": "^2.8.5",
@@ -34,7 +34,7 @@
3434
"@types/cookie-parser": "^1.4.7",
3535
"@types/cors": "^2.8.17",
3636
"globals": "^15.8.0",
37-
"prisma": "^5.11.0",
37+
"prisma": "5.22.0",
3838
"typescript": "^5.4.5"
3939
},
4040
"trustedPackages": ["prisma"]

0 commit comments

Comments
 (0)