From b7824f42ead1d94e95176a9929fc570cf6f5d480 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 Jan 2025 18:25:41 +0000 Subject: [PATCH] Bump ioredis from 5.4.1 to 5.4.2 Bumps [ioredis](https://github.com/luin/ioredis) from 5.4.1 to 5.4.2. - [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.1...v5.4.2) --- updated-dependencies: - dependency-name: ioredis dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index d8e83ac45..5ae0cf7af 100644 --- a/package-lock.json +++ b/package-lock.json @@ -39,7 +39,7 @@ "hyper-ts-routing": "^0.1.1", "hyper-ts-session": "^0.3.3", "io-ts": "^2.2.22", - "ioredis": "^5.4.1", + "ioredis": "^5.4.2", "iso-639-1": "^3.1.2", "katex": "^0.16.18", "keyv": "^5.1.3", @@ -15145,9 +15145,9 @@ } }, "node_modules/ioredis": { - "version": "5.4.1", - "resolved": "https://registry.npmjs.org/ioredis/-/ioredis-5.4.1.tgz", - "integrity": "sha512-2YZsvl7jopIa1gaePkeMtd9rAcSjOOjPtpcLlOeusyO+XH2SK5ZcT+UCrElPP+WVIInh2TzeI4XW9ENaSLVVHA==", + "version": "5.4.2", + "resolved": "https://registry.npmjs.org/ioredis/-/ioredis-5.4.2.tgz", + "integrity": "sha512-0SZXGNGZ+WzISQ67QDyZ2x0+wVxjjUndtD8oSeik/4ajifeiRufed8fCb8QW8VMyi4MXcS+UO1k/0NGhvq1PAg==", "dependencies": { "@ioredis/commands": "^1.1.1", "cluster-key-slot": "^1.1.0", @@ -35496,9 +35496,9 @@ "requires": {} }, "ioredis": { - "version": "5.4.1", - "resolved": "https://registry.npmjs.org/ioredis/-/ioredis-5.4.1.tgz", - "integrity": "sha512-2YZsvl7jopIa1gaePkeMtd9rAcSjOOjPtpcLlOeusyO+XH2SK5ZcT+UCrElPP+WVIInh2TzeI4XW9ENaSLVVHA==", + "version": "5.4.2", + "resolved": "https://registry.npmjs.org/ioredis/-/ioredis-5.4.2.tgz", + "integrity": "sha512-0SZXGNGZ+WzISQ67QDyZ2x0+wVxjjUndtD8oSeik/4ajifeiRufed8fCb8QW8VMyi4MXcS+UO1k/0NGhvq1PAg==", "requires": { "@ioredis/commands": "^1.1.1", "cluster-key-slot": "^1.1.0", diff --git a/package.json b/package.json index e99c70b2b..c4b377a66 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "hyper-ts-routing": "^0.1.1", "hyper-ts-session": "^0.3.3", "io-ts": "^2.2.22", - "ioredis": "^5.4.1", + "ioredis": "^5.4.2", "iso-639-1": "^3.1.2", "katex": "^0.16.18", "keyv": "^5.1.3",