-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dependency issue: outdated version of puppeteer
and vulnerable versions of node-fetch
#84
Comments
Hey @gunesacar, thanks for reporting this! |
@gunesacar just checking in here. It turned out that our current usage of raw CDP is incompatible with the latest puppeteer after all. puppeteer started using In the meantime, you can still use |
Thank you so much @muodov . Now it's more clear why you kept the older versions. Good luck with the |
Hello, I am not entirely sure this is related, but trying to use latest versions of chrome (version 128 and above, see Chromium releases) results in fatal error (example below with (1343869) . I was wondering if it could be due to puppeteer v10 not supporting lasts versions of Chromium. Thanks |
@THouriezPEReN I don't know about this specific error, but Puppeteer always depends on specific underlying chromium versions because the DevTools protocol is constantly changing. So running puppeteer with non-approved chromium is always a risk. |
Ok thanks for your response. |
Hi!
Installing Tracker Radar Collector results in several warnings and high severity vulnerabilities per
npm audit
(on Ubuntu 22.04, npm 8.11.0, node v16.15.1).It appears that the outdated
puppeteer
is the culprit:tracker-radar-collector/package-lock.json
Line 18 in 8e43a27
Let me know if you need more logs to help with the issue. Thanks already!
The text was updated successfully, but these errors were encountered: