diff --git a/package-lock.json b/package-lock.json index 8a7cdbc..4911c91 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "graphql-middleware": "^6.1.17", "graphql-redis-subscriptions": "^2.4.0", "graphql-shield": "^7.5.0", - "ioredis": "^4.27.8", + "ioredis": "^4.28.5", "jsonwebtoken": "^8.5.1", "mongoose": "^6.2.6", "nanoid": "^3.3.1" @@ -2209,9 +2209,9 @@ } }, "node_modules/ioredis": { - "version": "4.27.8", - "resolved": "https://registry.npmjs.org/ioredis/-/ioredis-4.27.8.tgz", - "integrity": "sha512-AcMEevap2wKxNcYEybZ/Qp+MR2HbNNUwGjG4sVCC3cAJ/zR9HXKAkolXOuR6YcOGPf7DHx9mWb/JKtAGujyPow==", + "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", @@ -5607,9 +5607,9 @@ } }, "ioredis": { - "version": "4.27.8", - "resolved": "https://registry.npmjs.org/ioredis/-/ioredis-4.27.8.tgz", - "integrity": "sha512-AcMEevap2wKxNcYEybZ/Qp+MR2HbNNUwGjG4sVCC3cAJ/zR9HXKAkolXOuR6YcOGPf7DHx9mWb/JKtAGujyPow==", + "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 e863ca4..a2f4e80 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "graphql-middleware": "^6.1.17", "graphql-redis-subscriptions": "^2.4.0", "graphql-shield": "^7.5.0", - "ioredis": "^4.27.8", + "ioredis": "^4.28.5", "jsonwebtoken": "^8.5.1", "mongoose": "^6.2.6", "nanoid": "^3.3.1"