diff --git a/apps/infoalloggi/package-lock.json b/apps/infoalloggi/package-lock.json index 6ab575e..a1210f9 100644 --- a/apps/infoalloggi/package-lock.json +++ b/apps/infoalloggi/package-lock.json @@ -37,7 +37,7 @@ "embla-carousel-react": "^8.6.0", "framer-motion": "^12.8.0", "frimousse": "^0.3.0", - "ioredis": "^5.6.1", + "ioredis": "^5.7.0", "jose": "^6.0.12", "js-cookie": "^3.0.5", "kysely": "^0.28.2", @@ -1920,9 +1920,9 @@ } }, "node_modules/@ioredis/commands": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/@ioredis/commands/-/commands-1.2.0.tgz", - "integrity": "sha512-Sx1pU8EM64o2BrqNpEO1CNLtKQwyhuXuqyfH7oGKCk+1a33d2r5saW8zNwm3j6BTExtjrv2BxTgzzkMwts6vGg==", + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/@ioredis/commands/-/commands-1.3.0.tgz", + "integrity": "sha512-M/T6Zewn7sDaBQEqIZ8Rb+i9y8qfGmq+5SDFSf9sA2lUZTmdDLVdOiQaeDp+Q4wElZ9HG1GAX5KhDaidp6LQsQ==", "license": "MIT" }, "node_modules/@isaacs/balanced-match": { @@ -11877,12 +11877,12 @@ } }, "node_modules/ioredis": { - "version": "5.6.1", - "resolved": "https://registry.npmjs.org/ioredis/-/ioredis-5.6.1.tgz", - "integrity": "sha512-UxC0Yv1Y4WRJiGQxQkP0hfdL0/5/6YvdfOOClRgJ0qppSarkhneSa6UvkMkms0AkdGimSH3Ikqm+6mkMmX7vGA==", + "version": "5.7.0", + "resolved": "https://registry.npmjs.org/ioredis/-/ioredis-5.7.0.tgz", + "integrity": "sha512-NUcA93i1lukyXU+riqEyPtSEkyFq8tX90uL659J+qpCZ3rEdViB/APC58oAhIh3+bJln2hzdlZbBZsGNrlsR8g==", "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", diff --git a/apps/infoalloggi/package.json b/apps/infoalloggi/package.json index e5cf69a..420cb81 100644 --- a/apps/infoalloggi/package.json +++ b/apps/infoalloggi/package.json @@ -48,7 +48,7 @@ "embla-carousel-react": "^8.6.0", "framer-motion": "^12.8.0", "frimousse": "^0.3.0", - "ioredis": "^5.6.1", + "ioredis": "^5.7.0", "jose": "^6.0.12", "js-cookie": "^3.0.5", "kysely": "^0.28.2",