[Snyk] Upgrade iconv-lite from 0.6.3 to 0.7.0 #43
Add this suggestion to a batch that can be applied as a single commit. This suggestion is invalid because no changes were made to the code. Suggestions cannot be applied while the pull request is closed. Suggestions cannot be applied while viewing a subset of changes. Only one suggestion per line can be applied in a batch. Add this suggestion to a batch that can be applied as a single commit. Applying suggestions on deleted lines is not supported. You must change the existing code in this line in order to create a valid suggestion. Outdated suggestions cannot be applied. This suggestion has been applied or marked resolved. Suggestions cannot be applied from pending reviews. Suggestions cannot be applied on multi-line comments. Suggestions cannot be applied while the pull request is queued to merge. Suggestion cannot be applied right now. Please check back later.
Snyk has created this PR to upgrade iconv-lite from 0.6.3 to 0.7.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.
The recommended version is 1 version ahead of your current version.
The recommended version was released 25 days ago.
Release notes
Package name: iconv-lite
- 0.7.0 - 2025-08-20
-
-
- Make explicit that decode() method supports Uint8Array input - by @ jardicc in #271
- Remove compatibility check for StringDecoder.end method - by @ bjohansebas in #331
- chore: update .npmignore to ignore unnecessary files by @ vain0x in #292
- ci: use github actions instead travis by @ bjohansebas in #324
- ci: add codeql by @ bjohansebas in #325
- chore: update performance tests to use bench-node for benchmarking by @ bjohansebas in #332
- feat: adopt neostandard as linter by @ bjohansebas in #333
- chore: support node.js >=6, remove safe-buffer by @ bjohansebas in #335
- Revert "chore: support node.js >=6, remove safe-buffer (#335)" by @ bjohansebas in #336
- docs(package.json): update repo name and add funding field by @ bjohansebas in #337
- chore: remove object-assign by @ bjohansebas and @ ljharb in #338
- release: 0.7.0 by @ bjohansebas in #334
- ci: bump actions/download-artifact from 4 to 5 by @ dependabot[bot] in #326
- ci: bump github/codeql-action from 3.29.2 to 3.29.8 by @ dependabot[bot] in #327
- @ yosion-p made their first contribution in #282
- @ jardicc made their first contribution in #271
- @ vain0x made their first contribution in #292
- @ bjohansebas made their first contribution in #324
- @ dependabot[bot] made their first contribution in #326
- 0.6.3 - 2021-05-24
from iconv-lite GitHub release notes🐞 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
Other changes
New Contributors
Full Changelog: v0.6.3...v0.7.0
No content.
Important
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: