From f18b80969321bc8fb29ecef96b3fe99e5c00f89c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 03:24:05 +0000 Subject: [PATCH] Bump bullmq from 5.8.3 to 5.15.0 Bumps [bullmq](https://github.com/taskforcesh/bullmq) from 5.8.3 to 5.15.0. - [Release notes](https://github.com/taskforcesh/bullmq/releases) - [Commits](https://github.com/taskforcesh/bullmq/compare/v5.8.3...v5.15.0) --- updated-dependencies: - dependency-name: bullmq dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- 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 e8c01b3c..f942a777 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "@effect/platform-node": "^0.53.19", "@effect/schema": "^0.68.17", "@js-temporal/polyfill": "^0.4.4", - "bullmq": "^5.8.3", + "bullmq": "^5.15.0", "effect": "3.4.7", "html-entities": "^2.5.2", "http-status-codes": "^2.3.0", @@ -2349,9 +2349,9 @@ } }, "node_modules/bullmq": { - "version": "5.8.3", - "resolved": "https://registry.npmjs.org/bullmq/-/bullmq-5.8.3.tgz", - "integrity": "sha512-RJgQu/vgSZqjOYrZ7F1UJsSAzveNx7FFpR3Tp/1TxOMXXN9TtZMSly5MT+vjzOhQX//3+YWNRbMWpC1mkqBc9w==", + "version": "5.15.0", + "resolved": "https://registry.npmjs.org/bullmq/-/bullmq-5.15.0.tgz", + "integrity": "sha512-h53shVjx8s6wxYGtUfzAfENpSP7N5T0D4PMTvbZncozLjb8yUKhopfpa7PmcpQfq7SSO9dm/OZ9XQuGOCSGNug==", "dependencies": { "cron-parser": "^4.6.0", "ioredis": "^5.4.1", diff --git a/package.json b/package.json index 101b5d73..77c638c8 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "@effect/platform-node": "^0.53.19", "@effect/schema": "^0.68.17", "@js-temporal/polyfill": "^0.4.4", - "bullmq": "^5.8.3", + "bullmq": "^5.15.0", "effect": "3.4.7", "html-entities": "^2.5.2", "http-status-codes": "^2.3.0",