Skip to content

[Snyk] Upgrade iconv-lite from 0.4.24 to 0.7.2#142

Open
RodolfoBorbon wants to merge 2 commits intomasterfrom
snyk-upgrade-e31ffb193e18e0234522f731a8f87828
Open

[Snyk] Upgrade iconv-lite from 0.4.24 to 0.7.2#142
RodolfoBorbon wants to merge 2 commits intomasterfrom
snyk-upgrade-e31ffb193e18e0234522f731a8f87828

Conversation

@RodolfoBorbon
Copy link
Copy Markdown
Owner

snyk-top-banner

Snyk has created this PR to upgrade iconv-lite from 0.4.24 to 0.7.2.

ℹ️ 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.


  • The recommended version is 10 versions ahead of your current version.

  • The recommended version was released a month ago.

Release notes
Package name: iconv-lite
  • 0.7.2 - 2026-01-08

    🐞 Bug fixes

    • Correction of CommonJS exports in TypeScript definitions - by @ plbstl in #366

      Fixed the TypeScript definitions to correctly represent the CommonJS exports of the library.
      This resolves issues where consumers using TypeScript would encounter errors due to incorrect
      type definitions that did not align with the actual module exports.

    Other changes

    Full Changelog: v0.7.1...v0.7.2

  • 0.7.1 - 2025-12-11

    What's Changed

    🚀 Improvements

    Other changes

    New Contributors

    Full Changelog: v0.7.0...v0.7.1

  • 0.7.0 - 2025-08-20

    🐞 Bug fixes

    • Handle split surrogate pairs when encoding utf8 - by @ yosion-p and @ ashtuchkin in #282:

      Handle a case where streaming utf8 encoder (converting js strings -> buffers) encounters
      surrogate pairs split between chunks (last character of one chunk is high surrogate and first
      character of the next chunk is a low surrogate).

    • Avoid false positives in encodingExists by using objects without a prototype - by @ bjohansebas in #328

      The encodingExists method could return incorrect results if the lookup matched properties inherited
      from the prototype of the object that stores the encodings, such as constructor and others. This change
      replaces that object with one that has no prototype, ensuring that only explicitly defined valid encodings
      in the library are considered. In addition, the fix is applied to the internal cache system to avoid the same
      kind of false positives

    🚀 Improvements

    • Make explicit that decode() method supports Uint8Array input - by @ jardicc in #271
    • Remove compatibility check for StringDecoder.end method - by @ bjohansebas in #331

    Other changes

    New Contributors

    Full Changelog: v0.6.3...v0.7.0

  • 0.6.3 - 2021-05-24
    No content.
  • 0.6.2 - 2020-07-08

    v0.6.2

  • 0.6.1 - 2020-06-28

    v0.6.1

  • 0.6.0 - 2020-06-08
    No content.
  • 0.5.2 - 2020-06-08
    No content.
  • 0.5.1 - 2020-01-18
    No content.
  • 0.5.0 - 2019-06-26
    No content.
  • 0.4.24 - 2018-08-22
from iconv-lite GitHub release notes

Important

  • 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 iconv-lite from 0.4.24 to 0.7.2.

See this package in npm:
iconv-lite

See this project in Snyk:
https://app.snyk.io/org/rodolfo.borbonn/project/05181990-34ec-451f-ac97-15d3fea3afac?utm_source=github&utm_medium=referral&page=upgrade-pr
Snyk has created this PR to upgrade iconv-lite from 0.4.24 to 0.7.2.

See this package in npm:
iconv-lite

See this project in Snyk:
https://app.snyk.io/org/rodolfo.borbonn/project/05181990-34ec-451f-ac97-15d3fea3afac?utm_source=github&utm_medium=referral&page=upgrade-pr
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