Skip to content

Commit 0004918

Browse files
chore: bump pg from 8.11.5 to 8.13.1
Bumps [pg](https://github.com/brianc/node-postgres/tree/HEAD/packages/pg) from 8.11.5 to 8.13.1. - [Changelog](https://github.com/brianc/node-postgres/blob/master/CHANGELOG.md) - [Commits](https://github.com/brianc/node-postgres/commits/pg@8.13.1/packages/pg) --- updated-dependencies: - dependency-name: pg dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ccd31cc commit 0004918

File tree

3 files changed

+48
-119
lines changed

3 files changed

+48
-119
lines changed

apps/voucher/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"knex": "^3.1.0",
5757
"next": "14.2.10",
5858
"next-auth": "^4.24.6",
59-
"pg": "^8.11.0",
59+
"pg": "^8.13.1",
6060
"postcss": "8.4.38",
6161
"react": "18.2.0",
6262
"react-dom": "18.2.0",

core/api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
"mongoose": "8.7.2",
108108
"node-cache": "^5.1.2",
109109
"openai": "^4.68.0",
110-
"pg": "^8.13.0",
110+
"pg": "^8.13.1",
111111
"pino": "9.5.0",
112112
"pino-http": "^10.3.0",
113113
"prom-client": "^15.1.3",

0 commit comments

Comments
 (0)