diff --git a/package-lock.json b/package-lock.json index 3a9f91913..7a079ce8d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "@nextcloud/moment": "^1.3.1", "@nextcloud/notify_push": "^1.3.0", "@nextcloud/router": "^3.0.1", - "@nextcloud/vue": "^8.13.0", + "@nextcloud/vue": "^8.16.0", "howler": "^2.2.4", "v-click-outside": "^3.2.0", "vue": "^2.7.16", @@ -2779,9 +2779,10 @@ } }, "node_modules/@nextcloud/vue": { - "version": "8.13.0", - "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-8.13.0.tgz", - "integrity": "sha512-FV0GWSbxkaDQ8S/bWc4XcCXzJfpHzJn4xj0pK/jEwSwdSleBdBFsFFGo+wLCAGoXH5Xf5mHE+LtATFh6wnX7VA==", + "version": "8.16.0", + "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-8.16.0.tgz", + "integrity": "sha512-xkoR2VeWk+WTTmXC01Z7hI0yztSf222XMPXhy9OkDNQBXmCl/idEjNnMWmxezJMyqALtFD/csouW+GS7JUVoFw==", + "license": "AGPL-3.0-or-later", "dependencies": { "@floating-ui/dom": "^1.1.0", "@linusborg/vue-simple-portal": "^0.1.5", @@ -2794,6 +2795,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 443b94679..66b3137e9 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "@nextcloud/moment": "^1.3.1", "@nextcloud/notify_push": "^1.3.0", "@nextcloud/router": "^3.0.1", - "@nextcloud/vue": "^8.13.0", + "@nextcloud/vue": "^8.16.0", "howler": "^2.2.4", "v-click-outside": "^3.2.0", "vue": "^2.7.16",