Skip to content

Commit

Permalink
fix(deps): update dependency pg to ^8.10.0 (#1205)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Mar 8, 2023
1 parent 962eb35 commit c6c9dd1
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"objection-db-errors": "^1.1.2",
"open-payments": "workspace:*",
"openapi": "workspace:../openapi",
"pg": "^8.9.0",
"pg": "^8.10.0",
"pino": "^8.11.0",
"pino-pretty": "^9.4.0",
"testcontainers": "^9.1.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"oer-utils": "5.1.3-alpha.2",
"open-payments": "workspace:../open-payments",
"openapi": "workspace:../openapi",
"pg": "^8.9.0",
"pg": "^8.10.0",
"pino": "^8.11.0",
"pino-pretty": "^9.4.0",
"raw-body": "^2.5.2",
Expand Down
30 changes: 15 additions & 15 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c6c9dd1

Please sign in to comment.