diff --git a/package-lock.json b/package-lock.json index 2d5591c5..dabb3707 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@nextcloud/initial-state": "^2.1.0", "@nextcloud/logger": "^2.7.0", "@nextcloud/router": "^2.2.1", - "@nextcloud/vue": "^8.8.1", + "@nextcloud/vue": "^8.9.1", "jstz": "^2.1.1", "vue": "^2.7.14", "vue-material-design-icons": "^5.3.0" @@ -3302,21 +3302,21 @@ } }, "node_modules/@nextcloud/vue": { - "version": "8.8.1", - "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-8.8.1.tgz", - "integrity": "sha512-INQS0boqH4CAzRHESSaKgvaTOsOJ/0fyOB9sC5TIJpqkrPo1Oj229U9XUUf8HV/Xs6FpA5YmQFvQ0gKZ5a1GRw==", + "version": "8.9.1", + "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-8.9.1.tgz", + "integrity": "sha512-Mj+CovsPqAwUsCxeQfhYc9thx7synLTi95htwHu1s0XEg6SlaOV3BRarxD0m4C236ZpaIQ4DDfezDtuBln/mIA==", "dependencies": { "@floating-ui/dom": "^1.1.0", "@linusborg/vue-simple-portal": "^0.1.5", - "@nextcloud/auth": "^2.0.0", - "@nextcloud/axios": "^2.0.0", + "@nextcloud/auth": "^2.2.1", + "@nextcloud/axios": "^2.4.0", "@nextcloud/browser-storage": "^0.3.0", - "@nextcloud/calendar-js": "^6.0.0", - "@nextcloud/capabilities": "^1.0.4", - "@nextcloud/event-bus": "^3.0.0", - "@nextcloud/initial-state": "^2.0.0", - "@nextcloud/l10n": "^2.0.1", - "@nextcloud/logger": "^2.2.1", + "@nextcloud/calendar-js": "^6.1.0", + "@nextcloud/capabilities": "^1.1.0", + "@nextcloud/event-bus": "^3.1.0", + "@nextcloud/initial-state": "^2.1.0", + "@nextcloud/l10n": "^2.2.0", + "@nextcloud/logger": "^2.7.0", "@nextcloud/router": "^3.0.0", "@nextcloud/vue-select": "^3.25.0", "@vueuse/components": "^10.9.0", diff --git a/package.json b/package.json index 3cba13ae..e2d9c2b1 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "@nextcloud/initial-state": "^2.1.0", "@nextcloud/logger": "^2.7.0", "@nextcloud/router": "^2.2.1", - "@nextcloud/vue": "^8.8.1", + "@nextcloud/vue": "^8.9.1", "jstz": "^2.1.1", "vue": "^2.7.14", "vue-material-design-icons": "^5.3.0"