Skip to content

Commit

Permalink
Merge pull request #94 from KnpLabs/dependabot/npm_and_yarn/bull-3.27.0
Browse files Browse the repository at this point in the history
Bump bull from 3.26.0 to 3.27.0
  • Loading branch information
alexpozzi authored Jul 29, 2021
2 parents 8862816 + d26e261 commit dfe5ac9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN apt-get update \
&& apt-get update \
&& apt-get install -y \
procps=2:3.3.12-3+deb9u1 \
google-chrome-stable=91.0.4472.164-1 \
google-chrome-stable=92.0.4515.107-1 \
fonts-ipafont-gothic=00303-16 \
fonts-wqy-zenhei=0.9.45-6 \
fonts-thai-tlwg=1:0.6.3-1 \
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"main": "index.js",
"license": "MIT",
"dependencies": {
"bull": "^3.26.0",
"bull": "^3.27.0",
"express": "^4.17.1",
"puppeteer-core": "^10.1.0",
"ramda": "^0.27.1",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1835,10 +1835,10 @@ buffer@^5.2.1, buffer@^5.5.0:
base64-js "^1.3.1"
ieee754 "^1.1.13"

bull@^3.26.0:
version "3.26.0"
resolved "https://registry.yarnpkg.com/bull/-/bull-3.26.0.tgz#c6198cf4f3a2fa5f3044cbe462b452c77a3df94f"
integrity sha512-W1ohwMBApLW9dhKHEwgzr8YnpScTOGC9KtKP2DrvjnWTQFWbaEnKlrDHKp3SJwvAB0C3jDsO579O/Hys/UmAiQ==
bull@^3.27.0:
version "3.27.0"
resolved "https://registry.yarnpkg.com/bull/-/bull-3.27.0.tgz#be80a31e775871ed8f8e03a54835d9cc6714547c"
integrity sha512-XvwGvOxf1oJ/qWT5VHrDWsOs41k+Kkn8OoUky5Y6YVXAIS/+xQlIb86oaDWMiz2waUKH5GE9vCei5gzLoEXzVQ==
dependencies:
cron-parser "^2.13.0"
debuglog "^1.0.0"
Expand Down

0 comments on commit dfe5ac9

Please sign in to comment.