Skip to content

Commit

Permalink
fix(deps): update dependency pg to v8.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
plural-renovate[bot] committed Nov 25, 2022
1 parent d5e1345 commit 3aca5b4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@strapi/strapi": "4.5.2",
"better-sqlite3": "7.4.6",
"mysql": "2.18.1",
"pg": "8.6.0"
"pg": "8.8.0"
},
"author": {
"name": "A Strapi developer"
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11559,7 +11559,7 @@ __metadata:
languageName: node
linkType: hard

"pg-pool@npm:^3.3.0":
"pg-pool@npm:^3.5.2":
version: 3.5.2
resolution: "pg-pool@npm:3.5.2"
peerDependencies:
Expand Down Expand Up @@ -11588,23 +11588,23 @@ __metadata:
languageName: node
linkType: hard

"pg@npm:8.6.0":
version: 8.6.0
resolution: "pg@npm:8.6.0"
"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.3.0
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: 37d5d656bf827409c33b3f44cbefc2a435238252f69dfae38112dc35c191090194ab2d5b221ae7b8dc9beed24c71f7f8a97f891130272c6db831d2f9f689d07c
checksum: fa30a85814dd7238b582c3bc6c0b9e2b0ae38dd0a6bb485ef480e64bb5ce589de6cb873ce4d3cd10c37a3e0a1e1281ba75dc7d80b1a68bae91999cd5b70d398b
languageName: node
linkType: hard

Expand Down Expand Up @@ -13621,7 +13621,7 @@ __metadata:
"@strapi/strapi": 4.5.2
better-sqlite3: 7.4.6
mysql: 2.18.1
pg: 8.6.0
pg: 8.8.0
languageName: unknown
linkType: soft

Expand Down

0 comments on commit 3aca5b4

Please sign in to comment.