diff --git a/package-lock.json b/package-lock.json index 0195f17..67333c8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3493,9 +3493,9 @@ } }, "ioredis": { - "version": "4.27.9", - "resolved": "https://registry.npmjs.org/ioredis/-/ioredis-4.27.9.tgz", - "integrity": "sha512-hAwrx9F+OQ0uIvaJefuS3UTqW+ByOLyLIV+j0EH8ClNVxvFyH9Vmb08hCL4yje6mDYT5zMquShhypkd50RRzkg==", + "version": "4.27.10", + "resolved": "https://registry.npmjs.org/ioredis/-/ioredis-4.27.10.tgz", + "integrity": "sha512-BtV2mEoZlhnW0EyxuK49V5iutLeZeJAYi/+Fuc4Q6DpDjq0cGMLODdS/+Kb5CHpT7v3YT6SK0vgJF6y0Ls4+Bg==", "requires": { "cluster-key-slot": "^1.1.0", "debug": "^4.3.1", diff --git a/package.json b/package.json index dfd3369..f15eec6 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "express-rate-limit": "^5.3.0", "frisbee": "^3.1.4", "helmet": "^4.6.0", - "ioredis": "^4.27.8", + "ioredis": "^4.27.10", "jayson": "^3.6.4", "morgan": "^1.10.0", "mustache": "^4.1.0",