From 920765773f6b4e9a986023d77d7f403f559ab189 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 15 Dec 2020 12:03:57 +0000 Subject: [PATCH] chore(deps): bump bullmq from 1.11.0 to 1.11.2 Bumps [bullmq](https://github.com/taskforcesh/bullmq) from 1.11.0 to 1.11.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.11.2) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6794d49..20a7040 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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.11.2", + "resolved": "https://registry.npmjs.org/bullmq/-/bullmq-1.11.2.tgz", + "integrity": "sha512-3r/Vf/KQrynahUELyfn3pnWhKAJgkkKVDzWqYBi23heXW4qKORmpXZIC/eEO5xB/2Mb1ISv4hRMGQBIp1WwPjA==", "requires": { "@types/ioredis": "^4.16.3", "cron-parser": "^2.7.3", diff --git a/package.json b/package.json index 1aa5e12..3fdb39e 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.11.2", "nodemon": "^2.0.6" }, "repository": "https://github.com/bee-queue/docker-arena.git",