Skip to content

Commit

Permalink
feat: upgrade libpq and pg dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sagar-t-97 committed Jun 28, 2024
1 parent f3d89a1 commit 5f83fc8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
},
"dependencies": {
"@apollo/server": "^4.10.4",
"@keploy/sdk": "2.0.9-alpha1",
"aws-sdk": "^2.949.0",
"axios": "^0.26.0",
"bufferutil": "^4.0.8",
Expand All @@ -61,6 +62,7 @@
"http": "^0.0.1-security",
"ioredis": "^5.2.2",
"jsonwebtoken": "^8.5.1",
"libpq": "^1.8.13",
"loadash": "^1.0.0",
"lodash": "^4.17.21",
"map-keys-deep": "^0.0.2",
Expand Down Expand Up @@ -94,8 +96,7 @@
"whatwg-fetch": "^3.6.2",
"winston": "^3.3.3",
"ws": "^8.17.1",
"zlib": "^1.0.5",
"@keploy/sdk": "2.0.9-alpha1"
"zlib": "^1.0.5"
},
"devDependencies": {
"@babel/cli": "^7.8.4",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7350,7 +7350,7 @@ levn@^0.4.1:
prelude-ls "^1.2.1"
type-check "~0.4.0"

[email protected]:
[email protected], libpq@^1.8.13:
version "1.8.13"
resolved "https://registry.yarnpkg.com/libpq/-/libpq-1.8.13.tgz#d48af53c88defa7a20f958ef51bbbc0f58747355"
integrity sha512-t1wpnGVgwRIFSKoe4RFUllAFj953kNMcdXhGvFJwI0r6lJQqgSwTeiIciaCinjOmHk0HnFeWQSMC6Uw2591G4A==
Expand Down

0 comments on commit 5f83fc8

Please sign in to comment.