Feature/upgrade bull to version 4.16.5 (#4218)

* Upgrade bull to version 4.16.5

* Update changelog
pull/3708/merge
Thomas Kaul 3 weeks ago committed by GitHub
parent eb26707e8c
commit fa27a05bcf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Migrated the database seeding to _TypeScript_
- Upgraded `@trivago/prettier-plugin-sort-imports` from version `4.3.0` to `5.2.1`
- Upgraded `bull` from version `4.16.4` to `4.16.5`
- Upgraded `ng-extract-i18n-merge` from version `2.13.1` to `2.14.1`
## 2.136.0 - 2025-01-24
@ -40,6 +41,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Moved the language localization for Polski (`pl`) from experimental to general availability
- Extended the _Financial Modeling Prep_ service
- Switched to _ESLint_s flat config format
- Upgraded `bull` from version `4.16.2` to `4.16.4`
- Upgraded `chart.js` from version `4.2.0` to `4.4.7`
- Upgraded `chartjs-chart-treemap` from version `2.3.1` to `3.1.0`
- Upgraded `chartjs-plugin-annotation` from version `2.1.2` to `3.1.0`

10
package-lock.json generated

@ -47,7 +47,7 @@
"alphavantage": "2.2.0",
"big.js": "6.2.2",
"bootstrap": "4.6.0",
"bull": "4.16.4",
"bull": "4.16.5",
"cache-manager": "5.7.6",
"cache-manager-redis-yet": "5.1.4",
"chart.js": "4.4.7",
@ -13379,12 +13379,12 @@
}
},
"node_modules/bull": {
"version": "4.16.4",
"resolved": "https://registry.npmjs.org/bull/-/bull-4.16.4.tgz",
"integrity": "sha512-CF+nGsJyfsCC9MJL8hFxqXzbwq+jGBXhaz1j15G+5N/XtKIPFUUy5O1mfWWKbKunfuH/x+UV4NYRQDHSkjCOgA==",
"version": "4.16.5",
"resolved": "https://registry.npmjs.org/bull/-/bull-4.16.5.tgz",
"integrity": "sha512-lDsx2BzkKe7gkCYiT5Acj02DpTwDznl/VNN7Psn7M3USPG7Vs/BaClZJJTAG+ufAR9++N1/NiUTdaFBWDIl5TQ==",
"license": "MIT",
"dependencies": {
"cron-parser": "^4.2.1",
"cron-parser": "^4.9.0",
"get-port": "^5.1.1",
"ioredis": "^5.3.2",
"lodash": "^4.17.21",

@ -93,7 +93,7 @@
"alphavantage": "2.2.0",
"big.js": "6.2.2",
"bootstrap": "4.6.0",
"bull": "4.16.4",
"bull": "4.16.5",
"cache-manager": "5.7.6",
"cache-manager-redis-yet": "5.1.4",
"chart.js": "4.4.7",

Loading…
Cancel
Save