Skip to content

Commit b5c5e72

Browse files
deps: bump ioredis from 5.7.0 to 5.8.1
Bumps [ioredis](https://github.com/luin/ioredis) from 5.7.0 to 5.8.1. - [Release notes](https://github.com/luin/ioredis/releases) - [Changelog](https://github.com/redis/ioredis/blob/main/CHANGELOG.md) - [Commits](redis/ioredis@v5.7.0...v5.8.1) --- updated-dependencies: - dependency-name: ioredis dependency-version: 5.8.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent afc1043 commit b5c5e72

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"dependencies": {
1111
"@filecoin-station/spark-piece-indexer-repository": "^1.0.0",
1212
"fastify": "^5.6.1",
13-
"ioredis": "^5.7.0"
13+
"ioredis": "^5.8.1"
1414
},
1515
"devDependencies": {
1616
"standard": "^17.1.2"

indexer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"@ipld/dag-cbor": "^9.2.5",
1313
"assert-ok-response": "^1.0.0",
1414
"debug": "^4.4.3",
15-
"ioredis": "^5.7.0",
15+
"ioredis": "^5.8.1",
1616
"multiformats": "^13.4.1",
1717
"p-retry": "^7.0.0"
1818
},

package-lock.json

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

repository/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"test": "node --test --test-reporter=spec"
1010
},
1111
"devDependencies": {
12-
"ioredis": "^5.7.0",
12+
"ioredis": "^5.8.1",
1313
"standard": "^17.1.2"
1414
}
1515
}

0 commit comments

Comments
 (0)