Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency pg to ^8.8.0 #1311

Merged
merged 1 commit into from
Aug 24, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"minecraft-data": "^3.10.2",
"minecraft-protocol": "1.36.1",
"ms": "3.0.0-canary.1",
"pg": "^8.7.3",
"pg": "^8.8.0",
"pg-hstore": "^2.3.4",
"pino": "^8.4.2",
"postgres": "3.2.4",
Expand Down
22 changes: 11 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3665,7 +3665,7 @@ __metadata:
minecraft-data: ^3.10.2
minecraft-protocol: 1.36.1
ms: 3.0.0-canary.1
pg: ^8.7.3
pg: ^8.8.0
pg-hstore: ^2.3.4
pino: ^8.4.2
pino-pretty: ^9.0.1
Expand Down Expand Up @@ -4512,12 +4512,12 @@ __metadata:
languageName: node
linkType: hard

"pg-pool@npm:^3.5.1":
version: 3.5.1
resolution: "pg-pool@npm:3.5.1"
"pg-pool@npm:^3.5.2":
version: 3.5.2
resolution: "pg-pool@npm:3.5.2"
peerDependencies:
pg: ">=8.0"
checksum: 42833c25f18fee41a1b2d955978f1403e93164762a7e57d3a870429103d302f1899b393ab021bb8144272037eb3f13bdb9f16a4c4afaa3efd3d2c3689738038f
checksum: a5d029200257671f0c17ca54b9ab6213e2060e64e5cc792b78edd50ab471a26cd364890d05d546d9296949e079e943821cf2ceb4d488f4e6a6789fb781a628bf
languageName: node
linkType: hard

Expand All @@ -4541,23 +4541,23 @@ __metadata:
languageName: node
linkType: hard

"pg@npm:^8.7.3":
version: 8.7.3
resolution: "pg@npm:8.7.3"
"pg@npm:^8.8.0":
version: 8.8.0
resolution: "pg@npm:8.8.0"
dependencies:
buffer-writer: 2.0.0
packet-reader: 1.0.0
pg-connection-string: ^2.5.0
pg-pool: ^3.5.1
pg-pool: ^3.5.2
pg-protocol: ^1.5.0
pg-types: ^2.1.0
pgpass: 1.x
peerDependencies:
pg-native: ">=2.0.0"
pg-native: ">=3.0.1"
peerDependenciesMeta:
pg-native:
optional: true
checksum: d0e7040967779b9ccea16897f099510bcaf6bc86f77a6d8fa7e293c24d8bd2fd2ec46d99d6d1adc9be4cc8f254aa909361346b693088c1ba4501414f7afb2fe3
checksum: fa30a85814dd7238b582c3bc6c0b9e2b0ae38dd0a6bb485ef480e64bb5ce589de6cb873ce4d3cd10c37a3e0a1e1281ba75dc7d80b1a68bae91999cd5b70d398b
languageName: node
linkType: hard

Expand Down