From 30ce9e9ac7ff57e5cf452aa994dd6a47d3780afd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Jun 2021 00:26:12 +0000 Subject: [PATCH] chore(deps-dev): bump bull from 3.22.0 to 3.22.7 Bumps [bull](https://github.com/OptimalBits/bull) from 3.22.0 to 3.22.7. - [Release notes](https://github.com/OptimalBits/bull/releases) - [Changelog](https://github.com/OptimalBits/bull/blob/develop/CHANGELOG.md) - [Commits](https://github.com/OptimalBits/bull/compare/v3.22.0...v3.22.7) Signed-off-by: dependabot[bot] --- package-lock.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9a14a072..7cb42088 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1033,9 +1033,9 @@ } }, "bull": { - "version": "3.22.0", - "resolved": "https://registry.npmjs.org/bull/-/bull-3.22.0.tgz", - "integrity": "sha512-csQTIuvoKnVuW6gbZmIe9mVkLy2DzvRodywjXN7cfYlvXKme3156FIc1Zssn5IRKpDKyyq0++AYsLO4mdtnf0Q==", + "version": "3.22.7", + "resolved": "https://registry.npmjs.org/bull/-/bull-3.22.7.tgz", + "integrity": "sha512-hrpfs1InzliuevKUOxAfGVctViic8uKP5zOkFAeNI4yVhlR5Ai3pSXFBiC78p2dl/t2AlC504pOqYJw3W9eSSA==", "dev": true, "requires": { "cron-parser": "^2.13.0", @@ -2544,9 +2544,9 @@ } }, "ioredis": { - "version": "4.25.0", - "resolved": "https://registry.npmjs.org/ioredis/-/ioredis-4.25.0.tgz", - "integrity": "sha512-UoeqXpZB05aerGD3gB9NiigMsAyph+N+GWH8+3lX1+26caVV03GkL6JoLxS2HCxyvqCWbNsVSZTAp5W12qe23A==", + "version": "4.27.5", + "resolved": "https://registry.npmjs.org/ioredis/-/ioredis-4.27.5.tgz", + "integrity": "sha512-JJ3HzOzU6kgUk3gKhpx8kxEYn9ruI5TkpOtGvbw/hLyWxfC19T9uCZTgmw4Mci4al4aOCCMfAjYzJ7aqQkLbJg==", "dev": true, "requires": { "cluster-key-slot": "^1.1.0",