From ad4f77b48cf7d29179b8b180f60994f274f67c67 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Feb 2026 09:23:29 +0000 Subject: [PATCH] chore(deps): bump ioredis from 5.7.0 to 5.9.3 Bumps [ioredis](https://github.com/luin/ioredis) from 5.7.0 to 5.9.3. - [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.9.3) --- updated-dependencies: - dependency-name: ioredis dependency-version: 5.9.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- packages/dweb-api-server/package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 48a6c0f..8a9b347 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3344,9 +3344,9 @@ "license": "MIT" }, "node_modules/@ioredis/commands": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/@ioredis/commands/-/commands-1.3.1.tgz", - "integrity": "sha512-bYtU8avhGIcje3IhvF9aSjsa5URMZBHnwKtOvXsT4sfYy9gppW11gLPT/9oNqlJZD47yPKveQFTAFWpHjKvUoQ==", + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/@ioredis/commands/-/commands-1.5.0.tgz", + "integrity": "sha512-eUgLqrMf8nJkZxT24JvVRrQya1vZkQh8BBeYNwGDqa5I0VUi8ACx7uFvAaLxintokpTenkK6DASvo/bvNbBGow==", "license": "MIT" }, "node_modules/@ipld/car": { @@ -10879,12 +10879,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.9.3", + "resolved": "https://registry.npmjs.org/ioredis/-/ioredis-5.9.3.tgz", + "integrity": "sha512-VI5tMCdeoxZWU5vjHWsiE/Su76JGhBvWF1MJnV9ZtGltHk9BmD48oDq8Tj8haZ85aceXZMxLNDQZRVo5QKNgXA==", "license": "MIT", "dependencies": { - "@ioredis/commands": "^1.3.0", + "@ioredis/commands": "1.5.0", "cluster-key-slot": "^1.1.0", "debug": "^4.3.4", "denque": "^2.1.0", @@ -18300,7 +18300,7 @@ "ethers": "^6.13.1", "express": "^4.18.2", "extensionless": "^1.9.6", - "ioredis": "^5.3.2", + "ioredis": "5.9.3", "multiformats": "^13.0.0", "node-cache": "^5.1.2", "punycode": "^2.3.0", diff --git a/packages/dweb-api-server/package.json b/packages/dweb-api-server/package.json index 8c8ea89..53e4788 100644 --- a/packages/dweb-api-server/package.json +++ b/packages/dweb-api-server/package.json @@ -26,7 +26,7 @@ "ethers": "^6.13.1", "express": "^4.18.2", "extensionless": "^1.9.6", - "ioredis": "^5.3.2", + "ioredis": "^5.9.3", "multiformats": "^13.0.0", "node-cache": "^5.1.2", "punycode": "^2.3.0",