diff --git a/package-lock.json b/package-lock.json index 2ef8beb2d3..e8f9e29c6a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "@nextcloud/logger": "^2.7.0", "@nextcloud/moment": "^1.2.2", "@nextcloud/router": "^2.2.0", - "@nextcloud/vue": "^8.2.0", + "@nextcloud/vue": "^8.3.0", "@quartzy/markdown-it-mentions": "^0.2.0", "@tiptap/core": "^2.1.13", "@tiptap/extension-blockquote": "^2.1.13", @@ -4122,9 +4122,9 @@ } }, "node_modules/@nextcloud/vue": { - "version": "8.2.0", - "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-8.2.0.tgz", - "integrity": "sha512-rfnB8yOhNce1RxBoHZWu9Kgf2IHwtdM7/dzoAyl/cseht4Mvk8+4aJAPuvKFHJaNjIbdNU4JfpK1GR653zOeQQ==", + "version": "8.3.0", + "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-8.3.0.tgz", + "integrity": "sha512-2duDJflaeHMmtV+l6MXyhKY2t1TUB5GjkDvSL0KZ9i1QHXLVhhWObhI7cclO/qqu7/yoEdrBLY/Ga7uBPBmr7g==", "dependencies": { "@floating-ui/dom": "^1.1.0", "@nextcloud/auth": "^2.0.0", @@ -4181,9 +4181,9 @@ } }, "node_modules/@nextcloud/vue/node_modules/@floating-ui/core": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/@floating-ui/core/-/core-1.5.0.tgz", - "integrity": "sha512-kK1h4m36DQ0UHGj5Ah4db7R0rHemTqqO0QLvUqi1/mUUp3LuAWbWxdxSIf/XsnH9VS6rRVPLJCncjRzUvyCLXg==", + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/@floating-ui/core/-/core-1.5.1.tgz", + "integrity": "sha512-QgcKYwzcc8vvZ4n/5uklchy8KVdjJwcOeI+HnnTNclJjs2nYsy23DOCf+sSV1kBwD9yDAoVKCkv/gEPzgQU3Pw==", "dependencies": { "@floating-ui/utils": "^0.1.3" } @@ -28302,9 +28302,9 @@ } }, "@nextcloud/vue": { - "version": "8.2.0", - "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-8.2.0.tgz", - "integrity": "sha512-rfnB8yOhNce1RxBoHZWu9Kgf2IHwtdM7/dzoAyl/cseht4Mvk8+4aJAPuvKFHJaNjIbdNU4JfpK1GR653zOeQQ==", + "version": "8.3.0", + "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-8.3.0.tgz", + "integrity": "sha512-2duDJflaeHMmtV+l6MXyhKY2t1TUB5GjkDvSL0KZ9i1QHXLVhhWObhI7cclO/qqu7/yoEdrBLY/Ga7uBPBmr7g==", "requires": { "@floating-ui/dom": "^1.1.0", "@nextcloud/auth": "^2.0.0", @@ -28349,9 +28349,9 @@ }, "dependencies": { "@floating-ui/core": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/@floating-ui/core/-/core-1.5.0.tgz", - "integrity": "sha512-kK1h4m36DQ0UHGj5Ah4db7R0rHemTqqO0QLvUqi1/mUUp3LuAWbWxdxSIf/XsnH9VS6rRVPLJCncjRzUvyCLXg==", + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/@floating-ui/core/-/core-1.5.1.tgz", + "integrity": "sha512-QgcKYwzcc8vvZ4n/5uklchy8KVdjJwcOeI+HnnTNclJjs2nYsy23DOCf+sSV1kBwD9yDAoVKCkv/gEPzgQU3Pw==", "requires": { "@floating-ui/utils": "^0.1.3" } diff --git a/package.json b/package.json index bcaf139414..3fa8a1f867 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "@nextcloud/logger": "^2.7.0", "@nextcloud/moment": "^1.2.2", "@nextcloud/router": "^2.2.0", - "@nextcloud/vue": "^8.2.0", + "@nextcloud/vue": "^8.3.0", "@quartzy/markdown-it-mentions": "^0.2.0", "@tiptap/core": "^2.1.13", "@tiptap/extension-blockquote": "^2.1.13",