Skip to content

Commit 37469a3

Browse files
chore(deps): bump pg from 8.16.2 to 8.16.3 (#13232)
1 parent e407f19 commit 37469a3

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@
140140
"open": "^10.1.2",
141141
"open-editor": "^5.1.0",
142142
"openai": "^5.8.2",
143-
"pg": "^8.16.2",
143+
"pg": "^8.16.3",
144144
"pgvector": "^0.2.1",
145145
"prism-svelte": "^0.5.0",
146146
"prismjs": "^1.30.0",

yarn.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -12463,10 +12463,10 @@ performance-now@^2.1.0:
1246312463
resolved "https://registry.yarnpkg.com/performance-now/-/performance-now-2.1.0.tgz#6309f4e0e5fa913ec1c69307ae364b4b377c9e7b"
1246412464
integrity sha512-7EAHlyLHI56VEIdK57uwHdHKIaAGbnXPiw0yWbarQZOKaKpvUIgW0jWRVLiatnM+XXlSwsanIBH/hzGMJulMow==
1246512465

12466-
pg-cloudflare@^1.2.6:
12467-
version "1.2.6"
12468-
resolved "https://registry.yarnpkg.com/pg-cloudflare/-/pg-cloudflare-1.2.6.tgz#3f3afa99495492002d757df645b1be2b5aca099f"
12469-
integrity sha512-uxmJAnmIgmYgnSFzgOf2cqGQBzwnRYcrEgXuFjJNEkpedEIPBSEzxY7ph4uA9k1mI+l/GR0HjPNS6FKNZe8SBQ==
12466+
pg-cloudflare@^1.2.7:
12467+
version "1.2.7"
12468+
resolved "https://registry.yarnpkg.com/pg-cloudflare/-/pg-cloudflare-1.2.7.tgz#a1f3d226bab2c45ae75ea54d65ec05ac6cfafbef"
12469+
integrity sha512-YgCtzMH0ptvZJslLM1ffsY4EuGaU0cx4XSdXLRFae8bPP4dS5xL1tNB3k2o/N64cHJpwU7dxKli/nZ2lUa5fLg==
1247012470

1247112471
pg-connection-string@^2.9.1:
1247212472
version "2.9.1"
@@ -12488,10 +12488,10 @@ pg-pool@^3.10.1:
1248812488
resolved "https://registry.yarnpkg.com/pg-pool/-/pg-pool-3.10.1.tgz#481047c720be2d624792100cac1816f8850d31b2"
1248912489
integrity sha512-Tu8jMlcX+9d8+QVzKIvM/uJtp07PKr82IUOYEphaWcoBhIYkoHpLXN3qO59nAI11ripznDsEzEv8nUxBVWajGg==
1249012490

12491-
pg-protocol@*, pg-protocol@^1.10.2:
12492-
version "1.10.2"
12493-
resolved "https://registry.yarnpkg.com/pg-protocol/-/pg-protocol-1.10.2.tgz#76a07dd7f13ce67d7f9cf162dca181923b6641fa"
12494-
integrity sha512-Ci7jy8PbaWxfsck2dwZdERcDG2A0MG8JoQILs+uZNjABFuBuItAZCWUNz8sXRDMoui24rJw7WlXqgpMdBSN/vQ==
12491+
pg-protocol@*, pg-protocol@^1.10.3:
12492+
version "1.10.3"
12493+
resolved "https://registry.yarnpkg.com/pg-protocol/-/pg-protocol-1.10.3.tgz#ac9e4778ad3f84d0c5670583bab976ea0a34f69f"
12494+
integrity sha512-6DIBgBQaTKDJyxnXaLiLR8wBpQQcGWuAESkRBX/t6OwA8YsqP+iVSiond2EDy6Y/dsGk8rh/jtax3js5NeV7JQ==
1249512495

1249612496
pg-types@2.2.0, pg-types@^2.2.0:
1249712497
version "2.2.0"
@@ -12517,18 +12517,18 @@ pg-types@^4.0.1:
1251712517
postgres-interval "^3.0.0"
1251812518
postgres-range "^1.1.1"
1251912519

12520-
pg@^8.16.2:
12521-
version "8.16.2"
12522-
resolved "https://registry.yarnpkg.com/pg/-/pg-8.16.2.tgz#1b3744531abe86ce80209ac560fb6f0e8e15f943"
12523-
integrity sha512-OtLWF0mKLmpxelOt9BqVq83QV6bTfsS0XLegIeAKqKjurRnRKie1Dc1iL89MugmSLhftxw6NNCyZhm1yQFLMEQ==
12520+
pg@^8.16.3:
12521+
version "8.16.3"
12522+
resolved "https://registry.yarnpkg.com/pg/-/pg-8.16.3.tgz#160741d0b44fdf64680e45374b06d632e86c99fd"
12523+
integrity sha512-enxc1h0jA/aq5oSDMvqyW3q89ra6XIIDZgCX9vkMrnz5DFTw/Ny3Li2lFQ+pt3L6MCgm/5o2o8HW9hiJji+xvw==
1252412524
dependencies:
1252512525
pg-connection-string "^2.9.1"
1252612526
pg-pool "^3.10.1"
12527-
pg-protocol "^1.10.2"
12527+
pg-protocol "^1.10.3"
1252812528
pg-types "2.2.0"
1252912529
pgpass "1.0.5"
1253012530
optionalDependencies:
12531-
pg-cloudflare "^1.2.6"
12531+
pg-cloudflare "^1.2.7"
1253212532

1253312533
pgpass@1.0.5:
1253412534
version "1.0.5"

0 commit comments

Comments
 (0)