Skip to content

Commit 70a92cf

Browse files
chore(deps-dev): bump pg from 8.4.2 to 8.8.0
Bumps [pg](https://github.com/brianc/node-postgres/tree/HEAD/packages/pg) from 8.4.2 to 8.8.0. - [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 d1d52f3 commit 70a92cf

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"lint-staged": "12.3.7",
6464
"mysql2": "2.1.0",
6565
"onchange": "6.0.0",
66-
"pg": "8.4.2",
66+
"pg": "8.8.0",
6767
"semantic-release": "19.0.3",
6868
"semantic-release-npm-deprecate-old-versions": "1.3.2",
6969
"semantic-release-slack-bot": "3.5.2",

yarn.lock

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -8206,7 +8206,7 @@ path-type@^4.0.0:
82068206
resolved "https://registry.yarnpkg.com/path-type/-/path-type-4.0.0.tgz#84ed01c0a7ba380afe09d90a8c180dcd9d03043b"
82078207
integrity sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==
82088208

8209-
pg-connection-string@^2.4.0:
8209+
pg-connection-string@^2.5.0:
82108210
version "2.5.0"
82118211
resolved "https://registry.yarnpkg.com/pg-connection-string/-/pg-connection-string-2.5.0.tgz#538cadd0f7e603fc09a12590f3b8a452c2c0cf34"
82128212
integrity sha512-r5o/V/ORTA6TmUnyWZR9nCj1klXCO2CEKNRlVuJptZe85QuhFayC7WeMic7ndayT5IRIR0S0xFxFi2ousartlQ==
@@ -8216,12 +8216,12 @@ [email protected]:
82168216
resolved "https://registry.yarnpkg.com/pg-int8/-/pg-int8-1.0.1.tgz#943bd463bf5b71b4170115f80f8efc9a0c0eb78c"
82178217
integrity sha512-WCtabS6t3c8SkpDBUlb1kjOs7l66xsGdKpIPZsg4wR+B3+u9UAum2odSsF9tnvxg80h4ZxLWMy4pRjOsFIqQpw==
82188218

8219-
pg-pool@^3.2.2:
8220-
version "3.5.1"
8221-
resolved "https://registry.yarnpkg.com/pg-pool/-/pg-pool-3.5.1.tgz#f499ce76f9bf5097488b3b83b19861f28e4ed905"
8222-
integrity sha512-6iCR0wVrro6OOHFsyavV+i6KYL4lVNyYAB9RD18w66xSzN+d8b66HiwuP30Gp1SH5O9T82fckkzsRjlrhD0ioQ==
8219+
pg-pool@^3.5.2:
8220+
version "3.5.2"
8221+
resolved "https://registry.yarnpkg.com/pg-pool/-/pg-pool-3.5.2.tgz#ed1bed1fb8d79f1c6fd5fb1c99e990fbf9ddf178"
8222+
integrity sha512-His3Fh17Z4eg7oANLob6ZvH8xIVen3phEZh2QuyrIl4dQSDVEabNducv6ysROKpDNPSD+12tONZVWfSgMvDD9w==
82238223

8224-
pg-protocol@^1.3.0:
8224+
pg-protocol@^1.5.0:
82258225
version "1.5.0"
82268226
resolved "https://registry.yarnpkg.com/pg-protocol/-/pg-protocol-1.5.0.tgz#b5dd452257314565e2d54ab3c132adc46565a6a0"
82278227
integrity sha512-muRttij7H8TqRNu/DxrAJQITO4Ac7RmX3Klyr/9mJEOBeIpgnF8f9jAfRz5d3XwQZl5qBjF9gLsUtMPJE0vezQ==
@@ -8237,16 +8237,16 @@ pg-types@^2.1.0:
82378237
postgres-date "~1.0.4"
82388238
postgres-interval "^1.1.0"
82398239

8240-
pg@8.4.2:
8241-
version "8.4.2"
8242-
resolved "https://registry.yarnpkg.com/pg/-/pg-8.4.2.tgz#2aa58166a23391e91d56a7ea57c6d99931c0642a"
8243-
integrity sha512-E9FlUrrc7w3+sbRmL1CSw99vifACzB2TjhMM9J5w9D1LIg+6un0jKkpHS1EQf2CWhKhec2bhrBLVMmUBDbjPRQ==
8240+
pg@8.8.0:
8241+
version "8.8.0"
8242+
resolved "https://registry.yarnpkg.com/pg/-/pg-8.8.0.tgz#a77f41f9d9ede7009abfca54667c775a240da686"
8243+
integrity sha512-UXYN0ziKj+AeNNP7VDMwrehpACThH7LUl/p8TDFpEUuSejCUIwGSfxpHsPvtM6/WXFy6SU4E5RG4IJV/TZAGjw==
82448244
dependencies:
82458245
buffer-writer "2.0.0"
82468246
packet-reader "1.0.0"
8247-
pg-connection-string "^2.4.0"
8248-
pg-pool "^3.2.2"
8249-
pg-protocol "^1.3.0"
8247+
pg-connection-string "^2.5.0"
8248+
pg-pool "^3.5.2"
8249+
pg-protocol "^1.5.0"
82508250
pg-types "^2.1.0"
82518251
pgpass "1.x"
82528252

0 commit comments

Comments
 (0)