Skip to content

Commit

Permalink
build(deps): bump @prisma/client from 4.13.0 to 5.11.0
Browse files Browse the repository at this point in the history
Bumps [@prisma/client](https://github.com/prisma/prisma/tree/HEAD/packages/client) from 4.13.0 to 5.11.0.
- [Release notes](https://github.com/prisma/prisma/releases)
- [Commits](https://github.com/prisma/prisma/commits/5.11.0/packages/client)

---
updated-dependencies:
- dependency-name: "@prisma/client"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 18, 2024
1 parent 779dd4f commit effc020
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 15 deletions.
2 changes: 1 addition & 1 deletion packages/database/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"seed": "esno prisma/seed.ts"
},
"dependencies": {
"@prisma/client": "^4.13.0",
"@prisma/client": "^5.11.0",
"eslint-config-custom": "workspace:*",
"tsconfig": "workspace:*"
},
Expand Down
19 changes: 5 additions & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3491,24 +3491,15 @@ __metadata:
languageName: node
linkType: hard

"@prisma/client@npm:^4.13.0":
version: 4.13.0
resolution: "@prisma/client@npm:4.13.0"
dependencies:
"@prisma/engines-version": 4.13.0-50.1e7af066ee9cb95cf3a403c78d9aab3e6b04f37a
"@prisma/client@npm:^5.11.0":
version: 5.11.0
resolution: "@prisma/client@npm:5.11.0"
peerDependencies:
prisma: "*"
peerDependenciesMeta:
prisma:
optional: true
checksum: 74e2ede6308d6f70dc6244c34d13cf5f6c8da4f1a1ffe42a26192675ecac02733cb5482518d2a37fa057f160873fe8d42f5e3a08fc45d52b1eb386522bdbec0b
languageName: node
linkType: hard

"@prisma/engines-version@npm:4.13.0-50.1e7af066ee9cb95cf3a403c78d9aab3e6b04f37a":
version: 4.13.0-50.1e7af066ee9cb95cf3a403c78d9aab3e6b04f37a
resolution: "@prisma/engines-version@npm:4.13.0-50.1e7af066ee9cb95cf3a403c78d9aab3e6b04f37a"
checksum: cc583fe956b65fd4548082917f14ccf1c3c54d6b26623583f5e63298a8b4b5a492ba90597123af1fc272115621cb7340e2d708d5b5e252f59139b35f0df00abe
checksum: 2d76e66fe088b3eaa64a88a50261886ae746800fe57b8e8e2ed584431b5675b1d067bce3566227242c69de9dae11fb561bc1ba04fb38ff2d1cfe9aabd7430557
languageName: node
linkType: hard

Expand Down Expand Up @@ -6160,7 +6151,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "database@workspace:packages/database"
dependencies:
"@prisma/client": ^4.13.0
"@prisma/client": ^5.11.0
eslint-config-custom: "workspace:*"
esno: ^0.16.3
prisma: ^4.13.0
Expand Down

0 comments on commit effc020

Please sign in to comment.