Skip to content

Commit d7226e6

Browse files
fix(deps): update dependency @tauri-apps/plugin-shell to v2.3.5 (#438)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent dfb1355 commit d7226e6

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

desktop/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"@tauri-apps/plugin-log": "2.8.0",
3838
"@tauri-apps/plugin-os": "2.3.2",
3939
"@tauri-apps/plugin-process": "2.3.1",
40-
"@tauri-apps/plugin-shell": "2.3.4",
40+
"@tauri-apps/plugin-shell": "2.3.5",
4141
"@tauri-apps/plugin-store": "2.4.2",
4242
"@tauri-apps/plugin-updater": "2.9.0",
4343
"@types/lodash.debounce": "4.0.9",

desktop/yarn.lock

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2076,6 +2076,11 @@
20762076
resolved "https://registry.yarnpkg.com/@tauri-apps/api/-/api-2.9.1.tgz#e539bfa437e53864fd5e7ed0f28e8217fbc74de1"
20772077
integrity sha512-IGlhP6EivjXHepbBic618GOmiWe4URJiIeZFlB7x3czM0yDHHYviH1Xvoiv4FefdkQtn6v7TuwWCRfOGdnVUGw==
20782078

2079+
"@tauri-apps/api@^2.10.1":
2080+
version "2.10.1"
2081+
resolved "https://registry.yarnpkg.com/@tauri-apps/api/-/api-2.10.1.tgz#57c1bae6114ec33d977eb2b50dfefc25fa84fc93"
2082+
integrity sha512-hKL/jWf293UDSUN09rR69hrToyIXBb8CjGaWC7gfinvnQrBVvnLr08FeFi38gxtugAVyVcTa5/FD/Xnkb1siBw==
2083+
20792084
"@tauri-apps/cli-darwin-arm64@2.9.6":
20802085
version "2.9.6"
20812086
resolved "https://registry.yarnpkg.com/@tauri-apps/cli-darwin-arm64/-/cli-darwin-arm64-2.9.6.tgz#bb1576a6567db0d331e34d2322dc6aebde6681e8"
@@ -2190,12 +2195,12 @@
21902195
dependencies:
21912196
"@tauri-apps/api" "^2.8.0"
21922197

2193-
"@tauri-apps/plugin-shell@2.3.4":
2194-
version "2.3.4"
2195-
resolved "https://registry.yarnpkg.com/@tauri-apps/plugin-shell/-/plugin-shell-2.3.4.tgz#26cbfca659d127da81b0d4583dec9a56d13f5dfe"
2196-
integrity sha512-ktsRWf8wHLD17aZEyqE8c5x98eNAuTizR1FSX475zQ4TxaiJnhwksLygQz+AGwckJL5bfEP13nWrlTNQJUpKpA==
2198+
"@tauri-apps/plugin-shell@2.3.5":
2199+
version "2.3.5"
2200+
resolved "https://registry.yarnpkg.com/@tauri-apps/plugin-shell/-/plugin-shell-2.3.5.tgz#ec7b5c2aedaae9e4641cd3ccf1106e443e193919"
2201+
integrity sha512-jewtULhiQ7lI7+owCKAjc8tYLJr92U16bPOeAa472LHJdgaibLP83NcfAF2e+wkEcA53FxKQAZ7byDzs2eeizg==
21972202
dependencies:
2198-
"@tauri-apps/api" "^2.8.0"
2203+
"@tauri-apps/api" "^2.10.1"
21992204

22002205
"@tauri-apps/plugin-store@2.4.2":
22012206
version "2.4.2"

0 commit comments

Comments
 (0)