From 91df25878abf082fefbccef50fdf35b5bdcee563 Mon Sep 17 00:00:00 2001 From: Akama Aka Date: Tue, 18 Feb 2025 17:18:51 +0100 Subject: [PATCH] Update ioredis dependency to version 5.5.0 This updates the ioredis package to version 5.5.0 in both package.json and package-lock.json to ensure consistency. No other changes were made to the dependencies. Signed-off-by: Akama Aka --- package-lock.json | 3 +-- package.json | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 61e27ea..a9dda79 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,8 +17,7 @@ "dotenv": "16.4.7", "ejs": "3.1.10", "fastify": "5.2.1", - "ioredis": "^5.4.1", - "ioredis": "^5.5.0" + "ioredis": "^5.5.0", "serve-static": "2.1.0" } }, diff --git a/package.json b/package.json index 8bf32cc..533451f 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "fastify": "5.2.1", "@fastify/static": "8.1.1", "@fastify/view": "10.0.2", - "ejs": "3.1.10" + "ejs": "3.1.10", "ioredis": "^5.5.0" } }