Skip to content
This repository has been archived by the owner on Jul 6, 2021. It is now read-only.

Commit

Permalink
Update dependency bull to v3.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed Aug 12, 2020
1 parent 07784b1 commit fd30704
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"apollo-server-express": "2.16.1",
"aws-sdk": "2.725.0",
"bcryptjs": "2.4.3",
"bull": "3.16.0",
"bull": "3.17.0",
"connect-redis": "4.0.4",
"dataloader": "1.4.0",
"dayjs": "1.8.33",
Expand Down
22 changes: 11 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4838,21 +4838,21 @@ builtins@^1.0.3:
resolved "https://registry.yarnpkg.com/builtins/-/builtins-1.0.3.tgz#cb94faeb61c8696451db36534e1422f94f0aee88"
integrity sha1-y5T662HIaWRR2zZTThQi+U8K7og=

bull@3.16.0:
version "3.16.0"
resolved "https://registry.yarnpkg.com/bull/-/bull-3.16.0.tgz#adabb8404ebecedfbe4f3b9b2163e249de1915ff"
integrity sha512-5RAeKPJwhzuk5y4TL5ys+mX1p1r8TOKUF537c2VFVqg0Z+Y2zL1gXfgk0OAlIhD+9E/q3BgRvN96AxUz6nfBDA==
bull@3.17.0:
version "3.17.0"
resolved "https://registry.yarnpkg.com/bull/-/bull-3.17.0.tgz#fc9da5d1cf1c7f4b37591b70bd88209f52bc521c"
integrity sha512-7wzJoN0LjzgIwcv9SDiq+AT9R49xJAziSsrRkbEedunkgPklaug/PUOzo/qyytMlKNnHx6E597uxUuV0QgiPbw==
dependencies:
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"

busboy@^0.3.1:
version "0.3.1"
Expand Down Expand Up @@ -14779,10 +14779,10 @@ uuid@^8.0.0:
resolved "https://registry.yarnpkg.com/uuid/-/uuid-8.1.0.tgz#6f1536eb43249f473abc6bd58ff983da1ca30d8d"
integrity sha512-CI18flHDznR0lq54xBycOVmphdCYnQLKn8abKn7PXUiKUGdEd+/l9LWNJmugXel4hXq7S+RMNl34ecyC9TntWg==

uuid@^8.2.0:
version "8.2.0"
resolved "https://registry.yarnpkg.com/uuid/-/uuid-8.2.0.tgz#cb10dd6b118e2dada7d0cd9730ba7417c93d920e"
integrity sha512-CYpGiFTUrmI6OBMkAdjSDM0k5h8SkkiTP4WAjQgDgNB1S3Ou9VBEvr6q0Kv2H1mMk7IWfxYGpMH5sd5AvcIV2Q==
uuid@^8.3.0:
version "8.3.0"
resolved "https://registry.yarnpkg.com/uuid/-/uuid-8.3.0.tgz#ab738085ca22dc9a8c92725e459b1d507df5d6ea"
integrity sha512-fX6Z5o4m6XsXBdli9g7DtWgAx+osMsRRZFKma1mIUsLCz6vRvv+pz5VNbyu9UEDzpMWulZfvpgb/cmDXVulYFQ==

v8-compile-cache@^2.0.0:
version "2.0.3"
Expand Down

0 comments on commit fd30704

Please sign in to comment.