Files
releases/e2e/api/compile/prisma/package.json
T
dependabot[bot] b3ecf132c6 build(deps): bump pg in /e2e/api/compile/prisma in the e2e-prisma group
Bumps the e2e-prisma group in /e2e/api/compile/prisma with 1 update: [pg](https://github.com/brianc/node-postgres/tree/HEAD/packages/pg).


Updates `pg` from 8.21.0 to 8.22.0
- [Changelog](https://github.com/brianc/node-postgres/blob/master/CHANGELOG.md)
- [Commits](https://github.com/brianc/node-postgres/commits/pg@8.22.0/packages/pg)

---
updated-dependencies:
- dependency-name: pg
  dependency-version: 8.22.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: e2e-prisma
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-07-02 10:07:29 +02:00

25 lines
486 B
JSON

{
"name": "prisma-ucast-e2e",
"version": "0.0.1",
"type": "module",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "",
"description": "",
"dependencies": {
"@open-policy-agent/ucast-prisma": "^0.1.6",
"@prisma/adapter-pg": "^7.8.0",
"@prisma/client": "^7.8.0",
"pg": "^8.22.0"
},
"devDependencies": {
"prisma": "^7.8.0"
},
"overrides": {
"hono": "^4.11.4"
}
}