From ed35bf1770996f5022c0bead04639cd2bc6a7394 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 23:37:37 +0000 Subject: [PATCH] Bump @tauri-apps/plugin-shell from 2.0.0 to 2.0.1 Bumps [@tauri-apps/plugin-shell](https://github.com/tauri-apps/plugins-workspace) from 2.0.0 to 2.0.1. - [Release notes](https://github.com/tauri-apps/plugins-workspace/releases) - [Commits](https://github.com/tauri-apps/plugins-workspace/compare/fs-v2.0.0...os-v2.0.1) --- updated-dependencies: - dependency-name: "@tauri-apps/plugin-shell" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 ++++----- package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 754223a..66bc557 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@tauri-apps/plugin-fs": "^2.0.0", "@tauri-apps/plugin-notification": "^2.0.0", "@tauri-apps/plugin-os": "^2.0.0", - "@tauri-apps/plugin-shell": "^2.0.0", + "@tauri-apps/plugin-shell": "^2.0.1", "svelte-simple-modal": "^1.6.1", "svelte-tabs": "^1.1.0", "the-new-css-reset": "^1.11.3" @@ -710,10 +710,9 @@ } }, "node_modules/@tauri-apps/plugin-shell": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/@tauri-apps/plugin-shell/-/plugin-shell-2.0.0.tgz", - "integrity": "sha512-OpW2+ycgJLrEoZityWeWYk+6ZWP9VyiAfbO+N/O8VfLkqyOym8kXh7odKDfINx9RAotkSGBtQM4abyKfJDkcUg==", - "license": "MIT OR Apache-2.0", + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/@tauri-apps/plugin-shell/-/plugin-shell-2.0.1.tgz", + "integrity": "sha512-akU1b77sw3qHiynrK0s930y8zKmcdrSD60htjH+mFZqv5WaakZA/XxHR3/sF1nNv9Mgmt/Shls37HwnOr00aSw==", "dependencies": { "@tauri-apps/api": "^2.0.0" } diff --git a/package.json b/package.json index b2092a3..e498990 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "@tauri-apps/plugin-fs": "^2.0.0", "@tauri-apps/plugin-notification": "^2.0.0", "@tauri-apps/plugin-os": "^2.0.0", - "@tauri-apps/plugin-shell": "^2.0.0", + "@tauri-apps/plugin-shell": "^2.0.1", "svelte-simple-modal": "^1.6.1", "svelte-tabs": "^1.1.0", "the-new-css-reset": "^1.11.3"