Skip to content

Commit

Permalink
chore(deps): bump pg and @types/pg (#167)
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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 26, 2024
1 parent e2850de commit 67c5c22
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 22 deletions.
40 changes: 20 additions & 20 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 @@ -23,15 +23,15 @@
"homepage": "https://github.com/fisenkodv/tg-dad-jokes#readme",
"dependencies": {
"dotenv": "^16.4.5",
"pg": "^8.12.0",
"pg": "^8.13.0",
"pm2": "^5.4.0",
"telegraf": "^4.16.0",
"winston": "^3.14.1",
"winston-daily-rotate-file": "^5.0.0"
},
"devDependencies": {
"@types/node": "^22.7.3",
"@types/pg": "^8.11.6",
"@types/pg": "^8.11.10",
"@typescript-eslint/eslint-plugin": "7.17.0",
"@typescript-eslint/parser": "^7.18.0",
"eslint": "^8.57.0",
Expand Down

0 comments on commit 67c5c22

Please sign in to comment.