Skip to content

Commit

Permalink
Update dependency pg to v8.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 1, 2022
1 parent 08a1c81 commit 4e911eb
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 28 deletions.
34 changes: 16 additions & 18 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"dependencies": {
"jsonpath": "^1.0.2",
"knex": "2.2.0",
"pg": "8.7.3",
"pg": "8.8.0",
"pg-query-emscripten": "^0.1.0",
"ramda": "^0.28.0",
"tagged-comment-parser": "^1.1.1"
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3760,10 +3760,10 @@ pg-int8@1.0.1:
resolved "https://registry.npmjs.org/pg-int8/-/pg-int8-1.0.1.tgz"
integrity sha512-WCtabS6t3c8SkpDBUlb1kjOs7l66xsGdKpIPZsg4wR+B3+u9UAum2odSsF9tnvxg80h4ZxLWMy4pRjOsFIqQpw==

pg-pool@^3.5.1:
version "3.5.1"
resolved "https://registry.npmjs.org/pg-pool/-/pg-pool-3.5.1.tgz"
integrity sha512-6iCR0wVrro6OOHFsyavV+i6KYL4lVNyYAB9RD18w66xSzN+d8b66HiwuP30Gp1SH5O9T82fckkzsRjlrhD0ioQ==
pg-pool@^3.5.2:
version "3.5.2"
resolved "https://registry.npmjs.org/pg-pool/-/pg-pool-3.5.2.tgz"
integrity sha512-His3Fh17Z4eg7oANLob6ZvH8xIVen3phEZh2QuyrIl4dQSDVEabNducv6ysROKpDNPSD+12tONZVWfSgMvDD9w==

pg-protocol@*, pg-protocol@^1.5.0:
version "1.5.0"
Expand All @@ -3786,15 +3786,15 @@ pg-types@^2.1.0, pg-types@^2.2.0:
postgres-date "~1.0.4"
postgres-interval "^1.1.0"

pg@8.7.3:
version "8.7.3"
resolved "https://registry.npmjs.org/pg/-/pg-8.7.3.tgz"
integrity sha512-HPmH4GH4H3AOprDJOazoIcpI49XFsHCe8xlrjHkWiapdbHK+HLtbm/GQzXYAZwmPju/kzKhjaSfMACG+8cgJcw==
pg@8.8.0:
version "8.8.0"
resolved "https://registry.npmjs.org/pg/-/pg-8.8.0.tgz"
integrity sha512-UXYN0ziKj+AeNNP7VDMwrehpACThH7LUl/p8TDFpEUuSejCUIwGSfxpHsPvtM6/WXFy6SU4E5RG4IJV/TZAGjw==
dependencies:
buffer-writer "2.0.0"
packet-reader "1.0.0"
pg-connection-string "^2.5.0"
pg-pool "^3.5.1"
pg-pool "^3.5.2"
pg-protocol "^1.5.0"
pg-types "^2.1.0"
pgpass "1.x"
Expand Down

0 comments on commit 4e911eb

Please sign in to comment.