Skip to content

Commit 3970d62

Browse files
deps: bump pg from 8.14.0 to 8.14.1 (#346)
Bumps [pg](https://github.com/brianc/node-postgres/tree/HEAD/packages/pg) from 8.14.0 to 8.14.1. - [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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 01c1aed commit 3970d62

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

db/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"dependencies": {
1515
"@filecoin-station/spark-evaluate": "^1.2.0",
16-
"pg": "^8.14.0",
16+
"pg": "^8.14.1",
1717
"postgrator": "^8.0.0"
1818
},
1919
"standard": {

observer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@types/slug": "^5.0.9",
2323
"debug": "^4.4.0",
2424
"ethers": "^6.13.5",
25-
"pg": "^8.14.0",
25+
"pg": "^8.14.1",
2626
"slug": "^10.0.0"
2727
},
2828
"standard": {

package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

stats/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"debug": "^4.4.0",
2323
"fastify": "^5.2.1",
2424
"http-assert": "^1.5.0",
25-
"pg": "^8.14.0"
25+
"pg": "^8.14.1"
2626
},
2727
"standard": {
2828
"env": [

0 commit comments

Comments
 (0)