Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Snyk] Upgrade entities from 4.5.0 to 5.0.0 #119

Merged
merged 1 commit into from
Jul 18, 2024

Conversation

hakatashi
Copy link
Owner

This PR was automatically created by Snyk using the credentials of a real user.


![snyk-top-banner](https://github.com/andygongea/OWASP-Benchmark/assets/818805/c518c423-16fe-447e-b67f-ad5a49b5d123)

Snyk has created this PR to upgrade entities from 4.5.0 to 5.0.0.

ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


⚠️ Warning: This PR contains major version upgrade(s), and may be a breaking change.

  • The recommended version is 1 version ahead of your current version.

  • The recommended version was released on 22 days ago.

Release notes
Package name: entities
  • 5.0.0 - 2024-06-26

    What's Changed

    • Improved code style (based on eslint-plugin-unicorn) #1496
    • Upgraded toolchain (to tshy, vitest, and tsx) #1497

    Breaking Changes

    • ⚠️ BREAKING: The lib directory was renamed to dist in #1497. Deep imports will have to be updated.

    Full Changelog: v4.5.0...v5.0.0

  • 4.5.0 - 2023-04-13

    New Features

    entities now features an EntityDecoder class that can be used to decode entities across multiple chunks. This is needed to parse streams, and will be the foundation for entity decoding in htmlparser2 and parse5.

    For users of this library, the most welcome addition will be a new attribute decoding mode, which will ignore some entities that were previously parsed (eg. `foo=bar&amp=boo' will be left unchanged).

    entities' decode functions all use the new decoder under the hood. There is a new decodeHTMLAttribute function for attribute parsing, and some rare edge-cases where entities diverged from the HTML spec have been eliminated.

    Relevant PRs

    • feat(decode): Add EntityDecoder class by @ fb55 in #1136
    • fix(decode): Handle chunks for numeric entities by @ fb55 in #1146

    Small Changes

    Full Changelog: v4.4.0...v4.5.0

from entities GitHub release notes

Important

  • Warning: This PR contains a major version upgrade, and may be a breaking change.
  • Check the changes in this PR to ensure they won't cause issues with your project.
  • 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 upgrade PRs.

For more information:

Snyk has created this PR to upgrade entities from 4.5.0 to 5.0.0.

See this package in npm:
entities

See this project in Snyk:
https://app.snyk.io/org/hakatashi/project/e540112c-de3c-4524-a765-cdce724a84b3?utm_source=github&utm_medium=referral&page=upgrade-pr
@hakatashi hakatashi merged commit aaaf381 into master Jul 18, 2024
4 of 5 checks passed
@hakatashi hakatashi deleted the snyk-upgrade-16d999378357c7f25240d49d7f2021b3 branch July 18, 2024 08:22
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