Skip to content

Commit

Permalink
Upgrade Puppeteer to version 21.6.1 and Chromium to version 120.0.609…
Browse files Browse the repository at this point in the history
…9.129
  • Loading branch information
astefanutti committed Dec 23, 2023
1 parent 44021d0 commit adcb880
Show file tree
Hide file tree
Showing 3 changed files with 78 additions and 75 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ FROM alpine:3.15.0

LABEL org.opencontainers.image.source="https://github.com/astefanutti/decktape"

ARG CHROMIUM_VERSION=118.0.5993.117-r0
ARG CHROMIUM_VERSION=120.0.6099.129-r0
ENV TERM xterm-color

RUN <<EOF cat > /etc/apk/repositories
Expand Down
145 changes: 74 additions & 71 deletions npm-shrinkwrap.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@
"chalk": "5.1.2",
"fonteditor-core": "2.1.11",
"pdf-lib": "1.17.1",
"puppeteer": "21.4.1",
"puppeteer-core": "21.4.1",
"puppeteer": "21.6.1",
"puppeteer-core": "21.6.1",
"urijs": "1.19.11"
},
"engines": {
"node": ">=16.3.0"
"node": ">=16.13.2"
},
"devDependencies": {
"koa": "2.14.1",
Expand Down

0 comments on commit adcb880

Please sign in to comment.