From 8343b42b4fcbe786c94ea4334719681ae5fa5ebe Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 16 Dec 2025 04:34:49 +0000 Subject: [PATCH] fix: frontend/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-VUETIFY-14412764 - https://snyk.io/vuln/SNYK-JS-VUETIFY-14412705 --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index 929edeb0..369d96c7 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -23,7 +23,7 @@ "vue-chat-scroll": "^1.4.0", "vue-router": "^3.5.1", "vue2-ace-editor": "0.0.15", - "vuetify": "^2.5.1", + "vuetify": "^3.0.0", "vuex": "^3.6.2" }, "devDependencies": {