diff --git a/package-lock.json b/package-lock.json index eeaae91..d609475 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2201,27 +2201,12 @@ } }, "node_modules/@tauri-apps/plugin-process": { - "version": "2.0.0-beta.7", - "resolved": "https://registry.npmjs.org/@tauri-apps/plugin-process/-/plugin-process-2.0.0-beta.7.tgz", - "integrity": "sha512-iK4HYnzeyqAZE5HAKd0mDI7ekYXUqA9azjA9AgL4LscOEHma1XGEP0DlcHn+RrXIvVbI4LwCol9DSNNoIrB0+w==", + "version": "2.0.0-beta.8", + "resolved": "https://registry.npmjs.org/@tauri-apps/plugin-process/-/plugin-process-2.0.0-beta.8.tgz", + "integrity": "sha512-+B25JhnBnYp58ydc4HLQJk95+lCDuZlBWzdxAwdgfCr3jq4HtucPly2Ti9yDtdlxoz0JcoX9KNextttArHBKSA==", "license": "MIT or APACHE-2.0", "dependencies": { - "@tauri-apps/api": "2.0.0-beta.15" - } - }, - "node_modules/@tauri-apps/plugin-process/node_modules/@tauri-apps/api": { - "version": "2.0.0-beta.15", - "resolved": "https://registry.npmjs.org/@tauri-apps/api/-/api-2.0.0-beta.15.tgz", - "integrity": "sha512-H9w6iISmR+NvH4XuyCZB4zDN10tf9RFt6i/9JHEjaRhAowdAaJ+oiXq/3kedizNClHMtbTQ5j0oqDVPkZDAI8g==", - "license": "Apache-2.0 OR MIT", - "engines": { - "node": ">= 18.18", - "npm": ">= 6.6.0", - "yarn": ">= 1.19.1" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/tauri" + "@tauri-apps/api": "^2.0.0-beta.16" } }, "node_modules/@tauri-apps/plugin-shell": {