From 0310b1fa9ac8d1fddc813992d965589475ad57fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 17 May 2026 18:11:58 -0400 Subject: [PATCH] chore(deps): bump @tauri-apps/plugin-dialog (#462) Bumps [@tauri-apps/plugin-dialog](https://github.com/tauri-apps/plugins-workspace) from 2.6.0 to 2.7.0. - [Release notes](https://github.com/tauri-apps/plugins-workspace/releases) - [Commits](https://github.com/tauri-apps/plugins-workspace/compare/log-v2.6.0...log-v2.7.0) --- updated-dependencies: - dependency-name: "@tauri-apps/plugin-dialog" dependency-version: 2.7.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- v2/crates/wifi-densepose-desktop/ui/package-lock.json | 10 +++++----- v2/crates/wifi-densepose-desktop/ui/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/v2/crates/wifi-densepose-desktop/ui/package-lock.json b/v2/crates/wifi-densepose-desktop/ui/package-lock.json index 15a7f861..a48e8eae 100644 --- a/v2/crates/wifi-densepose-desktop/ui/package-lock.json +++ b/v2/crates/wifi-densepose-desktop/ui/package-lock.json @@ -9,7 +9,7 @@ "version": "0.4.4", "dependencies": { "@tauri-apps/api": "^2.0.0", - "@tauri-apps/plugin-dialog": "^2.6.0", + "@tauri-apps/plugin-dialog": "^2.7.0", "@tauri-apps/plugin-shell": "^2.3.5", "react": "^18.3.1", "react-dom": "^19.2.5" @@ -1164,12 +1164,12 @@ } }, "node_modules/@tauri-apps/plugin-dialog": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/@tauri-apps/plugin-dialog/-/plugin-dialog-2.6.0.tgz", - "integrity": "sha512-q4Uq3eY87TdcYzXACiYSPhmpBA76shgmQswGkSVio4C82Sz2W4iehe9TnKYwbq7weHiL88Yw19XZm7v28+Micg==", + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/@tauri-apps/plugin-dialog/-/plugin-dialog-2.7.0.tgz", + "integrity": "sha512-4nS/hfGMGCXiAS3LtVjH9AgsSAPJeG/7R+q8agTFqytjnMa4Zq95Bq8WzVDkckpanX+yyRHXnRtrKXkANKDHvw==", "license": "MIT OR Apache-2.0", "dependencies": { - "@tauri-apps/api": "^2.8.0" + "@tauri-apps/api": "^2.10.1" } }, "node_modules/@tauri-apps/plugin-shell": { diff --git a/v2/crates/wifi-densepose-desktop/ui/package.json b/v2/crates/wifi-densepose-desktop/ui/package.json index 8d63e844..195e912b 100644 --- a/v2/crates/wifi-densepose-desktop/ui/package.json +++ b/v2/crates/wifi-densepose-desktop/ui/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@tauri-apps/api": "^2.0.0", - "@tauri-apps/plugin-dialog": "^2.6.0", + "@tauri-apps/plugin-dialog": "^2.7.0", "@tauri-apps/plugin-shell": "^2.3.5", "react": "^18.3.1", "react-dom": "^19.2.5"