Skip to content

Commit

Permalink
Upgrade Puppeteer to version 23.1.0 and Chromium to version 127.0.653…
Browse files Browse the repository at this point in the history
…3.99
  • Loading branch information
astefanutti committed Aug 15, 2024
1 parent e29b1c1 commit 7e9efed
Show file tree
Hide file tree
Showing 3 changed files with 68 additions and 95 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.19.1

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

ARG CHROMIUM_VERSION=126.0.6478.126-r1
ARG CHROMIUM_VERSION=127.0.6533.99-r0
ENV TERM xterm-color

RUN <<EOF cat > /etc/apk/repositories
Expand Down
157 changes: 65 additions & 92 deletions package-lock.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 @@ -27,8 +27,8 @@
"chalk": "5.3.0",
"fonteditor-core": "2.4.0",
"pdf-lib": "1.17.1",
"puppeteer": "22.12.1",
"puppeteer-core": "22.12.1",
"puppeteer": "23.1.0",
"puppeteer-core": "23.1.0",
"urijs": "1.19.11"
},
"engines": {
Expand Down

0 comments on commit 7e9efed

Please sign in to comment.