diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 3838456a..166b05e0 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -235,7 +235,7 @@ importers: version: 2.11.1 '@tauri-apps/plugin-shell': specifier: ^2.3.5 - version: 2.3.5 + version: 2.3.6 '@tauri-apps/plugin-updater': specifier: ^2.10.1 version: 2.11.0 @@ -2158,8 +2158,8 @@ packages: engines: {node: '>= 10'} hasBin: true - '@tauri-apps/plugin-shell@2.3.5': - resolution: {integrity: sha512-jewtULhiQ7lI7+owCKAjc8tYLJr92U16bPOeAa472LHJdgaibLP83NcfAF2e+wkEcA53FxKQAZ7byDzs2eeizg==} + '@tauri-apps/plugin-shell@2.3.6': + resolution: {integrity: sha512-C2AG+QmBJPK0E3gccLXfRdjTfGBC9DgwzGi/PfYa61ieAZbYvhvOss4OdSGfn/D28N3THGhJZEhf3lozOh/Uqw==} '@tauri-apps/plugin-updater@2.11.0': resolution: {integrity: sha512-AE36XkOoSna24G40jZMY15nzAnkXEPL/73tGoseGrtGOHuI/cZwWzHpZFLjKXDPgzYZ435z1gHu28LgrsBwIxQ==} @@ -6172,7 +6172,7 @@ snapshots: '@tauri-apps/cli-win32-ia32-msvc': 2.11.4 '@tauri-apps/cli-win32-x64-msvc': 2.11.4 - '@tauri-apps/plugin-shell@2.3.5': + '@tauri-apps/plugin-shell@2.3.6': dependencies: '@tauri-apps/api': 2.11.1 diff --git a/website/src/data/dependencies-npm.json b/website/src/data/dependencies-npm.json index c77906f4..60efdbdf 100644 --- a/website/src/data/dependencies-npm.json +++ b/website/src/data/dependencies-npm.json @@ -43,7 +43,7 @@ }, { "name": "@tauri-apps/plugin-shell", - "version": "2.3.5", + "version": "2.3.6", "license": "MIT OR Apache-2.0", "author": "Tauri Apps Contributors", "homepage": "https://github.com/tauri-apps/plugins-workspace"