diff --git a/refarch-frontend/package-lock.json b/refarch-frontend/package-lock.json index 98fcdbf..cb8818c 100644 --- a/refarch-frontend/package-lock.json +++ b/refarch-frontend/package-lock.json @@ -14,7 +14,7 @@ "roboto-fontface": "0.10.0", "vue": "3.5.12", "vue-router": "4.4.5", - "vuetify": "3.7.3" + "vuetify": "3.7.7" }, "devDependencies": { "@eslint/js": "9.12.0", @@ -4473,8 +4473,9 @@ } }, "node_modules/vuetify": { - "version": "3.7.3", - "integrity": "sha512-bpuvBpZl1/+nLlXDgdVXekvMNR6W/ciaoa8CYlpeAzAARbY8zUFSoBq05JlLhkIHI58AnzKVy4c09d0OtfYAPg==", + "version": "3.7.7", + "integrity": "sha512-YqKnRo2+BZWQRzfxHVA/5reQo1eLvbS9Z6N+Lvaot/5lpdi7JWooMr/hWoCr7/QPBGRcXArHppqIB+hMfPlsXw==", + "license": "MIT", "engines": { "node": "^12.20 || >=14.13" }, diff --git a/refarch-frontend/package.json b/refarch-frontend/package.json index 8606b6a..c12cc28 100644 --- a/refarch-frontend/package.json +++ b/refarch-frontend/package.json @@ -21,7 +21,7 @@ "roboto-fontface": "0.10.0", "vue": "3.5.12", "vue-router": "4.4.5", - "vuetify": "3.7.3" + "vuetify": "3.7.7" }, "devDependencies": { "@eslint/js": "9.12.0",