diff --git a/package-lock.json b/package-lock.json index fa6a697..0c4cd4e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "@tauri-apps/plugin-notification": "^2.0.0-beta.5", "@tauri-apps/plugin-os": "^2.0.0-beta.5", "@tauri-apps/plugin-process": "^2.0.0-beta.5", - "@tauri-apps/plugin-shell": "^2.0.0-beta.6", + "@tauri-apps/plugin-shell": "^2.2.1", "@tauri-apps/plugin-store": "^2.0.0-beta.5", "react": "^18.3.1", "react-dom": "^18.3.1", @@ -1784,9 +1784,9 @@ ] }, "node_modules/@tauri-apps/api": { - "version": "2.0.0-rc.4", - "resolved": "https://registry.npmjs.org/@tauri-apps/api/-/api-2.0.0-rc.4.tgz", - "integrity": "sha512-UNiIhhKG08j4ooss2oEEVexffmWkgkYlC2M3GcX3VPtNsqFgVNL8Mcw/4Y7rO9M9S+ffAMnLOF5ypzyuyb8tyg==", + "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", @@ -2065,12 +2065,12 @@ } }, "node_modules/@tauri-apps/plugin-shell": { - "version": "2.0.0-rc.1", - "resolved": "https://registry.npmjs.org/@tauri-apps/plugin-shell/-/plugin-shell-2.0.0-rc.1.tgz", - "integrity": "sha512-JtNROc0rqEwN/g93ig5pK4cl1vUo2yn+osCpY9de64cy/d9hRzof7AuYOgvt/Xcd5VPQmlgo2AGvUh5sQRSR1A==", - "license": "MIT or APACHE-2.0", + "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-rc.4" + "@tauri-apps/api": "^2.0.0" } }, "node_modules/@tauri-apps/plugin-store": { diff --git a/package.json b/package.json index 86cf0b6..5b97ce1 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "@tauri-apps/plugin-notification": "^2.0.0-beta.5", "@tauri-apps/plugin-os": "^2.0.0-beta.5", "@tauri-apps/plugin-process": "^2.0.0-beta.5", - "@tauri-apps/plugin-shell": "^2.0.0-beta.6", + "@tauri-apps/plugin-shell": "^2.2.1", "@tauri-apps/plugin-store": "^2.0.0-beta.5", "react": "^18.3.1", "react-dom": "^18.3.1",