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": {