From e736551c85a727465b7454152c85f359bcf208c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Feb 2025 09:53:18 +0000 Subject: [PATCH] Bump ioredis from 5.4.2 to 5.5.0 Bumps [ioredis](https://github.com/luin/ioredis) from 5.4.2 to 5.5.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.4.2...v5.5.0) --- updated-dependencies: - dependency-name: ioredis dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 52c02c07..21b4d638 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "encoding": "^0.1.13", "figma-squircle": "^1.1.0", "install": "^0.13.0", - "ioredis": "^5.4.1", + "ioredis": "^5.5.0", "mobx": "^6.13.5", "next": "^15.1.6", "next-auth": "^5.0.0-beta.25", @@ -7015,9 +7015,10 @@ } }, "node_modules/ioredis": { - "version": "5.4.2", - "resolved": "https://registry.npmjs.org/ioredis/-/ioredis-5.4.2.tgz", - "integrity": "sha512-0SZXGNGZ+WzISQ67QDyZ2x0+wVxjjUndtD8oSeik/4ajifeiRufed8fCb8QW8VMyi4MXcS+UO1k/0NGhvq1PAg==", + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/ioredis/-/ioredis-5.5.0.tgz", + "integrity": "sha512-7CutT89g23FfSa8MDoIFs2GYYa0PaNiW/OrT+nRyjRXHDZd17HmIgy+reOQ/yhh72NznNjGuS8kbCAcA4Ro4mw==", + "license": "MIT", "dependencies": { "@ioredis/commands": "^1.1.1", "cluster-key-slot": "^1.1.0", diff --git a/package.json b/package.json index bcfae981..20893153 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "encoding": "^0.1.13", "figma-squircle": "^1.1.0", "install": "^0.13.0", - "ioredis": "^5.4.1", + "ioredis": "^5.5.0", "mobx": "^6.13.5", "next": "^15.1.6", "next-auth": "^5.0.0-beta.25",