From 6fe5857b3f15a3af14ae749439d6d5e03236ab10 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 May 2026 05:02:14 +0000 Subject: [PATCH] chore(deps): bump @bull-board/express from 6.21.3 to 7.1.5 Bumps [@bull-board/express](https://github.com/felixmosh/bull-board/tree/HEAD/packages/express) from 6.21.3 to 7.1.5. - [Release notes](https://github.com/felixmosh/bull-board/releases) - [Changelog](https://github.com/felixmosh/bull-board/blob/master/CHANGELOG.md) - [Commits](https://github.com/felixmosh/bull-board/commits/v7.1.5/packages/express) --- updated-dependencies: - dependency-name: "@bull-board/express" dependency-version: 7.1.5 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 34 ++++++++++++++++++++++++++++------ package.json | 2 +- 2 files changed, 29 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6a533e1..54d89c7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "dependencies": { "@aws-sdk/client-s3": "^3.1048.0", "@bull-board/api": "^6.19.0", - "@bull-board/express": "^6.19.0", + "@bull-board/express": "^7.1.5", "@bull-board/nestjs": "^6.19.0", "@nestjs-modules/ioredis": "^2.0.2", "@nestjs/bullmq": "^11.0.4", @@ -1258,17 +1258,38 @@ } }, "node_modules/@bull-board/express": { - "version": "6.21.3", - "resolved": "https://registry.npmjs.org/@bull-board/express/-/express-6.21.3.tgz", - "integrity": "sha512-9tE5osCSjjDYCJtTt/bOeXGbykPlhiIKtlGG3/YPCuvQ3qkYrjdBiXSzEUXGqqgX6Kf4HVri/UuY8gy99g/A7w==", + "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": "6.21.3", - "@bull-board/ui": "6.21.3", + "@bull-board/api": "7.1.5", + "@bull-board/ui": "7.1.5", "ejs": "^5.0.2", "express": "^5.2.1" } }, + "node_modules/@bull-board/express/node_modules/@bull-board/api": { + "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.1.5" + } + }, + "node_modules/@bull-board/express/node_modules/@bull-board/ui": { + "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.1.5" + } + }, "node_modules/@bull-board/nestjs": { "version": "6.21.3", "resolved": "https://registry.npmjs.org/@bull-board/nestjs/-/nestjs-6.21.3.tgz", @@ -1288,6 +1309,7 @@ "resolved": "https://registry.npmjs.org/@bull-board/ui/-/ui-6.21.3.tgz", "integrity": "sha512-s/PLBJab8cnoQAGVqjQb0v4oGe0KgB4aQ5G5g93doxzXB/D+wkXNL9P9+zLWLldBJXE57jL4CR99ttDCIiyNHw==", "license": "MIT", + "peer": true, "dependencies": { "@bull-board/api": "6.21.3" } diff --git a/package.json b/package.json index cee5ca6..42a7796 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "dependencies": { "@aws-sdk/client-s3": "^3.1048.0", "@bull-board/api": "^6.19.0", - "@bull-board/express": "^6.19.0", + "@bull-board/express": "^7.1.5", "@bull-board/nestjs": "^6.19.0", "@nestjs-modules/ioredis": "^2.0.2", "@nestjs/bullmq": "^11.0.4",