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"