Skip to content
This repository has been archived by the owner on Jul 6, 2021. It is now read-only.

Commit

Permalink
Update dependency pg to v8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Apr 9, 2020
1 parent 5cb1ca0 commit d8efac8
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"jsonwebtoken": "8.5.1",
"match-sorter": "4.1.0",
"morgan": "1.10.0",
"pg": "7.18.2",
"pg": "8.0.1",
"reflect-metadata": "0.1.13",
"type-graphql": "0.17.6",
"typedi": "0.8.0",
Expand Down
28 changes: 14 additions & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10225,15 +10225,15 @@ [email protected]:
resolved "https://registry.yarnpkg.com/pg-int8/-/pg-int8-1.0.1.tgz#943bd463bf5b71b4170115f80f8efc9a0c0eb78c"
integrity sha512-WCtabS6t3c8SkpDBUlb1kjOs7l66xsGdKpIPZsg4wR+B3+u9UAum2odSsF9tnvxg80h4ZxLWMy4pRjOsFIqQpw==

pg-packet-stream@^1.1.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/pg-packet-stream/-/pg-packet-stream-1.1.0.tgz#e45c3ae678b901a2873af1e17b92d787962ef914"
integrity sha512-kRBH0tDIW/8lfnnOyTwKD23ygJ/kexQVXZs7gEyBljw4FYqimZFxnMMx50ndZ8In77QgfGuItS5LLclC2TtjYg==
pg-pool@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/pg-pool/-/pg-pool-3.0.0.tgz#2330d18888db1c444a67461122b44f83d2c9c231"
integrity sha512-AJWVHFre7CjOtu4D/PQjX+U9uhNKGRFSO9xQAzB7cn1Xu1vmhyo8s8eg9cw6kf2m2/+TYuvMH8i5jeFPSdllPw==

pg-pool@^2.0.10:
version "2.0.10"
resolved "https://registry.yarnpkg.com/pg-pool/-/pg-pool-2.0.10.tgz#842ee23b04e86824ce9d786430f8365082d81c4a"
integrity sha512-qdwzY92bHf3nwzIUcj+zJ0Qo5lpG/YxchahxIN8+ZVmXqkahKXsnl2aiJPHLYN9o5mB/leG+Xh6XKxtP7e0sjg==
pg-protocol@^1.2.0:
version "1.2.0"
resolved "https://registry.yarnpkg.com/pg-protocol/-/pg-protocol-1.2.0.tgz#36cd7205ec1488a089242437f77fe99e80b6dad9"
integrity sha512-5LLOFfDOyllDRcVM0iGr+hOk5ngv5yj4WzHxa5kEHkM0JM88JwDmV4KmEHmeNzRWu/84hKVeQ80MHuM4R+rnqA==

pg-types@^2.1.0:
version "2.2.0"
Expand All @@ -10246,16 +10246,16 @@ pg-types@^2.1.0:
postgres-date "~1.0.4"
postgres-interval "^1.1.0"

pg@7.18.2:
version "7.18.2"
resolved "https://registry.yarnpkg.com/pg/-/pg-7.18.2.tgz#4e219f05a00aff4db6aab1ba02f28ffa4513b0bb"
integrity sha512-Mvt0dGYMwvEADNKy5PMQGlzPudKcKKzJds/VbOeZJpb6f/pI3mmoXX0JksPgI3l3JPP/2Apq7F36O63J7mgveA==
pg@8.0.1:
version "8.0.1"
resolved "https://registry.yarnpkg.com/pg/-/pg-8.0.1.tgz#5363d4fd21bd211355d2e9846b8c5e7f8452d5ec"
integrity sha512-CzTCAL9DeQXXRcAcLvkMHD+oU+cLda2iT9KNjoA3KswsBuRkABedO8LbQ8lBabssGeWajgEqkRbMppOwoOOcSg==
dependencies:
buffer-writer "2.0.0"
packet-reader "1.0.0"
pg-connection-string "0.1.3"
pg-packet-stream "^1.1.0"
pg-pool "^2.0.10"
pg-pool "^3.0.0"
pg-protocol "^1.2.0"
pg-types "^2.1.0"
pgpass "1.x"
semver "4.3.2"
Expand Down

0 comments on commit d8efac8

Please sign in to comment.