Skip to content

Conversation

@cc-prodsec
Copy link
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):

  • packages/internal-lib-build/package.json
  • packages/internal-lib-build/package-lock.json

Merge Risk: High

This major version upgrade from Jest 26 to 28 introduces significant breaking changes, including new defaults for the test environment and test runner, removal of packages, and API modifications.

Highlights:

  • Test Environment: The default test environment changed from jsdom to node. For browser-like environment testing, jest-environment-jsdom must now be explicitly installed and configured in jest.config.js.
  • Configuration & API: The testURL configuration option has been removed and replaced by testEnvironmentOptions.url. The timers option was renamed to fakeTimers. Additionally, expect is now a named export instead of a default export.

Source: Jest documentation
Recommendation: Follow the official migration guides for v27 and v28. Developers must install jest-environment-jsdom for DOM testing and update their Jest configuration files and import statements to align with the new APIs.

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


Vulnerabilities that will be fixed with an upgrade:

Issue Score
medium severity Prototype Pollution
SNYK-JS-JSYAML-13961110
  631  

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:

🦉 Prototype Pollution

…-build/package-lock.json to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-JSYAML-13961110
@cc-prodsec cc-prodsec requested a review from a team as a code owner November 14, 2025 08:31
@cc-prodsec
Copy link
Collaborator Author

cc-prodsec commented Nov 14, 2025

Snyk checks have passed. No issues have been found so far.

Status Scanner Critical High Medium Low Total (0)
Licenses 0 0 0 0 0 issues
Open Source Security 0 0 0 0 0 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants