1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-10 21:33:27 +00:00

[deps] Platform: Update napi (#14721)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Addison Beck <github@addisonbeck.com>
This commit is contained in:
renovate[bot]
2025-06-09 16:20:13 -04:00
committed by GitHub
parent dc16c71c23
commit aac4dc6df4
2 changed files with 6 additions and 6 deletions

View File

@@ -1745,9 +1745,9 @@ dependencies = [
[[package]]
name = "napi"
version = "2.16.15"
version = "2.16.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d3437deb8b6ba2448b6a94260c5c6b9e5eeb5a5d6277e44b40b2532d457b0f0d"
checksum = "55740c4ae1d8696773c78fdafd5d0e5fe9bc9f1b071c7ba493ba5c413a9184f3"
dependencies = [
"bitflags",
"ctor",
@@ -1759,9 +1759,9 @@ dependencies = [
[[package]]
name = "napi-build"
version = "2.1.4"
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "db836caddef23662b94e16bf1f26c40eceb09d6aee5d5b06a7ac199320b69b19"
checksum = "03acbfa4f156a32188bfa09b86dc11a431b5725253fc1fc6f6df5bed273382c4"
[[package]]
name = "napi-derive"

View File

@@ -31,8 +31,8 @@ interprocess = "=2.2.1"
keytar = "=0.1.6"
libc = "=0.2.172"
log = "=0.4.25"
napi = "=2.16.15"
napi-build = "=2.1.4"
napi = "=2.16.17"
napi-build = "=2.2.0"
napi-derive = "=2.16.13"
oo7 = "=0.4.3"
oslog = "=0.2.0"