From df5a5bc4c1d12a6450572798e3fa5ace40045206 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Apr 2024 05:50:55 +0000 Subject: [PATCH] build(deps): bump bullmq from 5.5.4 to 5.6.0 Bumps [bullmq](https://github.com/taskforcesh/bullmq) from 5.5.4 to 5.6.0. - [Release notes](https://github.com/taskforcesh/bullmq/releases) - [Commits](https://github.com/taskforcesh/bullmq/compare/v5.5.4...v5.6.0) --- updated-dependencies: - dependency-name: bullmq dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- pnpm-lock.yaml | 16 +++++----------- 2 files changed, 6 insertions(+), 12 deletions(-) diff --git a/package.json b/package.json index 9c27d0f..1e9718e 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "@types/passport-microsoft": "^1.0.3", "axios": "^1.6.8", "body-parser": "^1.20.2", - "bullmq": "^5.5.4", + "bullmq": "^5.6.0", "dotenv": "^16.4.5", "express": "^4.19.2", "express-session": "^1.18.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index aee7e64..68280f7 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -27,8 +27,8 @@ dependencies: specifier: ^1.20.2 version: 1.20.2 bullmq: - specifier: ^5.5.4 - version: 5.5.4 + specifier: ^5.6.0 + version: 5.6.0 dotenv: specifier: ^16.4.5 version: 16.4.5 @@ -652,12 +652,6 @@ packages: /@types/mime@3.0.4: resolution: {integrity: sha512-iJt33IQnVRkqeqC7PzBHPTC6fDlRNRW8vjrgqtScAhrmMwe8c4Eo7+fUGTa+XdWrpEgpyKWMYmi2dIwMAYRzPw==} - /@types/node@20.12.5: - resolution: {integrity: sha512-BD+BjQ9LS/D8ST9p5uqBxghlN+S42iuNxjsUGjeZobe/ciXzk2qb1B6IXc6AnRLS+yFJRpN2IPEHMzwspfDJNw==} - dependencies: - undici-types: 5.26.5 - dev: true - /@types/node@20.12.6: resolution: {integrity: sha512-3KurE8taB8GCvZBPngVbp0lk5CKi8M9f9k1rsADh0Evdz5SzJ+Q+Hx9uHoFGsLnLnd1xmkDQr2hVhlA0Mn0lKQ==} dependencies: @@ -1197,8 +1191,8 @@ packages: resolution: {integrity: sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==} dev: true - /bullmq@5.5.4: - resolution: {integrity: sha512-qqZ8lZNfCzqV46zlIq0/4hzgCklhkXEeREeHPBJD2FAoNa7/Gwa9V4ySFX0rJv7B7U2buPrawkBQ1/7ATAu39A==} + /bullmq@5.6.0: + resolution: {integrity: sha512-O7nl1OTY5pwiIZVY8WqWZtijHAE6/+dQwZN4p8kt/6htj5ibW7TThtN1gh/FFjISIN54eJHq1EJOHCTrlsLbMA==} dependencies: cron-parser: 4.9.0 ioredis: 5.3.2 @@ -2244,7 +2238,7 @@ packages: resolution: {integrity: sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==} engines: {node: '>= 10.13.0'} dependencies: - '@types/node': 20.12.5 + '@types/node': 20.12.6 merge-stream: 2.0.0 supports-color: 8.1.1 dev: true