From d33656899625b12c36f3ed3241902ac4a2dab5e6 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/nestjs from 6.21.3 to 7.1.5 Bumps [@bull-board/nestjs](https://github.com/felixmosh/bull-board/tree/HEAD/packages/nestjs) 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/nestjs) --- updated-dependencies: - dependency-name: "@bull-board/nestjs" dependency-version: 7.1.5 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6a533e1..ad0a909 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@aws-sdk/client-s3": "^3.1048.0", "@bull-board/api": "^6.19.0", "@bull-board/express": "^6.19.0", - "@bull-board/nestjs": "^6.19.0", + "@bull-board/nestjs": "^7.1.5", "@nestjs-modules/ioredis": "^2.0.2", "@nestjs/bullmq": "^11.0.4", "@nestjs/common": "^11.1.21", @@ -1270,12 +1270,12 @@ } }, "node_modules/@bull-board/nestjs": { - "version": "6.21.3", - "resolved": "https://registry.npmjs.org/@bull-board/nestjs/-/nestjs-6.21.3.tgz", - "integrity": "sha512-2IU5tK628/swEfoaIFnPqTdEUrRNbUO73YAigt4Q5eGnJguLJVc5O3sSa4FBWLoy44B6XM+b9cCWEx65kkosDA==", + "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": "^6.21.3", + "@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", diff --git a/package.json b/package.json index cee5ca6..7a52d37 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "@aws-sdk/client-s3": "^3.1048.0", "@bull-board/api": "^6.19.0", "@bull-board/express": "^6.19.0", - "@bull-board/nestjs": "^6.19.0", + "@bull-board/nestjs": "^7.1.5", "@nestjs-modules/ioredis": "^2.0.2", "@nestjs/bullmq": "^11.0.4", "@nestjs/common": "^11.1.21",