From c73e3748d9b4e78d159dd0e1298a47d847f9497f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 17:28:48 +0000 Subject: [PATCH] Bump @bull-board/express from 5.17.1 to 5.20.4 Bumps [@bull-board/express](https://github.com/felixmosh/bull-board/tree/HEAD/packages/express) from 5.17.1 to 5.20.4. - [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.20.4/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 | 35 +++++++++++++++++++++++++++-------- package.json | 2 +- 2 files changed, 28 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index e3f2d05..8e7eff8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "Apache-2.0", "dependencies": { "@bull-board/api": "^5.17.1", - "@bull-board/express": "^5.17.1", + "@bull-board/express": "^5.20.4", "@bull-board/nestjs": "^5.17.1", "@bull-board/ui": "^5.17.1", "@dsnp/activity-content": "^1.1.0", @@ -1902,14 +1902,33 @@ } }, "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.20.4", + "resolved": "https://registry.npmjs.org/@bull-board/express/-/express-5.20.4.tgz", + "integrity": "sha512-3Zw1Ze/OgSdc7w41jMP0BFjuAH/im9LoSswhw+OsW1QxyzDplLts2duaP95xqMaQxOhbFXBtajwpyxnwEBgJ1A==", + "dependencies": { + "@bull-board/api": "5.20.4", + "@bull-board/ui": "5.20.4", + "ejs": "^3.1.10", + "express": "^4.19.2" + } + }, + "node_modules/@bull-board/express/node_modules/@bull-board/api": { + "version": "5.20.4", + "resolved": "https://registry.npmjs.org/@bull-board/api/-/api-5.20.4.tgz", + "integrity": "sha512-kcXxURXKgX9rkzQtKtHnLUXu9wXUgrUMXLOSI84QI0jElVRes3TO9/FV0bINAB5v0ATuldsBlAMvL8lyuScY1A==", + "dependencies": { + "redis-info": "^3.0.8" + }, + "peerDependencies": { + "@bull-board/ui": "5.20.4" + } + }, + "node_modules/@bull-board/express/node_modules/@bull-board/ui": { + "version": "5.20.4", + "resolved": "https://registry.npmjs.org/@bull-board/ui/-/ui-5.20.4.tgz", + "integrity": "sha512-SaSwJ2Y7X30iRBTVTvr5zDs6xIYJizDdZCxeHXpyYcgQTbUBy/NMkynbjUn1pj02CNhJafqFieW9IGMFeFP2JQ==", "dependencies": { - "@bull-board/api": "5.17.1", - "@bull-board/ui": "5.17.1", - "ejs": "^3.1.7", - "express": "^4.17.3" + "@bull-board/api": "5.20.4" } }, "node_modules/@bull-board/nestjs": { diff --git a/package.json b/package.json index a5962a1..4542a85 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "homepage": "https://github.com/AmplicaLabs/content-watcher-service#readme", "dependencies": { "@bull-board/api": "^5.17.1", - "@bull-board/express": "^5.17.1", + "@bull-board/express": "^5.20.4", "@bull-board/nestjs": "^5.17.1", "@bull-board/ui": "^5.17.1", "@dsnp/activity-content": "^1.1.0",