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.11.3 to 8.11.5
- [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.2 to 8.11.5
- [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-patch
- 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 Apr 15, 2024
1 parent 24f6371 commit 6b99a52
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 38 deletions.
57 changes: 21 additions & 36 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 @@ -83,7 +83,7 @@
"ms": "^2.1.3",
"mustache": "^4.2.0",
"nodemailer": "^6.9.12",
"pg": "^8.11.3",
"pg": "^8.11.5",
"pino": "^8.19.0",
"pino-elasticsearch": "^8.0.0",
"pino-http": "^9.0.0",
Expand Down Expand Up @@ -111,7 +111,7 @@
"@types/mustache": "^4.2.5",
"@types/node": "^20.11.26",
"@types/nodemailer": "^6.4.14",
"@types/pg": "^8.11.2",
"@types/pg": "^8.11.5",
"@types/swagger-jsdoc": "^6.0.4",
"@types/swagger-ui-express": "^4.1.6",
"@types/ua-parser-js": "^0.7.39",
Expand Down

0 comments on commit 6b99a52

Please sign in to comment.