Skip to content

Commit 49c46ce

Browse files
chore(deps-dev): bump pg from 8.4.2 to 8.7.3
Bumps [pg](https://github.com/brianc/node-postgres/tree/HEAD/packages/pg) from 8.4.2 to 8.7.3. - [Release notes](https://github.com/brianc/node-postgres/releases) - [Changelog](https://github.com/brianc/node-postgres/blob/master/CHANGELOG.md) - [Commits](https://github.com/brianc/node-postgres/commits/[email protected]/packages/pg) --- updated-dependencies: - dependency-name: pg dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9e4cc38 commit 49c46ce

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"jest-extended": "0.11.5",
6363
"mysql2": "2.1.0",
6464
"onchange": "6.0.0",
65-
"pg": "8.4.2",
65+
"pg": "8.7.3",
6666
"semantic-release": "17.4.7",
6767
"semantic-release-npm-deprecate-old-versions": "1.3.2",
6868
"semantic-release-slack-bot": "2.1.1",

yarn.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8138,7 +8138,7 @@ performance-now@^2.1.0:
81388138
resolved "https://registry.yarnpkg.com/performance-now/-/performance-now-2.1.0.tgz#6309f4e0e5fa913ec1c69307ae364b4b377c9e7b"
81398139
integrity sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns=
81408140

8141-
pg-connection-string@^2.4.0:
8141+
pg-connection-string@^2.5.0:
81428142
version "2.5.0"
81438143
resolved "https://registry.yarnpkg.com/pg-connection-string/-/pg-connection-string-2.5.0.tgz#538cadd0f7e603fc09a12590f3b8a452c2c0cf34"
81448144
integrity sha512-r5o/V/ORTA6TmUnyWZR9nCj1klXCO2CEKNRlVuJptZe85QuhFayC7WeMic7ndayT5IRIR0S0xFxFi2ousartlQ==
@@ -8148,12 +8148,12 @@ [email protected]:
81488148
resolved "https://registry.yarnpkg.com/pg-int8/-/pg-int8-1.0.1.tgz#943bd463bf5b71b4170115f80f8efc9a0c0eb78c"
81498149
integrity sha512-WCtabS6t3c8SkpDBUlb1kjOs7l66xsGdKpIPZsg4wR+B3+u9UAum2odSsF9tnvxg80h4ZxLWMy4pRjOsFIqQpw==
81508150

8151-
pg-pool@^3.2.2:
8151+
pg-pool@^3.5.1:
81528152
version "3.5.1"
81538153
resolved "https://registry.yarnpkg.com/pg-pool/-/pg-pool-3.5.1.tgz#f499ce76f9bf5097488b3b83b19861f28e4ed905"
81548154
integrity sha512-6iCR0wVrro6OOHFsyavV+i6KYL4lVNyYAB9RD18w66xSzN+d8b66HiwuP30Gp1SH5O9T82fckkzsRjlrhD0ioQ==
81558155

8156-
pg-protocol@^1.3.0:
8156+
pg-protocol@^1.5.0:
81578157
version "1.5.0"
81588158
resolved "https://registry.yarnpkg.com/pg-protocol/-/pg-protocol-1.5.0.tgz#b5dd452257314565e2d54ab3c132adc46565a6a0"
81598159
integrity sha512-muRttij7H8TqRNu/DxrAJQITO4Ac7RmX3Klyr/9mJEOBeIpgnF8f9jAfRz5d3XwQZl5qBjF9gLsUtMPJE0vezQ==
@@ -8169,16 +8169,16 @@ pg-types@^2.1.0:
81698169
postgres-date "~1.0.4"
81708170
postgres-interval "^1.1.0"
81718171

8172-
pg@8.4.2:
8173-
version "8.4.2"
8174-
resolved "https://registry.yarnpkg.com/pg/-/pg-8.4.2.tgz#2aa58166a23391e91d56a7ea57c6d99931c0642a"
8175-
integrity sha512-E9FlUrrc7w3+sbRmL1CSw99vifACzB2TjhMM9J5w9D1LIg+6un0jKkpHS1EQf2CWhKhec2bhrBLVMmUBDbjPRQ==
8172+
pg@8.7.3:
8173+
version "8.7.3"
8174+
resolved "https://registry.yarnpkg.com/pg/-/pg-8.7.3.tgz#8a5bdd664ca4fda4db7997ec634c6e5455b27c44"
8175+
integrity sha512-HPmH4GH4H3AOprDJOazoIcpI49XFsHCe8xlrjHkWiapdbHK+HLtbm/GQzXYAZwmPju/kzKhjaSfMACG+8cgJcw==
81768176
dependencies:
81778177
buffer-writer "2.0.0"
81788178
packet-reader "1.0.0"
8179-
pg-connection-string "^2.4.0"
8180-
pg-pool "^3.2.2"
8181-
pg-protocol "^1.3.0"
8179+
pg-connection-string "^2.5.0"
8180+
pg-pool "^3.5.1"
8181+
pg-protocol "^1.5.0"
81828182
pg-types "^2.1.0"
81838183
pgpass "1.x"
81848184

0 commit comments

Comments
 (0)