diff --git a/package-lock.json b/package-lock.json index 7104a8d1..bbee28da 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "@nextcloud/router": "^1.2.0", "@nextcloud/stylelint-config": "^2.2.0", "@nextcloud/vue": "^7.0.0-beta.3", - "@nextcloud/vue-richtext": "^2.0.0", + "@nextcloud/vue-richtext": "^2.0.4", "he": "^1.2.0", "linkifyjs": "^2.1.8", "sass": "^1.54.9", @@ -3305,9 +3305,9 @@ } }, "node_modules/@nextcloud/vue-richtext": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/@nextcloud/vue-richtext/-/vue-richtext-2.0.0.tgz", - "integrity": "sha512-Z/AbweVmIB8shWZVLI0kUPrJnkCBlU5xIkkfv+RPFepLY7eZ+ttm5HRhLGqgFyXFNf4RIM7yGt/l6K35XcEX2A==", + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/@nextcloud/vue-richtext/-/vue-richtext-2.0.4.tgz", + "integrity": "sha512-+873AF/G8OPVz2lwajpGVRfJ1v492CeiBTrguOkOwSGReNukGyHryCucF6rZGiMFenVIpp8BjNkqjHwkh6Cs4A==", "dependencies": { "@nextcloud/axios": "^2.0.0", "@nextcloud/router": "^2.0.0", @@ -20007,9 +20007,9 @@ } }, "@nextcloud/vue-richtext": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/@nextcloud/vue-richtext/-/vue-richtext-2.0.0.tgz", - "integrity": "sha512-Z/AbweVmIB8shWZVLI0kUPrJnkCBlU5xIkkfv+RPFepLY7eZ+ttm5HRhLGqgFyXFNf4RIM7yGt/l6K35XcEX2A==", + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/@nextcloud/vue-richtext/-/vue-richtext-2.0.4.tgz", + "integrity": "sha512-+873AF/G8OPVz2lwajpGVRfJ1v492CeiBTrguOkOwSGReNukGyHryCucF6rZGiMFenVIpp8BjNkqjHwkh6Cs4A==", "requires": { "@nextcloud/axios": "^2.0.0", "@nextcloud/router": "^2.0.0", diff --git a/package.json b/package.json index 2a7b2612..4c29f58e 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "@nextcloud/router": "^1.2.0", "@nextcloud/stylelint-config": "^2.2.0", "@nextcloud/vue": "^7.0.0-beta.3", - "@nextcloud/vue-richtext": "^2.0.0", + "@nextcloud/vue-richtext": "^2.0.4", "he": "^1.2.0", "linkifyjs": "^2.1.8", "sass": "^1.54.9",