From 8d2a2f196b67b93a4f3062e494eb2a671bd16a96 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Sep 2025 14:11:10 +0000 Subject: [PATCH] Bump ioredis from 5.3.2 to 5.7.0 Bumps [ioredis](https://github.com/luin/ioredis) from 5.3.2 to 5.7.0. - [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.7.0) --- updated-dependencies: - dependency-name: ioredis dependency-version: 5.7.0 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..3cf07e4 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.7.0", "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.3.1", + "resolved": "https://registry.npmjs.org/@ioredis/commands/-/commands-1.3.1.tgz", + "integrity": "sha512-bYtU8avhGIcje3IhvF9aSjsa5URMZBHnwKtOvXsT4sfYy9gppW11gLPT/9oNqlJZD47yPKveQFTAFWpHjKvUoQ==", + "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.7.0", + "resolved": "https://registry.npmjs.org/ioredis/-/ioredis-5.7.0.tgz", + "integrity": "sha512-NUcA93i1lukyXU+riqEyPtSEkyFq8tX90uL659J+qpCZ3rEdViB/APC58oAhIh3+bJln2hzdlZbBZsGNrlsR8g==", + "license": "MIT", "dependencies": { - "@ioredis/commands": "^1.1.1", + "@ioredis/commands": "^1.3.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..de1b4bb 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.7.0", "orcid-utils": "^1.2.2" } }