Skip to content

Commit 617861a

Browse files
build(deps): Bump @prisma/client from 5.22.0 to 6.2.1
Bumps [@prisma/client](https://github.com/prisma/prisma/tree/HEAD/packages/client) from 5.22.0 to 6.2.1. - [Release notes](https://github.com/prisma/prisma/releases) - [Commits](https://github.com/prisma/prisma/commits/6.2.1/packages/client) --- updated-dependencies: - dependency-name: "@prisma/client" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 77a4467 commit 617861a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

libs/database/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"db:studio": "prisma studio"
1818
},
1919
"dependencies": {
20-
"@prisma/client": "^5.22.0",
20+
"@prisma/client": "^6.2.1",
2121
"lint-staged": "^13.0.3"
2222
},
2323
"devDependencies": {

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -2330,10 +2330,10 @@
23302330
"@xml-tools/parser" "^1.0.11"
23312331
prettier ">=2.4.0"
23322332

2333-
"@prisma/client@^5.22.0":
2334-
version "5.22.0"
2335-
resolved "https://registry.yarnpkg.com/@prisma/client/-/client-5.22.0.tgz#da1ca9c133fbefe89e0da781c75e1c59da5f8802"
2336-
integrity sha512-M0SVXfyHnQREBKxCgyo7sffrKttwE6R8PMq330MIUF0pTwjUhLbW84pFDlf06B27XyCR++VtjugEnIHdr07SVA==
2333+
"@prisma/client@^6.2.1":
2334+
version "6.2.1"
2335+
resolved "https://registry.yarnpkg.com/@prisma/client/-/client-6.2.1.tgz#3d7d0c8669bba490247e1ffff67b93a516bd789f"
2336+
integrity sha512-msKY2iRLISN8t5X0Tj7hU0UWet1u0KuxSPHWuf3IRkB4J95mCvGpyQBfQ6ufcmvKNOMQSq90O2iUmJEN2e5fiA==
23372337

23382338
23392339
version "5.22.0"

0 commit comments

Comments
 (0)