From 36d9ccf29913c3f9175154dbb28f585d1b7b43cc Mon Sep 17 00:00:00 2001 From: renovate Date: Fri, 7 Feb 2025 20:07:17 +0000 Subject: [PATCH] fix(deps): update dependency ioredis to v5.5.0 (#538) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [ioredis](https://github.com/luin/ioredis) | dependencies | minor | [`5.4.2` -> `5.5.0`](https://renovatebot.com/diffs/npm/ioredis/5.4.2/5.5.0) | --- ### Release Notes
luin/ioredis (ioredis) ### [`v5.5.0`](https://github.com/luin/ioredis/blob/HEAD/CHANGELOG.md#550-2025-02-07) [Compare Source](https://github.com/luin/ioredis/compare/v5.4.2...v5.5.0) ##### Features - Add ability for nat mapping through function ([#​1948](https://github.com/luin/ioredis/issues/1948)) ([3a04bee](https://github.com/luin/ioredis/commit/3a04bee10995832303916fe8c7854eb6f3dcb65d)) - **HscanStream:** adding NOVALUES option ([#​1943](https://github.com/luin/ioredis/issues/1943)) ([2f9843d](https://github.com/luin/ioredis/commit/2f9843ddfa8d46cbee6c858fefbf9c2cd3852503)) #### [5.4.2](https://github.com/luin/ioredis/compare/v5.4.1...v5.4.2) (2024-12-20) ##### Bug Fixes - Connection instability when using socketTimeout parameter ([#​1937](https://github.com/luin/ioredis/issues/1937)) ([ca5e940](https://github.com/luin/ioredis/commit/ca5e9405f80318ef35c42d23da640df4b88b6670)), closes [#​1919](https://github.com/luin/ioredis/issues/1919) #### [5.4.1](https://github.com/luin/ioredis/compare/v5.4.0...v5.4.1) (2024-04-17) ##### Bug Fixes - remove console.log ([558497c](https://github.com/luin/ioredis/commit/558497cba8dc7487c06c7765ddbe12b479bd9b9b))
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Reviewed-on: https://git.tristess.app/alexandresoro/ouca-backend/pulls/538 Reviewed-by: Alexandre Soro Co-authored-by: renovate Co-committed-by: renovate --- package.json | 2 +- pnpm-lock.yaml | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 96a217b12..138870d9e 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "hono": "4.6.20", "hono-openapi": "0.4.4", "hono-pino": "0.7.2", - "ioredis": "5.4.2", + "ioredis": "5.5.0", "kysely": "0.27.5", "nanoid": "5.0.9", "neverthrow": "8.1.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 6e9a931d2..d64784438 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -84,8 +84,8 @@ importers: specifier: 0.7.2 version: 0.7.2(hono@4.6.20)(pino@9.6.0) ioredis: - specifier: 5.4.2 - version: 5.4.2 + specifier: 5.5.0 + version: 5.5.0 kysely: specifier: 0.27.5 version: 0.27.5 @@ -1333,8 +1333,8 @@ packages: inherits@2.0.4: resolution: {integrity: sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==} - ioredis@5.4.2: - resolution: {integrity: sha512-0SZXGNGZ+WzISQ67QDyZ2x0+wVxjjUndtD8oSeik/4ajifeiRufed8fCb8QW8VMyi4MXcS+UO1k/0NGhvq1PAg==} + ioredis@5.5.0: + resolution: {integrity: sha512-7CutT89g23FfSa8MDoIFs2GYYa0PaNiW/OrT+nRyjRXHDZd17HmIgy+reOQ/yhh72NznNjGuS8kbCAcA4Ro4mw==} engines: {node: '>=12.22.0'} ipaddr.js@2.2.0: @@ -3017,7 +3017,7 @@ snapshots: bullmq@5.40.2: dependencies: cron-parser: 4.9.0 - ioredis: 5.4.2 + ioredis: 5.5.0 msgpackr: 1.11.2 node-abort-controller: 3.1.1 semver: 7.7.0 @@ -3400,7 +3400,7 @@ snapshots: inherits@2.0.4: {} - ioredis@5.4.2: + ioredis@5.5.0: dependencies: '@ioredis/commands': 1.2.0 cluster-key-slot: 1.1.2