Skip to content

Commit ae81591

Browse files
[renovate-bot] - Update dependency pg to v8.14.0
1 parent cf0870a commit ae81591

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"dotenv": "16.4.7",
3232
"express": "4.21.2",
3333
"jsonwebtoken": "9.0.2",
34-
"pg": "8.13.3",
34+
"pg": "8.14.0",
3535
"react": "18.3.1",
3636
"react-dom": "18.3.1",
3737
"react-router-dom": "6.30.0",

yarn.lock

+14-14
Original file line numberDiff line numberDiff line change
@@ -4475,15 +4475,15 @@ [email protected]:
44754475
resolved "https://registry.npmjs.org/pg-int8/-/pg-int8-1.0.1.tgz"
44764476
integrity sha512-WCtabS6t3c8SkpDBUlb1kjOs7l66xsGdKpIPZsg4wR+B3+u9UAum2odSsF9tnvxg80h4ZxLWMy4pRjOsFIqQpw==
44774477

4478-
pg-pool@^3.7.1:
4479-
version "3.7.1"
4480-
resolved "https://registry.yarnpkg.com/pg-pool/-/pg-pool-3.7.1.tgz#d1aaf618618d8f878acf185e86084928b8cd5b3c"
4481-
integrity sha512-xIOsFoh7Vdhojas6q3596mXFsR8nwBQBXX5JiV7p9buEVAGqYL4yFzclON5P9vFrpu1u7Zwl2oriyDa89n0wbw==
4478+
pg-pool@^3.8.0:
4479+
version "3.8.0"
4480+
resolved "https://registry.yarnpkg.com/pg-pool/-/pg-pool-3.8.0.tgz#e6bce7fc4506a8d6106551363fc5283e5445b776"
4481+
integrity sha512-VBw3jiVm6ZOdLBTIcXLNdSotb6Iy3uOCwDGFAksZCXmi10nyRvnP2v3jl4d+IsLYRyXf6o9hIm/ZtUzlByNUdw==
44824482

4483-
pg-protocol@^1.7.1:
4484-
version "1.7.1"
4485-
resolved "https://registry.yarnpkg.com/pg-protocol/-/pg-protocol-1.7.1.tgz#aad61a6f927b51e89dcf721408b76c0e536d43dc"
4486-
integrity sha512-gjTHWGYWsEgy9MsY0Gp6ZJxV24IjDqdpTW7Eh0x+WfJLFsm/TJx1MzL6T0D88mBvkpxotCQ6TwW6N+Kko7lhgQ==
4483+
pg-protocol@^1.8.0:
4484+
version "1.8.0"
4485+
resolved "https://registry.yarnpkg.com/pg-protocol/-/pg-protocol-1.8.0.tgz#c707101dd07813868035a44571488e4b98639d48"
4486+
integrity sha512-jvuYlEkL03NRvOoyoRktBK7+qU5kOvlAwvmrH8sr3wbLrOdVWsRxQfz8mMy9sZFsqJ1hEWNfdWKI4SAmoL+j7g==
44874487

44884488
pg-types@^2.1.0:
44894489
version "2.2.0"
@@ -4496,14 +4496,14 @@ pg-types@^2.1.0:
44964496
postgres-date "~1.0.4"
44974497
postgres-interval "^1.1.0"
44984498

4499-
pg@8.13.3:
4500-
version "8.13.3"
4501-
resolved "https://registry.yarnpkg.com/pg/-/pg-8.13.3.tgz#19cd021d1f9e9d26d860b80cd450f109a8652738"
4502-
integrity sha512-P6tPt9jXbL9HVu/SSRERNYaYG++MjnscnegFh9pPHihfoBSujsrka0hyuymMzeJKFWrcG8wvCKy8rCe8e5nDUQ==
4499+
pg@8.14.0:
4500+
version "8.14.0"
4501+
resolved "https://registry.yarnpkg.com/pg/-/pg-8.14.0.tgz#5ef420ff6f89f2b96989f858d963291531e797f1"
4502+
integrity sha512-nXbVpyoaXVmdqlKEzToFf37qzyeeh7mbiXsnoWvstSqohj88yaa/I/Rq/HEVn2QPSZEuLIJa/jSpRDyzjEx4FQ==
45034503
dependencies:
45044504
pg-connection-string "^2.7.0"
4505-
pg-pool "^3.7.1"
4506-
pg-protocol "^1.7.1"
4505+
pg-pool "^3.8.0"
4506+
pg-protocol "^1.8.0"
45074507
pg-types "^2.1.0"
45084508
pgpass "1.x"
45094509
optionalDependencies:

0 commit comments

Comments
 (0)