From 0b5f50cb7ba18e4be4010b722abf3985e674c044 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 3 Oct 2024 03:35:12 +0000 Subject: [PATCH] fix: upgrade bull from 4.12.9 to 4.16.3 Snyk has created this PR to upgrade bull from 4.12.9 to 4.16.3. See this package in npm: bull See this project in Snyk: https://app.snyk.io/org/faizanalibhat/project/a98465c3-1548-4417-ad7e-4c6df08f39ae?utm_source=github&utm_medium=referral&page=upgrade-pr --- 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 18eaf88..ee3f899 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "dependencies": { "axios": "^1.7.2", - "bull": "^4.12.9", + "bull": "^4.16.3", "dotenv": "^16.4.5", "express": "^4.17.1", "jsonwebtoken": "^9.0.2", @@ -164,9 +164,9 @@ "license": "BSD-3-Clause" }, "node_modules/bull": { - "version": "4.12.9", - "resolved": "https://registry.npmjs.org/bull/-/bull-4.12.9.tgz", - "integrity": "sha512-rqka/O9ZBfrKgI4fanhN6XW0AJ9WYRakjHlCJPjoHyh79xIvEjyU8hvs/CCeRdrbU6zSw8UNfDOjCUaQO1MTuQ==", + "version": "4.16.3", + "resolved": "https://registry.npmjs.org/bull/-/bull-4.16.3.tgz", + "integrity": "sha512-BZbPzNiKXczfZPXBTVhcN73b+CQFHTzVb7yJi1bSYld4/8bDc9oh/j/dYTsQBgOAZIZahFeHO6dPHbVEXXCvCg==", "license": "MIT", "dependencies": { "cron-parser": "^4.2.1", diff --git a/package.json b/package.json index 37e12d3..6e86208 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ }, "dependencies": { "axios": "^1.7.2", - "bull": "^4.12.9", + "bull": "^4.16.3", "dotenv": "^16.4.5", "express": "^4.17.1", "jsonwebtoken": "^9.0.2",