Skip to content
This repository has been archived by the owner on Oct 11, 2022. It is now read-only.

Commit

Permalink
Merge pull request #4568 from withspectrum/depfu/update/mercury/yarn/…
Browse files Browse the repository at this point in the history
…bull-3.6.0

[mercury] Update bull: 3.5.3 → 3.6.0 (minor)
  • Loading branch information
brianlovin authored Jan 24, 2019
2 parents ced94fc + c7acd9f commit d1bf4c7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion mercury/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"start": "NODE_ENV=production node main.js"
},
"dependencies": {
"bull": "^3.5.3",
"bull": "^3.6.0",
"datadog-metrics": "^0.8.1",
"debug": "^4.1.1",
"ioredis": "3.2.2",
Expand Down
18 changes: 9 additions & 9 deletions mercury/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ bignumber.js@~1.1.1:
resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-3.5.3.tgz#7d01c6f9616c9a51ab0f8c549a79dfe6ec33efa7"
integrity sha512-/qKPUQlaW1OyR51WeCPBvRnAlnZFUJkCSG5HzGnuIqhgyJtF+T94lFnn33eiazjRm2LAHVy2guNnaq48X9SJuw==

bull@^3.5.3:
version "3.5.3"
resolved "https://registry.yarnpkg.com/bull/-/bull-3.5.3.tgz#fb299c3c21123aa619019e7d3c2be5e6fa02a64b"
integrity sha512-dnOn90Wq8K4mQFMAxK71/GNtkcNbs9SdXCFChpkVI57QigxljmDnr0C+Opy6Khlk1zAyMxYGrWX54zqdug8AtA==
bull@^3.6.0:
version "3.6.0"
resolved "https://registry.yarnpkg.com/bull/-/bull-3.6.0.tgz#9d137a4470d9f5a0df54801ca4390656e5054a42"
integrity sha512-705Vf3weiRr8D49/+lsPSxV/1NejhjfmVviv9qG2srIYPr7IS2euLwHa+2GNfaVDA2tmx8xyJFW9bPw3fPfHPg==
dependencies:
cron-parser "^2.5.0"
cron-parser "^2.7.3"
debuglog "^1.0.0"
ioredis "^4.5.1"
lodash "^4.17.11"
Expand All @@ -42,10 +42,10 @@ [email protected]:
resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.3.1.tgz#e7e0a1f9ef43b4c8ba925c5c5a96e806d16873bb"
integrity sha1-5+Ch+e9DtMi6klxcWpboBtFoc7s=

cron-parser@^2.5.0:
version "2.7.1"
resolved "https://registry.yarnpkg.com/cron-parser/-/cron-parser-2.7.1.tgz#d08c00b1e220db564fd1cecb5019c8dd450f84d1"
integrity sha512-gupE4KsGEVtp5X4YbUlQx6NiFt3e+VOhREPI4ZXS9FT5JcOjfw2ey1EUv3J6XWrxHR1aKYrk4uJDmdRjG39bgA==
cron-parser@^2.7.3:
version "2.7.3"
resolved "https://registry.yarnpkg.com/cron-parser/-/cron-parser-2.7.3.tgz#12603f89f5375af353a9357be2543d3172eac651"
integrity sha512-t9Kc7HWBWPndBzvbdQ1YG9rpPRB37Tb/tTviziUOh1qs3TARGh3b1p+tnkOHNe1K5iI3oheBPgLqwotMM7+lpg==
dependencies:
is-nan "^1.2.1"
moment-timezone "^0.5.23"
Expand Down

0 comments on commit d1bf4c7

Please sign in to comment.