From 67a09384211e5295b81209aa1a2e1eafb452cc72 Mon Sep 17 00:00:00 2001 From: scriptuser <scriptuser@open-xchange.com> Date: Wed, 27 Jul 2022 17:12:23 +0000 Subject: [PATCH] Bump bull from 4.8.4 to 4.8.5 Bumps [bull](https://github.com/OptimalBits/bull) from 4.8.4 to 4.8.5. - [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.8.4...v4.8.5) --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index ae9c3e6..47c17cf 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "@cloudnative/health-connect": "^2.1.0", "@open-xchange/logging": "^0.0.11", "@open-xchange/metrics": "^0.0.1", - "bull": "^4.8.4", + "bull": "^4.8.5", "dotenv-defaults": "^5.0.2", "express": "^4.18.1", "helmet": "^5.1.1", diff --git a/yarn.lock b/yarn.lock index 18c6fef..f4eace7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -471,10 +471,10 @@ builtins@^5.0.1: dependencies: semver "^7.0.0" -bull@^4.8.4: - version "4.8.4" - resolved "https://registry.yarnpkg.com/bull/-/bull-4.8.4.tgz#c538610492050d5160dbd9180704145f135a0aa9" - integrity sha512-vDNhM/pvfFY3+msulMbqPBdBO7ntKxRZRtMfi3EguVW/Ozo4uez+B81I8ZoDxYCLgSOBfwRuPnFtcv7QNzm4Ew== +bull@^4.8.5: + version "4.8.5" + resolved "https://registry.yarnpkg.com/bull/-/bull-4.8.5.tgz#eebafddc3249d6d5e8ced1c42b8bfa8efcc274aa" + integrity sha512-2Z630e4f6VsLJnWMAtfEHwIqJYmND4W3dcG48RIbXeWpvb4UnYtpe/zxEdslJu0PKrltB4IkFj5YtBsdeQRn8w== dependencies: cron-parser "^4.2.1" debuglog "^1.0.0" -- GitLab