diff --git a/package-lock.json b/package-lock.json index b7737d062..4b9793514 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "dotaconstants": "^10.7.0", "express": "^5.2.1", "http-proxy": "^1.18.1", - "ioredis": "^5.8.2", + "ioredis": "^5.9.2", "json-bigint": "^1.0.0", "knex": "^3.1.0", "moment": "^2.30.1", @@ -146,9 +146,9 @@ "license": "MIT" }, "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/@noble/hashes": { @@ -734,7 +734,6 @@ "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.17.1.tgz", "integrity": "sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==", "dev": true, - "peer": true, "dependencies": { "fast-deep-equal": "^3.1.3", "fast-uri": "^3.0.1", @@ -2153,12 +2152,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.2", + "resolved": "https://registry.npmjs.org/ioredis/-/ioredis-5.9.2.tgz", + "integrity": "sha512-tAAg/72/VxOUW7RQSX1pIxJVucYKcjFjfvj60L57jrZpYCHC3XN0WCQ3sNYL4Gmvv+7GPvTAjc+KSdeNuE8oWQ==", "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 977ddc187..e4f17cbd7 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "dotaconstants": "^10.7.0", "express": "^5.2.1", "http-proxy": "^1.18.1", - "ioredis": "^5.8.2", + "ioredis": "^5.9.2", "json-bigint": "^1.0.0", "knex": "^3.1.0", "moment": "^2.30.1",