From 2127524018b081cc1fbc2eb867aa9e3393d8485f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 24 Jan 2026 02:03:27 +0000 Subject: [PATCH] chore(deps): Bump @nextcloud/vue from 9.3.3 to 9.4.0 Bumps [@nextcloud/vue](https://github.com/nextcloud-libraries/nextcloud-vue) from 9.3.3 to 9.4.0. - [Release notes](https://github.com/nextcloud-libraries/nextcloud-vue/releases) - [Changelog](https://github.com/nextcloud-libraries/nextcloud-vue/blob/main/CHANGELOG.md) - [Commits](https://github.com/nextcloud-libraries/nextcloud-vue/compare/v9.3.3...v9.4.0) --- updated-dependencies: - dependency-name: "@nextcloud/vue" dependency-version: 9.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index da72c4a..6c26cb8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "license": "AGPL-3.0-or-later", "dependencies": { - "@nextcloud/vue": "^9.3.3", + "@nextcloud/vue": "^9.4.0", "vue": "^3.5.26" }, "devDependencies": { @@ -1627,9 +1627,9 @@ } }, "node_modules/@nextcloud/vue": { - "version": "9.3.3", - "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-9.3.3.tgz", - "integrity": "sha512-M/M4L9vp1AJQ8RRk75mbMwUo7sOwWDaTDmAwgpTa9LARDe5e6UBJoMhOmiz5EPkYRHLn2SLE+baOIXVmtVMdqw==", + "version": "9.4.0", + "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-9.4.0.tgz", + "integrity": "sha512-MoEbaFqFeZfTB+8d/BtgObAfzJMQ+vdidzMP/zKzx9J4cW+vgY5bciDUueY+t3f0uwSJXO3xsqXXWj9x2KihzQ==", "license": "AGPL-3.0-or-later", "dependencies": { "@ckpack/vue-color": "^1.6.0", @@ -1654,7 +1654,7 @@ "emoji-mart-vue-fast": "^15.0.5", "escape-html": "^1.0.3", "floating-vue": "^5.2.2", - "focus-trap": "7.6.6", + "focus-trap": "^7.8.0", "linkifyjs": "^4.3.2", "p-queue": "^9.1.0", "rehype-external-links": "^3.0.0", @@ -5787,12 +5787,12 @@ } }, "node_modules/focus-trap": { - "version": "7.6.6", - "resolved": "https://registry.npmjs.org/focus-trap/-/focus-trap-7.6.6.tgz", - "integrity": "sha512-v/Z8bvMCajtx4mEXmOo7QEsIzlIOqRXTIwgUfsFOF9gEsespdbD0AkPIka1bSXZ8Y8oZ+2IVDQZePkTfEHZl7Q==", + "version": "7.8.0", + "resolved": "https://registry.npmjs.org/focus-trap/-/focus-trap-7.8.0.tgz", + "integrity": "sha512-/yNdlIkpWbM0ptxno3ONTuf+2g318kh2ez3KSeZN5dZ8YC6AAmgeWz+GasYYiBJPFaYcSAPeu4GfhUaChzIJXA==", "license": "MIT", "dependencies": { - "tabbable": "^6.3.0" + "tabbable": "^6.4.0" } }, "node_modules/follow-redirects": { diff --git a/package.json b/package.json index 9f0aeba..1b10ed9 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "extends @nextcloud/browserslist-config" ], "dependencies": { - "@nextcloud/vue": "^9.3.3", + "@nextcloud/vue": "^9.4.0", "vue": "^3.5.26" }, "devDependencies": {