From 3957fc1e807f8f6405162613e62cfe8fff4d3042 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 20:17:35 +0000 Subject: [PATCH] Bump @bull-board/express from 5.13.0 to 5.14.1 Bumps [@bull-board/express](https://github.com/felixmosh/bull-board/tree/HEAD/packages/express) from 5.13.0 to 5.14.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.14.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 67f9cc3db..fc03b4214 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ ], "dependencies": { "@bull-board/api": "^5.13.0", - "@bull-board/express": "^5.13.0", + "@bull-board/express": "^5.14.1", "@bull-board/nestjs": "^5.11.0", "@docusaurus/core": "3.1.1", "@docusaurus/preset-classic": "3.1.0", @@ -2447,16 +2447,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.14.1", + "resolved": "https://registry.npmjs.org/@bull-board/express/-/express-5.14.1.tgz", + "integrity": "sha512-UfOxbKrcTWWosOO/5dpOJibtZCEFS/szbJGQl0Wj2lKXaVX3asUovmm92uGhGlmG/kA6kYR/aerrCpnB0GrKPQ==", "dependencies": { - "@bull-board/api": "5.13.0", - "@bull-board/ui": "5.13.0", + "@bull-board/api": "5.14.1", + "@bull-board/ui": "5.14.1", "ejs": "^3.1.7", "express": "^4.17.3" } }, + "node_modules/@bull-board/express/node_modules/@bull-board/api": { + "version": "5.14.1", + "resolved": "https://registry.npmjs.org/@bull-board/api/-/api-5.14.1.tgz", + "integrity": "sha512-iDxzpjdFvNj1CRtcKSNreQ0iFO2+Sv/vTSsA8Eq/cu+6BUr7L/T6cyoHFHzPwc1Lauc4v3DJxTxzy20ZC06wgA==", + "dependencies": { + "redis-info": "^3.0.8" + }, + "peerDependencies": { + "@bull-board/ui": "5.14.1" + } + }, + "node_modules/@bull-board/express/node_modules/@bull-board/ui": { + "version": "5.14.1", + "resolved": "https://registry.npmjs.org/@bull-board/ui/-/ui-5.14.1.tgz", + "integrity": "sha512-4hdZBN5+DgGZDhy05ngrsXkPJxDYeS9JW0yyeIgS9g5nmGYQyG3l1TPPF7J8+L7HT/lwsY62EyMLSV1PoBE8iQ==", + "dependencies": { + "@bull-board/api": "5.14.1" + } + }, "node_modules/@bull-board/nestjs": { "version": "5.11.0", "resolved": "https://registry.npmjs.org/@bull-board/nestjs/-/nestjs-5.11.0.tgz", @@ -2477,6 +2496,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 be14d8730..669847f86 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ }, "dependencies": { "@bull-board/api": "^5.13.0", - "@bull-board/express": "^5.13.0", + "@bull-board/express": "^5.14.1", "@bull-board/nestjs": "^5.11.0", "@docusaurus/core": "3.1.1", "@docusaurus/preset-classic": "3.1.0",