diff options
| -rw-r--r-- | bun.lock | 3 | ||||
| -rw-r--r-- | cloud/core/package.json | 1 |
2 files changed, 4 insertions, 0 deletions
@@ -17,6 +17,7 @@ "dependencies": { "@aws-sdk/client-sts": "3.782.0", "drizzle-orm": "0.41.0", + "postgres": "3.4.7", "stripe": "18.0.0", "ulid": "3.0.0", }, @@ -2206,6 +2207,8 @@ "postcss-selector-parser": ["[email protected]", "", { "dependencies": { "cssesc": "^3.0.0", "util-deprecate": "^1.0.2" } }, "sha512-Q8qQfPiZ+THO/3ZrOrO0cJJKfpYCagtMUkXbnEfmgUjwXg6z/WBeOyS9APBBPCTSiDV+s4SwQGu8yFsiMRIudg=="], + "postgres": ["[email protected]", "", {}, "sha512-Jtc2612XINuBjIl/QTWsV5UvE8UHuNblcO3vVADSrKsrc6RqGX6lOW1cEo3CM2v0XG4Nat8nI+YM7/f26VxXLw=="], + "postgres-array": ["[email protected]", "", {}, "sha512-VpZrUqU5A69eQyW2c5CA1jtLecCsN2U/bD6VilrFDWq5+5UIEVO7nazS3TEcHf1zuPYO/sqGvUvW62g86RXZuA=="], "postgres-bytea": ["[email protected]", "", {}, "sha512-xy3pmLuQqRBZBXDULy7KbaitYqLcmxigw14Q5sj8QBVLqEwXfeybIKVWiqAXTlcvdvb0+xkOtDbfQMOf4lST1w=="], diff --git a/cloud/core/package.json b/cloud/core/package.json index eeebf4392..9fc71f056 100644 --- a/cloud/core/package.json +++ b/cloud/core/package.json @@ -7,6 +7,7 @@ "dependencies": { "@aws-sdk/client-sts": "3.782.0", "drizzle-orm": "0.41.0", + "postgres": "3.4.7", "stripe": "18.0.0", "ulid": "3.0.0" }, |
