From fc4da8217430f476133f6afa808d44d9048ee42f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 Jan 2026 01:07:45 +0000 Subject: [PATCH] build(deps): bump @tauri-apps/plugin-dialog from 2.3.2 to 2.6.0 Bumps [@tauri-apps/plugin-dialog](https://github.com/tauri-apps/plugins-workspace) from 2.3.2 to 2.6.0. - [Release notes](https://github.com/tauri-apps/plugins-workspace/releases) - [Commits](https://github.com/tauri-apps/plugins-workspace/compare/os-v2.3.2...log-v2.6.0) --- updated-dependencies: - dependency-name: "@tauri-apps/plugin-dialog" dependency-version: 2.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1bf1a62e..4a10195d 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "@tauri-apps/api": "2.7.0", "@tauri-apps/cli": "^2.0.0", "@tauri-apps/plugin-autostart": "^2.0.0", - "@tauri-apps/plugin-dialog": "2.3.2", + "@tauri-apps/plugin-dialog": "2.6.0", "@tauri-apps/plugin-fs": "^2.0.0", "@tauri-apps/plugin-notification": "^2.0.0", "@tauri-apps/plugin-os": "^2.0.0",