Skip to content

Commit

Permalink
deps(dev): bump standard from 17.1.1 to 17.1.2
Browse files Browse the repository at this point in the history
Bumps [standard](https://github.com/standard/standard) from 17.1.1 to 17.1.2.
- [Release notes](https://github.com/standard/standard/releases)
- [Changelog](https://github.com/standard/standard/blob/master/CHANGELOG.md)
- [Commits](standard/standard@v17.1.1...v17.1.2)

---
updated-dependencies:
- dependency-name: standard
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 16, 2024
1 parent 99f343a commit f34bab4
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"lint": "standard"
},
"devDependencies": {
"standard": "^17.1.1"
"standard": "^17.1.2"
},
"dependencies": {
"pg": "^8.12.0",
Expand Down
2 changes: 1 addition & 1 deletion observer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"devDependencies": {
"mocha": "^10.7.3",
"spark-evaluate": "github:filecoin-station/spark-evaluate#main",
"standard": "^17.1.1"
"standard": "^17.1.2"
},
"dependencies": {
"@filecoin-station/spark-impact-evaluator": "^1.1.1",
Expand Down
22 changes: 11 additions & 11 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"devDependencies": {
"@types/mocha": "^10.0.8",
"@types/pg": "^8.11.10",
"standard": "^17.1.1",
"standard": "^17.1.2",
"typescript": "^5.6.2"
},
"standard": {
Expand Down
2 changes: 1 addition & 1 deletion stats/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@filecoin-station/spark-stats-db": "^1.0.0",
"mocha": "^10.7.3",
"spark-evaluate": "filecoin-station/spark-evaluate#main",
"standard": "^17.1.1"
"standard": "^17.1.2"
},
"dependencies": {
"@filecoin-station/spark-stats-db": "^1.0.0",
Expand Down

0 comments on commit f34bab4

Please sign in to comment.