diff options
| author | Dhravya Shah <[email protected]> | 2025-01-22 17:23:22 -0700 |
|---|---|---|
| committer | Dhravya Shah <[email protected]> | 2025-01-22 17:23:22 -0700 |
| commit | 0c0ea871c3d8ffa7c81af32d0e7a40e8939aa731 (patch) | |
| tree | 393176aba8d32a4828390039fb9bb295ef8c87d0 /apps/web/package.json | |
| parent | Merge branch 'main' of github.com:supermemoryai/supermemory (diff) | |
| download | supermemory-0c0ea871c3d8ffa7c81af32d0e7a40e8939aa731.tar.xz supermemory-0c0ea871c3d8ffa7c81af32d0e7a40e8939aa731.zip | |
fix: postgres error
Diffstat (limited to 'apps/web/package.json')
| -rw-r--r-- | apps/web/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/web/package.json b/apps/web/package.json index 673fa345..1635235d 100644 --- a/apps/web/package.json +++ b/apps/web/package.json @@ -119,7 +119,7 @@ "isbot": "^5.1.17", "lucide-react": "^0.456.0", "masonic": "^4.0.1", - "postgres": "^3.4.4", + "postgres": "^3.4.5", "prettier-eslint": "^16.3.0", "prismjs": "^1.29.0", "react": "^18.3.1", |