Skip to content

Commit

Permalink
fix(deps): update dependency pg to ^8.13.0 (#1622)
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 Sep 19, 2024
1 parent ca85282 commit 2cb4bf5
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 28 deletions.
2 changes: 1 addition & 1 deletion packages/boutique/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"helmet": "^7.1.0",
"knex": "^3.1.0",
"objection": "^3.1.4",
"pg": "^8.12.0",
"pg": "^8.13.0",
"winston": "^3.14.2",
"zod": "^3.23.8"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/wallet/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"moment": "^2.30.1",
"node-cache": "^5.1.2",
"objection": "^3.1.4",
"pg": "^8.12.0",
"pg": "^8.13.0",
"randexp": "^0.5.3",
"socket.io": "^4.7.5",
"uuid": "^10.0.0",
Expand Down
52 changes: 26 additions & 26 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 2cb4bf5

Please sign in to comment.