diff --git a/package-lock.json b/package-lock.json index 46208a24..208d1f92 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@nextcloud/dialogs": "^5.3.5", "@nextcloud/initial-state": "^2.2.0", "@nextcloud/router": "^3.0.1", - "@nextcloud/vue": "^8.14.0", + "@nextcloud/vue": "^8.15.0", "vue": "^2.7.14", "vue-material-design-icons": "^5.3.0" }, @@ -2696,9 +2696,9 @@ } }, "node_modules/@nextcloud/vue": { - "version": "8.14.0", - "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-8.14.0.tgz", - "integrity": "sha512-hB3dG7tZWpItC74PfbTLW02754qYXFDH+h7Ksq6b7e8WlhnKLWrhNGKhSpNDt9/g+vb5bSIOxbiDZIJZ63hAuQ==", + "version": "8.15.0", + "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-8.15.0.tgz", + "integrity": "sha512-Yxf7bIzKV3vCDJDZo99dSLpfe9wMh0hTvmlov5B8V+ZX/foq+O/EcvPivbJmesjIi6LKg+z4K53d7tU2izAPSg==", "dependencies": { "@floating-ui/dom": "^1.1.0", "@linusborg/vue-simple-portal": "^0.1.5", @@ -2711,6 +2711,7 @@ "@nextcloud/l10n": "^3.0.1", "@nextcloud/logger": "^3.0.1", "@nextcloud/router": "^3.0.0", + "@nextcloud/sharing": "^0.2.2", "@nextcloud/timezones": "^0.1.1", "@nextcloud/vue-select": "^3.25.0", "@vueuse/components": "^10.9.0", diff --git a/package.json b/package.json index d8fd6e4c..62a3fcbf 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "@nextcloud/dialogs": "^5.3.5", "@nextcloud/initial-state": "^2.2.0", "@nextcloud/router": "^3.0.1", - "@nextcloud/vue": "^8.14.0", + "@nextcloud/vue": "^8.15.0", "vue": "^2.7.14", "vue-material-design-icons": "^5.3.0" },