From 83b465f0ad2bc02c00af27b27082e9e5240fc158 Mon Sep 17 00:00:00 2001 From: Instanacd PAT for GitHub Public Date: Wed, 15 May 2024 12:33:59 +0000 Subject: [PATCH] build: bumped bull from 4.12.3 to 4.12.4 --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index cef637c7c3..98ba8b017a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -66,7 +66,7 @@ "basic-auth-parser": "^0.0.2", "bluebird": "^3.7.2", "body-parser": "^1.19.0", - "bull": "^4.12.3", + "bull": "^4.12.4", "bunyan": "^1.8.15", "c8": "^9.1.0", "chai": "^4.3.6", @@ -28310,9 +28310,9 @@ } }, "node_modules/bull": { - "version": "4.12.3", - "resolved": "https://registry.npmjs.org/bull/-/bull-4.12.3.tgz", - "integrity": "sha512-TGHuvHr6NYN6mQyHTFHJELdEu4JMCir8zcNd9Uv91qTWILiTpoglC3Un1PsxMwNXr49BVfdWE0xuB1nV4+cJPA==", + "version": "4.12.4", + "resolved": "https://registry.npmjs.org/bull/-/bull-4.12.4.tgz", + "integrity": "sha512-a+xWS52Mmc9L7S0zYLEPMUwx/r5IkQyMKKKGVKkUurl3zXeg1ktPZjp9NvdaFY/40XtD/RP80KURjjkjAQnF0g==", "dev": true, "dependencies": { "cron-parser": "^4.2.1", diff --git a/package.json b/package.json index e5109b77f8..4a5f4ff634 100644 --- a/package.json +++ b/package.json @@ -123,7 +123,7 @@ "basic-auth-parser": "^0.0.2", "bluebird": "^3.7.2", "body-parser": "^1.19.0", - "bull": "^4.12.3", + "bull": "^4.12.4", "bunyan": "^1.8.15", "c8": "^9.1.0", "chai": "^4.3.6",