From be20ba439b1b4655803b0efca843ba7d286bb92c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Nov 2021 21:21:18 +0000 Subject: [PATCH] build(deps): bump bull from 4.0.0 to 4.1.0 Bumps [bull](https://github.com/OptimalBits/bull) from 4.0.0 to 4.1.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.0.0...v4.1.0) --- updated-dependencies: - dependency-name: bull dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e3824be..aa04f72 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ ], "dependencies": { "@microlink/mql": "~0.10.0", - "bull": "~4.0.0", + "bull": "~4.1.0", "debug-logfmt": "~1.0.4", "micri": "~4.3.0", "to-query": "~1.6.1"