diff --git a/package-lock.json b/package-lock.json index b73c740..ef19a35 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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", diff --git a/package.json b/package.json index 9055346..5f02d82 100644 --- a/package.json +++ b/package.json @@ -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"