From 2e4ed41a457f8e3318504e3f0c59db7f90aee0fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Sep 2024 12:18:55 +0000 Subject: [PATCH] build(deps): bump @bull-board/express from 5.21.4 to 5.22.0 Bumps [@bull-board/express](https://github.com/felixmosh/bull-board/tree/HEAD/packages/express) from 5.21.4 to 5.22.0. - [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.22.0/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 92c79a51..fcc1de62 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "dependencies": { "@aws-sdk/client-sns": "^3.637.0", "@bull-board/api": "^5.21.4", - "@bull-board/express": "^5.21.4", + "@bull-board/express": "^5.22.0", "@polkadot/api": "^12.4.2", "@polkadot/keyring": "^13.0.2", "@polkadot/types": "^12.0.1", @@ -868,20 +868,40 @@ } }, "node_modules/@bull-board/express": { - "version": "5.21.4", - "resolved": "https://registry.npmjs.org/@bull-board/express/-/express-5.21.4.tgz", - "integrity": "sha512-naB1h6edTfw698x1W2MKMd8yc49Vu6X+SyJr48FGX2O0x4oeYKZHf2ZfSs6zMVnCMnsycoASiGck085np/9d0w==", + "version": "5.22.0", + "resolved": "https://registry.npmjs.org/@bull-board/express/-/express-5.22.0.tgz", + "integrity": "sha512-KY/r3T4LdXTYB6yQ+razTkH5Rx1ttifGpMyr+XiZCOEhHt5UNmQ/Boigryr+7dxJfY1eURtt5xHuz/spirT/Jw==", "dependencies": { - "@bull-board/api": "5.21.4", - "@bull-board/ui": "5.21.4", + "@bull-board/api": "5.22.0", + "@bull-board/ui": "5.22.0", "ejs": "^3.1.10", "express": "^4.19.2" } }, + "node_modules/@bull-board/express/node_modules/@bull-board/api": { + "version": "5.22.0", + "resolved": "https://registry.npmjs.org/@bull-board/api/-/api-5.22.0.tgz", + "integrity": "sha512-ESvmeM7CWxBrkbVrqsleCBDmZBVUPUFtR5GtbvgqOwuB76rTZLDjfEqs8mzi2nOmqZYYh6NuXw/DvrKNoOBs+A==", + "dependencies": { + "redis-info": "^3.0.8" + }, + "peerDependencies": { + "@bull-board/ui": "5.22.0" + } + }, + "node_modules/@bull-board/express/node_modules/@bull-board/ui": { + "version": "5.22.0", + "resolved": "https://registry.npmjs.org/@bull-board/ui/-/ui-5.22.0.tgz", + "integrity": "sha512-R/aVlKSoykTxhmnZfAzx2ykPDLHNa29wh5EnBOivo/hD3UJB46XTFZ8dUALl0n9Rx+cGn9eAO/TGJIvb4oUGkA==", + "dependencies": { + "@bull-board/api": "5.22.0" + } + }, "node_modules/@bull-board/ui": { "version": "5.21.4", "resolved": "https://registry.npmjs.org/@bull-board/ui/-/ui-5.21.4.tgz", "integrity": "sha512-z2otIDhN4EpKRXeBjZZrqbOPtX5pFwkeEs6uGG77/4m6bSjUl+RTRFpzBSVxrwctqxge+S+CNOCmfDiDMGqi8Q==", + "peer": true, "dependencies": { "@bull-board/api": "5.21.4" } diff --git a/package.json b/package.json index 49e4e10a..ce48ca49 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "dependencies": { "@aws-sdk/client-sns": "^3.637.0", "@bull-board/api": "^5.21.4", - "@bull-board/express": "^5.21.4", + "@bull-board/express": "^5.22.0", "@polkadot/api": "^12.4.2", "@polkadot/keyring": "^13.0.2", "@polkadot/types": "^12.0.1",