From baf01ff2d6fd02bb34c9c31f09a1754526d2d2a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Mar 2024 12:43:28 +0000 Subject: [PATCH] build(deps): bump @bull-board/express from 5.15.2 to 5.15.3 Bumps [@bull-board/express](https://github.com/felixmosh/bull-board/tree/HEAD/packages/express) from 5.15.2 to 5.15.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.15.3/packages/express) --- updated-dependencies: - dependency-name: "@bull-board/express" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 32 ++++++-------------------------- package.json | 2 +- 2 files changed, 7 insertions(+), 27 deletions(-) diff --git a/package-lock.json b/package-lock.json index 533718cf..ae38d653 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "dependencies": { "@aws-sdk/client-sns": "^3.540.0", "@bull-board/api": "^5.15.3", - "@bull-board/express": "^5.15.2", + "@bull-board/express": "^5.15.3", "@polkadot/api": "^10.11.2", "@polkadot/keyring": "^12.6.2", "@polkadot/types": "^10.12.4", @@ -858,40 +858,20 @@ } }, "node_modules/@bull-board/express": { - "version": "5.15.2", - "resolved": "https://registry.npmjs.org/@bull-board/express/-/express-5.15.2.tgz", - "integrity": "sha512-ZZPe9M/jejC4AXzNsbf6SsCdKWZzXnpSPeQ+rb6yFXiQq3GpvMI9BZkasGb3k3BNETUZeK+ZlOem7ES0yMJ9bg==", + "version": "5.15.3", + "resolved": "https://registry.npmjs.org/@bull-board/express/-/express-5.15.3.tgz", + "integrity": "sha512-2xoXOHh8XhRGMc+APt8/i1F645St9vpgndItY2WGTXieJroHNtTwH0CuDrItLlWPVsg1KRN5BCAhexbJkC3a2w==", "dependencies": { - "@bull-board/api": "5.15.2", - "@bull-board/ui": "5.15.2", + "@bull-board/api": "5.15.3", + "@bull-board/ui": "5.15.3", "ejs": "^3.1.7", "express": "^4.17.3" } }, - "node_modules/@bull-board/express/node_modules/@bull-board/api": { - "version": "5.15.2", - "resolved": "https://registry.npmjs.org/@bull-board/api/-/api-5.15.2.tgz", - "integrity": "sha512-HOqh5/Z0W5GR0WHVS/G83DTn8JwDn0NZs2H5u0bMFnvEmKZexysdnZyeox8Y31A6azRO/tqK3o/LrT1Hhtaxtw==", - "dependencies": { - "redis-info": "^3.0.8" - }, - "peerDependencies": { - "@bull-board/ui": "5.15.2" - } - }, - "node_modules/@bull-board/express/node_modules/@bull-board/ui": { - "version": "5.15.2", - "resolved": "https://registry.npmjs.org/@bull-board/ui/-/ui-5.15.2.tgz", - "integrity": "sha512-OlDCAaBOjdR7ke3vGkm/vEwC8Cwrt/r9ivc8jL+hQbgDluauKl/o9NSPp3BgC2Fo0MRszAxTgSitR0pGLRhAwg==", - "dependencies": { - "@bull-board/api": "5.15.2" - } - }, "node_modules/@bull-board/ui": { "version": "5.15.3", "resolved": "https://registry.npmjs.org/@bull-board/ui/-/ui-5.15.3.tgz", "integrity": "sha512-wCXk+s4cSszZe0p0sYYxZPLSKafFQNPsUypTvpAh3IC2p4fr6F/wUBGb1kBMspRkFC19l5yFCD5qPHVlAR0QKw==", - "peer": true, "dependencies": { "@bull-board/api": "5.15.3" } diff --git a/package.json b/package.json index e69b0fb1..a569a9a0 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "dependencies": { "@aws-sdk/client-sns": "^3.540.0", "@bull-board/api": "^5.15.3", - "@bull-board/express": "^5.15.2", + "@bull-board/express": "^5.15.3", "@polkadot/api": "^10.11.2", "@polkadot/keyring": "^12.6.2", "@polkadot/types": "^10.12.4",