From b1c91447e4a075ff02e117e3d9c97efe3f70b5aa Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 14 Mar 2021 11:58:46 +0000 Subject: [PATCH] Bump ioredis from 4.24.0 to 4.24.1 Bumps [ioredis](https://github.com/luin/ioredis) from 4.24.0 to 4.24.1. - [Release notes](https://github.com/luin/ioredis/releases) - [Changelog](https://github.com/luin/ioredis/blob/master/Changelog.md) - [Commits](https://github.com/luin/ioredis/compare/v4.24.0...v4.24.1) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5fa4dc1..c576c2c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6032,9 +6032,9 @@ } }, "ioredis": { - "version": "4.24.0", - "resolved": "https://registry.npmjs.org/ioredis/-/ioredis-4.24.0.tgz", - "integrity": "sha512-touuGtcOq+qdsFqk/5Tw5rpi+XSYs6FunetQOH4BVQ1Xdlq8VyA+Mkh+rZizFqK8Qmrwnbz0LSxYC6geONjPdA==", + "version": "4.24.1", + "resolved": "https://registry.npmjs.org/ioredis/-/ioredis-4.24.1.tgz", + "integrity": "sha512-LNHjxR5UES7GO7m3e84ePNugSbIP4uEtxAq7QkuSdPMfmCM/4qc3RcW/Vma9muD1NXK49WIrxfbO2sZSOlWunw==", "requires": { "cluster-key-slot": "^1.1.0", "debug": "^4.3.1", diff --git a/package.json b/package.json index b71b193..eb0cde2 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "browserify": "^17.0.0", "debug": "^4.3.1", "dog-names": "^2.0.0", - "ioredis": "^4.24.0", + "ioredis": "^4.24.1", "koa": "^2.13.1", "koa-router": "^10.0.0", "koa-static": "^5.0.0",