diff --git a/package-lock.json b/package-lock.json index 0f5a701f9..5cef29aea 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@nextcloud/initial-state": "^2.0.0", "@nextcloud/l10n": "^2.1.0", "@nextcloud/router": "^2.1.2", - "@nextcloud/vue": "8.21.0", + "@nextcloud/vue": "8.22.0", "async-parallel": "^1.2.3", "clone-deep": "^4.0.1", "humanize-duration": "^3.32.1", @@ -3647,10 +3647,9 @@ } }, "node_modules/@nextcloud/vue": { - "version": "8.21.0", - "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-8.21.0.tgz", - "integrity": "sha512-at06uh2JJkn8dV3Yzyoag2z1g6omad8MZ8yKWE+9ZAGP+kaysbnI5q3lB7KXu8SVRtX3Rex8/oal0jgsbb6Spg==", - "license": "AGPL-3.0-or-later", + "version": "8.22.0", + "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-8.22.0.tgz", + "integrity": "sha512-6smeLUVLl8lqh+ia9j+m3nk9fnjra/YNgNO8RI1He8LRuojB9ZQtIy3kGcqIN1BOi6fx9qLiBEkobazWzMmiSw==", "dependencies": { "@floating-ui/dom": "^1.1.0", "@linusborg/vue-simple-portal": "^0.1.5", @@ -3687,6 +3686,7 @@ "splitpanes": "^2.4.1", "string-length": "^5.0.1", "striptags": "^3.2.0", + "tabbable": "^6.2.0", "tributejs": "^5.1.3", "unified": "^11.0.1", "unist-builder": "^4.0.0", diff --git a/package.json b/package.json index 430ed7181..a2f121cf7 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "@nextcloud/initial-state": "^2.0.0", "@nextcloud/l10n": "^2.1.0", "@nextcloud/router": "^2.1.2", - "@nextcloud/vue": "8.21.0", + "@nextcloud/vue": "8.22.0", "async-parallel": "^1.2.3", "clone-deep": "^4.0.1", "humanize-duration": "^3.32.1",