diff --git a/package-lock.json b/package-lock.json index e07f908d..832b10d9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@tauri-apps/plugin-global-shortcut": "^2.2.1", "@tauri-apps/plugin-os": "^2.3.1", "@tauri-apps/plugin-shell": "^2.3.1", - "@tauri-apps/plugin-store": "^2.2.1", + "@tauri-apps/plugin-store": "^2.4.0", "debug": "^4.4.1", "highlight.js": "^11.11.1", "json-with-bigint": "^3.4.4", @@ -2724,12 +2724,12 @@ } }, "node_modules/@tauri-apps/plugin-store": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/@tauri-apps/plugin-store/-/plugin-store-2.2.1.tgz", - "integrity": "sha512-/hPafeliMe0tMc8NB9tSlkAH+Ww3H7BGD8NycjfY6QBM//0jSoqCO1QGdngPxugeF5NgUNspsVkpvpTz1lLAVQ==", + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/@tauri-apps/plugin-store/-/plugin-store-2.4.0.tgz", + "integrity": "sha512-PjBnlnH6jyI71MGhrPaxUUCsOzc7WO1mbc4gRhME0m2oxLgCqbksw6JyeKQimuzv4ysdpNO3YbmaY2haf82a3A==", "license": "MIT OR Apache-2.0", "dependencies": { - "@tauri-apps/api": "^2.0.0" + "@tauri-apps/api": "^2.8.0" } }, "node_modules/@trysound/sax": { diff --git a/package.json b/package.json index 1176edb8..627d20a0 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "@tauri-apps/plugin-global-shortcut": "^2.2.1", "@tauri-apps/plugin-os": "^2.3.1", "@tauri-apps/plugin-shell": "^2.3.1", - "@tauri-apps/plugin-store": "^2.2.1", + "@tauri-apps/plugin-store": "^2.4.0", "debug": "^4.4.1", "highlight.js": "^11.11.1", "json-with-bigint": "^3.4.4",