From b903be6804a0ed28ce4c2d78bc47fc4e84187dbc Mon Sep 17 00:00:00 2001 From: Tom Moor Date: Sat, 25 Nov 2023 13:15:15 -0500 Subject: [PATCH] chore: Bump Bull --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 932274805..22aafec21 100644 --- a/package.json +++ b/package.json @@ -84,7 +84,7 @@ "babel-plugin-styled-components": "^2.1.4", "babel-plugin-transform-class-properties": "^6.24.1", "body-scroll-lock": "^4.0.0-beta.0", - "bull": "^4.11.3", + "bull": "^4.11.5", "cancan": "3.1.0", "chalk": "^4.1.0", "class-validator": "^0.14.0", diff --git a/yarn.lock b/yarn.lock index 26b352e24..55f386865 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4543,10 +4543,10 @@ builtin-modules@^3.1.0: resolved "https://registry.yarnpkg.com/builtin-modules/-/builtin-modules-3.3.0.tgz#cae62812b89801e9656336e46223e030386be7b6" integrity sha512-zhaCDicdLuWN5UbN5IMnFqNMhNfo919sH85y2/ea+5Yg9TsTkeZxpL+JLbp6cgYFS4sRLp3YV4S6yDuqVWHYOw== -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.5: + version "4.11.5" + resolved "https://registry.yarnpkg.com/bull/-/bull-4.11.5.tgz#59b51d631467fa83c1a3437b7fcf262005bea529" + integrity sha512-9jazyvBBYr55IRDkfJh/mJjWiq8NJUMoCC5zTuBX4JhkZvVXegnwsaIa1jr3x9xwSxGvWEhwQ9lt1jlCT5j6pQ== dependencies: cron-parser "^4.2.1" get-port "^5.1.1"