From 5af9cee344f245c5bd79c0ac413ba70f28a08895 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 23 Oct 2025 09:12:08 +0000 Subject: [PATCH] fix: lib/vue3/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ELEMENTPLUS-12670415 --- lib/vue3/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/vue3/package.json b/lib/vue3/package.json index f071c37..6fc9360 100644 --- a/lib/vue3/package.json +++ b/lib/vue3/package.json @@ -6,7 +6,7 @@ "main": "./components", "scripts": {}, "dependencies": { - "element-plus": "^1.0.2-beta.70", + "element-plus": "^2.11.0", "vue": "3.1.5", "vue-router": "^3.5.2" },