diff --git a/package-lock.json b/package-lock.json index 331907a..7728282 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "body-parser": "^1.17.1", "express": "^4.21.1", "geoip-lite": "^1.2.0", - "ioredis": "^5.4.1", + "ioredis": "^5.4.2", "jsonschema": "^1.1.0", "winston": "^3.17.0" }, @@ -1149,10 +1149,9 @@ "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==", - "license": "MIT", + "version": "5.4.2", + "resolved": "https://registry.npmjs.org/ioredis/-/ioredis-5.4.2.tgz", + "integrity": "sha512-0SZXGNGZ+WzISQ67QDyZ2x0+wVxjjUndtD8oSeik/4ajifeiRufed8fCb8QW8VMyi4MXcS+UO1k/0NGhvq1PAg==", "dependencies": { "@ioredis/commands": "^1.1.1", "cluster-key-slot": "^1.1.0", diff --git a/package.json b/package.json index 37e8332..d064f7d 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "body-parser": "^1.17.1", "express": "^4.21.1", "geoip-lite": "^1.2.0", - "ioredis": "^5.4.1", + "ioredis": "^5.4.2", "jsonschema": "^1.1.0", "winston": "^3.17.0" },