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 4 weeks ago
committed by GitHub
parent
commit
a5211f6a29
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 1
      CHANGELOG.md
  2. 29
      package-lock.json
  3. 2
      package.json

1
CHANGELOG.md

@ -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 - 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 French (`fr`)
- Improved the language localization for Italian (`it`) - Improved the language localization for Italian (`it`)
- Upgraded `bull` from version `4.10.4` to `4.16.2`
## 2.106.0 - 2024-09-07 ## 2.106.0 - 2024-09-07

29
package-lock.json

@ -1,12 +1,12 @@
{ {
"name": "ghostfolio", "name": "ghostfolio",
"version": "2.106.0-beta.3", "version": "2.106.0",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "ghostfolio", "name": "ghostfolio",
"version": "2.106.0-beta.3", "version": "2.106.0",
"hasInstallScript": true, "hasInstallScript": true,
"license": "AGPL-3.0", "license": "AGPL-3.0",
"dependencies": { "dependencies": {
@ -48,7 +48,7 @@
"big.js": "6.2.1", "big.js": "6.2.1",
"body-parser": "1.20.2", "body-parser": "1.20.2",
"bootstrap": "4.6.0", "bootstrap": "4.6.0",
"bull": "4.10.4", "bull": "4.16.2",
"cache-manager": "5.7.6", "cache-manager": "5.7.6",
"cache-manager-redis-yet": "5.1.4", "cache-manager-redis-yet": "5.1.4",
"chart.js": "4.2.0", "chart.js": "4.2.0",
@ -14158,17 +14158,17 @@
} }
}, },
"node_modules/bull": { "node_modules/bull": {
"version": "4.10.4", "version": "4.16.2",
"resolved": "https://registry.npmjs.org/bull/-/bull-4.10.4.tgz", "resolved": "https://registry.npmjs.org/bull/-/bull-4.16.2.tgz",
"integrity": "sha512-o9m/7HjS/Or3vqRd59evBlWCXd9Lp+ALppKseoSKHaykK46SmRjAilX98PgmOz1yeVaurt8D5UtvEt4bUjM3eA==", "integrity": "sha512-VCy33UdPGiIoZHDTrslGXKXWxcIUHNH5Z82pihr8HicbIfAH4SHug1HxlwKEbibVv85hq8rJ9tKAW/cuxv2T0A==",
"license": "MIT",
"dependencies": { "dependencies": {
"cron-parser": "^4.2.1", "cron-parser": "^4.2.1",
"debuglog": "^1.0.0",
"get-port": "^5.1.1", "get-port": "^5.1.1",
"ioredis": "^5.0.0", "ioredis": "^5.3.2",
"lodash": "^4.17.21", "lodash": "^4.17.21",
"msgpackr": "^1.5.2", "msgpackr": "^1.10.1",
"semver": "^7.3.2", "semver": "^7.5.2",
"uuid": "^8.3.0" "uuid": "^8.3.0"
}, },
"engines": { "engines": {
@ -16776,15 +16776,6 @@
"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
"integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" "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": { "node_modules/decimal.js": {
"version": "10.4.3", "version": "10.4.3",
"resolved": "https://registry.npmjs.org/decimal.js/-/decimal.js-10.4.3.tgz", "resolved": "https://registry.npmjs.org/decimal.js/-/decimal.js-10.4.3.tgz",

2
package.json

@ -92,7 +92,7 @@
"big.js": "6.2.1", "big.js": "6.2.1",
"body-parser": "1.20.2", "body-parser": "1.20.2",
"bootstrap": "4.6.0", "bootstrap": "4.6.0",
"bull": "4.10.4", "bull": "4.16.2",
"cache-manager": "5.7.6", "cache-manager": "5.7.6",
"cache-manager-redis-yet": "5.1.4", "cache-manager-redis-yet": "5.1.4",
"chart.js": "4.2.0", "chart.js": "4.2.0",

Loading…
Cancel
Save