From c5519276ea25d5516e6ce29e4fcfdcf1d3646b43 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 25 Oct 2024 01:20:08 +0000 Subject: [PATCH] fix(deps): update dependency vue to v3 [security] --- 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 53bbe28e..9ab086dc 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.4", "fhirpath": "3.15.2", - "vue": "2.7.16", + "vue": "3.0.0", "vue-router": "3.6.5", "vuejs-logger": "1.5.5" },