Skip to content

Commit

Permalink
deps: bump pg from 8.13.1 to 8.13.2
Browse files Browse the repository at this point in the history
Bumps [pg](https://github.com/brianc/node-postgres/tree/HEAD/packages/pg) from 8.13.1 to 8.13.2.
- [Changelog](https://github.com/brianc/node-postgres/blob/master/CHANGELOG.md)
- [Commits](https://github.com/brianc/node-postgres/commits/[email protected]/packages/pg)

---
updated-dependencies:
- dependency-name: pg
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 12, 2025
1 parent 10e663c commit 01aabd2
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 11 deletions.
2 changes: 1 addition & 1 deletion db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"dependencies": {
"@filecoin-station/spark-evaluate": "^1.0.4",
"pg": "^8.13.1",
"pg": "^8.13.2",
"postgrator": "^8.0.0"
},
"standard": {
Expand Down
2 changes: 1 addition & 1 deletion observer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@types/slug": "^5.0.9",
"debug": "^4.4.0",
"ethers": "^6.13.5",
"pg": "^8.13.1",
"pg": "^8.13.2",
"slug": "^10.0.0"
},
"standard": {
Expand Down
22 changes: 14 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion stats/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"debug": "^4.4.0",
"fastify": "^5.2.1",
"http-assert": "^1.5.0",
"pg": "^8.13.1"
"pg": "^8.13.2"
},
"standard": {
"env": [
Expand Down

0 comments on commit 01aabd2

Please sign in to comment.