From cc516d5734c131f0aea866db19491d376cff7dd9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Dec 2024 02:28:01 +0000 Subject: [PATCH] build(deps): Bump @nextcloud/vue from 8.21.0 to 8.22.0 Bumps [@nextcloud/vue](https://github.com/nextcloud-libraries/nextcloud-vue) from 8.21.0 to 8.22.0. - [Release notes](https://github.com/nextcloud-libraries/nextcloud-vue/releases) - [Changelog](https://github.com/nextcloud-libraries/nextcloud-vue/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud-libraries/nextcloud-vue/compare/v8.21.0...v8.22.0) --- updated-dependencies: - dependency-name: "@nextcloud/vue" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 964f1466e..777fc84dc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "@nextcloud/logger": "^3.0.2", "@nextcloud/password-confirmation": "^5.3.0", "@nextcloud/router": "^3.0.1", - "@nextcloud/vue": "^8.21.0", + "@nextcloud/vue": "^8.22.0", "nextcloud-server": "^0.15.10", "oc-react-components": "^0.2.1", "react": "^17.0.2", @@ -4460,9 +4460,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==", + "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", @@ -4499,6 +4499,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 da2caf21b..11b30b29f 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ "@nextcloud/logger": "^3.0.2", "@nextcloud/password-confirmation": "^5.3.0", "@nextcloud/router": "^3.0.1", - "@nextcloud/vue": "^8.21.0", + "@nextcloud/vue": "^8.22.0", "nextcloud-server": "^0.15.10", "oc-react-components": "^0.2.1", "react": "^17.0.2",