Browse Source
Feature/upgrade bull to version 4.16.2 (#3746)
* Upgrade bull to version 4.16.2
* Update changelog
pull/3748/head
Thomas Kaul
5 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with
12 additions and
20 deletions
-
CHANGELOG.md
-
package-lock.json
-
package.json
|
|
@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 |
|
|
|
- Extracted the users from the admin control panel endpoint to a dedicated endpoint |
|
|
|
- Improved the language localization for French (`fr`) |
|
|
|
- Improved the language localization for Italian (`it`) |
|
|
|
- Upgraded `bull` from version `4.10.4` to `4.16.2` |
|
|
|
|
|
|
|
## 2.106.0 - 2024-09-07 |
|
|
|
|
|
|
|
|
|
@ -1,12 +1,12 @@ |
|
|
|
{ |
|
|
|
"name": "ghostfolio", |
|
|
|
"version": "2.106.0-beta.3", |
|
|
|
"version": "2.106.0", |
|
|
|
"lockfileVersion": 3, |
|
|
|
"requires": true, |
|
|
|
"packages": { |
|
|
|
"": { |
|
|
|
"name": "ghostfolio", |
|
|
|
"version": "2.106.0-beta.3", |
|
|
|
"version": "2.106.0", |
|
|
|
"hasInstallScript": true, |
|
|
|
"license": "AGPL-3.0", |
|
|
|
"dependencies": { |
|
|
@ -48,7 +48,7 @@ |
|
|
|
"big.js": "6.2.1", |
|
|
|
"body-parser": "1.20.2", |
|
|
|
"bootstrap": "4.6.0", |
|
|
|
"bull": "4.10.4", |
|
|
|
"bull": "4.16.2", |
|
|
|
"cache-manager": "5.7.6", |
|
|
|
"cache-manager-redis-yet": "5.1.4", |
|
|
|
"chart.js": "4.2.0", |
|
|
@ -14158,17 +14158,17 @@ |
|
|
|
} |
|
|
|
}, |
|
|
|
"node_modules/bull": { |
|
|
|
"version": "4.10.4", |
|
|
|
"resolved": "https://registry.npmjs.org/bull/-/bull-4.10.4.tgz", |
|
|
|
"integrity": "sha512-o9m/7HjS/Or3vqRd59evBlWCXd9Lp+ALppKseoSKHaykK46SmRjAilX98PgmOz1yeVaurt8D5UtvEt4bUjM3eA==", |
|
|
|
"version": "4.16.2", |
|
|
|
"resolved": "https://registry.npmjs.org/bull/-/bull-4.16.2.tgz", |
|
|
|
"integrity": "sha512-VCy33UdPGiIoZHDTrslGXKXWxcIUHNH5Z82pihr8HicbIfAH4SHug1HxlwKEbibVv85hq8rJ9tKAW/cuxv2T0A==", |
|
|
|
"license": "MIT", |
|
|
|
"dependencies": { |
|
|
|
"cron-parser": "^4.2.1", |
|
|
|
"debuglog": "^1.0.0", |
|
|
|
"get-port": "^5.1.1", |
|
|
|
"ioredis": "^5.0.0", |
|
|
|
"ioredis": "^5.3.2", |
|
|
|
"lodash": "^4.17.21", |
|
|
|
"msgpackr": "^1.5.2", |
|
|
|
"semver": "^7.3.2", |
|
|
|
"msgpackr": "^1.10.1", |
|
|
|
"semver": "^7.5.2", |
|
|
|
"uuid": "^8.3.0" |
|
|
|
}, |
|
|
|
"engines": { |
|
|
@ -16776,15 +16776,6 @@ |
|
|
|
"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", |
|
|
|
"integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" |
|
|
|
}, |
|
|
|
"node_modules/debuglog": { |
|
|
|
"version": "1.0.1", |
|
|
|
"resolved": "https://registry.npmjs.org/debuglog/-/debuglog-1.0.1.tgz", |
|
|
|
"integrity": "sha512-syBZ+rnAK3EgMsH2aYEOLUW7mZSY9Gb+0wUMCFsZvcmiz+HigA0LOcq/HoQqVuGG+EKykunc7QG2bzrponfaSw==", |
|
|
|
"deprecated": "Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.", |
|
|
|
"engines": { |
|
|
|
"node": "*" |
|
|
|
} |
|
|
|
}, |
|
|
|
"node_modules/decimal.js": { |
|
|
|
"version": "10.4.3", |
|
|
|
"resolved": "https://registry.npmjs.org/decimal.js/-/decimal.js-10.4.3.tgz", |
|
|
|
|
|
@ -92,7 +92,7 @@ |
|
|
|
"big.js": "6.2.1", |
|
|
|
"body-parser": "1.20.2", |
|
|
|
"bootstrap": "4.6.0", |
|
|
|
"bull": "4.10.4", |
|
|
|
"bull": "4.16.2", |
|
|
|
"cache-manager": "5.7.6", |
|
|
|
"cache-manager-redis-yet": "5.1.4", |
|
|
|
"chart.js": "4.2.0", |
|
|
|