Skip to content

Commit

Permalink
chore(deps): update dependency pg to ^8.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 23, 2022
1 parent 0a705fd commit c4c97d8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
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

0 comments on commit c4c97d8

Please sign in to comment.