From bbcb6fbb815c6428e29c6585e24113a20bbd6c7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Dec 2023 10:16:05 +0100 Subject: [PATCH] build(deps): bump bull from 4.11.5 to 4.12.0 (#52) Bumps [bull](https://github.com/OptimalBits/bull) from 4.11.5 to 4.12.0. - [Release notes](https://github.com/OptimalBits/bull/releases) - [Changelog](https://github.com/OptimalBits/bull/blob/develop/CHANGELOG.md) - [Commits](https://github.com/OptimalBits/bull/compare/v4.11.5...v4.12.0) --- updated-dependencies: - dependency-name: bull 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.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f048853..3c1dff7 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ ], "dependencies": { "@microlink/mql": "~0.12.1", - "bull": "~4.11.1", + "bull": "~4.12.0", "debug-logfmt": "~1.2.0", "send-http": "~1.0.2", "to-query": "~1.6.1"