From df32bc56dc1ee8c9005117aae83c7aa8e1fa909a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Apr 2025 22:38:16 +0000 Subject: [PATCH] chore(deps): bump @tauri-apps/plugin-shell Bumps the npm_and_yarn group with 1 update in the /examples/api directory: [@tauri-apps/plugin-shell](https://github.com/tauri-apps/plugins-workspace). Updates `@tauri-apps/plugin-shell` from 2.0.0-rc.1 to 2.2.1 - [Release notes](https://github.com/tauri-apps/plugins-workspace/releases) - [Commits](https://github.com/tauri-apps/plugins-workspace/compare/os-v2.0.0-rc.1...os-v2.2.1) --- updated-dependencies: - dependency-name: "@tauri-apps/plugin-shell" dependency-version: 2.2.1 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- examples/api/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/api/package.json b/examples/api/package.json index 2ebcac8af4..5ef87f2e05 100644 --- a/examples/api/package.json +++ b/examples/api/package.json @@ -24,7 +24,7 @@ "@tauri-apps/plugin-notification": "2.0.0-rc.1", "@tauri-apps/plugin-os": "2.0.0-rc.1", "@tauri-apps/plugin-process": "2.0.0-rc.1", - "@tauri-apps/plugin-shell": "2.0.0-rc.1", + "@tauri-apps/plugin-shell": "2.2.1", "@tauri-apps/plugin-store": "2.0.0-rc.1", "@tauri-apps/plugin-updater": "2.0.0-rc.2", "@zerodevx/svelte-json-view": "1.0.10"