From bba68c6b0262a1ff5183bc028154b9b9de7d8a3e Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 21 Mar 2021 17:51:07 +0000 Subject: [PATCH] Bump ioredis from 4.24.2 to 4.24.3 Bumps [ioredis](https://github.com/luin/ioredis) from 4.24.2 to 4.24.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.24.2...v4.24.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 a32e98a..2b18804 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6032,9 +6032,9 @@ } }, "ioredis": { - "version": "4.24.2", - "resolved": "https://registry.npmjs.org/ioredis/-/ioredis-4.24.2.tgz", - "integrity": "sha512-SSuVXwoG747sZetxxs9gyAno5kfUfvo4s5mSZp4dh8vzuTnrtA5mTf2OjL6sPfIfNbVTROg2c+VbXceGlpucPQ==", + "version": "4.24.3", + "resolved": "https://registry.npmjs.org/ioredis/-/ioredis-4.24.3.tgz", + "integrity": "sha512-ANE2YT2fCa+KE0EUmx8VMZuJ+LaTNVXhjyAUDAxom9nqJGAXzCbNBMcujrUSJbz6xc2ZMaMxGB5y10cfYo/0IA==", "requires": { "cluster-key-slot": "^1.1.0", "debug": "^4.3.1", diff --git a/package.json b/package.json index aeb09a3..97431e4 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.2", + "ioredis": "^4.24.3", "koa": "^2.13.1", "koa-router": "^10.0.0", "koa-static": "^5.0.0",