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

Commit cc38b82

Browse files
committed
fix(deps): update dependency pg to ^8.5.1
1 parent ef4db3c commit cc38b82

2 files changed

Lines changed: 20 additions & 26 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"json-stringify-safe": "5.0.1",
5656
"moment-timezone": "0.5.31",
5757
"nodejs-i18n": "2.4.0",
58-
"pg": "^8.3.3",
58+
"pg": "^8.5.1",
5959
"pg-native": "^3.0.0",
6060
"telegraf": "^3.38.0",
6161
"telegraf-start-parts": "^1.0.0"

yarn.lock

Lines changed: 19 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -3253,10 +3253,10 @@ pbkdf2@^3.0.3:
32533253
safe-buffer "^5.0.1"
32543254
sha.js "^2.4.8"
32553255

3256-
pg-connection-string@^2.3.0:
3257-
version "2.3.0"
3258-
resolved "https://registry.yarnpkg.com/pg-connection-string/-/pg-connection-string-2.3.0.tgz#c13fcb84c298d0bfa9ba12b40dd6c23d946f55d6"
3259-
integrity sha512-ukMTJXLI7/hZIwTW7hGMZJ0Lj0S2XQBCJ4Shv4y1zgQ/vqVea+FLhzywvPj0ujSuofu+yA4MYHGZPTsgjBgJ+w==
3256+
pg-connection-string@^2.4.0:
3257+
version "2.4.0"
3258+
resolved "https://registry.yarnpkg.com/pg-connection-string/-/pg-connection-string-2.4.0.tgz#c979922eb47832999a204da5dbe1ebf2341b6a10"
3259+
integrity sha512-3iBXuv7XKvxeMrIgym7njT+HlZkwZqqGX4Bu9cci8xHZNT+Um1gWKqCsAzcC0d95rcKMU5WBg6YRUcHyV0HZKQ==
32603260

32613261
pg-int8@1.0.1:
32623262
version "1.0.1"
@@ -3272,15 +3272,15 @@ pg-native@^3.0.0:
32723272
pg-types "^1.12.1"
32733273
readable-stream "1.0.31"
32743274

3275-
pg-pool@^3.2.1:
3276-
version "3.2.1"
3277-
resolved "https://registry.yarnpkg.com/pg-pool/-/pg-pool-3.2.1.tgz#5f4afc0f58063659aeefa952d36af49fa28b30e0"
3278-
integrity sha512-BQDPWUeKenVrMMDN9opfns/kZo4lxmSWhIqo+cSAF7+lfi9ZclQbr9vfnlNaPr8wYF3UYjm5X0yPAhbcgqNOdA==
3275+
pg-pool@^3.2.2:
3276+
version "3.2.2"
3277+
resolved "https://registry.yarnpkg.com/pg-pool/-/pg-pool-3.2.2.tgz#a560e433443ed4ad946b84d774b3f22452694dff"
3278+
integrity sha512-ORJoFxAlmmros8igi608iVEbQNNZlp89diFVx6yV5v+ehmpMY9sK6QgpmgoXbmkNaBAx8cOOZh9g80kJv1ooyA==
32793279

3280-
pg-protocol@^1.2.5:
3281-
version "1.2.5"
3282-
resolved "https://registry.yarnpkg.com/pg-protocol/-/pg-protocol-1.2.5.tgz#28a1492cde11646ff2d2d06bdee42a3ba05f126c"
3283-
integrity sha512-1uYCckkuTfzz/FCefvavRywkowa6M5FohNMF5OjKrqo9PSR8gYc8poVmwwYQaBxhmQdBjhtP514eXy9/Us2xKg==
3280+
pg-protocol@^1.4.0:
3281+
version "1.4.0"
3282+
resolved "https://registry.yarnpkg.com/pg-protocol/-/pg-protocol-1.4.0.tgz#43a71a92f6fe3ac559952555aa3335c8cb4908be"
3283+
integrity sha512-El+aXWcwG/8wuFICMQjM5ZSAm6OWiJicFdNYo+VY3QP+8vI4SvLIWVe51PppTzMhikUJR+PsyIFKqfdXPz/yxA==
32843284

32853285
pg-types@^1.12.1:
32863286
version "1.13.0"
@@ -3304,19 +3304,18 @@ pg-types@^2.1.0:
33043304
postgres-date "~1.0.4"
33053305
postgres-interval "^1.1.0"
33063306

3307-
pg@^8.3.3:
3308-
version "8.3.3"
3309-
resolved "https://registry.yarnpkg.com/pg/-/pg-8.3.3.tgz#0338631ca3c39b4fb425b699d494cab17f5bb7eb"
3310-
integrity sha512-wmUyoQM/Xzmo62wgOdQAn5tl7u+IA1ZYK7qbuppi+3E+Gj4hlUxVHjInulieWrd0SfHi/ADriTb5ILJ/lsJrSg==
3307+
pg@^8.5.1:
3308+
version "8.5.1"
3309+
resolved "https://registry.yarnpkg.com/pg/-/pg-8.5.1.tgz#34dcb15f6db4a29c702bf5031ef2e1e25a06a120"
3310+
integrity sha512-9wm3yX9lCfjvA98ybCyw2pADUivyNWT/yIP4ZcDVpMN0og70BUWYEGXPCTAQdGTAqnytfRADb7NERrY1qxhIqw==
33113311
dependencies:
33123312
buffer-writer "2.0.0"
33133313
packet-reader "1.0.0"
3314-
pg-connection-string "^2.3.0"
3315-
pg-pool "^3.2.1"
3316-
pg-protocol "^1.2.5"
3314+
pg-connection-string "^2.4.0"
3315+
pg-pool "^3.2.2"
3316+
pg-protocol "^1.4.0"
33173317
pg-types "^2.1.0"
33183318
pgpass "1.x"
3319-
semver "4.3.2"
33203319

33213320
pgpass@1.x:
33223321
version "1.0.2"
@@ -3794,11 +3793,6 @@ semver-diff@^3.1.1:
37943793
resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.0.tgz#790a7cf6fea5459bac96110b29b60412dc8ff96b"
37953794
integrity sha512-Ya52jSX2u7QKghxeoFGpLwCtGlt7j0oY9DYb5apt9nPlJ42ID+ulTXESnt/qAQcoSERyZ5sl3LDIOw0nAn/5DA==
37963795

3797-
semver@4.3.2:
3798-
version "4.3.2"
3799-
resolved "https://registry.yarnpkg.com/semver/-/semver-4.3.2.tgz#c7a07158a80bedd052355b770d82d6640f803be7"
3800-
integrity sha1-x6BxWKgL7dBSNVt3DYLWZA+AO+c=
3801-
38023796
semver@^5.7.1:
38033797
version "5.7.1"
38043798
resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.1.tgz#a954f931aeba508d307bbf069eff0c01c96116f7"

0 commit comments

Comments
 (0)