From 569dfc9fa21c1a4fca7c4dcc430d4a8e427c632b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Jun 2021 20:28:58 +0000 Subject: [PATCH] chore(deps-dev): bump bull from 3.22.0 to 3.22.8 Bumps [bull](https://github.com/OptimalBits/bull) from 3.22.0 to 3.22.8. - [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.8) --- updated-dependencies: - dependency-name: bull dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index f47f9b3d..37020ba0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1033,15 +1033,15 @@ } }, "bull": { - "version": "3.22.0", - "resolved": "https://registry.npmjs.org/bull/-/bull-3.22.0.tgz", - "integrity": "sha512-csQTIuvoKnVuW6gbZmIe9mVkLy2DzvRodywjXN7cfYlvXKme3156FIc1Zssn5IRKpDKyyq0++AYsLO4mdtnf0Q==", + "version": "3.22.8", + "resolved": "https://registry.npmjs.org/bull/-/bull-3.22.8.tgz", + "integrity": "sha512-HqUKZqGqhIUY3JJSypUNICxa8q4Ka2812S3Alth6tSBsjYf7NBQQlMifCpX9ua4Y+JMQHoYIqz7b9midzpwxqg==", "dev": true, "requires": { "cron-parser": "^2.13.0", "debuglog": "^1.0.0", "get-port": "^5.1.1", - "ioredis": "^4.22.0", + "ioredis": "^4.27.0", "lodash": "^4.17.21", "p-timeout": "^3.2.0", "promise.prototype.finally": "^3.1.2", @@ -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.6", + "resolved": "https://registry.npmjs.org/ioredis/-/ioredis-4.27.6.tgz", + "integrity": "sha512-6W3ZHMbpCa8ByMyC1LJGOi7P2WiOKP9B3resoZOVLDhi+6dDBOW+KNsRq3yI36Hmnb2sifCxHX+YSarTeXh48A==", "dev": true, "requires": { "cluster-key-slot": "^1.1.0",