From f0271dde20fd6c46c75f989480e09cb7036e1e88 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 6 Sep 2024 08:55:06 +0000 Subject: [PATCH] fix: packages/UI/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-POSTCSS-5926692 --- packages/UI/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/UI/package.json b/packages/UI/package.json index ff993230c4..833d169302 100644 --- a/packages/UI/package.json +++ b/packages/UI/package.json @@ -26,7 +26,7 @@ "html-parsed-element": "^0.4.1", "md5": "^2.3.0", "pinia": "^2.1.6", - "vue": "^3.3.4", + "vue": "^3.3.5", "vue-router": "^4.2.4", "vue3-pdfjs": "^0.1.6" },