From 9e39beba7ddf54e20a9ffff91b988183dabdf92d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Apr 2021 05:03:04 +0000 Subject: [PATCH] chore(deps-dev): bump bull from 3.22.0 to 3.22.4 Bumps [bull](https://github.com/OptimalBits/bull) from 3.22.0 to 3.22.4. - [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.4) 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..c95800f1 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.4", + "resolved": "https://registry.npmjs.org/bull/-/bull-3.22.4.tgz", + "integrity": "sha512-CV78TuSKyDj3SuZvySTOFXqZBtHxebhctLTq2Ff9Jrn51XOaxkEDioIDzq2LIUKEhTW8l3rFK5bIWNwweY0LXQ==", "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.1", + "resolved": "https://registry.npmjs.org/ioredis/-/ioredis-4.27.1.tgz", + "integrity": "sha512-PaFNFeBbOcEYHXAdrJuy7uesJcyvzStTM1aYMchTuky+VgKqDbXhnTJHaDsjAwcTwPx8Asatx+l2DW8zZ2xlsQ==", "dev": true, "requires": { "cluster-key-slot": "^1.1.0",