Skip to content
This repository was archived by the owner on Jun 26, 2021. It is now read-only.

Commit 409221d

Browse files
Bump pg-sql2 from 4.8.0 to 4.9.0 (#372)
1 parent edec57e commit 409221d

2 files changed

Lines changed: 18 additions & 13 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"jest": "25.5.4",
3535
"jest-extended": "0.11.5",
3636
"lint-staged": "10.3.0",
37-
"pg-sql2": "4.8.0",
37+
"pg-sql2": "4.9.0",
3838
"ts-jest": "25.5.1",
3939
"typescript": "3.9.7"
4040
},

yarn.lock

Lines changed: 17 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -395,12 +395,12 @@
395395
is-absolute "^1.0.0"
396396
is-negated-glob "^1.0.0"
397397

398-
"@graphile/lru@4.8.0-rc.0":
399-
version "4.8.0-rc.0"
400-
resolved "https://registry.yarnpkg.com/@graphile/lru/-/lru-4.8.0-rc.0.tgz#37af487cfe6081c85aff997d16f722bfe8309172"
401-
integrity sha512-/8a8qBItKbpoDkoiUcNPiLcn91wAniDA23ZsxTxoC51YD/FORF0znsISL19XGqw5Iq5b0jlFbDIpgtN0fQEbqQ==
398+
"@graphile/lru@4.9.0":
399+
version "4.9.0"
400+
resolved "https://registry.yarnpkg.com/@graphile/lru/-/lru-4.9.0.tgz#f101cbaaaf8a0ae6cb661e8cdc579a11c253cc10"
401+
integrity sha512-VAIFIwTVShUaeXKKEErO5+m12+s6GG/6ZwqyM8eilbz/XGypKBhBFbljoidABMwJdmvfGve+gYK8V0dvzS38tQ==
402402
dependencies:
403-
tslib "^1.13.0"
403+
tslib "^2.0.1"
404404

405405
"@istanbuljs/load-nyc-config@^1.0.0":
406406
version "1.0.0"
@@ -3790,15 +3790,15 @@ pg-protocol@^1.2.5:
37903790
resolved "https://registry.yarnpkg.com/pg-protocol/-/pg-protocol-1.2.5.tgz#28a1492cde11646ff2d2d06bdee42a3ba05f126c"
37913791
integrity sha512-1uYCckkuTfzz/FCefvavRywkowa6M5FohNMF5OjKrqo9PSR8gYc8poVmwwYQaBxhmQdBjhtP514eXy9/Us2xKg==
37923792

3793-
pg-sql2@4.8.0:
3794-
version "4.8.0"
3795-
resolved "https://registry.yarnpkg.com/pg-sql2/-/pg-sql2-4.8.0.tgz#36c8e863b600e406f1482a6afda369c7e82e4113"
3796-
integrity sha512-lMqds7zZ9K7Y/UFQjRuoDSlE0Zq3Mlw06b9zW4Vy5x/MnZbqxwDGwgPlGC15Fx21Mn8aWgXVmqNf1SAu0Geb3A==
3793+
pg-sql2@4.9.0:
3794+
version "4.9.0"
3795+
resolved "https://registry.yarnpkg.com/pg-sql2/-/pg-sql2-4.9.0.tgz#e46d4267192af69ac861e38e64b0df9632b1169c"
3796+
integrity sha512-buNlFvR1Sq/7UY90CnxfKHcs21/J6CyN+iqAxFHy1Ppbc4uUSIdqwIEhB4y19yBsrqcIMa+pt0i+wJ0ecm4aXg==
37973797
dependencies:
3798-
"@graphile/lru" "4.8.0-rc.0"
3798+
"@graphile/lru" "4.9.0"
37993799
"@types/pg" ">=6 <8"
38003800
debug ">=3 <5"
3801-
tslib "^1.13.0"
3801+
tslib "^2.0.1"
38023802

38033803
pg-types@^2.1.0:
38043804
version "2.2.0"
@@ -4773,11 +4773,16 @@ ts-toolbelt@^6.3.3:
47734773
resolved "https://registry.yarnpkg.com/ts-toolbelt/-/ts-toolbelt-6.3.13.tgz#6e5bded5d064004a187abe9006dca69100517a01"
47744774
integrity sha512-wC3SxZTo4bPsVaNOcg4GGI1t9kIvlDUE6qkdV5r1Mq2E046hX/EdS6m+l2MCzDy8qHALIZDmMRZcti6WKlLIhA==
47754775

4776-
tslib@^1.13.0, tslib@^1.8.1, tslib@^1.9.0:
4776+
tslib@^1.8.1, tslib@^1.9.0:
47774777
version "1.13.0"
47784778
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.13.0.tgz#c881e13cc7015894ed914862d276436fa9a47043"
47794779
integrity sha512-i/6DQjL8Xf3be4K/E6Wgpekn5Qasl1usyw++dAA35Ue5orEn65VIxOA+YvNNl9HV3qv70T7CNwjODHZrLwvd1Q==
47804780

4781+
tslib@^2.0.1:
4782+
version "2.0.1"
4783+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.0.1.tgz#410eb0d113e5b6356490eec749603725b021b43e"
4784+
integrity sha512-SgIkNheinmEBgx1IUNirK0TUD4X9yjjBRTqqjggWCU3pUEqIk3/Uwl3yRixYKT6WjQuGiwDv4NomL3wqRCj+CQ==
4785+
47814786
tsutils@^3.17.1:
47824787
version "3.17.1"
47834788
resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-3.17.1.tgz#ed719917f11ca0dee586272b2ac49e015a2dd759"

0 commit comments

Comments
 (0)