From 1857cc7a68154960c31923b24d0f184d296fbc83 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 29 Oct 2020 11:02:20 +0000 Subject: [PATCH] Bump ioredis from 4.19.0 to 4.19.1 Bumps [ioredis](https://github.com/luin/ioredis) from 4.19.0 to 4.19.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.19.0...v4.19.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 c375d4b..c243202 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5974,9 +5974,9 @@ } }, "ioredis": { - "version": "4.19.0", - "resolved": "https://registry.npmjs.org/ioredis/-/ioredis-4.19.0.tgz", - "integrity": "sha512-7NIkLtpDQ/6WkEircBljnYz/E+kDQcwCJspfR504/tzyXJJQcHaSofMP6G0nuuLfDpOVnpS0AEwDrNIbW38HGg==", + "version": "4.19.1", + "resolved": "https://registry.npmjs.org/ioredis/-/ioredis-4.19.1.tgz", + "integrity": "sha512-3oRPAdmyEkjPaaEaMWDuR085E5AqhcwG7lObcB3BOzWXk9KuxTu5kVRMQcEHgMf7YnPvppMule6ncqQR7uw/SA==", "requires": { "cluster-key-slot": "^1.1.0", "debug": "^4.1.1", diff --git a/package.json b/package.json index d83876c..9a8b394 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "browserify": "^17.0.0", "debug": "^4.2.0", "dog-names": "^2.0.0", - "ioredis": "^4.19.0", + "ioredis": "^4.19.1", "koa": "^2.13.0", "koa-router": "^9.4.0", "koa-static": "^5.0.0",