Skip to content

Commit b546a4d

Browse files
committed
npm: updating pg + @types/pg
1 parent a7a09c5 commit b546a4d

File tree

3 files changed

+102
-76
lines changed

3 files changed

+102
-76
lines changed

src/packages/database/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@cocalc/util": "workspace:*",
2424
"@qdrant/js-client-rest": "^1.6.0",
2525
"@types/lodash": "^4.14.202",
26-
"@types/pg": "^8.6.1",
26+
"@types/pg": "^8.11.6",
2727
"@types/uuid": "^8.3.1",
2828
"async": "^1.5.2",
2929
"awaiting": "^3.0.0",
@@ -34,7 +34,7 @@
3434
"lodash": "^4.17.21",
3535
"lru-cache": "^7.14.1",
3636
"node-fetch": "2.6.7",
37-
"pg": "^8.7.1",
37+
"pg": "^8.12.0",
3838
"random-key": "^0.3.2",
3939
"read": "^1.0.7",
4040
"sql-string-escape": "^1.1.6",

src/packages/next/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@
6363
"@cocalc/util": "workspace:*",
6464
"@openapitools/openapi-generator-cli": "^2.13.4",
6565
"@types/express": "^4.17.13",
66+
"@types/pg": "8.11.6",
6667
"@types/react": "^18.0.26",
6768
"@types/react-dom": "^18.0.10",
6869
"@vscode/vscode-languagedetection": "^1.0.22",
@@ -82,7 +83,7 @@
8283
"next-remove-imports": "^1.0.11",
8384
"next-rest-framework": "6.0.0-beta.4",
8485
"password-hash": "^1.2.2",
85-
"pg": "^8.7.1",
86+
"pg": "^8.12.0",
8687
"react": "^18.2.0",
8788
"react-dom": "^18.2.0",
8889
"react-google-recaptcha": "^2.1.0",

0 commit comments

Comments
 (0)