Files
releases/e2e/api/compile/prisma/package.json
T
dependabot[bot] 44c765e2b7 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.20.0 to 8.21.0
- [Changelog](https://github.com/brianc/node-postgres/blob/master/CHANGELOG.md)
- [Commits](https://github.com/brianc/node-postgres/commits/pg@8.21.0/packages/pg)

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

Signed-off-by: dependabot[bot] <support@github.com>
2026-06-03 11:51:54 +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.21.0"
},
"devDependencies": {
"prisma": "^7.8.0"
},
"overrides": {
"hono": "^4.11.4"
}
}