diff --git a/src/worker/package-lock.json b/src/worker/package-lock.json index 5d155cc..ffb503b 100644 --- a/src/worker/package-lock.json +++ b/src/worker/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "bullmq": "^5.61.2", "getenv": "^2.0.0", - "ioredis": "^5.8.2", + "ioredis": "^5.9.2", "pino": "^10.1.0", "pino-pretty": "^13.1.2", "puppeteer-core": "^24.26.1", @@ -42,9 +42,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/@jridgewell/resolve-uri": { @@ -971,12 +971,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/src/worker/package.json b/src/worker/package.json index f7e3031..a0322a3 100644 --- a/src/worker/package.json +++ b/src/worker/package.json @@ -22,7 +22,7 @@ "dependencies": { "bullmq": "^5.61.2", "getenv": "^2.0.0", - "ioredis": "^5.8.2", + "ioredis": "^5.9.2", "pino": "^10.1.0", "pino-pretty": "^13.1.2", "puppeteer-core": "^24.26.1",