Commit 25fd057 1 parent d9185c4 commit 25fd057 Copy full SHA for 25fd057
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.1" ,
48
- "pg" : " 8.13.1 " ,
48
+ "pg" : " 8.13.2 " ,
49
49
"reflect-metadata" : " 0.2.2" ,
50
50
"rimraf" : " 5.0.10" ,
51
51
"rxjs" : " 7.8.1" ,
Original file line number Diff line number Diff line change @@ -4634,11 +4634,21 @@ pg-pool@^3.7.0:
4634
4634
resolved "https://registry.yarnpkg.com/pg-pool/-/pg-pool-3.7.0.tgz#d4d3c7ad640f8c6a2245adc369bafde4ebb8cbec"
4635
4635
integrity sha512-ZOBQForurqh4zZWjrgSwwAtzJ7QiRX0ovFkZr2klsen3Nm0aoh33Ls0fzfv3imeH/nw/O27cjdz5kzYJfeGp/g==
4636
4636
4637
+ pg-pool@^3.7.1 :
4638
+ version "3.7.1"
4639
+ resolved "https://registry.yarnpkg.com/pg-pool/-/pg-pool-3.7.1.tgz#d1aaf618618d8f878acf185e86084928b8cd5b3c"
4640
+ integrity sha512-xIOsFoh7Vdhojas6q3596mXFsR8nwBQBXX5JiV7p9buEVAGqYL4yFzclON5P9vFrpu1u7Zwl2oriyDa89n0wbw==
4641
+
4637
4642
pg-protocol@^1.7.0 :
4638
4643
version "1.7.0"
4639
4644
resolved "https://registry.yarnpkg.com/pg-protocol/-/pg-protocol-1.7.0.tgz#ec037c87c20515372692edac8b63cf4405448a93"
4640
4645
integrity sha512-hTK/mE36i8fDDhgDFjy6xNOG+LCorxLG3WO17tku+ij6sVHXh1jQUJ8hYAnRhNla4QVD2H8er/FOjc/+EgC6yQ==
4641
4646
4647
+ pg-protocol@^1.7.1 :
4648
+ version "1.7.1"
4649
+ resolved "https://registry.yarnpkg.com/pg-protocol/-/pg-protocol-1.7.1.tgz#aad61a6f927b51e89dcf721408b76c0e536d43dc"
4650
+ integrity sha512-gjTHWGYWsEgy9MsY0Gp6ZJxV24IjDqdpTW7Eh0x+WfJLFsm/TJx1MzL6T0D88mBvkpxotCQ6TwW6N+Kko7lhgQ==
4651
+
4642
4652
pg-types@^2.1.0 :
4643
4653
version "2.2.0"
4644
4654
resolved "https://registry.yarnpkg.com/pg-types/-/pg-types-2.2.0.tgz#2d0250d636454f7cfa3b6ae0382fdfa8063254a3"
4663
4673
optionalDependencies :
4664
4674
pg-cloudflare "^1.1.1"
4665
4675
4676
+
4677
+ version "8.13.2"
4678
+ resolved "https://registry.yarnpkg.com/pg/-/pg-8.13.2.tgz#1839ce186f10cd95a77932f04d36f08e37c67827"
4679
+ integrity sha512-L5QkPvTjVWWHbLaFjCkOSplpb2uCiRYbg0IJ2okCy5ClYfWlSgDDnvdR6dyw3EWAH2AfS4j8E61QFI7gLfTtlw==
4680
+ dependencies :
4681
+ pg-connection-string "^2.7.0"
4682
+ pg-pool "^3.7.1"
4683
+ pg-protocol "^1.7.1"
4684
+ pg-types "^2.1.0"
4685
+ pgpass "1.x"
4686
+ optionalDependencies :
4687
+ pg-cloudflare "^1.1.1"
4688
+
4666
4689
4667
4690
version "1.0.5"
4668
4691
resolved "https://registry.yarnpkg.com/pgpass/-/pgpass-1.0.5.tgz#9b873e4a564bb10fa7a7dbd55312728d422a223d"
You can’t perform that action at this time.
0 commit comments