diff --git a/package-lock.json b/package-lock.json index 52c02c07..21b4d638 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "encoding": "^0.1.13", "figma-squircle": "^1.1.0", "install": "^0.13.0", - "ioredis": "^5.4.1", + "ioredis": "^5.5.0", "mobx": "^6.13.5", "next": "^15.1.6", "next-auth": "^5.0.0-beta.25", @@ -7015,9 +7015,10 @@ } }, "node_modules/ioredis": { - "version": "5.4.2", - "resolved": "https://registry.npmjs.org/ioredis/-/ioredis-5.4.2.tgz", - "integrity": "sha512-0SZXGNGZ+WzISQ67QDyZ2x0+wVxjjUndtD8oSeik/4ajifeiRufed8fCb8QW8VMyi4MXcS+UO1k/0NGhvq1PAg==", + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/ioredis/-/ioredis-5.5.0.tgz", + "integrity": "sha512-7CutT89g23FfSa8MDoIFs2GYYa0PaNiW/OrT+nRyjRXHDZd17HmIgy+reOQ/yhh72NznNjGuS8kbCAcA4Ro4mw==", + "license": "MIT", "dependencies": { "@ioredis/commands": "^1.1.1", "cluster-key-slot": "^1.1.0", diff --git a/package.json b/package.json index bcfae981..20893153 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "encoding": "^0.1.13", "figma-squircle": "^1.1.0", "install": "^0.13.0", - "ioredis": "^5.4.1", + "ioredis": "^5.5.0", "mobx": "^6.13.5", "next": "^15.1.6", "next-auth": "^5.0.0-beta.25",