From e2f50fb7b932f742531831ebe093dfdae9f8faf4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Dec 2025 03:51:44 +0000 Subject: [PATCH] build(deps): bump @nextcloud/vue from 8.34.0 to 8.35.0 Bumps [@nextcloud/vue](https://github.com/nextcloud-libraries/nextcloud-vue) from 8.34.0 to 8.35.0. - [Release notes](https://github.com/nextcloud-libraries/nextcloud-vue/releases) - [Changelog](https://github.com/nextcloud-libraries/nextcloud-vue/blob/v8.35.0/CHANGELOG.md) - [Commits](https://github.com/nextcloud-libraries/nextcloud-vue/compare/v8.34.0...v8.35.0) --- updated-dependencies: - dependency-name: "@nextcloud/vue" dependency-version: 8.35.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 17 ++++++++--------- package.json | 2 +- 2 files changed, 9 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7b39f9c7ebc..5404325ea5d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "@nextcloud/router": "^3.1.0", "@nextcloud/sharing": "^0.3.0", "@nextcloud/upload": "^1.11.0", - "@nextcloud/vue": "^8.34.0", + "@nextcloud/vue": "^8.35.0", "@simplewebauthn/browser": "^12.0.0", "@vue/web-component-wrapper": "^1.3.0", "@vueuse/components": "^11.3.0", @@ -4289,22 +4289,21 @@ } }, "node_modules/@nextcloud/vue": { - "version": "8.34.0", - "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-8.34.0.tgz", - "integrity": "sha512-zUmInTvT4NgbRjWJZbw8nA+h4EqitYKfoCTj3h3Xr930sQZcczQatPtSo5Sps8RAh+JJz3iiAqAawYqS9jvBdA==", - "license": "AGPL-3.0-or-later", + "version": "8.35.0", + "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-8.35.0.tgz", + "integrity": "sha512-qPm0aaPbnt7n694WQ97T+EMQTxCa3+RPKDzsBVD6vb01N4uGYwjvrEEOLVmBMlEWqkFy+ks3tpeOjkDPOoJbNA==", "dependencies": { "@floating-ui/dom": "^1.7.4", "@linusborg/vue-simple-portal": "^0.1.5", "@nextcloud/auth": "^2.5.3", "@nextcloud/axios": "^2.5.2", "@nextcloud/browser-storage": "^0.5.0", - "@nextcloud/capabilities": "^1.2.0", - "@nextcloud/event-bus": "^3.3.2", + "@nextcloud/capabilities": "^1.2.1", + "@nextcloud/event-bus": "^3.3.3", "@nextcloud/initial-state": "^2.2.0", - "@nextcloud/l10n": "^3.4.0", + "@nextcloud/l10n": "^3.4.1", "@nextcloud/logger": "^3.0.2", - "@nextcloud/router": "^3.0.1", + "@nextcloud/router": "^3.1.0", "@nextcloud/sharing": "^0.3.0", "@nextcloud/timezones": "^0.2.0", "@nextcloud/vue-select": "^3.26.0", diff --git a/package.json b/package.json index 64964277c76..97454b03d14 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "@nextcloud/router": "^3.1.0", "@nextcloud/sharing": "^0.3.0", "@nextcloud/upload": "^1.11.0", - "@nextcloud/vue": "^8.34.0", + "@nextcloud/vue": "^8.35.0", "@simplewebauthn/browser": "^12.0.0", "@vue/web-component-wrapper": "^1.3.0", "@vueuse/components": "^11.3.0",