From 187e4f12d2b2e03b7ff3768b681935dbb3af92ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 May 2026 05:02:19 +0000 Subject: [PATCH] chore(deps): bump @bull-board/api from 6.21.3 to 7.1.5 Bumps [@bull-board/api](https://github.com/felixmosh/bull-board/tree/HEAD/packages/api) 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/api) --- updated-dependencies: - dependency-name: "@bull-board/api" dependency-version: 7.1.5 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 40 +++++++++++++++++++++++++++++++--------- package.json | 2 +- 2 files changed, 32 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6a533e1..d2da152 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "license": "MIT", "dependencies": { "@aws-sdk/client-s3": "^3.1048.0", - "@bull-board/api": "^6.19.0", + "@bull-board/api": "^7.1.5", "@bull-board/express": "^6.19.0", "@bull-board/nestjs": "^6.19.0", "@nestjs-modules/ioredis": "^2.0.2", @@ -1246,15 +1246,15 @@ } }, "node_modules/@bull-board/api": { - "version": "6.21.3", - "resolved": "https://registry.npmjs.org/@bull-board/api/-/api-6.21.3.tgz", - "integrity": "sha512-FoQO+0MgZsPrQX9WLZx0KpINamJY48FUU+OyMcZxx9mQWCwsdak45V/uBgQrTYB3GaF5oGA0SxPXEp4RHwj36A==", + "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": "6.21.3" + "@bull-board/ui": "7.1.5" } }, "node_modules/@bull-board/express": { @@ -1269,6 +1269,27 @@ "express": "^5.2.1" } }, + "node_modules/@bull-board/express/node_modules/@bull-board/api": { + "version": "6.21.3", + "resolved": "https://registry.npmjs.org/@bull-board/api/-/api-6.21.3.tgz", + "integrity": "sha512-FoQO+0MgZsPrQX9WLZx0KpINamJY48FUU+OyMcZxx9mQWCwsdak45V/uBgQrTYB3GaF5oGA0SxPXEp4RHwj36A==", + "license": "MIT", + "dependencies": { + "redis-info": "^3.1.0" + }, + "peerDependencies": { + "@bull-board/ui": "6.21.3" + } + }, + "node_modules/@bull-board/express/node_modules/@bull-board/ui": { + "version": "6.21.3", + "resolved": "https://registry.npmjs.org/@bull-board/ui/-/ui-6.21.3.tgz", + "integrity": "sha512-s/PLBJab8cnoQAGVqjQb0v4oGe0KgB4aQ5G5g93doxzXB/D+wkXNL9P9+zLWLldBJXE57jL4CR99ttDCIiyNHw==", + "license": "MIT", + "dependencies": { + "@bull-board/api": "6.21.3" + } + }, "node_modules/@bull-board/nestjs": { "version": "6.21.3", "resolved": "https://registry.npmjs.org/@bull-board/nestjs/-/nestjs-6.21.3.tgz", @@ -1284,12 +1305,13 @@ } }, "node_modules/@bull-board/ui": { - "version": "6.21.3", - "resolved": "https://registry.npmjs.org/@bull-board/ui/-/ui-6.21.3.tgz", - "integrity": "sha512-s/PLBJab8cnoQAGVqjQb0v4oGe0KgB4aQ5G5g93doxzXB/D+wkXNL9P9+zLWLldBJXE57jL4CR99ttDCIiyNHw==", + "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", + "peer": true, "dependencies": { - "@bull-board/api": "6.21.3" + "@bull-board/api": "7.1.5" } }, "node_modules/@colors/colors": { diff --git a/package.json b/package.json index cee5ca6..53ddc75 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ }, "dependencies": { "@aws-sdk/client-s3": "^3.1048.0", - "@bull-board/api": "^6.19.0", + "@bull-board/api": "^7.1.5", "@bull-board/express": "^6.19.0", "@bull-board/nestjs": "^6.19.0", "@nestjs-modules/ioredis": "^2.0.2",