From 533fbded6980b038bd048b477fe8e5492d03b88d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 17:19:45 +0000 Subject: [PATCH] chore(deps): bump @tauri-apps/plugin-deep-link from 2.2.1 to 2.4.5 Bumps [@tauri-apps/plugin-deep-link](https://github.com/tauri-apps/plugins-workspace) from 2.2.1 to 2.4.5. - [Release notes](https://github.com/tauri-apps/plugins-workspace/releases) - [Commits](https://github.com/tauri-apps/plugins-workspace/compare/os-v2.2.1...deep-link-v2.4.5) --- updated-dependencies: - dependency-name: "@tauri-apps/plugin-deep-link" dependency-version: 2.4.5 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- apps/tauri-app/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/tauri-app/package.json b/apps/tauri-app/package.json index 2a8e254..f719f04 100644 --- a/apps/tauri-app/package.json +++ b/apps/tauri-app/package.json @@ -30,7 +30,7 @@ "@tauri-apps/plugin-autostart": "~2.2.0", "@tauri-apps/plugin-cli": "~2.2.0", "@tauri-apps/plugin-clipboard-manager": "~2.2.1", - "@tauri-apps/plugin-deep-link": "~2.2.0", + "@tauri-apps/plugin-deep-link": "~2.4.5", "@tauri-apps/plugin-dialog": "~2.2.0", "@tauri-apps/plugin-fs": "~2.2.0", "@tauri-apps/plugin-global-shortcut": "~2.2.0",