diff --git a/package-lock.json b/package-lock.json index 33152a3..2e894c4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "@fastify/cors": "^11.1.0", "@fastify/rate-limit": "^10.3.0", "adm-zip": "^0.5.10", - "bullmq": "^5.63.0", + "bullmq": "^5.63.2", "fastify": "^5.6.1", "file-type": "^21.0.0", "ioredis": "^5.3.2", @@ -544,13 +544,13 @@ } }, "node_modules/bullmq": { - "version": "5.63.0", - "resolved": "https://registry.npmjs.org/bullmq/-/bullmq-5.63.0.tgz", - "integrity": "sha512-HT1iM3Jt4bZeg3Ru/MxrOy2iIItxcl1Pz5Ync1Vrot70jBpVguMxFEiSaDU57BwYwR4iwnObDnzct2lirKkX5A==", + "version": "5.63.2", + "resolved": "https://registry.npmjs.org/bullmq/-/bullmq-5.63.2.tgz", + "integrity": "sha512-c1K5gcAh0a+C9lcRXaA1GePDYtmUywCH1pNXkUlZ8lFlqQnrtKyZpcr5aZJcjyZVx6y7t5259ru+ttJFNUQ5kw==", "license": "MIT", "dependencies": { "cron-parser": "^4.9.0", - "ioredis": "^5.4.1", + "ioredis": "^5.8.2", "msgpackr": "^1.11.2", "node-abort-controller": "^3.1.1", "semver": "^7.5.4", diff --git a/package.json b/package.json index bf788fc..2636219 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "@fastify/cors": "^11.1.0", "@fastify/rate-limit": "^10.3.0", "adm-zip": "^0.5.10", - "bullmq": "^5.63.0", + "bullmq": "^5.63.2", "fastify": "^5.6.1", "file-type": "^21.0.0", "ioredis": "^5.3.2",