From 093efbd200ee0425f29e2a130729f8d407345dca Mon Sep 17 00:00:00 2001 From: Shaun Arman Date: Fri, 5 Jun 2026 13:26:06 -0500 Subject: [PATCH] fix: pin plugin-stronghold npm version to match Rust crate (2.3.1) Address automated review finding: "^2" was overly permissive and inconsistent with other plugin version pins added in this PR. --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3be51369..1b3f3473 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "@tauri-apps/api": "^2.11.0", "@tauri-apps/plugin-dialog": "^2.7.1", "@tauri-apps/plugin-fs": "^2.5.1", - "@tauri-apps/plugin-stronghold": "^2", + "@tauri-apps/plugin-stronghold": "^2.3.1", "class-variance-authority": "^0.7", "clsx": "^2", "lucide-react": "latest", diff --git a/package.json b/package.json index c2954fa4..b30ed0cb 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "@tauri-apps/api": "^2.11.0", "@tauri-apps/plugin-dialog": "^2.7.1", "@tauri-apps/plugin-fs": "^2.5.1", - "@tauri-apps/plugin-stronghold": "^2", + "@tauri-apps/plugin-stronghold": "^2.3.1", "class-variance-authority": "^0.7", "clsx": "^2", "lucide-react": "latest",