Skip to content
This repository has been archived by the owner on Oct 13, 2023. It is now read-only.

Commit

Permalink
Merge pull request #62 from TiagoDanin/renovate/pg-8.x
Browse files Browse the repository at this point in the history
fix(deps): update dependency pg to ^8.3.3
  • Loading branch information
TiagoDanin authored Sep 25, 2020
2 parents 1b63b20 + 2924596 commit ef4db3c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"json-stringify-safe": "5.0.1",
"moment-timezone": "0.5.31",
"nodejs-i18n": "2.4.0",
"pg": "^8.3.0",
"pg": "^8.3.3",
"pg-native": "^3.0.0",
"telegraf": "^3.38.0",
"telegraf-start-parts": "^1.0.0"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3304,10 +3304,10 @@ pg-types@^2.1.0:
postgres-date "~1.0.4"
postgres-interval "^1.1.0"

pg@^8.3.0:
version "8.3.0"
resolved "https://registry.yarnpkg.com/pg/-/pg-8.3.0.tgz#941383300d38eef51ecb88a0188cec441ab64d81"
integrity sha512-jQPKWHWxbI09s/Z9aUvoTbvGgoj98AU7FDCcQ7kdejupn/TcNpx56v2gaOTzXkzOajmOEJEdi9eTh9cA2RVAjQ==
pg@^8.3.3:
version "8.3.3"
resolved "https://registry.yarnpkg.com/pg/-/pg-8.3.3.tgz#0338631ca3c39b4fb425b699d494cab17f5bb7eb"
integrity sha512-wmUyoQM/Xzmo62wgOdQAn5tl7u+IA1ZYK7qbuppi+3E+Gj4hlUxVHjInulieWrd0SfHi/ADriTb5ILJ/lsJrSg==
dependencies:
buffer-writer "2.0.0"
packet-reader "1.0.0"
Expand Down

0 comments on commit ef4db3c

Please sign in to comment.