diff --git a/next-ui/package-lock.json b/next-ui/package-lock.json index a73529672..bcf0b9382 100644 --- a/next-ui/package-lock.json +++ b/next-ui/package-lock.json @@ -18,7 +18,7 @@ "pinia-plugin-persistedstate": "^4.3.0", "vue": "^3.5.16", "vue-intl": "^6.5.25", - "vuetify": "^3.8.5" + "vuetify": "^3.8.11" }, "devDependencies": { "@chromatic-com/storybook": "^4.0.0", @@ -10619,9 +10619,9 @@ } }, "node_modules/vuetify": { - "version": "3.8.5", - "resolved": "https://registry.npmjs.org/vuetify/-/vuetify-3.8.5.tgz", - "integrity": "sha512-W/mTaNDyO6NRqAQmnkMUn9TYvRb//BPF/vk7h3+2xNJOyI9ev90JmYjrihOtb+6QDrB79wVUH0Y+0OjYK73GsA==", + "version": "3.8.11", + "resolved": "https://registry.npmjs.org/vuetify/-/vuetify-3.8.11.tgz", + "integrity": "sha512-sF5U364CFWq/K3zhC1z90DPHDp1EL6bepKpgzfIfHN6I2BoC1qjbH+hEqozqaGETrIBK7+ShccAzZ8CHL56YZQ==", "license": "MIT", "engines": { "node": "^12.20 || >=14.13" diff --git a/next-ui/package.json b/next-ui/package.json index e7acc5548..1159be388 100644 --- a/next-ui/package.json +++ b/next-ui/package.json @@ -35,7 +35,7 @@ "pinia-plugin-persistedstate": "^4.3.0", "vue": "^3.5.16", "vue-intl": "^6.5.25", - "vuetify": "^3.8.5" + "vuetify": "^3.8.11" }, "devDependencies": { "@chromatic-com/storybook": "^4.0.0", diff --git a/next-ui/src/components/dialog/Confirm.vue b/next-ui/src/components/dialog/Confirm.vue index 4b1154f57..604a39467 100644 --- a/next-ui/src/components/dialog/Confirm.vue +++ b/next-ui/src/components/dialog/Confirm.vue @@ -35,7 +35,7 @@ @@ -70,8 +70,6 @@