Skip to content

Commit

Permalink
Upgrade Puppeteer to version 8.0.0 and Chromium to version 90.0.4430.93
Browse files Browse the repository at this point in the history
  • Loading branch information
astefanutti committed May 16, 2021
1 parent e20abb9 commit bb3c3a2
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 28 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ RUN apk update && apk upgrade && \
apk add --no-cache \
ca-certificates \
libstdc++@edge \
chromium@edge=89.0.4389.72-r0 \
chromium@edge=90.0.4430.93-r0 \
font-noto-emoji@edge \
freetype@edge \
harfbuzz@edge \
Expand Down
50 changes: 25 additions & 25 deletions npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"chalk": "^2.1.0",
"fonteditor-core": "2.1.2",
"pdf-lib": "1.16.0",
"puppeteer": "6.0.0",
"puppeteer-core": "6.0.0",
"puppeteer": "8.0.0",
"puppeteer-core": "8.0.0",
"urijs": "^1.18.12"
},
"engines": {
Expand Down

0 comments on commit bb3c3a2

Please sign in to comment.