From 765498c3d7d28ac7e3f681f1042846bf11118420 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 23 Dec 2020 09:39:13 +0000 Subject: [PATCH] chore(deps): bump bullmq from 1.11.0 to 1.12.2 Bumps [bullmq](https://github.com/taskforcesh/bullmq) from 1.11.0 to 1.12.2. - [Release notes](https://github.com/taskforcesh/bullmq/releases) - [Changelog](https://github.com/taskforcesh/bullmq/blob/master/CHANGELOG.md) - [Commits](https://github.com/taskforcesh/bullmq/compare/v1.11.0...v1.12.2) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6794d49..06b77c4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -868,9 +868,9 @@ "integrity": "sha512-rr+OQyAjxze7GgWrSaJwydHStIhHq2lvY3BOC2Mj7KnzI7XK0Uw1TOOdI9lDoajEbSWLiYgoo4f1R51erQfhPQ==" }, "@types/ioredis": { - "version": "4.17.8", - "resolved": "https://registry.npmjs.org/@types/ioredis/-/ioredis-4.17.8.tgz", - "integrity": "sha512-13WwLG9jMvzjabpBydDXKSPdvAnKI8pZOKk9rEFp3QizyJS8riyNyVRV5ATvU1DCKsz31KM9g90etnTGgMFh3g==", + "version": "4.17.9", + "resolved": "https://registry.npmjs.org/@types/ioredis/-/ioredis-4.17.9.tgz", + "integrity": "sha512-YVLcCDQXaQRMK6Lut2f7KaiU2sV2dEN57AmZTtcZW/TXYv3wKwZTV87oUaA/IAI1Xk4s+d+kXLlCJkGAycfpHw==", "requires": { "@types/node": "*" } @@ -1535,9 +1535,9 @@ } }, "bullmq": { - "version": "1.11.0", - "resolved": "https://registry.npmjs.org/bullmq/-/bullmq-1.11.0.tgz", - "integrity": "sha512-l6QTNMAS/kLsvPL0ohRu9elzSfLj+Rc4uffeGxjDtMLS4Yz6h1WbUxc+BLnYOaTVER6AvXt2TYnGtvf2nGijpg==", + "version": "1.12.2", + "resolved": "https://registry.npmjs.org/bullmq/-/bullmq-1.12.2.tgz", + "integrity": "sha512-QaJSwgSdrExy9Kf1jOjjqkSZDVv6z9pDqrnPi+Wo0n/FDHeBa90EbXyqdVfwRpjkiYu+dmq5lJwSRNg/67rO8g==", "requires": { "@types/ioredis": "^4.16.3", "cron-parser": "^2.7.3", diff --git a/package.json b/package.json index 1aa5e12..5bb2571 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "bee-queue": "^1.3.1", "bull": "^3.20.0", "bull-arena": "^3.6.1", - "bullmq": "^1.11.0", + "bullmq": "^1.12.2", "nodemon": "^2.0.6" }, "repository": "https://github.com/bee-queue/docker-arena.git",