diff --git a/package-lock.json b/package-lock.json index e6bd9ce..134ac07 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "discord.js": "^14.25.1", "express": "^5.2.1", "firebase-admin": "^13.6.0", - "ioredis": "^5.8.2", + "ioredis": "^5.9.1", "node-ssh": "^13.2.1", "pg": "^8.16.3", "pm2": "^6.0.14", @@ -1652,9 +1652,9 @@ } }, "node_modules/@ioredis/commands": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/@ioredis/commands/-/commands-1.4.0.tgz", - "integrity": "sha512-aFT2yemJJo+TZCmieA7qnYGQooOS7QfNmYrzGtsYd3g9j5iDP8AimYYAesf79ohjbLG12XxC4nG5DyEnC88AsQ==", + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/@ioredis/commands/-/commands-1.5.0.tgz", + "integrity": "sha512-eUgLqrMf8nJkZxT24JvVRrQya1vZkQh8BBeYNwGDqa5I0VUi8ACx7uFvAaLxintokpTenkK6DASvo/bvNbBGow==", "license": "MIT" }, "node_modules/@js-sdsl/ordered-map": { @@ -6193,12 +6193,12 @@ } }, "node_modules/ioredis": { - "version": "5.8.2", - "resolved": "https://registry.npmjs.org/ioredis/-/ioredis-5.8.2.tgz", - "integrity": "sha512-C6uC+kleiIMmjViJINWk80sOQw5lEzse1ZmvD+S/s8p8CWapftSaC+kocGTx6xrbrJ4WmYQGC08ffHLr6ToR6Q==", + "version": "5.9.1", + "resolved": "https://registry.npmjs.org/ioredis/-/ioredis-5.9.1.tgz", + "integrity": "sha512-BXNqFQ66oOsR82g9ajFFsR8ZKrjVvYCLyeML9IvSMAsP56XH2VXBdZjmI11p65nXXJxTEt1hie3J2QeFJVgrtQ==", "license": "MIT", "dependencies": { - "@ioredis/commands": "1.4.0", + "@ioredis/commands": "1.5.0", "cluster-key-slot": "^1.1.0", "debug": "^4.3.4", "denque": "^2.1.0", diff --git a/package.json b/package.json index 0cbcd31..8137126 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "discord.js": "^14.25.1", "express": "^5.2.1", "firebase-admin": "^13.6.0", - "ioredis": "^5.8.2", + "ioredis": "^5.9.1", "node-ssh": "^13.2.1", "pg": "^8.16.3", "pm2": "^6.0.14",