From de09e691e93698dc3add9975d257f8664771082f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 18 Oct 2024 03:57:21 +0000 Subject: [PATCH] fix: Web/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ELLIPTIC-8187303 - https://snyk.io/vuln/SNYK-JS-VUE-8219889 - https://snyk.io/vuln/SNYK-JS-VUECOMPILERSFC-8219886 --- Web/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Web/package.json b/Web/package.json index 001143af5..4e49cbb7f 100644 --- a/Web/package.json +++ b/Web/package.json @@ -34,14 +34,14 @@ "lodash": "^4.17.21", "marked": "^2.1.3", "moment": "^2.29.1", - "vue": "^2.6.14", + "vue": "^3.0.0", "vue-hot-reload-api": "^2.3.4", "vue-html-loader": "^1.2.4", "vue-loader": "15.9.8", "vue-octicon": "^2.1.1", "vue-style-loader": "^4.1.3", "vue-template-compiler": "^2.6.14", - "webpack": "^4.46.0", + "webpack": "^5.0.0", "webpack-cli": "^3.3.12" } }