From 09f440596ac0b2256ac71f4bf79ce55d4a9fbde2 Mon Sep 17 00:00:00 2001 From: scriptuser <scriptuser@open-xchange.com> Date: Sat, 14 Oct 2023 17:27:48 +0000 Subject: [PATCH] Bump bull from 4.11.3 to 4.11.4 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 346a859..0d2943f 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "@fastify/swagger": "^8.11.0", "@fastify/swagger-ui": "^1.10.0", "@fastify/url-data": "^5.3.1", - "bull": "^4.11.3", + "bull": "^4.11.4", "dotenv-defaults": "^5.0.2", "fastify": "^4.24.1", "fastify-metrics": "^10.3.2", diff --git a/yarn.lock b/yarn.lock index cb51468..d9efa10 100644 --- a/yarn.lock +++ b/yarn.lock @@ -555,10 +555,10 @@ builtins@^5.0.1: dependencies: semver "^7.0.0" -bull@^4.11.3: - version "4.11.3" - resolved "https://registry.yarnpkg.com/bull/-/bull-4.11.3.tgz#466214c8d2aa6ac4fc3133c3616d31a37af4c099" - integrity sha512-DhS0XtiAuejkAY08iGOdDK35eex/yGNoezlWqGJTu9FqWFF/oBjUhpsusE9SXiI4culyDbOoFs+l3ar0VXhFqQ== +bull@^4.11.4: + version "4.11.4" + resolved "https://registry.yarnpkg.com/bull/-/bull-4.11.4.tgz#e504fedb946a427cad67a387efb807d601201e16" + integrity sha512-6rPnFkUbN/eWhzGF65mcYM2HWDl2rp0fTidZ8en64Zwplioe/QxpdiWfLLtXX4Yy25piPly4f96wHR0NquiyyQ== dependencies: cron-parser "^4.2.1" get-port "^5.1.1" -- GitLab