Bump napi-build from 2.2.1 to 2.2.2

Bumps [napi-build](https://github.com/napi-rs/napi-rs) from 2.2.1 to 2.2.2.
- [Release notes](https://github.com/napi-rs/napi-rs/releases)
- [Commits](https://github.com/napi-rs/napi-rs/compare/napi-build@2.2.1...napi-build@2.2.2)

---
updated-dependencies:
- dependency-name: napi-build
  dependency-version: 2.2.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-06-30 18:54:23 +00:00
committed by GitHub
parent 201ba8a901
commit 8b1747cf2a
2 changed files with 3 additions and 3 deletions
Generated
+2 -2
View File
@@ -677,9 +677,9 @@ dependencies = [
[[package]]
name = "napi-build"
version = "2.2.1"
version = "2.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "44e0e3177307063d3e7e55b7dd7b648cca9d7f46daa35422c0d98cc2bf48c2c1"
checksum = "fff539e61c5e3dd4d7d283610662f5d672c2aea0f158df78af694f13dbb3287b"
[[package]]
name = "napi-derive"
+1 -1
View File
@@ -16,4 +16,4 @@ napi = { version = "2.12.2", default-features = false, features = ["napi4"] }
napi-derive = "2.12.2"
[build-dependencies]
napi-build = "2.0.1"
napi-build = "2.2.2"