From 38038cb13aa8119c65980ee30959f11368281d2e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 20:27:44 +0000 Subject: [PATCH] Bump @bull-board/express from 5.13.0 to 5.15.1 Bumps [@bull-board/express](https://github.com/felixmosh/bull-board/tree/HEAD/packages/express) from 5.13.0 to 5.15.1. - [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/v5.15.1/packages/express) --- updated-dependencies: - dependency-name: "@bull-board/express" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 32 ++++++++++++++++++++++++++------ package.json | 2 +- 2 files changed, 27 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2416a7db2..6b2ea718a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "dependencies": { "@aws-crypto/client-node": "4.0.0", "@bull-board/api": "^5.13.0", - "@bull-board/express": "^5.13.0", + "@bull-board/express": "^5.15.1", "@bull-board/nestjs": "^5.11.0", "@docusaurus/core": "3.1.1", "@docusaurus/preset-classic": "3.1.0", @@ -3613,16 +3613,35 @@ } }, "node_modules/@bull-board/express": { - "version": "5.13.0", - "resolved": "https://registry.npmjs.org/@bull-board/express/-/express-5.13.0.tgz", - "integrity": "sha512-KWI+nGLkZ1rLsOnjHvR7DdeP371l9Fr7narG0ygn78pybR5vAdcHXWde0Uusmm80JyM0nN1JOiqrhMp3mJH7NA==", + "version": "5.15.1", + "resolved": "https://registry.npmjs.org/@bull-board/express/-/express-5.15.1.tgz", + "integrity": "sha512-8NgBmS2VzS+fpajhrHd8Y84bS0Btno2cXVCVZOTdxp37rLS79a+Mx0ygOco8uGwV3UZ3sPujfP8OCWK15hYbyA==", "dependencies": { - "@bull-board/api": "5.13.0", - "@bull-board/ui": "5.13.0", + "@bull-board/api": "5.15.1", + "@bull-board/ui": "5.15.1", "ejs": "^3.1.7", "express": "^4.17.3" } }, + "node_modules/@bull-board/express/node_modules/@bull-board/api": { + "version": "5.15.1", + "resolved": "https://registry.npmjs.org/@bull-board/api/-/api-5.15.1.tgz", + "integrity": "sha512-yJqv2uhMTC5BE2SwK/zG7kTloZyOFOujzPtP09OF9S8GvTalCwSTk7EsLQOUMHTUhyiVZ8JpUyJz8oytZ77+xQ==", + "dependencies": { + "redis-info": "^3.0.8" + }, + "peerDependencies": { + "@bull-board/ui": "5.15.1" + } + }, + "node_modules/@bull-board/express/node_modules/@bull-board/ui": { + "version": "5.15.1", + "resolved": "https://registry.npmjs.org/@bull-board/ui/-/ui-5.15.1.tgz", + "integrity": "sha512-+jpHdBTaqC2D9QDlix9j0EeqiJgN+RB8aH/A7J0VwVMLnbM820ZFPbrlXIN3Ph0hX2hgc+aHabZjs4Rjmwpqng==", + "dependencies": { + "@bull-board/api": "5.15.1" + } + }, "node_modules/@bull-board/nestjs": { "version": "5.11.0", "resolved": "https://registry.npmjs.org/@bull-board/nestjs/-/nestjs-5.11.0.tgz", @@ -3643,6 +3662,7 @@ "version": "5.13.0", "resolved": "https://registry.npmjs.org/@bull-board/ui/-/ui-5.13.0.tgz", "integrity": "sha512-UZ88j0c/G/UI5+F3zh6If9LqgF4kMmvRmTgnNckm8HJbclUdqvrcHBpo/e0HfdCaWGGhI2Gc12hq+AECc6c4Sw==", + "peer": true, "dependencies": { "@bull-board/api": "5.13.0" } diff --git a/package.json b/package.json index 73cafb5f8..2bdb91ab3 100644 --- a/package.json +++ b/package.json @@ -76,7 +76,7 @@ "dependencies": { "@aws-crypto/client-node": "4.0.0", "@bull-board/api": "^5.13.0", - "@bull-board/express": "^5.13.0", + "@bull-board/express": "^5.15.1", "@bull-board/nestjs": "^5.11.0", "@docusaurus/core": "3.1.1", "@docusaurus/preset-classic": "3.1.0",