Skip to content

Commit 25fd057

Browse files
fix(deps): update dependency pg to v8.13.2
1 parent d9185c4 commit 25fd057

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"@nestjs/platform-express": "10.4.15",
4646
"better-sqlite3": "11.8.1",
4747
"nats": "2.29.1",
48-
"pg": "8.13.1",
48+
"pg": "8.13.2",
4949
"reflect-metadata": "0.2.2",
5050
"rimraf": "5.0.10",
5151
"rxjs": "7.8.1",

yarn.lock

+23
Original file line numberDiff line numberDiff line change
@@ -4634,11 +4634,21 @@ pg-pool@^3.7.0:
46344634
resolved "https://registry.yarnpkg.com/pg-pool/-/pg-pool-3.7.0.tgz#d4d3c7ad640f8c6a2245adc369bafde4ebb8cbec"
46354635
integrity sha512-ZOBQForurqh4zZWjrgSwwAtzJ7QiRX0ovFkZr2klsen3Nm0aoh33Ls0fzfv3imeH/nw/O27cjdz5kzYJfeGp/g==
46364636

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+
46374642
pg-protocol@^1.7.0:
46384643
version "1.7.0"
46394644
resolved "https://registry.yarnpkg.com/pg-protocol/-/pg-protocol-1.7.0.tgz#ec037c87c20515372692edac8b63cf4405448a93"
46404645
integrity sha512-hTK/mE36i8fDDhgDFjy6xNOG+LCorxLG3WO17tku+ij6sVHXh1jQUJ8hYAnRhNla4QVD2H8er/FOjc/+EgC6yQ==
46414646

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+
46424652
pg-types@^2.1.0:
46434653
version "2.2.0"
46444654
resolved "https://registry.yarnpkg.com/pg-types/-/pg-types-2.2.0.tgz#2d0250d636454f7cfa3b6ae0382fdfa8063254a3"
@@ -4663,6 +4673,19 @@ [email protected]:
46634673
optionalDependencies:
46644674
pg-cloudflare "^1.1.1"
46654675

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+
46664689
46674690
version "1.0.5"
46684691
resolved "https://registry.yarnpkg.com/pgpass/-/pgpass-1.0.5.tgz#9b873e4a564bb10fa7a7dbd55312728d422a223d"

0 commit comments

Comments
 (0)