From 7f35f1ae538fc9dca55d6e2f428b7da973ef4721 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Dec 2025 01:09:25 +0000 Subject: [PATCH] build(deps): bump @tauri-apps/plugin-dialog from 2.3.2 to 2.4.2 Bumps [@tauri-apps/plugin-dialog](https://github.com/tauri-apps/plugins-workspace) from 2.3.2 to 2.4.2. - [Release notes](https://github.com/tauri-apps/plugins-workspace/releases) - [Commits](https://github.com/tauri-apps/plugins-workspace/compare/os-v2.3.2...fs-v2.4.2) --- updated-dependencies: - dependency-name: "@tauri-apps/plugin-dialog" dependency-version: 2.4.2 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 e2058c6a..ef4643d9 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.4.2", "@tauri-apps/plugin-fs": "^2.0.0", "@tauri-apps/plugin-notification": "^2.0.0", "@tauri-apps/plugin-os": "^2.0.0",