Bump @prisma/client from 5.16.1 to 6.11.1

Bumps [@prisma/client](https://github.com/prisma/prisma/tree/HEAD/packages/client) from 5.16.1 to 6.11.1.
- [Release notes](https://github.com/prisma/prisma/releases)
- [Commits](https://github.com/prisma/prisma/commits/6.11.1/packages/client)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-07-15 09:11:01 +00:00 committed by GitHub
parent c36a797967
commit a77518facf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 12 additions and 7 deletions

17
package-lock.json generated
View file

@ -9,7 +9,7 @@
"version": "1.0.0", "version": "1.0.0",
"license": "ISC", "license": "ISC",
"dependencies": { "dependencies": {
"@prisma/client": "^5.11.0", "@prisma/client": "^6.11.1",
"command-line-args": "^6.0.1", "command-line-args": "^6.0.1",
"command-line-usage": "^7.0.3", "command-line-usage": "^7.0.3",
"compression": "^1.8.0", "compression": "^1.8.0",
@ -1003,19 +1003,24 @@
} }
}, },
"node_modules/@prisma/client": { "node_modules/@prisma/client": {
"version": "5.16.1", "version": "6.11.1",
"resolved": "https://registry.npmjs.org/@prisma/client/-/client-5.16.1.tgz", "resolved": "https://registry.npmjs.org/@prisma/client/-/client-6.11.1.tgz",
"integrity": "sha512-wM9SKQjF0qLxdnOZIVAIMKiz6Hu7vDt4FFAih85K1dk/Rr2mdahy6d3QP41K62N9O0DJJA//gUDA3Mp49xsKIg==", "integrity": "sha512-5CLFh8QP6KxRm83pJ84jaVCeSVPQr8k0L2SEtOJHwdkS57/VQDcI/wQpGmdyOZi+D9gdNabdo8tj1Uk+w+upsQ==",
"hasInstallScript": true, "hasInstallScript": true,
"license": "Apache-2.0",
"engines": { "engines": {
"node": ">=16.13" "node": ">=18.18"
}, },
"peerDependencies": { "peerDependencies": {
"prisma": "*" "prisma": "*",
"typescript": ">=5.1.0"
}, },
"peerDependenciesMeta": { "peerDependenciesMeta": {
"prisma": { "prisma": {
"optional": true "optional": true
},
"typescript": {
"optional": true
} }
} }
}, },

View file

@ -9,7 +9,7 @@
"author": "", "author": "",
"license": "ISC", "license": "ISC",
"dependencies": { "dependencies": {
"@prisma/client": "^5.11.0", "@prisma/client": "^6.11.1",
"command-line-args": "^6.0.1", "command-line-args": "^6.0.1",
"command-line-usage": "^7.0.3", "command-line-usage": "^7.0.3",
"compression": "^1.8.0", "compression": "^1.8.0",