diff --git a/package-lock.json b/package-lock.json index 7a4fc4a45783f..a86154ec62074 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "got": "11.8.2", "graphql": "^15.5.3", "graphql-tag": "^2.12.5", - "ioredis": "4.27.9", + "ioredis": "4.28.5", "joi": "17.4.2", "joi-extension-semver": "5.0.0", "js-yaml": "^4.1.0", @@ -16332,9 +16332,9 @@ } }, "node_modules/ioredis": { - "version": "4.27.9", - "resolved": "https://registry.npmjs.org/ioredis/-/ioredis-4.27.9.tgz", - "integrity": "sha512-hAwrx9F+OQ0uIvaJefuS3UTqW+ByOLyLIV+j0EH8ClNVxvFyH9Vmb08hCL4yje6mDYT5zMquShhypkd50RRzkg==", + "version": "4.28.5", + "resolved": "https://registry.npmjs.org/ioredis/-/ioredis-4.28.5.tgz", + "integrity": "sha512-3GYo0GJtLqgNXj4YhrisLaNNvWSNwSS2wS4OELGfGxH8I69+XfNdnmV1AyN+ZqMh0i7eX+SWjrwFKDBDgfBC1A==", "dependencies": { "cluster-key-slot": "^1.1.0", "debug": "^4.3.1", @@ -42771,9 +42771,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.28.5", + "resolved": "https://registry.npmjs.org/ioredis/-/ioredis-4.28.5.tgz", + "integrity": "sha512-3GYo0GJtLqgNXj4YhrisLaNNvWSNwSS2wS4OELGfGxH8I69+XfNdnmV1AyN+ZqMh0i7eX+SWjrwFKDBDgfBC1A==", "requires": { "cluster-key-slot": "^1.1.0", "debug": "^4.3.1", diff --git a/package.json b/package.json index d84f750c9bc1e..65175a7001446 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "got": "11.8.2", "graphql": "^15.5.3", "graphql-tag": "^2.12.5", - "ioredis": "4.27.9", + "ioredis": "4.28.5", "joi": "17.4.2", "joi-extension-semver": "5.0.0", "js-yaml": "^4.1.0",