From 1dac1198c301f82258ee84f9f66b0e25048551c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Nov 2022 12:15:28 +0000 Subject: [PATCH] Bump @nextcloud/vue-richtext from 2.0.0 to 2.0.4 Bumps [@nextcloud/vue-richtext](https://github.com/nextcloud/vue-richtext) from 2.0.0 to 2.0.4. - [Release notes](https://github.com/nextcloud/vue-richtext/releases) - [Changelog](https://github.com/nextcloud/vue-richtext/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud/vue-richtext/compare/v2.0.0...v2.0.4) --- updated-dependencies: - dependency-name: "@nextcloud/vue-richtext" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 841f3214..b98b9d85 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", @@ -4256,9 +4256,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", @@ -26327,9 +26327,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 665cc5d4..4023c0ba 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",