From c32ee3806dbc82ec79c47cd502211db6bf752309 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 7 Aug 2025 11:44:23 +0000 Subject: [PATCH] Update all non-major dependencies --- Cargo.toml | 6 +++--- package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 52e4423..cc4d836 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,11 +14,11 @@ crate-type = ["cdylib", "rlib"] default = ["console_error_panic_hook"] [dependencies] -nalgebra = "0.32.3" +nalgebra = "0.34.0" wasm-bindgen = { version = "0.2.84", features = ["serde-serialize"] } serde = { version = "1.0", features = ["derive"] } -serde-wasm-bindgen = "0.5" -itertools = "0.10.5" +serde-wasm-bindgen = "0.6" +itertools = "0.14.0" console_error_panic_hook = { version = "0.1.7", optional = true } [dev-dependencies] diff --git a/package.json b/package.json index 67ce2c3..f59df35 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "test": "cargo test -- --nocapture" }, "devDependencies": { - "wasm-pack": "0.12.0" + "wasm-pack": "0.13.1" }, "dependencies": {} } diff --git a/yarn.lock b/yarn.lock index 37821e2..f7aa391 100644 --- a/yarn.lock +++ b/yarn.lock @@ -146,10 +146,10 @@ tar@^6.1.11: mkdirp "^1.0.3" yallist "^4.0.0" -wasm-pack@0.12.0: - version "0.12.0" - resolved "https://registry.yarnpkg.com/wasm-pack/-/wasm-pack-0.12.0.tgz#3c360e14eecbef3c705f23bca2f9df0424f748a9" - integrity sha512-2MuRmArr8x0S6GAQKJtToH2tJ9rM8nJ2yy6J+ueMm2v4deKAh0uAOT2BwJlLoZ0VnELtKBDjJ17NV/RFDt/QpA== +wasm-pack@0.13.1: + version "0.13.1" + resolved "https://registry.yarnpkg.com/wasm-pack/-/wasm-pack-0.13.1.tgz#345701522420ad74a5b584f1bdaf6db8c264cb54" + integrity sha512-P9exD4YkjpDbw68xUhF3MDm/CC/3eTmmthyG5bHJ56kalxOTewOunxTke4SyF8MTXV6jUtNjXggPgrGmMtczGg== dependencies: binary-install "^1.0.1"