diff --git a/apps/api/package.json b/apps/api/package.json index 86d2f8b1c..525688e40 100644 --- a/apps/api/package.json +++ b/apps/api/package.json @@ -28,7 +28,7 @@ "ioredis": "5.3.2", "ky": "1.2.2", "next-api-utils": "1.1.0", - "pg": "8.11.3", + "pg": "8.11.4", "reflect-metadata": "0.2.1", "rxjs": "7.8.1", "superjson": "2.2.1", diff --git a/bun.lockb b/bun.lockb index 04a619c22..e991b2da8 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 46ebd2627..155048072 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "dependencies": { "drizzle-kit": "0.20.14", "envalid": "8.0.0", - "pg": "8.11.3", + "pg": "8.11.4", "pino": "8.19.0", "pino-pretty": "10.3.1" },