Skip to content

Commit

Permalink
Bump pg and @types/pg (#449)
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.0 to 8.11.3
- [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.2 to 8.10.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:production
  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 Oct 15, 2023
1 parent c97a713 commit 5aca6f8
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 22 deletions.
4 changes: 2 additions & 2 deletions backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@types/jsonwebtoken": "^9.0.2",
"@types/lodash": "^4.14.198",
"@types/node": "^18.16.2",
"@types/pg": "^8.10.2",
"@types/pg": "^8.10.5",
"@types/spotify-api": "^0.0.22",
"@types/spotify-web-api-node": "^5.0.7",
"@types/spotify-web-playback-sdk": "^0.1.16",
Expand All @@ -33,7 +33,7 @@
"jsonwebtoken": "^9.0.0",
"lodash": "^4.17.21",
"mixpanel": "^0.18.0",
"pg": "^8.11.0",
"pg": "^8.11.3",
"prisma": "^4.13.0",
"spotify-web-api-node": "^5.0.2",
"typescript": "^5.0.4",
Expand Down
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.

0 comments on commit 5aca6f8

Please sign in to comment.