Skip to content

Commit

Permalink
chore(deps-dev): 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.10.9 to 8.11.6
- [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:development
  update-type: version-update:semver-patch
- dependency-name: "@types/pg"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 6, 2024
1 parent e8b67dd commit a7888b3
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 34 deletions.
54 changes: 22 additions & 32 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 @@ -32,7 +32,7 @@
"@types/lodash": "^4.14.200",
"@types/node": "^20.9.0",
"@types/node-fetch": "^2.6.9",
"@types/pg": "^8.6.6",
"@types/pg": "^8.11.6",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"benny": "^3.7.1",
"dotenv": "^16.0.3",
Expand All @@ -47,7 +47,7 @@
"lodash": "^4.17.21",
"mysql2": "^3.9.7",
"node-fetch": "^2.6.7",
"pg": "^8.10.0",
"pg": "^8.11.5",
"prettier": "^3.0.3",
"toxiproxy-node-client": "^3.0.0",
"ts-jest": "^29.0.0",
Expand Down

0 comments on commit a7888b3

Please sign in to comment.