diff --git a/package-lock.json b/package-lock.json index c6aad8926..78660b685 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@nextcloud/files": "^3.0.0-beta.11", "@nextcloud/l10n": "^2.1.0", "@nextcloud/router": "^2.1.2", - "@nextcloud/vue": "^7.12.2", + "@nextcloud/vue": "^7.12.4", "nextcloud-server": "^0.15.10", "oc-react-components": "^0.2.1", "react": "^17.0.2", @@ -2458,9 +2458,9 @@ "integrity": "sha512-izi6OBEVrAwaHiqWITjOPBbVtcKZKAXTocJqPZsAKA2lvmbpFEyPSAxgcqmisbiMYj9EvrooUEPLHQeQqVMWAg==" }, "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", @@ -2501,6 +2501,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" @@ -13932,6 +13933,17 @@ "dev": true, "peer": true }, + "node_modules/vue-frag": { + "version": "1.4.3", + "resolved": "https://registry.npmjs.org/vue-frag/-/vue-frag-1.4.3.tgz", + "integrity": "sha512-pQZj03f/j9LRhzz9vKaXTCXUHVYHuAXicshFv76VFqwz4MG3bcb+sPZMAbd0wmw7THjkrTPuoM0EG9TbG8CgMQ==", + "funding": { + "url": "https://github.com/privatenumber/vue-frag?sponsor=1" + }, + "peerDependencies": { + "vue": "^2.6.0" + } + }, "node_modules/vue-hot-reload-api": { "version": "2.3.4", "resolved": "https://registry.npmjs.org/vue-hot-reload-api/-/vue-hot-reload-api-2.3.4.tgz", @@ -16474,9 +16486,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", @@ -16517,6 +16529,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" @@ -25062,6 +25075,12 @@ } } }, + "vue-frag": { + "version": "1.4.3", + "resolved": "https://registry.npmjs.org/vue-frag/-/vue-frag-1.4.3.tgz", + "integrity": "sha512-pQZj03f/j9LRhzz9vKaXTCXUHVYHuAXicshFv76VFqwz4MG3bcb+sPZMAbd0wmw7THjkrTPuoM0EG9TbG8CgMQ==", + "requires": {} + }, "vue-hot-reload-api": { "version": "2.3.4", "resolved": "https://registry.npmjs.org/vue-hot-reload-api/-/vue-hot-reload-api-2.3.4.tgz", diff --git a/package.json b/package.json index a6ba5cf3f..70590f4ab 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "@nextcloud/files": "^3.0.0-beta.11", "@nextcloud/l10n": "^2.1.0", "@nextcloud/router": "^2.1.2", - "@nextcloud/vue": "^7.12.2", + "@nextcloud/vue": "^7.12.4", "nextcloud-server": "^0.15.10", "oc-react-components": "^0.2.1", "react": "^17.0.2",