Skip to content

Commit 7db8bb6

Browse files
fix(deps): update dependency pg to v8.14.0
1 parent 0ced0b9 commit 7db8bb6

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.2",
48-
"pg": "8.13.3",
48+
"pg": "8.14.0",
4949
"reflect-metadata": "0.2.2",
5050
"rimraf": "5.0.10",
5151
"rxjs": "7.8.2",

yarn.lock

+23
Original file line numberDiff line numberDiff line change
@@ -4633,11 +4633,21 @@ pg-pool@^3.7.1:
46334633
resolved "https://registry.yarnpkg.com/pg-pool/-/pg-pool-3.7.1.tgz#d1aaf618618d8f878acf185e86084928b8cd5b3c"
46344634
integrity sha512-xIOsFoh7Vdhojas6q3596mXFsR8nwBQBXX5JiV7p9buEVAGqYL4yFzclON5P9vFrpu1u7Zwl2oriyDa89n0wbw==
46354635

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+
46364641
pg-protocol@^1.7.1:
46374642
version "1.7.1"
46384643
resolved "https://registry.yarnpkg.com/pg-protocol/-/pg-protocol-1.7.1.tgz#aad61a6f927b51e89dcf721408b76c0e536d43dc"
46394644
integrity sha512-gjTHWGYWsEgy9MsY0Gp6ZJxV24IjDqdpTW7Eh0x+WfJLFsm/TJx1MzL6T0D88mBvkpxotCQ6TwW6N+Kko7lhgQ==
46404645

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

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

0 commit comments

Comments
 (0)