Skip to content

Commit a246f74

Browse files
chore(deps): bump pg from 8.16.1 to 8.16.2 (#13187)
1 parent c63a3fb commit a246f74

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@
141141
"open": "^10.1.2",
142142
"open-editor": "^5.1.0",
143143
"openai": "^4.103.0",
144-
"pg": "^8.16.1",
144+
"pg": "^8.16.2",
145145
"pgvector": "^0.2.1",
146146
"prism-svelte": "^0.5.0",
147147
"prismjs": "^1.30.0",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12458,10 +12458,10 @@ pg-pool@^3.10.1:
1245812458
resolved "https://registry.yarnpkg.com/pg-pool/-/pg-pool-3.10.1.tgz#481047c720be2d624792100cac1816f8850d31b2"
1245912459
integrity sha512-Tu8jMlcX+9d8+QVzKIvM/uJtp07PKr82IUOYEphaWcoBhIYkoHpLXN3qO59nAI11ripznDsEzEv8nUxBVWajGg==
1246012460

12461-
pg-protocol@*, pg-protocol@^1.10.1:
12462-
version "1.10.1"
12463-
resolved "https://registry.yarnpkg.com/pg-protocol/-/pg-protocol-1.10.1.tgz#fabc892e8d00b9c6f2c4a8f48358f5a53b49d830"
12464-
integrity sha512-9YS3ZonDj0Lxny//aF0ITPdfrEPgKWCJvONsSXAaIUhgpzlzl5JgaZNlbTFxvYNfm2terGEnHeOSUlF6qRGBzw==
12461+
pg-protocol@*, pg-protocol@^1.10.2:
12462+
version "1.10.2"
12463+
resolved "https://registry.yarnpkg.com/pg-protocol/-/pg-protocol-1.10.2.tgz#76a07dd7f13ce67d7f9cf162dca181923b6641fa"
12464+
integrity sha512-Ci7jy8PbaWxfsck2dwZdERcDG2A0MG8JoQILs+uZNjABFuBuItAZCWUNz8sXRDMoui24rJw7WlXqgpMdBSN/vQ==
1246512465

1246612466
pg-types@2.2.0, pg-types@^2.2.0:
1246712467
version "2.2.0"
@@ -12487,14 +12487,14 @@ pg-types@^4.0.1:
1248712487
postgres-interval "^3.0.0"
1248812488
postgres-range "^1.1.1"
1248912489

12490-
pg@^8.16.1:
12491-
version "8.16.1"
12492-
resolved "https://registry.yarnpkg.com/pg/-/pg-8.16.1.tgz#06a0a300852a061df2fc2011dd83742fd1b6afb7"
12493-
integrity sha512-5n6e7MgF5ABRsssOsX9xC95p+NUuhgDQDBSsrKSZJjYVqZHGyrmJuknym2IbVhGtzV9siBdzH9SEIQAuWF+sdg==
12490+
pg@^8.16.2:
12491+
version "8.16.2"
12492+
resolved "https://registry.yarnpkg.com/pg/-/pg-8.16.2.tgz#1b3744531abe86ce80209ac560fb6f0e8e15f943"
12493+
integrity sha512-OtLWF0mKLmpxelOt9BqVq83QV6bTfsS0XLegIeAKqKjurRnRKie1Dc1iL89MugmSLhftxw6NNCyZhm1yQFLMEQ==
1249412494
dependencies:
1249512495
pg-connection-string "^2.9.1"
1249612496
pg-pool "^3.10.1"
12497-
pg-protocol "^1.10.1"
12497+
pg-protocol "^1.10.2"
1249812498
pg-types "2.2.0"
1249912499
pgpass "1.0.5"
1250012500
optionalDependencies:

0 commit comments

Comments
 (0)