Commit 7db8bb6 1 parent 0ced0b9 commit 7db8bb6 Copy full SHA for 7db8bb6
File tree 2 files changed +24
-1
lines changed
2 files changed +24
-1
lines changed Original file line number Diff line number Diff line change 45
45
"@nestjs/platform-express" : " 10.4.15" ,
46
46
"better-sqlite3" : " 11.8.1" ,
47
47
"nats" : " 2.29.2" ,
48
- "pg" : " 8.13.3 " ,
48
+ "pg" : " 8.14.0 " ,
49
49
"reflect-metadata" : " 0.2.2" ,
50
50
"rimraf" : " 5.0.10" ,
51
51
"rxjs" : " 7.8.2" ,
Original file line number Diff line number Diff line change @@ -4633,11 +4633,21 @@ pg-pool@^3.7.1:
4633
4633
resolved "https://registry.yarnpkg.com/pg-pool/-/pg-pool-3.7.1.tgz#d1aaf618618d8f878acf185e86084928b8cd5b3c"
4634
4634
integrity sha512-xIOsFoh7Vdhojas6q3596mXFsR8nwBQBXX5JiV7p9buEVAGqYL4yFzclON5P9vFrpu1u7Zwl2oriyDa89n0wbw==
4635
4635
4636
+ pg-pool@^3.8.0 :
4637
+ version "3.8.0"
4638
+ resolved "https://registry.yarnpkg.com/pg-pool/-/pg-pool-3.8.0.tgz#e6bce7fc4506a8d6106551363fc5283e5445b776"
4639
+ integrity sha512-VBw3jiVm6ZOdLBTIcXLNdSotb6Iy3uOCwDGFAksZCXmi10nyRvnP2v3jl4d+IsLYRyXf6o9hIm/ZtUzlByNUdw==
4640
+
4636
4641
pg-protocol@^1.7.1 :
4637
4642
version "1.7.1"
4638
4643
resolved "https://registry.yarnpkg.com/pg-protocol/-/pg-protocol-1.7.1.tgz#aad61a6f927b51e89dcf721408b76c0e536d43dc"
4639
4644
integrity sha512-gjTHWGYWsEgy9MsY0Gp6ZJxV24IjDqdpTW7Eh0x+WfJLFsm/TJx1MzL6T0D88mBvkpxotCQ6TwW6N+Kko7lhgQ==
4640
4645
4646
+ pg-protocol@^1.8.0 :
4647
+ version "1.8.0"
4648
+ resolved "https://registry.yarnpkg.com/pg-protocol/-/pg-protocol-1.8.0.tgz#c707101dd07813868035a44571488e4b98639d48"
4649
+ integrity sha512-jvuYlEkL03NRvOoyoRktBK7+qU5kOvlAwvmrH8sr3wbLrOdVWsRxQfz8mMy9sZFsqJ1hEWNfdWKI4SAmoL+j7g==
4650
+
4641
4651
pg-types@^2.1.0 :
4642
4652
version "2.2.0"
4643
4653
resolved "https://registry.yarnpkg.com/pg-types/-/pg-types-2.2.0.tgz#2d0250d636454f7cfa3b6ae0382fdfa8063254a3"
4662
4672
optionalDependencies :
4663
4673
pg-cloudflare "^1.1.1"
4664
4674
4675
+
4676
+ version "8.14.0"
4677
+ resolved "https://registry.yarnpkg.com/pg/-/pg-8.14.0.tgz#5ef420ff6f89f2b96989f858d963291531e797f1"
4678
+ integrity sha512-nXbVpyoaXVmdqlKEzToFf37qzyeeh7mbiXsnoWvstSqohj88yaa/I/Rq/HEVn2QPSZEuLIJa/jSpRDyzjEx4FQ==
4679
+ dependencies :
4680
+ pg-connection-string "^2.7.0"
4681
+ pg-pool "^3.8.0"
4682
+ pg-protocol "^1.8.0"
4683
+ pg-types "^2.1.0"
4684
+ pgpass "1.x"
4685
+ optionalDependencies :
4686
+ pg-cloudflare "^1.1.1"
4687
+
4665
4688
4666
4689
version "1.0.5"
4667
4690
resolved "https://registry.yarnpkg.com/pgpass/-/pgpass-1.0.5.tgz#9b873e4a564bb10fa7a7dbd55312728d422a223d"
You can’t perform that action at this time.
0 commit comments