Skip to content

Commit 5f83fc8

Browse files
committed
feat: upgrade libpq and pg dependencies
1 parent f3d89a1 commit 5f83fc8

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
},
3838
"dependencies": {
3939
"@apollo/server": "^4.10.4",
40+
"@keploy/sdk": "2.0.9-alpha1",
4041
"aws-sdk": "^2.949.0",
4142
"axios": "^0.26.0",
4243
"bufferutil": "^4.0.8",
@@ -61,6 +62,7 @@
6162
"http": "^0.0.1-security",
6263
"ioredis": "^5.2.2",
6364
"jsonwebtoken": "^8.5.1",
65+
"libpq": "^1.8.13",
6466
"loadash": "^1.0.0",
6567
"lodash": "^4.17.21",
6668
"map-keys-deep": "^0.0.2",
@@ -94,8 +96,7 @@
9496
"whatwg-fetch": "^3.6.2",
9597
"winston": "^3.3.3",
9698
"ws": "^8.17.1",
97-
"zlib": "^1.0.5",
98-
"@keploy/sdk": "2.0.9-alpha1"
99+
"zlib": "^1.0.5"
99100
},
100101
"devDependencies": {
101102
"@babel/cli": "^7.8.4",

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7350,7 +7350,7 @@ levn@^0.4.1:
73507350
prelude-ls "^1.2.1"
73517351
type-check "~0.4.0"
73527352

7353-
libpq@1.8.13:
7353+
libpq@1.8.13, libpq@^1.8.13:
73547354
version "1.8.13"
73557355
resolved "https://registry.yarnpkg.com/libpq/-/libpq-1.8.13.tgz#d48af53c88defa7a20f958ef51bbbc0f58747355"
73567356
integrity sha512-t1wpnGVgwRIFSKoe4RFUllAFj953kNMcdXhGvFJwI0r6lJQqgSwTeiIciaCinjOmHk0HnFeWQSMC6Uw2591G4A==

0 commit comments

Comments
 (0)