Skip to content

Commit

Permalink
chore(deps): bump pg and @types/pg
Browse files Browse the repository at this point in the history
Bumps [pg](https://github.com/brianc/node-postgres/tree/HEAD/packages/pg) and [@types/pg](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/pg). These dependencies needed to be updated together.

Updates `pg` from 8.12.0 to 8.13.0
- [Changelog](https://github.com/brianc/node-postgres/blob/master/CHANGELOG.md)
- [Commits](https://github.com/brianc/node-postgres/commits/[email protected]/packages/pg)

Updates `@types/pg` from 8.11.6 to 8.11.10
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/pg)

---
updated-dependencies:
- dependency-name: pg
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: "@types/pg"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 7, 2024
1 parent de1d4d1 commit 21c971c
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 40 deletions.
76 changes: 38 additions & 38 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"knex": "^3.1.0",
"morgan": "^1.10.0",
"muhammara": "^4.1.0",
"pg": "^8.12.0",
"pg": "^8.13.0",
"pg-large-object": "^2.0.0",
"puppeteer": "^23.3.0",
"qrcode": "^1.5.4",
Expand All @@ -58,7 +58,7 @@
"@types/lodash": "^4.17.7",
"@types/morgan": "^1.9.9",
"@types/node": "^22.4.1",
"@types/pg": "^8.11.6",
"@types/pg": "^8.11.10",
"@types/pg-large-object": "^2.0.7",
"@types/qrcode": "^1.5.5",
"@types/supertest": "^6.0.2",
Expand Down

0 comments on commit 21c971c

Please sign in to comment.