fix: upgrade ioredis from 4.17.1 to 4.17.3

Snyk has created this PR to upgrade ioredis from 4.17.1 to 4.17.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
This commit is contained in:
snyk-bot 2020-06-21 01:39:12 +00:00 committed by Overtorment
parent 864a00ab1f
commit 00561677da
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -3693,9 +3693,9 @@
"integrity": "sha1-EEqOSqym09jNFXqO+L+rLXo//bY="
},
"ioredis": {
"version": "4.17.1",
"resolved": "https://registry.npmjs.org/ioredis/-/ioredis-4.17.1.tgz",
"integrity": "sha512-kfxkN/YO1dnyaoAGyNdH3my4A1eoGDy4QOfqn6o86fo4dTboxyxYVW0S0v/d3MkwCWlvSWhlwq6IJMY9BlWs6w==",
"version": "4.17.3",
"resolved": "https://registry.npmjs.org/ioredis/-/ioredis-4.17.3.tgz",
"integrity": "sha512-iRvq4BOYzNFkDnSyhx7cmJNOi1x/HWYe+A4VXHBu4qpwJaGT1Mp+D2bVGJntH9K/Z/GeOM/Nprb8gB3bmitz1Q==",
"requires": {
"cluster-key-slot": "^1.1.0",
"debug": "^4.1.1",

View File

@ -27,7 +27,7 @@
"express": "^4.16.4",
"express-rate-limit": "^5.1.3",
"grpc": "^1.17.0-pre1",
"ioredis": "^4.17.1",
"ioredis": "^4.17.3",
"jayson": "^3.3.1",
"morgan": "^1.9.1",
"mustache": "^4.0.1",