From 71f83be1b54fc2c1aec7da735ba40ca5e766ee2a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2020 08:19:38 +0000 Subject: [PATCH] Bump bull from 3.16.0 to 3.18.0 Bumps [bull](https://github.com/OptimalBits/bull) from 3.16.0 to 3.18.0. - [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.16.0...v3.18.0) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 30 +++++++++++++++--------------- package.json | 2 +- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/package-lock.json b/package-lock.json index d9e82e6..483ad47 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3094,26 +3094,26 @@ "integrity": "sha1-hZgoeOIbmOHGZCXgPQF0eI9Wnug=" }, "bull": { - "version": "3.16.0", - "resolved": "https://registry.npmjs.org/bull/-/bull-3.16.0.tgz", - "integrity": "sha512-5RAeKPJwhzuk5y4TL5ys+mX1p1r8TOKUF537c2VFVqg0Z+Y2zL1gXfgk0OAlIhD+9E/q3BgRvN96AxUz6nfBDA==", + "version": "3.18.0", + "resolved": "https://registry.npmjs.org/bull/-/bull-3.18.0.tgz", + "integrity": "sha512-nE/BKlg1dnJ/AcOy5D1nzthcmpAKqpUVXzQ43mJfnVC8ZM7mi4ZzP3spN7745UuikzmGGsbTe9px2TbEKhR+DQ==", "requires": { "cron-parser": "^2.13.0", "debuglog": "^1.0.0", "get-port": "^5.1.1", "ioredis": "^4.14.1", - "lodash": "^4.17.15", + "lodash": "^4.17.19", "p-timeout": "^3.2.0", "promise.prototype.finally": "^3.1.2", - "semver": "^6.3.0", + "semver": "^7.3.2", "util.promisify": "^1.0.1", - "uuid": "^8.2.0" + "uuid": "^8.3.0" }, "dependencies": { "semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==" + "version": "7.3.2", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.2.tgz", + "integrity": "sha512-OrOb32TeeambH6UrhtShmF7CRDqhL6/5XpPNp2DuRH6+9QLw/orhp72j87v8Qa1ScDkvrrBNpZcDejAirJmfXQ==" } } }, @@ -3795,9 +3795,9 @@ } }, "cron-parser": { - "version": "2.15.0", - "resolved": "https://registry.npmjs.org/cron-parser/-/cron-parser-2.15.0.tgz", - "integrity": "sha512-rMFkrQw8+oG5OuwjiXesup4KeIlEG/IU82YtG4xyAHbO5jhKmYaHPp/ZNhq9+7TjSJ65E3zV3kQPUbmXSff2/g==", + "version": "2.16.3", + "resolved": "https://registry.npmjs.org/cron-parser/-/cron-parser-2.16.3.tgz", + "integrity": "sha512-XNJBD1QLFeAMUkZtZQuncAAOgJFWNhBdIbwgD22hZxrcWOImBFMKgPC66GzaXpyoJs7UvYLLgPH/8BRk/7gbZg==", "requires": { "is-nan": "^1.3.0", "moment-timezone": "^0.5.31" @@ -6121,9 +6121,9 @@ "integrity": "sha512-+lP4/6lKUBfQjZ2pdxThZvLUAafmZb8OAxFb8XXtiQmS35INgr85hdOGoEs124ez1FCnZJt6jau/T+alh58QFQ==" }, "is-regex": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.1.0.tgz", - "integrity": "sha512-iI97M8KTWID2la5uYXlkbSDQIg4F6o1sYboZKKTDpnDQMLtUL86zxhgDet3Q2SriaYsyGqZ6Mn2SjbRKeLHdqw==", + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.1.1.tgz", + "integrity": "sha512-1+QkEcxiLlB7VEyFtyBg94e08OAsvq7FUBgApTq/w2ymCLyKJgDPsybBENVtA7XCQEgEXxKPonG+mvYRxh/LIg==", "requires": { "has-symbols": "^1.0.1" } diff --git a/package.json b/package.json index 9eca272..24314d1 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "@nestjs/websockets": "^6.8.0", "@sentry/node": "5.21.1", "bcrypt": "^5.0.0", - "bull": "^3.10.0", + "bull": "^3.18.0", "class-transformer": "^0.3.1", "class-validator": "^0.12.2", "connect-flash": "^0.1.1",