mirror of
https://github.com/open-policy-agent/opa.git
synced 2026-08-12 19:32:48 -06:00
b3ecf132c6
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>
25 lines
486 B
JSON
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"
|
|
}
|
|
}
|