diff --git a/package-lock.json b/package-lock.json index 95b63980..b8863d78 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@nextcloud/logger": "^3.0.2", "@nextcloud/router": "^3.0.0", "@nextcloud/typings": "^1.9.1", - "@nextcloud/vue": "^8.14.0", + "@nextcloud/vue": "^8.16.0", "axios": "^1.6.8", "date-fns": "^3.6.0", "highlight.js": "^11.10.0", @@ -1707,9 +1707,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.16.0", + "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-8.16.0.tgz", + "integrity": "sha512-xkoR2VeWk+WTTmXC01Z7hI0yztSf222XMPXhy9OkDNQBXmCl/idEjNnMWmxezJMyqALtFD/csouW+GS7JUVoFw==", "dependencies": { "@floating-ui/dom": "^1.1.0", "@linusborg/vue-simple-portal": "^0.1.5", @@ -1722,6 +1722,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 f681b1dd..f65f962e 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "@nextcloud/logger": "^3.0.2", "@nextcloud/router": "^3.0.0", "@nextcloud/typings": "^1.9.1", - "@nextcloud/vue": "^8.14.0", + "@nextcloud/vue": "^8.16.0", "axios": "^1.6.8", "date-fns": "^3.6.0", "highlight.js": "^11.10.0",