Skip to content

Commit

Permalink
deps(dev): Bump standard from 17.1.1 to 17.1.2 (#13)
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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 16, 2024
1 parent c3ad57d commit 5879ac9
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion indexer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"test": "node --test"
},
"devDependencies": {
"standard": "^17.1.1"
"standard": "^17.1.2"
},
"dependencies": {
"debug": "^4.3.7",
Expand Down
18 changes: 9 additions & 9 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 @@ -24,7 +24,7 @@
"homepage": "https://github.com/filecoin-station/piece-indexer#readme",
"devDependencies": {
"prettier": "^3.3.3",
"standard": "^17.1.1",
"standard": "^17.1.2",
"typescript": "^5.6.2"
}
}

0 comments on commit 5879ac9

Please sign in to comment.