[Snyk] Upgrade node-addon-api from 3.2.1 to 8.2.1 #9
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 node-addon-api from 3.2.1 to 8.2.1.
ℹ️ 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 15 versions ahead of your current version.
The recommended version was released on a month ago.
Release notes
Package name: node-addon-api
8.2.1 (2024-10-09)
Bug Fixes
8.2.0 (2024-09-19)
Features
BasicEnv
(#1514) (b4aeecb)Bug Fixes
8.1.0 (2024-07-05)
Features
Bug Fixes
Notable changes
Commits
df2147a2b6
] - build(deps): bump github/codeql-action from 3.24.3 to 3.24.5 (dependabot[bot]) #1455eb4fa9b55a
] - build(deps): bump actions/dependency-review-action from 4.1.0 to 4.1.3 (dependabot[bot]) #1452f85e8146bb
] - build(deps): bump github/codeql-action from 3.23.2 to 3.24.3 (dependabot[bot]) #1448b84deb0d2f
] - build(deps): bump actions/dependency-review-action from 4.0.0 to 4.1.0 (dependabot[bot]) #14477dcee380cd
] - build(deps): bump actions/setup-node from 4.0.1 to 4.0.2 (dependabot[bot]) #1444a727b629fe
] - build(deps): bump actions/upload-artifact from 4.3.0 to 4.3.1 (dependabot[bot]) #1443ea712094e3
] - build(deps): bump step-security/harden-runner from 2.6.1 to 2.7.0 (dependabot[bot]) #1440898e5006a5
] - build(deps): bump github/codeql-action from 3.23.1 to 3.23.2 (dependabot[bot]) #143966e6e0e4b6
] - build(deps): bump actions/upload-artifact from 4.0.0 to 4.3.0 (dependabot[bot]) #1438f1ca4ccd7f
] - build(deps): bump actions/dependency-review-action from 3.1.5 to 4.0.0 (dependabot[bot]) #1433c58112d52e
] - build(deps): bump github/codeql-action from 3.23.0 to 3.23.1 (dependabot[bot]) #1430f1b9c0bc24
] - chore: remove v16.x regular CI runs (Chengzhong Wu) #1437c6561d90d6
] - chore: reduce dependabot noise (Chengzhong Wu) #143642931eeba6
] - doc: reorganize readme (Chengzhong Wu) #14413b9f3db14e
] - doc: update changelog maker commands (Chengzhong Wu) #1431034c039298
] - test: heed npm_config_debug (Gabriel Schulhof) #1445Full Changelog: v7.1.0...v8.0.0
No content.
What's Changed
New Contributors
Full Changelog: v7.0.0...v7.1.0
SemVer major release to pull changes since the last release. The main motivations for the release are:
Napi::Error
instances that wrap primitives values.What's Changed
New Contributors
Full Changelog: v6.1.0...v7.0.0
SemVer minor release to pull changes since the last release. The main motivations for the release are:
Napi::Value::As()
.Napi::TypeTaggable
class.NAPI_HAS_THREADS
to make TSFN available on Emscripten.NODE_API_NO_EXTERNAL_BUFFERS_ALLOWED
andNapi::Buffer::NewOrCopy()
to handle the support for external buffers.What's Changed