From 966aba4e6d88d882cb169cecb5b8839df9d90d57 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2020 07:20:03 +0000 Subject: [PATCH] Bump ioredis from 4.16.2 to 4.16.3 Bumps [ioredis](https://github.com/luin/ioredis) from 4.16.2 to 4.16.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.16.2...v4.16.3) 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 894c5f37..4bc027f8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4165,9 +4165,9 @@ "integrity": "sha1-EEqOSqym09jNFXqO+L+rLXo//bY=" }, "ioredis": { - "version": "4.16.2", - "resolved": "https://registry.npmjs.org/ioredis/-/ioredis-4.16.2.tgz", - "integrity": "sha512-hlRK9q9K8pWpYIxUh079dWUWECiGNdI7+/AR21pgeqIBXQzjVKFnz0wXvmhEQZV3Hvv4saQpvJww9SkjwvPXZA==", + "version": "4.16.3", + "resolved": "https://registry.npmjs.org/ioredis/-/ioredis-4.16.3.tgz", + "integrity": "sha512-Ejvcs2yW19Vq8AipvbtfcX3Ig8XG9EAyFOvGbhI/Q1QoVOK9ZdgY092kdOyOWIYBnPHjfjMJhU9qhsnp0i0K1w==", "requires": { "cluster-key-slot": "^1.1.0", "debug": "^4.1.1",