From 89583ce16db9efc393adce7b9eb7e665764ebb7d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 11 Sep 2023 09:02:01 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ASYNCVALIDATOR-2311201 - https://snyk.io/vuln/SNYK-JS-ELEMENTPLUS-2803070 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index eb706de3..10e1157f 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "bootstrap-vue": "2.15.0", "chart.js": "2.9.4", "core-js": "3.6.5", - "element-plus": "1.0.1-beta.24", + "element-plus": "2.0.6", "nouislider": "14.6.0", "google-maps": "4.3.3", "vue": "3.0.5",