diff --git a/package-lock.json b/package-lock.json index f8f4527950..d8c2ff07a3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "@nextcloud/router": "^3.1.0", "@nextcloud/sharing": "^0.3.0", "@nextcloud/timezones": "^0.2.0", - "@nextcloud/vue": "^8.34.0", + "@nextcloud/vue": "^8.35.2", "@pinia/testing": "^0.1.7", "@riophae/vue-treeselect": "^0.4.0", "address-rfc2822": "^2.2.3", @@ -4532,9 +4532,9 @@ } }, "node_modules/@nextcloud/vue": { - "version": "8.35.0", - "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-8.35.0.tgz", - "integrity": "sha512-qPm0aaPbnt7n694WQ97T+EMQTxCa3+RPKDzsBVD6vb01N4uGYwjvrEEOLVmBMlEWqkFy+ks3tpeOjkDPOoJbNA==", + "version": "8.35.2", + "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-8.35.2.tgz", + "integrity": "sha512-a6ztaJAyIqh09hDLWeT72fJL//cse/D9ZuVyB37TSHBLPFBxNwyFDZu+EEuR0veBb6AnSoVI8+O/C81pmFGXkw==", "license": "AGPL-3.0-or-later", "dependencies": { "@floating-ui/dom": "^1.7.4", @@ -4546,7 +4546,7 @@ "@nextcloud/event-bus": "^3.3.3", "@nextcloud/initial-state": "^2.2.0", "@nextcloud/l10n": "^3.4.1", - "@nextcloud/logger": "^3.0.2", + "@nextcloud/logger": "^3.0.3", "@nextcloud/router": "^3.1.0", "@nextcloud/sharing": "^0.3.0", "@nextcloud/timezones": "^0.2.0", @@ -4556,11 +4556,11 @@ "blurhash": "^2.0.5", "clone": "^2.1.2", "debounce": "^2.2.0", - "dompurify": "^3.3.0", + "dompurify": "^3.3.1", "emoji-mart-vue-fast": "^15.0.5", "escape-html": "^1.0.3", "floating-vue": "^1.0.0-beta.19", - "focus-trap": "^7.6.6", + "focus-trap": "7.6.6", "linkify-string": "^4.3.2", "md5": "^2.3.0", "p-queue": "^8.1.1", @@ -4574,7 +4574,7 @@ "splitpanes": "^2.4.1", "string-length": "^5.0.1", "striptags": "^3.2.0", - "tabbable": "^6.3.0", + "tabbable": "^6.4.0", "tributejs": "^5.1.3", "unified": "^11.0.1", "unist-builder": "^4.0.0", @@ -15514,9 +15514,9 @@ "license": "MIT" }, "node_modules/tabbable": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/tabbable/-/tabbable-6.3.0.tgz", - "integrity": "sha512-EIHvdY5bPLuWForiR/AN2Bxngzpuwn1is4asboytXtpTgsArc+WmSJKVLlhdh71u7jFcryDqB2A8lQvj78MkyQ==", + "version": "6.4.0", + "resolved": "https://registry.npmjs.org/tabbable/-/tabbable-6.4.0.tgz", + "integrity": "sha512-05PUHKSNE8ou2dwIxTngl4EzcnsCDZGJ/iCLtDflR/SHB/ny14rXc+qU5P4mG9JkusiV7EivzY9Mhm55AzAvCg==", "license": "MIT" }, "node_modules/table": { diff --git a/package.json b/package.json index 9a6ce5cbec..0bdee6cc40 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "@nextcloud/router": "^3.1.0", "@nextcloud/sharing": "^0.3.0", "@nextcloud/timezones": "^0.2.0", - "@nextcloud/vue": "^8.34.0", + "@nextcloud/vue": "^8.35.2", "@pinia/testing": "^0.1.7", "@riophae/vue-treeselect": "^0.4.0", "address-rfc2822": "^2.2.3",