diff --git a/client/package-lock.json b/client/package-lock.json index 82e8f11c..9094b436 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -21,7 +21,7 @@ "lodash": "4.17.23", "vue": "3.5.30", "vue-router": "5.0.3", - "vuetify": "3.12.3" + "vuetify": "4.0.2" }, "devDependencies": { "@sentry/vite-plugin": "5.1.1", @@ -11897,9 +11897,9 @@ } }, "node_modules/vuetify": { - "version": "3.12.3", - "resolved": "https://registry.npmjs.org/vuetify/-/vuetify-3.12.3.tgz", - "integrity": "sha512-7QzgftMu8OYKRz/jr2yntPEJ7WFmAzMn8jyeUcW7gz539MjQbDF3UrqZXW3aWi458UVJW9WWvzQn9x5B75Aijw==", + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/vuetify/-/vuetify-4.0.2.tgz", + "integrity": "sha512-klgSGmfXoLajdTuuxreilzDQjp0ojzL2U5v6Z3ZbMYtpihPPXT9rkd/FxWL3dIGevnWdgaP2Kpwoz6aS/MISDA==", "license": "MIT", "funding": { "type": "github", diff --git a/client/package.json b/client/package.json index e273b214..d31f2d26 100644 --- a/client/package.json +++ b/client/package.json @@ -27,7 +27,7 @@ "lodash": "4.17.23", "vue": "3.5.30", "vue-router": "5.0.3", - "vuetify": "3.12.3" + "vuetify": "4.0.2" }, "devDependencies": { "@sentry/vite-plugin": "5.1.1",