From 870fc6f8311c05c9851ed22b100c5f6502b24a09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 14:33:31 +0000 Subject: [PATCH] Bump ioredis from 5.3.2 to 5.8.1 Bumps [ioredis](https://github.com/luin/ioredis) from 5.3.2 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.3.2...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] --- package-lock.json | 18 ++++++++++-------- package.json | 2 +- 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index bebf6b4..61b0776 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "chalk": "^5.3.0", "doi-regex": "^0.1.13", "effect": "3.0.1", - "ioredis": "^5.3.2", + "ioredis": "^5.8.1", "orcid-utils": "^1.2.2" }, "devDependencies": { @@ -847,9 +847,10 @@ "dev": true }, "node_modules/@ioredis/commands": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/@ioredis/commands/-/commands-1.2.0.tgz", - "integrity": "sha512-Sx1pU8EM64o2BrqNpEO1CNLtKQwyhuXuqyfH7oGKCk+1a33d2r5saW8zNwm3j6BTExtjrv2BxTgzzkMwts6vGg==" + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/@ioredis/commands/-/commands-1.4.0.tgz", + "integrity": "sha512-aFT2yemJJo+TZCmieA7qnYGQooOS7QfNmYrzGtsYd3g9j5iDP8AimYYAesf79ohjbLG12XxC4nG5DyEnC88AsQ==", + "license": "MIT" }, "node_modules/@jest/schemas": { "version": "29.6.3", @@ -3144,11 +3145,12 @@ } }, "node_modules/ioredis": { - "version": "5.3.2", - "resolved": "https://registry.npmjs.org/ioredis/-/ioredis-5.3.2.tgz", - "integrity": "sha512-1DKMMzlIHM02eBBVOFQ1+AolGjs6+xEcM4PDL7NqOS6szq7H9jSaEkIUH6/a5Hl241LzW6JLSiAbNvTQjUupUA==", + "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.1.1", + "@ioredis/commands": "1.4.0", "cluster-key-slot": "^1.1.0", "debug": "^4.3.4", "denque": "^2.1.0", diff --git a/package.json b/package.json index 7451907..8667c51 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "chalk": "^5.3.0", "doi-regex": "^0.1.13", "effect": "3.0.1", - "ioredis": "^5.3.2", + "ioredis": "^5.8.1", "orcid-utils": "^1.2.2" } }