From f9ee6118ef9e5901e2287543b03490a2a045d525 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 May 2026 01:13:45 +0000 Subject: [PATCH] chore(deps): bump @tauri-apps/api Bumps [@tauri-apps/api](https://github.com/tauri-apps/tauri) from 2.10.1 to 2.11.0. - [Release notes](https://github.com/tauri-apps/tauri/releases) - [Commits](https://github.com/tauri-apps/tauri/compare/@tauri-apps/api-v2.10.1...@tauri-apps/api-v2.11.0) --- updated-dependencies: - dependency-name: "@tauri-apps/api" dependency-version: 2.11.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- v2/crates/wifi-densepose-desktop/ui/package-lock.json | 8 ++++---- v2/crates/wifi-densepose-desktop/ui/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/v2/crates/wifi-densepose-desktop/ui/package-lock.json b/v2/crates/wifi-densepose-desktop/ui/package-lock.json index a48e8eae..a36c4e7d 100644 --- a/v2/crates/wifi-densepose-desktop/ui/package-lock.json +++ b/v2/crates/wifi-densepose-desktop/ui/package-lock.json @@ -8,7 +8,7 @@ "name": "ruview-desktop-ui", "version": "0.4.4", "dependencies": { - "@tauri-apps/api": "^2.0.0", + "@tauri-apps/api": "^2.11.0", "@tauri-apps/plugin-dialog": "^2.7.0", "@tauri-apps/plugin-shell": "^2.3.5", "react": "^18.3.1", @@ -1154,9 +1154,9 @@ ] }, "node_modules/@tauri-apps/api": { - "version": "2.10.1", - "resolved": "https://registry.npmjs.org/@tauri-apps/api/-/api-2.10.1.tgz", - "integrity": "sha512-hKL/jWf293UDSUN09rR69hrToyIXBb8CjGaWC7gfinvnQrBVvnLr08FeFi38gxtugAVyVcTa5/FD/Xnkb1siBw==", + "version": "2.11.0", + "resolved": "https://registry.npmjs.org/@tauri-apps/api/-/api-2.11.0.tgz", + "integrity": "sha512-7CinYODhky9lmO23xHnUFv0Xt43fbtWMyxZcLcRBlFkcgXKuEirBvHpmtJ89YMhyeGcq20Wuc47Fa4XjyniywA==", "license": "Apache-2.0 OR MIT", "funding": { "type": "opencollective", diff --git a/v2/crates/wifi-densepose-desktop/ui/package.json b/v2/crates/wifi-densepose-desktop/ui/package.json index 195e912b..8552dd1a 100644 --- a/v2/crates/wifi-densepose-desktop/ui/package.json +++ b/v2/crates/wifi-densepose-desktop/ui/package.json @@ -9,7 +9,7 @@ "preview": "vite preview" }, "dependencies": { - "@tauri-apps/api": "^2.0.0", + "@tauri-apps/api": "^2.11.0", "@tauri-apps/plugin-dialog": "^2.7.0", "@tauri-apps/plugin-shell": "^2.3.5", "react": "^18.3.1",