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

Commit 23ea0a2

Browse files
Bump pg-sql2 from 4.11.0 to 4.12.1 (#531)
1 parent fae1ee5 commit 23ea0a2

File tree

2 files changed

+14
-18
lines changed

2 files changed

+14
-18
lines changed

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": "11.0.0",
37-
"pg-sql2": "4.11.0",
37+
"pg-sql2": "4.12.1",
3838
"ts-jest": "25.5.1",
3939
"typescript": "3.9.9"
4040
},

yarn.lock

Lines changed: 13 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -787,18 +787,14 @@
787787
resolved "https://registry.yarnpkg.com/@types/parse-json/-/parse-json-4.0.0.tgz#2f8bb441434d163b35fb8ffdccd7138927ffb8c0"
788788
integrity sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA==
789789

790-
"@types/pg-types@*":
791-
version "1.11.5"
792-
resolved "https://registry.yarnpkg.com/@types/pg-types/-/pg-types-1.11.5.tgz#1eebbe62b6772fcc75c18957a90f933d155e005b"
793-
integrity sha512-L8ogeT6vDzT1vxlW3KITTCt+BVXXVkLXfZ/XNm6UqbcJgxf+KPO7yjWx7dQQE8RW07KopL10x2gNMs41+IkMGQ==
794-
795-
"@types/pg@>=6 <8":
796-
version "7.14.3"
797-
resolved "https://registry.yarnpkg.com/@types/pg/-/pg-7.14.3.tgz#eb166e4f4287923890b10ed20371f937938cb995"
798-
integrity sha512-go5zddQ1FrUQHeBvqPzQ1svKo4KKucSwvqLsvwc/EIuQ9sxDA21b68xc/RwhzAK5pPCnez8NrkYatFIGdJBVvA==
790+
"@types/pg@>=6 <9":
791+
version "8.6.0"
792+
resolved "https://registry.yarnpkg.com/@types/pg/-/pg-8.6.0.tgz#34233b891a127d6caaad28e177b1baec1a2958d4"
793+
integrity sha512-3JXFrsl8COoqVB1+2Pqelx6soaiFVXzkT3fkuSNe7GB40ysfT0FHphZFPiqIXpMyTHSFRdLTyZzrFBrJRPAArA==
799794
dependencies:
800795
"@types/node" "*"
801-
"@types/pg-types" "*"
796+
pg-protocol "*"
797+
pg-types "^2.2.0"
802798

803799
"@types/prettier@^1.19.0":
804800
version "1.19.1"
@@ -3828,22 +3824,22 @@ pg-promise@10.10.2:
38283824
pg-minify "1.6.2"
38293825
spex "3.2.0"
38303826

3831-
pg-protocol@^1.5.0:
3827+
pg-protocol@*, pg-protocol@^1.5.0:
38323828
version "1.5.0"
38333829
resolved "https://registry.yarnpkg.com/pg-protocol/-/pg-protocol-1.5.0.tgz#b5dd452257314565e2d54ab3c132adc46565a6a0"
38343830
integrity sha512-muRttij7H8TqRNu/DxrAJQITO4Ac7RmX3Klyr/9mJEOBeIpgnF8f9jAfRz5d3XwQZl5qBjF9gLsUtMPJE0vezQ==
38353831

3836-
pg-sql2@4.11.0:
3837-
version "4.11.0"
3838-
resolved "https://registry.yarnpkg.com/pg-sql2/-/pg-sql2-4.11.0.tgz#93c03df9e560ac142f8e15760deb8c5390fc2555"
3839-
integrity sha512-KUYJ3fNJaN10oSFT6B6MfqN29rZheW33sJ50Gq7wphWhiCUHCxPGxg262TF7ERLYTKkmNXIO0hU7D0ZYhmy7yw==
3832+
pg-sql2@4.12.1:
3833+
version "4.12.1"
3834+
resolved "https://registry.yarnpkg.com/pg-sql2/-/pg-sql2-4.12.1.tgz#a67d6fc284ff1f0f6e6bc7bd61b70a5208561bf3"
3835+
integrity sha512-3N6i0EIBYc3uKpGGJntZA7HG2cyphC2R3d00kOoc0H7MxeAP+5dN1VfHJjj9vFGlrUy40Ttq8z3UkNtWR6ySAA==
38403836
dependencies:
38413837
"@graphile/lru" "4.11.0"
3842-
"@types/pg" ">=6 <8"
3838+
"@types/pg" ">=6 <9"
38433839
debug ">=3 <5"
38443840
tslib "^2.0.1"
38453841

3846-
pg-types@^2.1.0:
3842+
pg-types@^2.1.0, pg-types@^2.2.0:
38473843
version "2.2.0"
38483844
resolved "https://registry.yarnpkg.com/pg-types/-/pg-types-2.2.0.tgz#2d0250d636454f7cfa3b6ae0382fdfa8063254a3"
38493845
integrity sha512-qTAAlrEsl8s4OiEQY69wDvcMIdQN6wdz5ojQiOy6YRMuynxenON0O5oCpJI6lshc6scgAY8qvJ2On/p+CXY0GA==

0 commit comments

Comments
 (0)