File tree Expand file tree Collapse file tree 2 files changed +13
-12
lines changed Expand file tree Collapse file tree 2 files changed +13
-12
lines changed Original file line number Diff line number Diff line change 42
42
"@graphile/logger" : " ^0.2.0" ,
43
43
"@types/json5" : " ^0.0.30" ,
44
44
"@types/node" : " ^14.6.0" ,
45
- "@types/pg" : " ^7.14.1 " ,
45
+ "@types/pg" : " >=6 <9 " ,
46
46
"chalk" : " ^3.0.0" ,
47
47
"chokidar" : " ^3.5.1" ,
48
48
"json5" : " ^2.1.2" ,
Original file line number Diff line number Diff line change 430
430
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.6.0.tgz#7d4411bf5157339337d7cff864d9ff45f177b499"
431
431
integrity sha512-mikldZQitV94akrc4sCcSjtJfsTKt4p+e/s0AGscVA6XArQ9kFclP+ZiYUMnq987rc6QlYxXv/EivqlfSLxpKA==
432
432
433
- " @types/pg-types@* " :
434
- version "1.11.5"
435
- resolved "https://registry.yarnpkg.com/@types/pg-types/-/pg-types-1.11.5.tgz#1eebbe62b6772fcc75c18957a90f933d155e005b"
436
- integrity sha512-L8ogeT6vDzT1vxlW3KITTCt+BVXXVkLXfZ/XNm6UqbcJgxf+KPO7yjWx7dQQE8RW07KopL10x2gNMs41+IkMGQ==
437
-
438
- " @types/pg@^7.14.1 " :
439
- version "7.14.3"
440
- resolved "https://registry.yarnpkg.com/@types/pg/-/pg-7.14.3.tgz#eb166e4f4287923890b10ed20371f937938cb995"
441
- integrity sha512-go5zddQ1FrUQHeBvqPzQ1svKo4KKucSwvqLsvwc/EIuQ9sxDA21b68xc/RwhzAK5pPCnez8NrkYatFIGdJBVvA==
433
+ " @types/pg@>=6 <9 " :
434
+ version "8.6.0"
435
+ resolved "https://registry.yarnpkg.com/@types/pg/-/pg-8.6.0.tgz#34233b891a127d6caaad28e177b1baec1a2958d4"
436
+ integrity sha512-3JXFrsl8COoqVB1+2Pqelx6soaiFVXzkT3fkuSNe7GB40ysfT0FHphZFPiqIXpMyTHSFRdLTyZzrFBrJRPAArA==
442
437
dependencies :
443
438
" @types/node" " *"
444
- " @types/pg-types" " *"
439
+ pg-protocol "*"
440
+ pg-types "^2.2.0"
445
441
446
442
" @types/stack-utils@^1.0.1 " :
447
443
version "1.0.1"
@@ -3266,12 +3262,17 @@ pg-pool@^3.1.1:
3266
3262
resolved "https://registry.yarnpkg.com/pg-pool/-/pg-pool-3.1.1.tgz#83763aa042ca8e48b0723693b3de3ff076de4ca1"
3267
3263
integrity sha512-kYH6S0mcZF1TPg1F9boFee2JlCSm2oqnlR2Mz2Wgn1psQbEBNVeNTJCw2wCK48QsctwvGUzbxLMg/lYV6hL/3A==
3268
3264
3265
+ pg-protocol@* :
3266
+ version "1.5.0"
3267
+ resolved "https://registry.yarnpkg.com/pg-protocol/-/pg-protocol-1.5.0.tgz#b5dd452257314565e2d54ab3c132adc46565a6a0"
3268
+ integrity sha512-muRttij7H8TqRNu/DxrAJQITO4Ac7RmX3Klyr/9mJEOBeIpgnF8f9jAfRz5d3XwQZl5qBjF9gLsUtMPJE0vezQ==
3269
+
3269
3270
pg-protocol@^1.2.2 :
3270
3271
version "1.2.2"
3271
3272
resolved "https://registry.yarnpkg.com/pg-protocol/-/pg-protocol-1.2.2.tgz#e16ef28087aa725ce933af092bfe38d8f609faab"
3272
3273
integrity sha512-r8hGxHOk3ccMjjmhFJ/QOSVW5A+PP84TeRlEwB/cQ9Zu+bvtZg8Z59Cx3AMfVQc9S0Z+EG+HKhicF1W1GN5Eqg==
3273
3274
3274
- pg-types@^2.1.0 :
3275
+ pg-types@^2.1.0, pg-types@^2.2.0 :
3275
3276
version "2.2.0"
3276
3277
resolved "https://registry.yarnpkg.com/pg-types/-/pg-types-2.2.0.tgz#2d0250d636454f7cfa3b6ae0382fdfa8063254a3"
3277
3278
integrity sha512-qTAAlrEsl8s4OiEQY69wDvcMIdQN6wdz5ojQiOy6YRMuynxenON0O5oCpJI6lshc6scgAY8qvJ2On/p+CXY0GA==
You can’t perform that action at this time.
0 commit comments