From 28ba5110b43b7ecae8b662652803165cb747c658 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 28 Mar 2020 10:20:06 +0000 Subject: [PATCH] Bump ioredis from 4.14.1 to 4.16.1 Bumps [ioredis](https://github.com/luin/ioredis) from 4.14.1 to 4.16.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.14.1...v4.16.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 5da5ff4..b767adf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6110,9 +6110,9 @@ } }, "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.1", + "resolved": "https://registry.npmjs.org/ioredis/-/ioredis-4.16.1.tgz", + "integrity": "sha512-g76Mm9dE7BLuewncu1MimGZw5gDDjDwjoRony/VoSxSJEKAhuYncDEwYKYjtHi2NWsTNIB6XXRjE64uVa/wpKQ==", "requires": { "cluster-key-slot": "^1.1.0", "debug": "^4.1.1", diff --git a/package.json b/package.json index 0cdfddc..026a0f6 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "execa": "^4.0.0", "gunzip-file": "^0.1.1", "human-number": "^1.0.4", - "ioredis": "^4.14.1", + "ioredis": "^4.16.1", "iterable-ndjson": "^1.1.0", "koa": "^2.11.0", "koa-router": "^7.4.0",