Skip to content

[Snyk] Fix for 1 vulnerabilities#100

Open
peterj wants to merge 1 commit into
mainfrom
snyk-fix-c414e2812e48ff6422079140f93bc231
Open

[Snyk] Fix for 1 vulnerabilities#100
peterj wants to merge 1 commit into
mainfrom
snyk-fix-c414e2812e48ff6422079140f93bc231

Conversation

@peterj

@peterj peterj commented Jul 26, 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):

  • package.json
  • package-lock.json

Vulnerabilities that will be fixed with an upgrade:

Issue Score
high severity Inefficient Algorithmic Complexity
SNYK-JS-JSYAML-18313070
  828  

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:

🦉 Learn about vulnerability in an interactive lesson of Snyk Learn.

@peterj

peterj commented Jul 26, 2026

Copy link
Copy Markdown
Contributor Author

Merge Risk: High

This release includes major version upgrades for js-yaml and puppeteer, both of which introduce significant breaking changes requiring developer action.

Top Changes

  • js-yaml 4.1.0 → 5.2.2 (HIGH RISK)
    This major upgrade introduces several breaking changes. The most impactful is the switch to named exports, which requires code modification. Deprecated functions have also been removed.

    • Action Required: Update import statements from const yaml = require('js-yaml') to const { load, dump } = require('js-yaml').
    • Replace removed functions: safeLoad, safeLoadAll, and safeDump must be replaced with load, loadAll, and dump respectively.
    • load() now throws an error on empty input instead of returning undefined.
    • The API for custom types has been completely replaced.
    • Source: Migration Guide
  • puppeteer 24.4.0 → 25.1.0 (HIGH RISK)
    This major upgrade drops support for older Node.js versions, moves to an ESM-only package, and removes several deprecated APIs.

    • Action Required: The package is now ESM only. CommonJS require() will no longer work.
    • The minimum supported Node.js version is now v22.
    • Several deprecated APIs have been removed, including Puppeteer.product, MouseOptions.clickCount, and Browser.isConnected().
    • Source: Changelog

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