From 101b67486ef12c04d5b7e166a621765a8933c16a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 12:15:27 +0000 Subject: [PATCH] build(deps): bump @bull-board/express from 5.17.1 to 5.18.3 Bumps [@bull-board/express](https://github.com/felixmosh/bull-board/tree/HEAD/packages/express) from 5.17.1 to 5.18.3. - [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.18.3/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 | 41 +++++++++++++++++++++++++++++++---------- package.json | 2 +- 2 files changed, 32 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index 120a7f28..b3d02518 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "dependencies": { "@aws-sdk/client-sns": "^3.577.0", "@bull-board/api": "^5.17.1", - "@bull-board/express": "^5.17.1", + "@bull-board/express": "^5.18.3", "@polkadot/api": "^11.1.1", "@polkadot/keyring": "^12.6.2", "@polkadot/types": "^10.12.4", @@ -847,20 +847,40 @@ } }, "node_modules/@bull-board/express": { - "version": "5.17.1", - "resolved": "https://registry.npmjs.org/@bull-board/express/-/express-5.17.1.tgz", - "integrity": "sha512-3aWDP7UPdnUj2SYdxKnu/Rtb/1a0KnfKu7a/iPUBVPQQJN8CQzcdcYG3BNhFnrbY8f3+efI1o0eUkgdkJYB1aA==", + "version": "5.18.3", + "resolved": "https://registry.npmjs.org/@bull-board/express/-/express-5.18.3.tgz", + "integrity": "sha512-jicqumVCXapwGUqBvVHQfhdbS9giIX7JkKbC1YyuNd+RR+I43ozsDsT7XjhYZLhi46aFhrd+5Y3q/VwVWms0Qg==", + "dependencies": { + "@bull-board/api": "5.18.3", + "@bull-board/ui": "5.18.3", + "ejs": "^3.1.10", + "express": "^4.19.2" + } + }, + "node_modules/@bull-board/express/node_modules/@bull-board/api": { + "version": "5.18.3", + "resolved": "https://registry.npmjs.org/@bull-board/api/-/api-5.18.3.tgz", + "integrity": "sha512-TuP/au5qWzW2RCBLFovpPWGJuC0wHDp5wvcTRSedseH7gLtUUBqYAFQbZR0l3Asbnrqnijoey87/1LAsGSAYAQ==", "dependencies": { - "@bull-board/api": "5.17.1", - "@bull-board/ui": "5.17.1", - "ejs": "^3.1.7", - "express": "^4.17.3" + "redis-info": "^3.0.8" + }, + "peerDependencies": { + "@bull-board/ui": "5.18.3" + } + }, + "node_modules/@bull-board/express/node_modules/@bull-board/ui": { + "version": "5.18.3", + "resolved": "https://registry.npmjs.org/@bull-board/ui/-/ui-5.18.3.tgz", + "integrity": "sha512-cy46YzbcHxDdR24462ZLI74R4N6WVRNSZKqk3T900kKt2uR2QbAiwlOpCCdxciGWFLe4Avk1J/Bf7ygB27a2kw==", + "dependencies": { + "@bull-board/api": "5.18.3" } }, "node_modules/@bull-board/ui": { "version": "5.17.1", "resolved": "https://registry.npmjs.org/@bull-board/ui/-/ui-5.17.1.tgz", "integrity": "sha512-/BO4C454w7ar5ZaHfcThEY2A2SYD9YkQkBizq8o9sjglVctpnnnh37YY2iOVRZCZFXMKIe7t05Kd9/9p3IPvSw==", + "peer": true, "dependencies": { "@bull-board/api": "5.17.1" } @@ -7206,8 +7226,9 @@ "license": "MIT" }, "node_modules/ejs": { - "version": "3.1.9", - "license": "Apache-2.0", + "version": "3.1.10", + "resolved": "https://registry.npmjs.org/ejs/-/ejs-3.1.10.tgz", + "integrity": "sha512-UeJmFfOrAQS8OJWPZ4qtgHyWExa088/MtK5UEyoJGFH67cDEXkZSviOiKRCZ4Xij0zxI3JECgYs3oKx+AizQBA==", "dependencies": { "jake": "^10.8.5" }, diff --git a/package.json b/package.json index 0d35bdf0..cac35b4d 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "dependencies": { "@aws-sdk/client-sns": "^3.577.0", "@bull-board/api": "^5.17.1", - "@bull-board/express": "^5.17.1", + "@bull-board/express": "^5.18.3", "@polkadot/api": "^11.1.1", "@polkadot/keyring": "^12.6.2", "@polkadot/types": "^10.12.4",