Browse Source

Task/upgrade @bull-board dependencies to version 7.1.5 (#6877)

* Upgrade @bull-board to version 7.1.5

* Update changelog
pull/6881/head
Thomas Kaul 1 week ago
committed by GitHub
parent
commit
30643862ce
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 1
      CHANGELOG.md
  2. 40
      package-lock.json
  3. 6
      package.json

1
CHANGELOG.md

@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Extracted the page tabs to a reusable component
- Upgraded `bull-board` from version `7.0.0` to `7.1.5`
### Fixed

40
package-lock.json

@ -21,9 +21,9 @@
"@angular/platform-browser-dynamic": "21.2.7",
"@angular/router": "21.2.7",
"@angular/service-worker": "21.2.7",
"@bull-board/api": "7.0.0",
"@bull-board/express": "7.0.0",
"@bull-board/nestjs": "7.0.0",
"@bull-board/api": "7.1.5",
"@bull-board/express": "7.1.5",
"@bull-board/nestjs": "7.1.5",
"@codewithdan/observable-store": "2.2.15",
"@date-fns/utc": "2.1.1",
"@internationalized/number": "3.6.6",
@ -3522,25 +3522,25 @@
"license": "(Apache-2.0 AND BSD-3-Clause)"
},
"node_modules/@bull-board/api": {
"version": "7.0.0",
"resolved": "https://registry.npmjs.org/@bull-board/api/-/api-7.0.0.tgz",
"integrity": "sha512-ISNspLHVmUWUSq/eLw+wd1FuBBUnqpLbYP2xUNmehpfKhS+NoZWMbBvqjUYVeE/HLfUkRcR1edzMKpl5n9zlSw==",
"version": "7.1.5",
"resolved": "https://registry.npmjs.org/@bull-board/api/-/api-7.1.5.tgz",
"integrity": "sha512-EW0sbTtGIysu9vipdVpPQeToPqOpPgVZTt+pn1Ut3gbSS/GLWbEgIfFtMmSQDUoSL9WH00RzjgUY5K+43nWh0A==",
"license": "MIT",
"dependencies": {
"redis-info": "^3.1.0"
},
"peerDependencies": {
"@bull-board/ui": "7.0.0"
"@bull-board/ui": "7.1.5"
}
},
"node_modules/@bull-board/express": {
"version": "7.0.0",
"resolved": "https://registry.npmjs.org/@bull-board/express/-/express-7.0.0.tgz",
"integrity": "sha512-3Tc/EyU5PQMTcTzcafFSrmRDiEbJBEU/EaVQ5OVYcuJ7DZCp5Pkvm0/2VtaCe2uywdtwn0ZaynlSIpB27FKX6A==",
"version": "7.1.5",
"resolved": "https://registry.npmjs.org/@bull-board/express/-/express-7.1.5.tgz",
"integrity": "sha512-kp4SzhVjZlykryiQwcOhJjDhiLbBnZoAMoSgEstzqQ0raLw+jERRC6ryJ0MIQO+SO+Jv9EjjxrXCR8O2YSP/eg==",
"license": "MIT",
"dependencies": {
"@bull-board/api": "7.0.0",
"@bull-board/ui": "7.0.0",
"@bull-board/api": "7.1.5",
"@bull-board/ui": "7.1.5",
"ejs": "^5.0.2",
"express": "^5.2.1"
}
@ -3558,12 +3558,12 @@
}
},
"node_modules/@bull-board/nestjs": {
"version": "7.0.0",
"resolved": "https://registry.npmjs.org/@bull-board/nestjs/-/nestjs-7.0.0.tgz",
"integrity": "sha512-ypXm0eJHIMQzjN+3fjf84cVxugBg/K4Bpo0eYcV4u/AsteR/dnr6e7F79ICRgg1WWoczqmSMl0JhlmykpyhAMg==",
"version": "7.1.5",
"resolved": "https://registry.npmjs.org/@bull-board/nestjs/-/nestjs-7.1.5.tgz",
"integrity": "sha512-1y+HkjnDaZoSCXJRsiYfBNBVx+PX3I8x3Uv+SSJuSpt2vHifMRwFbChO3XDxeWXetT1eR+yqPVq6ub5eJwNOYQ==",
"license": "MIT",
"peerDependencies": {
"@bull-board/api": "^7.0.0",
"@bull-board/api": "^7.1.5",
"@nestjs/bull-shared": "^10.0.0 || ^11.0.0",
"@nestjs/common": "^9.0.0 || ^10.0.0 || ^11.0.0",
"@nestjs/core": "^9.0.0 || ^10.0.0 || ^11.0.0",
@ -3572,12 +3572,12 @@
}
},
"node_modules/@bull-board/ui": {
"version": "7.0.0",
"resolved": "https://registry.npmjs.org/@bull-board/ui/-/ui-7.0.0.tgz",
"integrity": "sha512-AnKeklpDn0iMFgu4ukDU6uTNmw4oudl07G4k2Fh95SknKDrXSiWRV0N1TGUawMqyfG1Yi5P/W/8d7raBq/Uw6w==",
"version": "7.1.5",
"resolved": "https://registry.npmjs.org/@bull-board/ui/-/ui-7.1.5.tgz",
"integrity": "sha512-2IkatKwNRx/1M9/lAZIptcxS1FPNq6icpp2M46Upwd4olVxs/ujF9Kvs+Ff9ExtIO/OgYfwx7mG2IprGZ+nQCg==",
"license": "MIT",
"dependencies": {
"@bull-board/api": "7.0.0"
"@bull-board/api": "7.1.5"
}
},
"node_modules/@cacheable/utils": {

6
package.json

@ -65,9 +65,9 @@
"@angular/platform-browser-dynamic": "21.2.7",
"@angular/router": "21.2.7",
"@angular/service-worker": "21.2.7",
"@bull-board/api": "7.0.0",
"@bull-board/express": "7.0.0",
"@bull-board/nestjs": "7.0.0",
"@bull-board/api": "7.1.5",
"@bull-board/express": "7.1.5",
"@bull-board/nestjs": "7.1.5",
"@codewithdan/observable-store": "2.2.15",
"@date-fns/utc": "2.1.1",
"@internationalized/number": "3.6.6",

Loading…
Cancel
Save