diff --git a/package-lock.json b/package-lock.json index 254c622..958fd81 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@tauri-apps/api": "^2.8.0", "@tauri-apps/plugin-dialog": "^2.4.0", "@tauri-apps/plugin-fs": "^2.4.2", - "@tauri-apps/plugin-global-shortcut": "^2.2.1", + "@tauri-apps/plugin-global-shortcut": "^2.3.0", "@tauri-apps/plugin-os": "^2.3.1", "@tauri-apps/plugin-shell": "^2.3.1", "@tauri-apps/plugin-store": "^2.4.0", @@ -2697,12 +2697,12 @@ } }, "node_modules/@tauri-apps/plugin-global-shortcut": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/@tauri-apps/plugin-global-shortcut/-/plugin-global-shortcut-2.2.1.tgz", - "integrity": "sha512-b64/TI1t5LIi2JY4OWlYjZpPRq60T5GVVL/no27sUuxaNUZY8dVtwsMtDUgxUpln2yR+P2PJsYlqY5V8sLSxEw==", + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/@tauri-apps/plugin-global-shortcut/-/plugin-global-shortcut-2.3.0.tgz", + "integrity": "sha512-WbAz0ElhpP+0kzQZRScdCC7UQ7OPH8PAn//fsBNu7+ywihsnVSVOg1L9YhieAtLNtAlnmFI69Yl5AGaA3ge5IQ==", "license": "MIT OR Apache-2.0", "dependencies": { - "@tauri-apps/api": "^2.0.0" + "@tauri-apps/api": "^2.6.0" } }, "node_modules/@tauri-apps/plugin-os": { diff --git a/package.json b/package.json index 9c2d4ad..4fcd66d 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "@tauri-apps/api": "^2.8.0", "@tauri-apps/plugin-dialog": "^2.4.0", "@tauri-apps/plugin-fs": "^2.4.2", - "@tauri-apps/plugin-global-shortcut": "^2.2.1", + "@tauri-apps/plugin-global-shortcut": "^2.3.0", "@tauri-apps/plugin-os": "^2.3.1", "@tauri-apps/plugin-shell": "^2.3.1", "@tauri-apps/plugin-store": "^2.4.0",