diff --git a/package-lock.json b/package-lock.json index c18a44e..4c6739a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "citty": "^0.1.6", "consola": "^3.2.3", "fast-glob": "^3.3.3", - "ioredis": "^5.8.1", + "ioredis": "^5.8.2", "pathe": "^1.1.2" }, "bin": { @@ -8854,9 +8854,9 @@ } }, "node_modules/ioredis": { - "version": "5.8.1", - "resolved": "https://registry.npmjs.org/ioredis/-/ioredis-5.8.1.tgz", - "integrity": "sha512-Qho8TgIamqEPdgiMadJwzRMW3TudIg6vpg4YONokGDudy4eqRIJtDbVX72pfLBcWxvbn3qm/40TyGUObdW4tLQ==", + "version": "5.8.2", + "resolved": "https://registry.npmjs.org/ioredis/-/ioredis-5.8.2.tgz", + "integrity": "sha512-C6uC+kleiIMmjViJINWk80sOQw5lEzse1ZmvD+S/s8p8CWapftSaC+kocGTx6xrbrJ4WmYQGC08ffHLr6ToR6Q==", "license": "MIT", "dependencies": { "@ioredis/commands": "1.4.0", diff --git a/package.json b/package.json index 6c834e0..9a1b2cc 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "citty": "^0.1.6", "consola": "^3.2.3", "fast-glob": "^3.3.3", - "ioredis": "^5.8.1", + "ioredis": "^5.8.2", "pathe": "^1.1.2" }, "devDependencies": {