From d786010cd39620d8379edb077ac9b71bede79a57 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:17:28 +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 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index e49d0e1b..677aff63 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1390,9 +1390,9 @@ "dev": true }, "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", diff --git a/package.json b/package.json index 6689b244..92323a9a 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "crypto-js": "^3.1.9-1", "debounce": "^1.2.0", "font-awesome": "^4.7.0", - "ioredis": "^4.14.1", + "ioredis": "^4.16.0", "jquery": "^3.4.1", "jwt-decode": "^2.2.0", "keypair": "^1.0.1",