Skip to content

Commit

Permalink
Bump chromium version, override localtunnel axios for audit
Browse files Browse the repository at this point in the history
  • Loading branch information
claabs committed Oct 23, 2024
1 parent 3c81233 commit 74c3cd9
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 61 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ WORKDIR /usr/app
FROM base AS deps

# Go to https://hub.docker.com/_/node/ and note the latest stable Alpine version available (e.g. alpine3.19).
# Go to https://pkgs.alpinelinux.org/package/v3.19/community/x86_64/chromium (replace with the latest Alpine version)
# Go to https://pkgs.alpinelinux.org/package/v3.20/community/x86_64/chromium (replace with the latest Alpine version)
# and note the Chromium version available. Then go to https://pptr.dev/chromium-support
# and find the latest version that supports that Chromium version, and update it in the package.json.
RUN apk add --no-cache \
'chromium=~128' \
'chromium=~130' \
ca-certificates \
ttf-freefont \
# App dependencies
Expand Down
96 changes: 38 additions & 58 deletions package-lock.json

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

7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"pino": "^8.19.0",
"pino-pretty": "^10.3.1",
"ps-list": "^8.1.1",
"puppeteer": "23.3",
"puppeteer": "23.6",
"puppeteer-extra": "^3.3.6",
"puppeteer-extra-plugin-stealth": "^2.11.2",
"reflect-metadata": "^0.2.1",
Expand Down Expand Up @@ -77,6 +77,11 @@
"typescript": "^5.3.3",
"vite-node": "^1.3.1"
},
"overrides": {
"localtunnel": {
"axios": "~1.7.0"
}
},
"engines": {
"node": ">=18"
},
Expand Down

0 comments on commit 74c3cd9

Please sign in to comment.