From b95734832b261f39fab24d1c3b17a2119a10e9bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Apr 2021 05:02:07 +0000 Subject: [PATCH] chore(deps-dev): bump bull from 3.22.0 to 3.22.1 Bumps [bull](https://github.com/OptimalBits/bull) from 3.22.0 to 3.22.1. - [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.1) 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 67faf38b..db0f4865 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.1", + "resolved": "https://registry.npmjs.org/bull/-/bull-3.22.1.tgz", + "integrity": "sha512-nFCo3FQLhoEoRuaTOycT5qH9D4dME9ZK4yZKjZElqLGhBWjGzOntBDvj+9XLdXUO2PMT1nzQpyhl6zz2rlWUmQ==", "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.26.0", + "resolved": "https://registry.npmjs.org/ioredis/-/ioredis-4.26.0.tgz", + "integrity": "sha512-nh39okWezWWZ35/RxXXzHksMFt4WCaev8SNO2kozRDeVdEAJj16EarqPP3JeHz8IEjEXN5CiVtbWMk62Z0eveQ==", "dev": true, "requires": { "cluster-key-slot": "^1.1.0",