From 08e287b620b26299fdbb066d81573acae90047a6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 13:55:36 +0200 Subject: [PATCH] Update node dependencies (#157) Co-authored-by: adRn-s <62971995+adRn-s@users.noreply.github.com> --- frontend/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index 0085f5691..84511a5c4 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -23,10 +23,10 @@ "bootstrap": "5.3.3", "js-cookie": "3.0.5", "moment": "2.30.1", - "pinia": "2.2.2", + "pinia": "2.2.4", "sass": "1.79.4", "serve": "14.2.3", - "vue": "3.5.10", + "vue": "3.5.11", "vue-router": "4.4.5", "vue-toastification": "2.0.0-rc.5" },