Skip to content

Commit 4c3e327

Browse files
committed
Chromium 140
1 parent fde11b0 commit 4c3e327

File tree

3 files changed

+71
-58
lines changed

3 files changed

+71
-58
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ FROM base AS deps
1717
# and note the Chromium version available. Then go to https://pptr.dev/chromium-support
1818
# and find the latest version that supports that Chromium version, and update it in the package.json.
1919
RUN apk add --no-cache \
20-
'chromium=~139' \
20+
'chromium=~140' \
2121
ca-certificates \
2222
ttf-freefont \
2323
# App dependencies

package-lock.json

Lines changed: 69 additions & 56 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"pino": "^8.19.0",
4242
"pino-pretty": "^10.3.1",
4343
"ps-list": "^8.1.1",
44-
"puppeteer": "24.17",
44+
"puppeteer": "24.22",
4545
"puppeteer-extra": "^3.3.6",
4646
"puppeteer-extra-plugin-stealth": "^2.11.2",
4747
"reflect-metadata": "^0.2.1",

0 commit comments

Comments
 (0)