Merge pull request #1279 from renovate-bot/renovate/bullmq-5.x

fix(deps): update dependency bullmq to v5.31.1
This commit is contained in:
Alexander Holliday
2024-12-04 17:45:44 -08:00
committed by GitHub
2 changed files with 5 additions and 5 deletions

View File

@@ -11,7 +11,7 @@
"dependencies": {
"axios": "^1.7.2",
"bcrypt": "^5.1.1",
"bullmq": "5.31.0",
"bullmq": "5.31.1",
"cors": "^2.8.5",
"dockerode": "4.0.2",
"dotenv": "^16.4.5",
@@ -1218,9 +1218,9 @@
}
},
"node_modules/bullmq": {
"version": "5.31.0",
"resolved": "https://registry.npmjs.org/bullmq/-/bullmq-5.31.0.tgz",
"integrity": "sha512-wAOHE78Hmx60bFXqQ8FmptG4tHnYutBbu1vGY9HXPIwFQMGLrvKkhn3Jc2BPZQZVWMTGXbl0W55FAjucJcA+uw==",
"version": "5.31.1",
"resolved": "https://registry.npmjs.org/bullmq/-/bullmq-5.31.1.tgz",
"integrity": "sha512-otkHjMd0pscUgqDBTjGchdBCavB0ZQRNN/YLsJ4kKw0rf1NpXJOyORjOQVkypLffu/06IuXII3ZN+kJqD+Wo8g==",
"license": "MIT",
"dependencies": {
"cron-parser": "^4.6.0",

View File

@@ -14,7 +14,7 @@
"dependencies": {
"axios": "^1.7.2",
"bcrypt": "^5.1.1",
"bullmq": "5.31.0",
"bullmq": "5.31.1",
"cors": "^2.8.5",
"dockerode": "4.0.2",
"dotenv": "^16.4.5",