Skip to content

Commit

Permalink
npm: updating pg + @types/pg
Browse files Browse the repository at this point in the history
  • Loading branch information
haraldschilly committed Jul 10, 2024
1 parent a7a09c5 commit b546a4d
Show file tree
Hide file tree
Showing 3 changed files with 102 additions and 76 deletions.
4 changes: 2 additions & 2 deletions src/packages/database/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@cocalc/util": "workspace:*",
"@qdrant/js-client-rest": "^1.6.0",
"@types/lodash": "^4.14.202",
"@types/pg": "^8.6.1",
"@types/pg": "^8.11.6",
"@types/uuid": "^8.3.1",
"async": "^1.5.2",
"awaiting": "^3.0.0",
Expand All @@ -34,7 +34,7 @@
"lodash": "^4.17.21",
"lru-cache": "^7.14.1",
"node-fetch": "2.6.7",
"pg": "^8.7.1",
"pg": "^8.12.0",
"random-key": "^0.3.2",
"read": "^1.0.7",
"sql-string-escape": "^1.1.6",
Expand Down
3 changes: 2 additions & 1 deletion src/packages/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
"@cocalc/util": "workspace:*",
"@openapitools/openapi-generator-cli": "^2.13.4",
"@types/express": "^4.17.13",
"@types/pg": "8.11.6",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.10",
"@vscode/vscode-languagedetection": "^1.0.22",
Expand All @@ -82,7 +83,7 @@
"next-remove-imports": "^1.0.11",
"next-rest-framework": "6.0.0-beta.4",
"password-hash": "^1.2.2",
"pg": "^8.7.1",
"pg": "^8.12.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-google-recaptcha": "^2.1.0",
Expand Down
Loading

0 comments on commit b546a4d

Please sign in to comment.