From 1f0ad8ca1c81314e6c517f0a86b9b63f10d750f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 8 Feb 2026 11:54:20 +0000 Subject: [PATCH] Bump @tauri-apps/plugin-shell from 2.3.4 to 2.3.5 Bumps [@tauri-apps/plugin-shell](https://github.com/tauri-apps/plugins-workspace) from 2.3.4 to 2.3.5. - [Release notes](https://github.com/tauri-apps/plugins-workspace/releases) - [Commits](https://github.com/tauri-apps/plugins-workspace/compare/nfc-v2.3.4...shell-v2.3.5) --- updated-dependencies: - dependency-name: "@tauri-apps/plugin-shell" dependency-version: 2.3.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index a139664..4600e2e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "@tauri-apps/api": "^2.9.1", "@tauri-apps/plugin-autostart": "^2.5.1", "@tauri-apps/plugin-dialog": "^2.5.0", - "@tauri-apps/plugin-shell": "^2.3.4", + "@tauri-apps/plugin-shell": "^2.3.5", "@tauri-apps/plugin-store": "^2.4.2", "debug": "^4.4.3", "new-github-issue-url": "^1.1.0", @@ -1453,12 +1453,12 @@ } }, "node_modules/@tauri-apps/plugin-shell": { - "version": "2.3.4", - "resolved": "https://registry.npmjs.org/@tauri-apps/plugin-shell/-/plugin-shell-2.3.4.tgz", - "integrity": "sha512-ktsRWf8wHLD17aZEyqE8c5x98eNAuTizR1FSX475zQ4TxaiJnhwksLygQz+AGwckJL5bfEP13nWrlTNQJUpKpA==", + "version": "2.3.5", + "resolved": "https://registry.npmjs.org/@tauri-apps/plugin-shell/-/plugin-shell-2.3.5.tgz", + "integrity": "sha512-jewtULhiQ7lI7+owCKAjc8tYLJr92U16bPOeAa472LHJdgaibLP83NcfAF2e+wkEcA53FxKQAZ7byDzs2eeizg==", "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/node_modules/@tauri-apps/api": { diff --git a/package.json b/package.json index a597964..8363616 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "@tauri-apps/api": "^2.9.1", "@tauri-apps/plugin-autostart": "^2.5.1", "@tauri-apps/plugin-dialog": "^2.5.0", - "@tauri-apps/plugin-shell": "^2.3.4", + "@tauri-apps/plugin-shell": "^2.3.5", "@tauri-apps/plugin-store": "^2.4.2", "debug": "^4.4.3", "new-github-issue-url": "^1.1.0",