diff --git a/package-lock.json b/package-lock.json index 537548f..24765ce 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6032,9 +6032,9 @@ } }, "ioredis": { - "version": "4.23.0", - "resolved": "https://registry.npmjs.org/ioredis/-/ioredis-4.23.0.tgz", - "integrity": "sha512-R5TDCODwnEH3J3A5TSoB17+6a+SeJTtIOW6vsy5Q1yag/AM8FejHjZC5R2O1QepSXV8hwOnGSm/4buJc/LeXTQ==", + "version": "4.23.1", + "resolved": "https://registry.npmjs.org/ioredis/-/ioredis-4.23.1.tgz", + "integrity": "sha512-CSRSx8xOwWZJ1Jm9nONJ67NydO5YrM2GN+wIL+HNo+2BDXGmL8t1exzmB/k+lmk/9lcWAl3rePh/PbgVG40KAA==", "requires": { "cluster-key-slot": "^1.1.0", "debug": "^4.1.1", diff --git a/package.json b/package.json index 54782b1..55592f7 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "browserify": "^17.0.0", "debug": "^4.3.1", "dog-names": "^2.0.0", - "ioredis": "^4.23.0", + "ioredis": "^4.23.1", "koa": "^2.13.1", "koa-router": "^10.0.0", "koa-static": "^5.0.0",