From 1e5b90719d142e4b329bf66af0076f962c6b8344 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Apr 2025 22:37:45 +0000 Subject: [PATCH] build(deps): bump @tauri-apps/plugin-shell from 2.0.0-beta.2 to 2.2.1 Bumps [@tauri-apps/plugin-shell](https://github.com/tauri-apps/plugins-workspace) from 2.0.0-beta.2 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-beta.2...os-v2.2.1) --- updated-dependencies: - dependency-name: "@tauri-apps/plugin-shell" dependency-version: 2.2.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 37 ++++++++++--------------------------- package.json | 2 +- 2 files changed, 11 insertions(+), 28 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2dee25a..c4f129b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "@tauri-apps/plugin-notification": "^2.0.0-beta.2", "@tauri-apps/plugin-os": "^2.0.0-beta.2", "@tauri-apps/plugin-process": "^2.0.0-beta.2", - "@tauri-apps/plugin-shell": "^2.0.0-beta.2", + "@tauri-apps/plugin-shell": "^2.2.1", "clsx": "^2.1.0", "react": "^18.2.0", "react-dom": "^18.2.0", @@ -1080,14 +1080,10 @@ } }, "node_modules/@tauri-apps/api": { - "version": "2.0.0-beta.7", - "resolved": "https://registry.npmjs.org/@tauri-apps/api/-/api-2.0.0-beta.7.tgz", - "integrity": "sha512-cM7SJQP4DBkLLMOdybLFYUURWn/tng2FEdAnXlu42f3NhFxKL4KVeeQTkuwlgC7ePwwwvDSqiXGiF+dKOadY7w==", - "engines": { - "node": ">= 18", - "npm": ">= 6.6.0", - "yarn": ">= 1.19.1" - }, + "version": "2.4.1", + "resolved": "https://registry.npmjs.org/@tauri-apps/api/-/api-2.4.1.tgz", + "integrity": "sha512-5sYwZCSJb6PBGbBL4kt7CnE5HHbBqwH+ovmOW6ZVju3nX4E3JX6tt2kRklFEH7xMOIwR0btRkZktuLhKvyEQYg==", + "license": "Apache-2.0 OR MIT", "funding": { "type": "opencollective", "url": "https://opencollective.com/tauri" @@ -1458,25 +1454,12 @@ } }, "node_modules/@tauri-apps/plugin-shell": { - "version": "2.0.0-beta.2", - "resolved": "https://registry.npmjs.org/@tauri-apps/plugin-shell/-/plugin-shell-2.0.0-beta.2.tgz", - "integrity": "sha512-9rWsfN7Wt+EuWmpmNnK8bCs+04fzhEYrHtWyLIAYxb9diFdcJrEoctCP9YM2v+Uf8/y8qFC7VCbZ/9VQHANymQ==", + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/@tauri-apps/plugin-shell/-/plugin-shell-2.2.1.tgz", + "integrity": "sha512-G1GFYyWe/KlCsymuLiNImUgC8zGY0tI0Y3p8JgBCWduR5IEXlIJS+JuG1qtveitwYXlfJrsExt3enhv5l2/yhA==", + "license": "MIT OR Apache-2.0", "dependencies": { - "@tauri-apps/api": "2.0.0-beta.4" - } - }, - "node_modules/@tauri-apps/plugin-shell/node_modules/@tauri-apps/api": { - "version": "2.0.0-beta.4", - "resolved": "https://registry.npmjs.org/@tauri-apps/api/-/api-2.0.0-beta.4.tgz", - "integrity": "sha512-Nxtj28NYUo5iwYkpYslxmOPkdI2WkELU2e3UH9nbJm9Ydki2CQwJVGQxx4EANtdZcMNsEsUzRqaDTvEUYH1l6w==", - "engines": { - "node": ">= 18", - "npm": ">= 6.6.0", - "yarn": ">= 1.19.1" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/tauri" + "@tauri-apps/api": "^2.0.0" } }, "node_modules/@types/babel__core": { diff --git a/package.json b/package.json index 750708d..6e5f2bd 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "@tauri-apps/plugin-notification": "^2.0.0-beta.2", "@tauri-apps/plugin-os": "^2.0.0-beta.2", "@tauri-apps/plugin-process": "^2.0.0-beta.2", - "@tauri-apps/plugin-shell": "^2.0.0-beta.2", + "@tauri-apps/plugin-shell": "^2.2.1", "clsx": "^2.1.0", "react": "^18.2.0", "react-dom": "^18.2.0",