From 25df20dc97eabf0037abf57bf853712edde7298e Mon Sep 17 00:00:00 2001 From: Diego Reis Date: Thu, 8 May 2025 08:22:04 -0300 Subject: [PATCH] bind/js: Bump napi and napi-derive versions --- Cargo.lock | 2 -- bindings/javascript/Cargo.toml | 4 ++-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d4f6c43df..89b24013f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2163,8 +2163,6 @@ dependencies = [ "once_cell", "proc-macro2", "quote", - "regex", - "semver", "syn 2.0.100", ] diff --git a/bindings/javascript/Cargo.toml b/bindings/javascript/Cargo.toml index 370310704..6dfd21312 100644 --- a/bindings/javascript/Cargo.toml +++ b/bindings/javascript/Cargo.toml @@ -12,8 +12,8 @@ crate-type = ["cdylib"] [dependencies] limbo_core = { workspace = true } -napi = { version = "2.12.2", default-features = false, features = ["napi4"] } -napi-derive = "2.12.2" +napi = { version = "2.16.17", default-features = false, features = ["napi4"] } +napi-derive = { version = "2.16.13", default-features = false } [build-dependencies] napi-build = "2.0.1"