Skip to content

Commit

Permalink
Update pg requirement from ^8.11.3 to ^8.13.0
Browse files Browse the repository at this point in the history
Updates the requirements on [pg](https://github.com/brianc/node-postgres/tree/HEAD/packages/pg) to permit the latest version.
- [Changelog](https://github.com/brianc/node-postgres/blob/master/CHANGELOG.md)
- [Commits](https://github.com/brianc/node-postgres/commits/[email protected]/packages/pg)

---
updated-dependencies:
- dependency-name: pg
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 1, 2024
1 parent 91e1b71 commit 0433b4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
],
"optionalDependencies": {
"mysql2": "^3.6.5",
"pg": "^8.11.3",
"pg": "^8.13.0",
"sqlite3": "^5.1.6",
"mssql": "^10.0.1"
},
Expand Down

0 comments on commit 0433b4d

Please sign in to comment.