fix: upgrade ioredis from 4.16.3 to 4.17.1

Snyk has created this PR to upgrade ioredis from 4.16.3 to 4.17.1.

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-07 01:39:14 +00:00 committed by Overtorment
parent b9c5241a55
commit c69ad09a70
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=" "integrity": "sha1-EEqOSqym09jNFXqO+L+rLXo//bY="
}, },
"ioredis": { "ioredis": {
"version": "4.16.3", "version": "4.17.1",
"resolved": "https://registry.npmjs.org/ioredis/-/ioredis-4.16.3.tgz", "resolved": "https://registry.npmjs.org/ioredis/-/ioredis-4.17.1.tgz",
"integrity": "sha512-Ejvcs2yW19Vq8AipvbtfcX3Ig8XG9EAyFOvGbhI/Q1QoVOK9ZdgY092kdOyOWIYBnPHjfjMJhU9qhsnp0i0K1w==", "integrity": "sha512-kfxkN/YO1dnyaoAGyNdH3my4A1eoGDy4QOfqn6o86fo4dTboxyxYVW0S0v/d3MkwCWlvSWhlwq6IJMY9BlWs6w==",
"requires": { "requires": {
"cluster-key-slot": "^1.1.0", "cluster-key-slot": "^1.1.0",
"debug": "^4.1.1", "debug": "^4.1.1",

View File

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