Skip to content

Commit

Permalink
deps: Bump ioredis from 5.4.1 to 5.4.2 (#83)
Browse files Browse the repository at this point in the history
Bumps [ioredis](https://github.com/luin/ioredis) from 5.4.1 to 5.4.2.
- [Release notes](https://github.com/luin/ioredis/releases)
- [Changelog](https://github.com/redis/ioredis/blob/main/CHANGELOG.md)
- [Commits](redis/ioredis@v5.4.1...v5.4.2)

---
updated-dependencies:
- dependency-name: ioredis
  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 Dec 23, 2024
1 parent 864cf88 commit c5fcdaf
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
"@filecoin-station/spark-piece-indexer-repository": "^1.0.0",
"@sentry/node": "^8.47.0",
"http-responders": "^2.2.0",
"ioredis": "^5.4.1"
"ioredis": "^5.4.2"
}
}
2 changes: 1 addition & 1 deletion indexer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@ipld/dag-cbor": "^9.2.2",
"@sentry/node": "^8.47.0",
"debug": "^4.4.0",
"ioredis": "^5.4.1",
"ioredis": "^5.4.2",
"multiformats": "^13.3.1",
"p-retry": "^6.2.1"
}
Expand Down
12 changes: 6 additions & 6 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 repository/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"test": "node --test --test-reporter=spec"
},
"devDependencies": {
"ioredis": "^5.4.1",
"ioredis": "^5.4.2",
"standard": "^17.1.2"
}
}

0 comments on commit c5fcdaf

Please sign in to comment.