fix: upgrade redis from 4.6.2 to 4.6.3

Snyk has created this PR to upgrade redis from 4.6.2 to 4.6.3.

See this package in npm:
https://www.npmjs.com/package/redis

See this project in Snyk:
https://app.snyk.io/org/cameri/project/2f0c25a2-d08a-45e1-a6f4-84766cbed88d?utm_source=github&utm_medium=referral&page=upgrade-pr
This commit is contained in:
snyk-bot 2023-02-19 20:33:13 +00:00
parent 2342386bb4
commit 74846b6427
No known key found for this signature in database
GPG Key ID: 5D98975276F8B078
2 changed files with 19 additions and 19 deletions

36
package-lock.json generated
View File

@ -10,7 +10,7 @@
"license": "MIT",
"dependencies": {
"@noble/secp256k1": "1.7.1",
"axios": "^1.2.5",
"axios": "1.2.5",
"bech32": "2.0.0",
"body-parser": "1.20.1",
"debug": "4.3.4",
@ -21,10 +21,10 @@
"joi": "17.7.0",
"js-yaml": "4.1.0",
"knex": "2.4.2",
"pg": "^8.9.0",
"pg-query-stream": "^4.3.0",
"pg": "8.9.0",
"pg-query-stream": "4.3.0",
"ramda": "0.28.0",
"redis": "^4.6.2",
"redis": "^4.6.3",
"rxjs": "7.8.0",
"tor-control-ts": "^1.0.0",
"ws": "8.12.0"
@ -1525,9 +1525,9 @@
}
},
"node_modules/@redis/client": {
"version": "1.5.3",
"resolved": "https://registry.npmjs.org/@redis/client/-/client-1.5.3.tgz",
"integrity": "sha512-kPad3QmWyRcmFj1gnb+SkzjXBV7oPpyTJmasVA+ocgNClxqZaTJjLFReqxm9cZQiCtqZK9vrcTISNrgzQXFpLg==",
"version": "1.5.4",
"resolved": "https://registry.npmjs.org/@redis/client/-/client-1.5.4.tgz",
"integrity": "sha512-inTBWktJX6rRUCmhpVCnSb7pHOOiGCFIiy5IuEa0GgjcOJsKvw4zHkT9dfYm5UGoUi0I1c4i/f3ScMW5gkNpmQ==",
"dependencies": {
"cluster-key-slot": "1.1.2",
"generic-pool": "3.9.0",
@ -11209,12 +11209,12 @@
}
},
"node_modules/redis": {
"version": "4.6.2",
"resolved": "https://registry.npmjs.org/redis/-/redis-4.6.2.tgz",
"integrity": "sha512-Xoh7UyU6YnT458xA8svaZAJu6ZunKeW7Z/7GXrLWGGwhVLTsDX6pr3u7ENAoV+DHBPO+9LwIu45ClwUwpIjAxw==",
"version": "4.6.3",
"resolved": "https://registry.npmjs.org/redis/-/redis-4.6.3.tgz",
"integrity": "sha512-2UBX8APh9xIXotVwbt3/jUSeu9kwoke9fNzCMQppuQhmOUmEBkM73sdUifXiabjH7YUN0VireJcgw7ky4DnC+A==",
"dependencies": {
"@redis/bloom": "1.2.0",
"@redis/client": "1.5.3",
"@redis/client": "1.5.4",
"@redis/graph": "1.1.0",
"@redis/json": "1.0.4",
"@redis/search": "1.1.1",
@ -14395,9 +14395,9 @@
"requires": {}
},
"@redis/client": {
"version": "1.5.3",
"resolved": "https://registry.npmjs.org/@redis/client/-/client-1.5.3.tgz",
"integrity": "sha512-kPad3QmWyRcmFj1gnb+SkzjXBV7oPpyTJmasVA+ocgNClxqZaTJjLFReqxm9cZQiCtqZK9vrcTISNrgzQXFpLg==",
"version": "1.5.4",
"resolved": "https://registry.npmjs.org/@redis/client/-/client-1.5.4.tgz",
"integrity": "sha512-inTBWktJX6rRUCmhpVCnSb7pHOOiGCFIiy5IuEa0GgjcOJsKvw4zHkT9dfYm5UGoUi0I1c4i/f3ScMW5gkNpmQ==",
"requires": {
"cluster-key-slot": "1.1.2",
"generic-pool": "3.9.0",
@ -21627,12 +21627,12 @@
}
},
"redis": {
"version": "4.6.2",
"resolved": "https://registry.npmjs.org/redis/-/redis-4.6.2.tgz",
"integrity": "sha512-Xoh7UyU6YnT458xA8svaZAJu6ZunKeW7Z/7GXrLWGGwhVLTsDX6pr3u7ENAoV+DHBPO+9LwIu45ClwUwpIjAxw==",
"version": "4.6.3",
"resolved": "https://registry.npmjs.org/redis/-/redis-4.6.3.tgz",
"integrity": "sha512-2UBX8APh9xIXotVwbt3/jUSeu9kwoke9fNzCMQppuQhmOUmEBkM73sdUifXiabjH7YUN0VireJcgw7ky4DnC+A==",
"requires": {
"@redis/bloom": "1.2.0",
"@redis/client": "1.5.3",
"@redis/client": "1.5.4",
"@redis/graph": "1.1.0",
"@redis/json": "1.0.4",
"@redis/search": "1.1.1",

View File

@ -130,7 +130,7 @@
"pg": "8.9.0",
"pg-query-stream": "4.3.0",
"ramda": "0.28.0",
"redis": "4.6.2",
"redis": "4.6.3",
"rxjs": "7.8.0",
"ws": "8.12.0",
"tor-control-ts": "^1.0.0"