diff --git a/package-lock.json b/package-lock.json index cd637d91f1..fb6fae5cff 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "@nextcloud/logger": "^2.5.0", "@nextcloud/moment": "^1.2.1", "@nextcloud/router": "^2.1.2", - "@nextcloud/vue": "^7.12.2", + "@nextcloud/vue": "^7.12.4", "@nextcloud/vue-dashboard": "^2.0.1", "autosize": "^6.0.1", "color-convert": "^2.0.1", @@ -3353,9 +3353,9 @@ } }, "node_modules/@nextcloud/vue": { - "version": "7.12.2", - "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-7.12.2.tgz", - "integrity": "sha512-AjXm/I4b1W4vtSVtZpVu4VD047IpVTgPnMP7kSKQF42XvFvP1l0pyFgd/ewPKYtm+dA/rTHsh5fg3I9xsxg79A==", + "version": "7.12.4", + "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-7.12.4.tgz", + "integrity": "sha512-ZW3DtIhD+aoaj9S4EB+X/kXCfIKgKXXMKKbECHkxl/CqtIvASmtxCNpt9DAlIETYKHwfuT3GWduxSnFCuLe1bQ==", "dependencies": { "@floating-ui/dom": "^1.1.0", "@nextcloud/auth": "^2.0.0", @@ -3396,6 +3396,7 @@ "unist-util-visit": "^4.1.2", "vue": "^2.7.14", "vue-color": "^2.8.1", + "vue-frag": "^1.4.3", "vue-material-design-icons": "^5.1.2", "vue-multiselect": "^2.1.6", "vue2-datepicker": "^3.11.0" @@ -20209,9 +20210,9 @@ } }, "@nextcloud/vue": { - "version": "7.12.2", - "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-7.12.2.tgz", - "integrity": "sha512-AjXm/I4b1W4vtSVtZpVu4VD047IpVTgPnMP7kSKQF42XvFvP1l0pyFgd/ewPKYtm+dA/rTHsh5fg3I9xsxg79A==", + "version": "7.12.4", + "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-7.12.4.tgz", + "integrity": "sha512-ZW3DtIhD+aoaj9S4EB+X/kXCfIKgKXXMKKbECHkxl/CqtIvASmtxCNpt9DAlIETYKHwfuT3GWduxSnFCuLe1bQ==", "requires": { "@floating-ui/dom": "^1.1.0", "@nextcloud/auth": "^2.0.0", @@ -20252,6 +20253,7 @@ "unist-util-visit": "^4.1.2", "vue": "^2.7.14", "vue-color": "^2.8.1", + "vue-frag": "^1.4.3", "vue-material-design-icons": "^5.1.2", "vue-multiselect": "^2.1.6", "vue2-datepicker": "^3.11.0" diff --git a/package.json b/package.json index 5e69d53465..efc4390edd 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "@nextcloud/logger": "^2.5.0", "@nextcloud/moment": "^1.2.1", "@nextcloud/router": "^2.1.2", - "@nextcloud/vue": "^7.12.2", + "@nextcloud/vue": "^7.12.4", "@nextcloud/vue-dashboard": "^2.0.1", "autosize": "^6.0.1", "color-convert": "^2.0.1",