From 65788a2e2dc457eb99e4e1bf1b78bdc5bff132a0 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 2 Apr 2021 14:27:52 +0000 Subject: [PATCH] Bump ioredis from 4.24.6 to 4.25.0 Bumps [ioredis](https://github.com/luin/ioredis) from 4.24.6 to 4.25.0. - [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.6...v4.25.0) 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 d7a8102..90fca12 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6032,9 +6032,9 @@ } }, "ioredis": { - "version": "4.24.6", - "resolved": "https://registry.npmjs.org/ioredis/-/ioredis-4.24.6.tgz", - "integrity": "sha512-HxZHYYSC7URouhGKI7l7PhVuSMk6VcdnBMjUcIkW4DhKVqzutF7eixZHKHf51X0SCnbI0eljMtToEydCMIrA2g==", + "version": "4.25.0", + "resolved": "https://registry.npmjs.org/ioredis/-/ioredis-4.25.0.tgz", + "integrity": "sha512-UoeqXpZB05aerGD3gB9NiigMsAyph+N+GWH8+3lX1+26caVV03GkL6JoLxS2HCxyvqCWbNsVSZTAp5W12qe23A==", "requires": { "cluster-key-slot": "^1.1.0", "debug": "^4.3.1", diff --git a/package.json b/package.json index e455593..2617c7e 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.6", + "ioredis": "^4.25.0", "koa": "^2.13.1", "koa-router": "^10.0.0", "koa-static": "^5.0.0",