From 96885a2ca507deafc71e0c59620516ce3cb29ab1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Mar 2025 18:07:24 +0000 Subject: [PATCH] Bump ioredis from 5.5.0 to 5.6.0 Bumps [ioredis](https://github.com/luin/ioredis) from 5.5.0 to 5.6.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.5.0...v5.6.0) --- updated-dependencies: - dependency-name: ioredis dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 21 +++++++++++++++++++-- 2 files changed, 20 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 2174bae..073e02c 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "clsx": "^2.1.1", "date-fns": "^4.1.0", "dompurify": "^3.2.4", - "ioredis": "^5.4.2", + "ioredis": "^5.6.0", "lodash": "^4.17.21", "lucide-react": "^0.477.0", "next": "^15.2.1", diff --git a/yarn.lock b/yarn.lock index 7e4795b..0f004cf 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8257,7 +8257,7 @@ __metadata: languageName: node linkType: hard -"ioredis@npm:*, ioredis@npm:^5.4.2": +"ioredis@npm:*": version: 5.5.0 resolution: "ioredis@npm:5.5.0" dependencies: @@ -8274,6 +8274,23 @@ __metadata: languageName: node linkType: hard +"ioredis@npm:^5.6.0": + version: 5.6.0 + resolution: "ioredis@npm:5.6.0" + dependencies: + "@ioredis/commands": "npm:^1.1.1" + cluster-key-slot: "npm:^1.1.0" + debug: "npm:^4.3.4" + denque: "npm:^2.1.0" + lodash.defaults: "npm:^4.2.0" + lodash.isarguments: "npm:^3.1.0" + redis-errors: "npm:^1.2.0" + redis-parser: "npm:^3.0.0" + standard-as-callback: "npm:^2.1.0" + checksum: 10c0/a885e5146640fc448706871290ef424ffa39af561f7ee3cf1590085209a509f85e99082bdaaf3cd32fa66758aea3fc2055d1109648ddca96fac4944bf2092c30 + languageName: node + linkType: hard + "ip-address@npm:^9.0.5": version: 9.0.5 resolution: "ip-address@npm:9.0.5" @@ -12884,7 +12901,7 @@ __metadata: eslint-config-prettier: "npm:^10.0.2" eslint-plugin-react-compiler: "npm:^19.0.0-beta-714736e-20250131" fluid-tailwind: "npm:^1.0.4" - ioredis: "npm:^5.4.2" + ioredis: "npm:^5.6.0" jest: "npm:^29.7.0" jest-environment-jsdom: "npm:^29.7.0" jest-junit: "npm:^16.0.0"