From 242f9cb55e46e44a504aba9edcd638e71da1285c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 24 Apr 2021 13:17:10 +0000 Subject: [PATCH] Bump ioredis from 4.27.0 to 4.27.1 Bumps [ioredis](https://github.com/luin/ioredis) from 4.27.0 to 4.27.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.27.0...v4.27.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 536d8e8..b15c523 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6080,9 +6080,9 @@ } }, "ioredis": { - "version": "4.27.0", - "resolved": "https://registry.npmjs.org/ioredis/-/ioredis-4.27.0.tgz", - "integrity": "sha512-4IkHx4uGaWdgVjeHC1UUHCoPQ1WNZ/5q/uvS8hNPOk0Z50SvfMJqgnm3enSsA0MtWs0jfZoD4CtI1+dZfVbkMg==", + "version": "4.27.1", + "resolved": "https://registry.npmjs.org/ioredis/-/ioredis-4.27.1.tgz", + "integrity": "sha512-PaFNFeBbOcEYHXAdrJuy7uesJcyvzStTM1aYMchTuky+VgKqDbXhnTJHaDsjAwcTwPx8Asatx+l2DW8zZ2xlsQ==", "requires": { "cluster-key-slot": "^1.1.0", "debug": "^4.3.1", diff --git a/package.json b/package.json index 6125bad..48cdf57 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.27.0", + "ioredis": "^4.27.1", "koa": "^2.13.1", "koa-router": "^10.0.0", "koa-static": "^5.0.0",