diff --git a/package-lock.json b/package-lock.json index 0cbf6b3..943e2c0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,9 +9,9 @@ "version": "0.5.2", "license": "MIT", "dependencies": { - "@tauri-apps/api": "^2.0.0", + "@tauri-apps/api": "^2.10.1", "@tauri-apps/plugin-global-shortcut": "^2.0.0", - "@tauri-apps/plugin-shell": "^2.3.4", + "@tauri-apps/plugin-shell": "^2.3.5", "clsx": "^2.1.0", "emojilib": "^4.0.2", "fuse.js": "^7.0.0", @@ -1736,9 +1736,9 @@ } }, "node_modules/@tauri-apps/api": { - "version": "2.9.1", - "resolved": "https://registry.npmjs.org/@tauri-apps/api/-/api-2.9.1.tgz", - "integrity": "sha512-IGlhP6EivjXHepbBic618GOmiWe4URJiIeZFlB7x3czM0yDHHYviH1Xvoiv4FefdkQtn6v7TuwWCRfOGdnVUGw==", + "version": "2.10.1", + "resolved": "https://registry.npmjs.org/@tauri-apps/api/-/api-2.10.1.tgz", + "integrity": "sha512-hKL/jWf293UDSUN09rR69hrToyIXBb8CjGaWC7gfinvnQrBVvnLr08FeFi38gxtugAVyVcTa5/FD/Xnkb1siBw==", "license": "Apache-2.0 OR MIT", "funding": { "type": "opencollective", @@ -1972,12 +1972,12 @@ } }, "node_modules/@tauri-apps/plugin-shell": { - "version": "2.3.4", - "resolved": "https://registry.npmjs.org/@tauri-apps/plugin-shell/-/plugin-shell-2.3.4.tgz", - "integrity": "sha512-ktsRWf8wHLD17aZEyqE8c5x98eNAuTizR1FSX475zQ4TxaiJnhwksLygQz+AGwckJL5bfEP13nWrlTNQJUpKpA==", + "version": "2.3.5", + "resolved": "https://registry.npmjs.org/@tauri-apps/plugin-shell/-/plugin-shell-2.3.5.tgz", + "integrity": "sha512-jewtULhiQ7lI7+owCKAjc8tYLJr92U16bPOeAa472LHJdgaibLP83NcfAF2e+wkEcA53FxKQAZ7byDzs2eeizg==", "license": "MIT OR Apache-2.0", "dependencies": { - "@tauri-apps/api": "^2.8.0" + "@tauri-apps/api": "^2.10.1" } }, "node_modules/@types/babel__core": { diff --git a/package.json b/package.json index c37f717..be415a0 100644 --- a/package.json +++ b/package.json @@ -29,9 +29,9 @@ "format": "prettier --write \"src/**/*.{ts,tsx,css}\"" }, "dependencies": { - "@tauri-apps/api": "^2.0.0", + "@tauri-apps/api": "^2.10.1", "@tauri-apps/plugin-global-shortcut": "^2.0.0", - "@tauri-apps/plugin-shell": "^2.3.4", + "@tauri-apps/plugin-shell": "^2.3.5", "clsx": "^2.1.0", "emojilib": "^4.0.2", "fuse.js": "^7.0.0",