From 694a682d28d14ab1caef8b8b1d9465f2adb54ac5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Nov 2024 20:49:41 +0400 Subject: [PATCH] build(deps): bump @bull-board/express from 6.3.3 to 6.4.0 (#1411) Bumps [@bull-board/express](https://github.com/felixmosh/bull-board/tree/HEAD/packages/express) from 6.3.3 to 6.4.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/v6.4.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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 33 ++++++++++++++++++++++++++------- package.json | 2 +- 2 files changed, 27 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index a931fcb0..9adf6883 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "dependencies": { "@aws-sdk/client-sns": "^3.687.0", "@bull-board/api": "^6.3.3", - "@bull-board/express": "^6.3.3", + "@bull-board/express": "^6.4.0", "@polkadot/api": "^14.2.2", "@polkadot/keyring": "^13.2.2", "@polkadot/types": "^14.2.2", @@ -891,22 +891,41 @@ } }, "node_modules/@bull-board/express": { - "version": "6.3.3", - "resolved": "https://registry.npmjs.org/@bull-board/express/-/express-6.3.3.tgz", - "integrity": "sha512-UKNR+ud0XuENSERmuLFYA4HqchrlTBPEXLw0dA25CA7CRWrRDp/jj8bAnmuMtThHqI/YTw2MNozR7PyXB3I5Eg==", - "license": "MIT", + "version": "6.4.0", + "resolved": "https://registry.npmjs.org/@bull-board/express/-/express-6.4.0.tgz", + "integrity": "sha512-7a1w2yzDLJJLq4SsuoK6YXm5YUJq8tzM9uOf6uRej76d8U5NfyPFq48HZjOdZ67ANkefQiqwx+2naHdQhfoMkA==", "dependencies": { - "@bull-board/api": "6.3.3", - "@bull-board/ui": "6.3.3", + "@bull-board/api": "6.4.0", + "@bull-board/ui": "6.4.0", "ejs": "^3.1.10", "express": "^4.19.2" } }, + "node_modules/@bull-board/express/node_modules/@bull-board/api": { + "version": "6.4.0", + "resolved": "https://registry.npmjs.org/@bull-board/api/-/api-6.4.0.tgz", + "integrity": "sha512-ZWYesBlvmOzpSLTvTElbMLLNzNNtINITHCqyfM2Oh7eOkxZtixyj3NrJWw9YSH4zpJbXBaWhtDQ7/9FAE7HDwg==", + "dependencies": { + "redis-info": "^3.0.8" + }, + "peerDependencies": { + "@bull-board/ui": "6.4.0" + } + }, + "node_modules/@bull-board/express/node_modules/@bull-board/ui": { + "version": "6.4.0", + "resolved": "https://registry.npmjs.org/@bull-board/ui/-/ui-6.4.0.tgz", + "integrity": "sha512-oFbYE5bFvlFXqYm+23LNoq8pHFGz9tAaj5DYeeZ7MubRi+Cwyj1BFbTtA/rmizt6iOg4V7Hro4mYzVWw8gJxmw==", + "dependencies": { + "@bull-board/api": "6.4.0" + } + }, "node_modules/@bull-board/ui": { "version": "6.3.3", "resolved": "https://registry.npmjs.org/@bull-board/ui/-/ui-6.3.3.tgz", "integrity": "sha512-5tEJUQyw0ezTKlG8Kko0S4kVQE0a1OfyUUy7VciiXlVW8D3mvPgm2r628iBB9x/aDJPf6QSu3xyAva49eoROZA==", "license": "MIT", + "peer": true, "dependencies": { "@bull-board/api": "6.3.3" } diff --git a/package.json b/package.json index 803a9456..66c1f2da 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "dependencies": { "@aws-sdk/client-sns": "^3.687.0", "@bull-board/api": "^6.3.3", - "@bull-board/express": "^6.3.3", + "@bull-board/express": "^6.4.0", "@polkadot/api": "^14.2.2", "@polkadot/keyring": "^13.2.2", "@polkadot/types": "^14.2.2",