From cdd1c2b5ba25173f7960e153f081007437e45621 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 02:48:19 +0000 Subject: [PATCH] Bump @tauri-apps/plugin-os from 2.0.0 to 2.2.0 Bumps [@tauri-apps/plugin-os](https://github.com/tauri-apps/plugins-workspace) from 2.0.0 to 2.2.0. - [Release notes](https://github.com/tauri-apps/plugins-workspace/releases) - [Commits](https://github.com/tauri-apps/plugins-workspace/compare/os-v2.0.0...os-v2.2.0) --- updated-dependencies: - dependency-name: "@tauri-apps/plugin-os" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 ++++----- package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0260c34..739700a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "@tauri-apps/plugin-global-shortcut": "2.0.0", "@tauri-apps/plugin-http": "2.0.1", "@tauri-apps/plugin-notification": "2.0.0", - "@tauri-apps/plugin-os": "2.0.0", + "@tauri-apps/plugin-os": "2.2.0", "@tauri-apps/plugin-process": "2.0.0", "@tauri-apps/plugin-shell": "2.0.1", "@tauri-apps/plugin-updater": "2.0.0", @@ -1663,10 +1663,9 @@ } }, "node_modules/@tauri-apps/plugin-os": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/@tauri-apps/plugin-os/-/plugin-os-2.0.0.tgz", - "integrity": "sha512-M7hG/nNyQYTJxVG/UhTKhp9mpXriwWzrs9mqDreB8mIgqA3ek5nHLdwRZJWhkKjZrnDT4v9CpA9BhYeplTlAiA==", - "license": "MIT OR Apache-2.0", + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/@tauri-apps/plugin-os/-/plugin-os-2.2.0.tgz", + "integrity": "sha512-HszbCdbisMlu5QhCNAN8YIWyz2v33abAWha6+uvV2CKX8P5VSct/y+kEe22JeyqrxCnWlQ3DRx7s49Byg7/0EA==", "dependencies": { "@tauri-apps/api": "^2.0.0" } diff --git a/package.json b/package.json index 6f20807..5dae864 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "@tauri-apps/plugin-global-shortcut": "2.0.0", "@tauri-apps/plugin-http": "2.0.1", "@tauri-apps/plugin-notification": "2.0.0", - "@tauri-apps/plugin-os": "2.0.0", + "@tauri-apps/plugin-os": "2.2.0", "@tauri-apps/plugin-process": "2.0.0", "@tauri-apps/plugin-shell": "2.0.1", "@tauri-apps/plugin-updater": "2.0.0",