feature/IO-3357-Reynolds-and-Reynolds-DMS-API-Integration - Bump Deps

This commit is contained in:
Dave
2025-11-17 12:34:23 -05:00
parent a8fb16122a
commit cdee754042
5 changed files with 34 additions and 11 deletions

10
package-lock.json generated
View File

@@ -25,7 +25,7 @@
"axios": "^1.13.2",
"axios-curlirize": "^2.0.0",
"better-queue": "^3.8.12",
"bullmq": "^5.63.1",
"bullmq": "^5.63.2",
"chart.js": "^4.5.1",
"cloudinary": "^2.8.0",
"compression": "^1.8.1",
@@ -4565,13 +4565,13 @@
}
},
"node_modules/bullmq": {
"version": "5.63.1",
"resolved": "https://registry.npmjs.org/bullmq/-/bullmq-5.63.1.tgz",
"integrity": "sha512-pC7GooQGTDGNZLqOpTRTBJoXn7oDJo2ZK2yHEXGWkA2yZL7xn95dOWMQecZMxhEHDv/11YNXOjRz1KazjrGT6A==",
"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",