From 7e833b74fc34bdf1cfa2c4f4f798e4a35ce3a490 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 13 Dec 2020 10:31:09 +0000 Subject: [PATCH] Bump ioredis from 4.19.2 to 4.19.3 Bumps [ioredis](https://github.com/luin/ioredis) from 4.19.2 to 4.19.3. - [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.2...v4.19.3) 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 5cd8d93..5b87998 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5995,9 +5995,9 @@ } }, "ioredis": { - "version": "4.19.2", - "resolved": "https://registry.npmjs.org/ioredis/-/ioredis-4.19.2.tgz", - "integrity": "sha512-SZSIwMrbd96b7rJvJwyTWSP6XQ0m1kAIIqBnwglJKrIJ6na7TeY4F2EV2vDY0xm/fLrUY8cEg81dR7kVFt2sKA==", + "version": "4.19.3", + "resolved": "https://registry.npmjs.org/ioredis/-/ioredis-4.19.3.tgz", + "integrity": "sha512-b1Mp90iawF+iLtts+OyHIuM8LN+fnhKOgfYbP9AKtttUCA0LpXO7VLj9Xo76oh0mbcf/O91Ycg2bfnm344lEcQ==", "requires": { "cluster-key-slot": "^1.1.0", "debug": "^4.1.1", diff --git a/package.json b/package.json index 4c5a5d8..6932f5b 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.19.2", + "ioredis": "^4.19.3", "koa": "^2.13.0", "koa-router": "^10.0.0", "koa-static": "^5.0.0",