From 59e183e9d9d13e31440137bcf52278c67046ecb1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Dec 2025 17:56:19 +0000 Subject: [PATCH] build(deps): bump @tauri-apps/plugin-store from 2.3.0 to 2.4.1 Bumps [@tauri-apps/plugin-store](https://github.com/tauri-apps/plugins-workspace) from 2.3.0 to 2.4.1. - [Release notes](https://github.com/tauri-apps/plugins-workspace/releases) - [Commits](https://github.com/tauri-apps/plugins-workspace/compare/os-v2.3.0...fs-v2.4.1) --- updated-dependencies: - dependency-name: "@tauri-apps/plugin-store" dependency-version: 2.4.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6465ccde..c08a24c7 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "@tauri-apps/plugin-os": "^2.0.0", "@tauri-apps/plugin-process": "^2.0.0", "@tauri-apps/plugin-shell": "^2.0.0", - "@tauri-apps/plugin-store": "2.3.0", + "@tauri-apps/plugin-store": "2.4.1", "react": "^19.0.0", "react-dom": "^19.0.0", "react-i18next": "^16.0.0",