From d06ea279e51ef772950a923d9603414420ad42aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 23:26:07 +0000 Subject: [PATCH] Bump napi-build from 2.3.1 to 2.4.1 in /typescript Bumps [napi-build](https://github.com/napi-rs/napi-rs) from 2.3.1 to 2.4.1. - [Release notes](https://github.com/napi-rs/napi-rs/releases) - [Commits](https://github.com/napi-rs/napi-rs/compare/napi-build-v2.3.1...napi-build-v2.4.1) --- updated-dependencies: - dependency-name: napi-build dependency-version: 2.4.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- typescript/Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/typescript/Cargo.lock b/typescript/Cargo.lock index d1b37a7e..059467aa 100644 --- a/typescript/Cargo.lock +++ b/typescript/Cargo.lock @@ -1263,9 +1263,9 @@ dependencies = [ [[package]] name = "napi-build" -version = "2.3.1" +version = "2.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d376940fd5b723c6893cd1ee3f33abbfd86acb1cd1ec079f3ab04a2a3bc4d3b1" +checksum = "60fdf9b392c50e7c4170fa633bd909490ed7835cea4c046776d1a4dd8d2ae0ab" [[package]] name = "napi-derive"