diff --git a/package-lock.json b/package-lock.json index 061c5094..730d8efc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "@nextcloud/paths": "^3.0.0", "@nextcloud/router": "^3.1.0", "@nextcloud/sharing": "^0.3.0", - "@nextcloud/vue": "^9.3.3", + "@nextcloud/vue": "^9.4.0", "@types/toastify-js": "^1.12.4", "@vueuse/core": "^14.1.0", "cancelable-promise": "^4.3.1", @@ -1798,9 +1798,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", @@ -1825,7 +1825,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", @@ -6258,12 +6258,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 4eb75f65..d2945743 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "@nextcloud/paths": "^3.0.0", "@nextcloud/router": "^3.1.0", "@nextcloud/sharing": "^0.3.0", - "@nextcloud/vue": "^9.3.3", + "@nextcloud/vue": "^9.4.0", "@types/toastify-js": "^1.12.4", "@vueuse/core": "^14.1.0", "cancelable-promise": "^4.3.1",