diff --git a/package-lock.json b/package-lock.json index 40cd54a4..9dd1ed27 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1666,10 +1666,11 @@ } }, "node_modules/@ioredis/commands": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/@ioredis/commands/-/commands-1.2.0.tgz", - "integrity": "sha512-Sx1pU8EM64o2BrqNpEO1CNLtKQwyhuXuqyfH7oGKCk+1a33d2r5saW8zNwm3j6BTExtjrv2BxTgzzkMwts6vGg==", - "devOptional": true + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/@ioredis/commands/-/commands-1.3.0.tgz", + "integrity": "sha512-M/T6Zewn7sDaBQEqIZ8Rb+i9y8qfGmq+5SDFSf9sA2lUZTmdDLVdOiQaeDp+Q4wElZ9HG1GAX5KhDaidp6LQsQ==", + "devOptional": true, + "license": "MIT" }, "node_modules/@isaacs/cliui": { "version": "8.0.2", @@ -4328,12 +4329,13 @@ "license": "ISC" }, "node_modules/ioredis": { - "version": "5.4.1", - "resolved": "https://registry.npmjs.org/ioredis/-/ioredis-5.4.1.tgz", - "integrity": "sha512-2YZsvl7jopIa1gaePkeMtd9rAcSjOOjPtpcLlOeusyO+XH2SK5ZcT+UCrElPP+WVIInh2TzeI4XW9ENaSLVVHA==", + "version": "5.7.0", + "resolved": "https://registry.npmjs.org/ioredis/-/ioredis-5.7.0.tgz", + "integrity": "sha512-NUcA93i1lukyXU+riqEyPtSEkyFq8tX90uL659J+qpCZ3rEdViB/APC58oAhIh3+bJln2hzdlZbBZsGNrlsR8g==", "devOptional": true, + "license": "MIT", "dependencies": { - "@ioredis/commands": "^1.1.1", + "@ioredis/commands": "^1.3.0", "cluster-key-slot": "^1.1.0", "debug": "^4.3.4", "denque": "^2.1.0", @@ -6347,7 +6349,7 @@ }, "optionalDependencies": { "@redis/client": "^1.6.0", - "ioredis": "^5.4.1" + "ioredis": "^5.7.0" } }, "packages/utils": { @@ -6358,7 +6360,7 @@ "@types/debug": "^4.1.12", "@types/mocha": "^10.0.6", "@types/node": "^22.13.7", - "ioredis": "^5.4.1", + "ioredis": "^5.7.0", "mocha": "^11.0.1", "should": "^13.2.3" }, diff --git a/packages/server/package.json b/packages/server/package.json index f159690f..c8f75d6e 100644 --- a/packages/server/package.json +++ b/packages/server/package.json @@ -43,7 +43,7 @@ }, "optionalDependencies": { "@redis/client": "^1.6.0", - "ioredis": "^5.4.1" + "ioredis": "^5.7.0" }, "engines": { "node": ">=20.19.0" diff --git a/packages/utils/package.json b/packages/utils/package.json index 14f6f0ce..6ddd0ac2 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -24,7 +24,7 @@ "@types/debug": "^4.1.12", "@types/mocha": "^10.0.6", "@types/node": "^22.13.7", - "ioredis": "^5.4.1", + "ioredis": "^5.7.0", "mocha": "^11.0.1", "should": "^13.2.3" },