1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-08 03:23:50 +00:00

[deps] Platform: Update napi (#10564)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2024-10-11 17:24:07 +02:00
committed by GitHub
parent bd64f4fcb5
commit f69e943e72
2 changed files with 6 additions and 6 deletions

View File

@@ -16,8 +16,8 @@ manual_test = []
[dependencies]
anyhow = "=1.0.86"
desktop_core = { path = "../core" }
napi = { version = "=2.16.7", features = ["async"] }
napi-derive = "=2.16.6"
napi = { version = "=2.16.11", features = ["async"] }
napi-derive = "=2.16.12"
tokio = { version = "1.38.0" }
tokio-util = "0.7.11"