From c74c9481b6b51a906a4642d35814afa3e3ac9906 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 16:51:33 +0000 Subject: [PATCH] fix(deps): update dependency pinia to v3 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1df93489b..327f0a1c8 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "@vueuse/core": "^11.3.0", "debounce": "^3.0.0", "dompurify": "^3.3.3", - "pinia": "^2.3.1", + "pinia": "^3.0.4", "vue": "^2.7.16", "vue-infinite-loading": "^2.4.5", "vue-material-design-icons": "^5.3.1",