Skip to content

[Snyk] Security upgrade puppeteer-chromium-resolver from 23.0.0 to 25.0.0 - #13116

Open
sestinj wants to merge 1 commit into
mainfrom
snyk-fix-0ff9b504c046f356500fd9b99687e36f
Open

[Snyk] Security upgrade puppeteer-chromium-resolver from 23.0.0 to 25.0.0#13116
sestinj wants to merge 1 commit into
mainfrom
snyk-fix-0ff9b504c046f356500fd9b99687e36f

Conversation

@sestinj

@sestinj sestinj commented Aug 10, 2026

Copy link
Copy Markdown
Contributor

snyk-top-banner

Snyk has created this PR to fix 1 vulnerabilities in the npm dependencies of this project.

Snyk changed the following file(s):

  • core/package.json

Vulnerabilities that will be fixed with an upgrade:

Issue Score
high severity Directory Traversal
SNYK-JS-EXTRACTZIP-17660777
  644  

Breaking Change Risk

Merge Risk: High

Notice: This assessment is enhanced by AI.


Important

  • Check the changes in this PR to ensure they won't cause issues with your project.
  • Max score is 1000. Note that the real score may have changed since the PR was raised.
  • This PR was automatically created by Snyk using the credentials of a real user.

Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open fix PRs.

For more information:
🧐 View latest project report
📜 Customise PR templates
🛠 Adjust project settings
📚 Read about Snyk's upgrade logic


Learn how to fix vulnerabilities with free interactive lessons:

🦉 Directory Traversal

@sestinj
sestinj requested a review from a team as a code owner August 10, 2026 09:11
@sestinj

sestinj commented Aug 10, 2026

Copy link
Copy Markdown
Contributor Author

Merge Risk: High

This is a major version upgrade that inherits significant breaking changes from its core dependency, Puppeteer. The upgrade from v23 to v25 requires developer action, primarily due to the shift to ES Modules (ESM) and updated Node.js version requirements.

Key Breaking Changes:

  • ESM Only Package: The underlying Puppeteer package is now ESM only. This means you must use import instead of require() to use the module. This may require significant changes to your project's build setup if you are using CommonJS. [3, 6]
  • Node.js Version: Support for Node.js 18 has been dropped. The minimum required version is now Node.js 20.19. [6]
  • API Changes: Several deprecated methods and properties have been removed, including Browser.isConnected() and MouseOptions.clickCount. Additionally, functions like executablePath and defaultArgs now return a Promise. [3]

Recommendation:
Before upgrading, verify that your project's environment meets the new Node.js version requirement. You will need to adapt your code to use ES modules for importing and using this package. This may be a significant refactoring effort.

Source: Puppeteer Changelog [3]

Notice 🤖: This content was augmented using artificial intelligence. AI-generated content may contain errors and should be reviewed for accuracy before use.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants