Skip to content

Conversation

@prodsecmachine
Copy link

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

Vulnerabilities that will be fixed with an upgrade:

Issue Score
medium severity Use of a Cryptographic Primitive with a Risky Implementation
SNYK-JS-ELLIPTIC-14908844
  708  

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.

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-ELLIPTIC-14908844
@prodsecmachine prodsecmachine requested a review from a team as a code owner January 20, 2026 12:04
@github-actions
Copy link

A documentation preview will be available soon.

Request a new doc build by commenting
  • Rebuild this PR: run docs-build
  • Rebuild this PR and all Elastic docs: run docs-build rebuild

run docs-build is much faster than run docs-build rebuild. A rebuild should only be needed in rare situations.

If your PR continues to fail for an unknown reason, the doc build pipeline may be broken. Elastic employees can check the pipeline status here.

@prodsecmachine
Copy link
Author

Merge Risk: High

This major version upgrade from Parcel 1 to 2 is a complete rewrite with significant breaking changes. It requires updates to dependencies, configuration, and potentially application code.

Highlights:

  • Package Name: The npm package has been renamed from parcel-bundler to parcel. You must update your package.json dependencies.
  • Configuration & Transpilation: Parcel 2 no longer transpiles code by default. You must define target browsers in a browserslist field in your package.json to enable it. Configuration is now done via .parcelrc.

Source: Parcel documentation
Recommendation: Follow the official Parcel 2 migration guide carefully. Update package names, add a browserslist configuration, and audit asset imports before merging.

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.

3 participants