Skip to content

Commit 4d0fc20

Browse files
committed
Bump chromium version
1 parent d97dd6f commit 4d0fc20

File tree

3 files changed

+39
-39
lines changed

3 files changed

+39
-39
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=~130' \
20+
'chromium=~131' \
2121
ca-certificates \
2222
ttf-freefont \
2323
# App dependencies

package-lock.json

Lines changed: 37 additions & 37 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": "23.6",
44+
"puppeteer": "23.10",
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)