From 816d209c03a37a14e59b0ce9488698983546ccab Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 20 Feb 2020 07:13:43 +0000 Subject: [PATCH] Bump ioredis from 4.14.1 to 4.16.0 Bumps [ioredis](https://github.com/luin/ioredis) from 4.14.1 to 4.16.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.14.1...v4.16.0) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index e91a36e4..1776feea 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4119,9 +4119,9 @@ "integrity": "sha1-EEqOSqym09jNFXqO+L+rLXo//bY=" }, "ioredis": { - "version": "4.14.1", - "resolved": "https://registry.npmjs.org/ioredis/-/ioredis-4.14.1.tgz", - "integrity": "sha512-94W+X//GHM+1GJvDk6JPc+8qlM7Dul+9K+lg3/aHixPN7ZGkW6qlvX0DG6At9hWtH2v3B32myfZqWoANUJYGJA==", + "version": "4.16.0", + "resolved": "https://registry.npmjs.org/ioredis/-/ioredis-4.16.0.tgz", + "integrity": "sha512-tlalhtuvnxXJNtrPjec1nGicuOCpi9ErYV/fRfwaWSzktX9ESrzHlcFwj1pVAL326E8dmt7h9pPQZyyVPPksRA==", "requires": { "cluster-key-slot": "^1.1.0", "debug": "^4.1.1",