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

fix(deps): update dependency bullmq to v5.23.1
This commit is contained in:
Alexander Holliday
2024-11-05 00:04:16 -08:00
committed by GitHub
2 changed files with 10 additions and 9 deletions

View File

@@ -12,7 +12,7 @@
"@sendgrid/mail": "^8.1.3",
"axios": "^1.7.2",
"bcrypt": "^5.1.1",
"bullmq": "5.23.0",
"bullmq": "5.23.1",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"express": "^4.19.2",
@@ -1164,14 +1164,14 @@
"license": "MIT"
},
"node_modules/bullmq": {
"version": "5.23.0",
"resolved": "https://registry.npmjs.org/bullmq/-/bullmq-5.23.0.tgz",
"integrity": "sha512-VILKTIOwo9AopMyVqvDhQ1qyLrOtBSfu+G2bntgauQfxYzT7ETj+h2HeUe7a9i9AU/+OXJGYYm49NHJedEz7VQ==",
"version": "5.23.1",
"resolved": "https://registry.npmjs.org/bullmq/-/bullmq-5.23.1.tgz",
"integrity": "sha512-WSN+EjtjjZ6n7f7YNdovc0nwVYRofhDSGjtBW4/+TjBiUwG0tv2L8FKWaLI9qVCgNI3kLra2CxrnDV0OWqTZPA==",
"license": "MIT",
"dependencies": {
"cron-parser": "^4.6.0",
"ioredis": "^5.4.1",
"msgpackr": "^1.10.1",
"msgpackr": "^1.11.2",
"node-abort-controller": "^3.1.1",
"semver": "^7.5.4",
"tslib": "^2.0.0",
@@ -4443,9 +4443,10 @@
"license": "MIT"
},
"node_modules/msgpackr": {
"version": "1.10.2",
"resolved": "https://registry.npmjs.org/msgpackr/-/msgpackr-1.10.2.tgz",
"integrity": "sha512-L60rsPynBvNE+8BWipKKZ9jHcSGbtyJYIwjRq0VrIvQ08cRjntGXJYW/tmciZ2IHWIY8WEW32Qa2xbh5+SKBZA==",
"version": "1.11.2",
"resolved": "https://registry.npmjs.org/msgpackr/-/msgpackr-1.11.2.tgz",
"integrity": "sha512-F9UngXRlPyWCDEASDpTf6c9uNhGPTqnTeLVt7bN+bU1eajoR/8V9ys2BRaV5C/e5ihE6sJ9uPIKaYt6bFuO32g==",
"license": "MIT",
"optionalDependencies": {
"msgpackr-extract": "^3.0.2"
}

View File

@@ -15,7 +15,7 @@
"@sendgrid/mail": "^8.1.3",
"axios": "^1.7.2",
"bcrypt": "^5.1.1",
"bullmq": "5.23.0",
"bullmq": "5.23.1",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"express": "^4.19.2",