From 7b661f2c44d4a1f136d24e4ae031ea83dd202a38 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 10 Sep 2024 09:46:04 +0000 Subject: [PATCH] fix(deps): update dependency vue to v3 --- src/list/frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/list/frontend/package.json b/src/list/frontend/package.json index 91f4cd43..5ed624f5 100644 --- a/src/list/frontend/package.json +++ b/src/list/frontend/package.json @@ -20,7 +20,7 @@ "csv-stringify": "6.5.1", "fhirclient": "2.5.3", "fhirpath": "3.14.1", - "vue": "2.7.16", + "vue": "3.5.4", "vue-router": "3.6.5", "vuejs-logger": "1.5.5" },