From bcaeed56aee5abe3d4ae89a4221f110cbc903ae8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 11:29:42 +0000 Subject: [PATCH] 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](https://github.com/luin/ioredis/compare/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] --- api/package.json | 2 +- indexer/package.json | 2 +- package-lock.json | 20 ++++++++++---------- repository/package.json | 2 +- 4 files changed, 13 insertions(+), 13 deletions(-) diff --git a/api/package.json b/api/package.json index 163a000..b44f42c 100644 --- a/api/package.json +++ b/api/package.json @@ -10,7 +10,7 @@ "dependencies": { "@filecoin-station/spark-piece-indexer-repository": "^1.0.0", "fastify": "^5.6.1", - "ioredis": "^5.7.0" + "ioredis": "^5.8.1" }, "devDependencies": { "standard": "^17.1.2" diff --git a/indexer/package.json b/indexer/package.json index 77b3416..bbe8251 100644 --- a/indexer/package.json +++ b/indexer/package.json @@ -12,7 +12,7 @@ "@ipld/dag-cbor": "^9.2.5", "assert-ok-response": "^1.0.0", "debug": "^4.4.3", - "ioredis": "^5.7.0", + "ioredis": "^5.8.1", "multiformats": "^13.4.1", "p-retry": "^7.0.0" }, diff --git a/package-lock.json b/package-lock.json index 94e2f82..a3e8630 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "dependencies": { "@filecoin-station/spark-piece-indexer-repository": "^1.0.0", "fastify": "^5.6.1", - "ioredis": "^5.7.0" + "ioredis": "^5.8.1" }, "devDependencies": { "standard": "^17.1.2" @@ -41,7 +41,7 @@ "@ipld/dag-cbor": "^9.2.5", "assert-ok-response": "^1.0.0", "debug": "^4.4.3", - "ioredis": "^5.7.0", + "ioredis": "^5.8.1", "multiformats": "^13.4.1", "p-retry": "^7.0.0" }, @@ -438,9 +438,9 @@ } }, "node_modules/@ioredis/commands": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/@ioredis/commands/-/commands-1.3.0.tgz", - "integrity": "sha512-M/T6Zewn7sDaBQEqIZ8Rb+i9y8qfGmq+5SDFSf9sA2lUZTmdDLVdOiQaeDp+Q4wElZ9HG1GAX5KhDaidp6LQsQ==", + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/@ioredis/commands/-/commands-1.4.0.tgz", + "integrity": "sha512-aFT2yemJJo+TZCmieA7qnYGQooOS7QfNmYrzGtsYd3g9j5iDP8AimYYAesf79ohjbLG12XxC4nG5DyEnC88AsQ==", "license": "MIT" }, "node_modules/@ipld/dag-cbor": { @@ -3285,12 +3285,12 @@ } }, "node_modules/ioredis": { - "version": "5.7.0", - "resolved": "https://registry.npmjs.org/ioredis/-/ioredis-5.7.0.tgz", - "integrity": "sha512-NUcA93i1lukyXU+riqEyPtSEkyFq8tX90uL659J+qpCZ3rEdViB/APC58oAhIh3+bJln2hzdlZbBZsGNrlsR8g==", + "version": "5.8.1", + "resolved": "https://registry.npmjs.org/ioredis/-/ioredis-5.8.1.tgz", + "integrity": "sha512-Qho8TgIamqEPdgiMadJwzRMW3TudIg6vpg4YONokGDudy4eqRIJtDbVX72pfLBcWxvbn3qm/40TyGUObdW4tLQ==", "license": "MIT", "dependencies": { - "@ioredis/commands": "^1.3.0", + "@ioredis/commands": "1.4.0", "cluster-key-slot": "^1.1.0", "debug": "^4.3.4", "denque": "^2.1.0", @@ -7077,7 +7077,7 @@ "name": "@filecoin-station/spark-piece-indexer-repository", "version": "1.0.0", "devDependencies": { - "ioredis": "^5.7.0", + "ioredis": "^5.8.1", "standard": "^17.1.2" } } diff --git a/repository/package.json b/repository/package.json index 936301f..91c31ce 100644 --- a/repository/package.json +++ b/repository/package.json @@ -9,7 +9,7 @@ "test": "node --test --test-reporter=spec" }, "devDependencies": { - "ioredis": "^5.7.0", + "ioredis": "^5.8.1", "standard": "^17.1.2" } }