From 046380fdb6ffeac7f0a28c054da07a3555090007 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 14 May 2020 02:41:33 +0100 Subject: [PATCH] fix: upgrade ioredis from 4.16.2 to 4.16.3 Snyk has created this PR to upgrade ioredis from 4.16.2 to 4.16.3. See this package in NPM: https://www.npmjs.com/package/ioredis See this project in Snyk: https://app.snyk.io/org/bluewallet/project/29c066bc-abce-44d9-b68e-064466e610e7?utm_source=github&utm_medium=upgrade-pr --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4176544..ed841a1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3693,9 +3693,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",