diff --git a/package-lock.json b/package-lock.json index 5b8028e2..1b6ff572 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@nextcloud/dialogs": "^6.3.2", "@nextcloud/initial-state": "^3.0.0", "@nextcloud/l10n": "^3.4.1", - "@nextcloud/vue": "^8.22.0", + "@nextcloud/vue": "^8.29.2", "vue": "^2.7.16", "vue-material-design-icons": "^5.3.1" }, @@ -1795,9 +1795,9 @@ } }, "node_modules/@nextcloud/vue": { - "version": "8.29.1", - "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-8.29.1.tgz", - "integrity": "sha512-fJtKBmO1Al4SWZDsb2s+wmS1k+TkMQ+2Basx/M3VQsrczTpWqXOabsYdJR0ZoZgkL0suDPgK3p5OOEomWvLewA==", + "version": "8.29.2", + "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-8.29.2.tgz", + "integrity": "sha512-kxi5KEF5K0JiYo3P/JvorbZ7u1/g7kkbcba1IEAR1hliAOS9Mwqdr+5BdJGUdIB2AIH/bj8YTg85P4g4gGZnXA==", "license": "AGPL-3.0-or-later", "dependencies": { "@floating-ui/dom": "^1.1.0", diff --git a/package.json b/package.json index 7a8d5c21..0ce722e2 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "@nextcloud/dialogs": "^6.3.2", "@nextcloud/initial-state": "^3.0.0", "@nextcloud/l10n": "^3.4.1", - "@nextcloud/vue": "^8.22.0", + "@nextcloud/vue": "^8.29.2", "vue": "^2.7.16", "vue-material-design-icons": "^5.3.1" },