Skip to content

[Snyk] Security upgrade puppeteer from 15.3.2 to 24.10.2#42

Open
MManke188 wants to merge 1 commit intomasterfrom
snyk-fix-45196df4af23ebd175b16bef83c62070
Open

[Snyk] Security upgrade puppeteer from 15.3.2 to 24.10.2#42
MManke188 wants to merge 1 commit intomasterfrom
snyk-fix-45196df4af23ebd175b16bef83c62070

Conversation

@MManke188
Copy link
Copy Markdown
Collaborator

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):

  • unfurler/package.json
  • unfurler/package-lock.json

Vulnerabilities that will be fixed with an upgrade:

Issue Score
medium severity Symlink Following
SNYK-JS-TARFS-13045213
  541  

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:

🦉 Symlink Following

…nerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-TARFS-13045213
Copilot AI review requested due to automatic review settings September 26, 2025 09:19
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR upgrades the Puppeteer dependency from version 15.3.2 to 24.10.2 to address a medium-severity symlink following vulnerability (SNYK-JS-TARFS-13045213) with a score of 541.

  • Puppeteer version bump from 15.3.2 to 24.10.2
  • Security fix for symlink following vulnerability
  • Automated dependency update via Snyk

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

Comment thread unfurler/package.json
"node-fetch-commonjs": "^3.3.1",
"puppeteer": "^15.3.2",
"puppeteer": "^24.10.2",
"puppeteer-cluster": "^0.23.0",
Copy link

Copilot AI Sep 26, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The major version upgrade from Puppeteer 15.3.2 to 24.10.2 introduces breaking changes. The puppeteer-cluster dependency (v0.23.0) may not be compatible with Puppeteer v24, as it was likely designed for earlier Puppeteer versions. Verify compatibility and consider updating puppeteer-cluster to a version that supports Puppeteer v24, or test thoroughly to ensure the current version works correctly.

Suggested change
"puppeteer-cluster": "^0.23.0",
"@puppeteer-cluster/core": "^0.24.0",

Copilot uses AI. Check for mistakes.
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.

3 participants