Skip to content

Commit

Permalink
build(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.10.9 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-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 10, 2024
1 parent 826d3b3 commit 89f96b0
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 45 deletions.
65 changes: 22 additions & 43 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 @@ -24,7 +24,7 @@
"leaflet": "^1.9.4",
"lint-staged": "^15.1.0",
"next": "14.1.0",
"pg": "^8.11.3",
"pg": "^8.11.5",
"prettier": "^3.2.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand All @@ -45,7 +45,7 @@
"@types/jest": "^29.5.8",
"@types/leaflet": "^1.9.8",
"@types/node": "^20",
"@types/pg": "^8.10.9",
"@types/pg": "^8.11.5",
"@types/react": "^18",
"@types/react-dom": "^18",
"@typescript-eslint/eslint-plugin": "^6.13.0",
Expand Down

0 comments on commit 89f96b0

Please sign in to comment.