diff --git a/package-lock.json b/package-lock.json index f0fb2ba54..d9ec53c66 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "@nextcloud/logger": "^3.0.3", "@nextcloud/moment": "^1.3.5", "@nextcloud/router": "^3.1.0", - "@nextcloud/vue": "9.3.3", + "@nextcloud/vue": "9.4.0", "@vueuse/components": "^14.0.0", "color-convert": "^3.1.3", "debounce": "^3.0.0", @@ -3029,9 +3029,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", @@ -3056,7 +3056,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", @@ -8006,12 +8006,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 13dd03f29..ea536e255 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "@nextcloud/logger": "^3.0.3", "@nextcloud/moment": "^1.3.5", "@nextcloud/router": "^3.1.0", - "@nextcloud/vue": "9.3.3", + "@nextcloud/vue": "9.4.0", "@vueuse/components": "^14.0.0", "color-convert": "^3.1.3", "debounce": "^3.0.0",