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",