From 86f8999d300f6e428afd0943118ea255fe36886b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Oct 2022 02:07:41 +0000 Subject: [PATCH] Bump @nextcloud/vue-richtext from 2.0.1 to 2.0.3 Bumps [@nextcloud/vue-richtext](https://github.com/nextcloud/vue-richtext) from 2.0.1 to 2.0.3. - [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.1...v2.0.3) --- 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 19f74e3c0..6b3c0222d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "@nextcloud/router": "^2.0.0", "@nextcloud/vue": "^7.0.0-beta.7", "@nextcloud/vue-dashboard": "^2.0.1", - "@nextcloud/vue-richtext": "^2.0.1", + "@nextcloud/vue-richtext": "^2.0.3", "blueimp-md5": "^2.19.0", "dompurify": "^2.4.0", "lodash": "^4.17.21", @@ -3513,9 +3513,9 @@ "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" }, "node_modules/@nextcloud/vue-richtext": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/@nextcloud/vue-richtext/-/vue-richtext-2.0.1.tgz", - "integrity": "sha512-/44HTGBqokWXyRQJyh2YJgnJK7xv0nKdHxwHqvVAmcnsp7tipc6C1aPRJeHGXgbHoo+DbdpVp4l3+hlVqeUkFA==", + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/@nextcloud/vue-richtext/-/vue-richtext-2.0.3.tgz", + "integrity": "sha512-uHeQY1oRWqk3Vxe6WshBvieJLQsUgZJbRddk8pozUdw5V13R/nIjH7xKIdpf48CYlDU1kX+3HxJQXZk56wZhbw==", "dependencies": { "@nextcloud/axios": "^2.0.0", "@nextcloud/router": "^2.0.0", @@ -21887,9 +21887,9 @@ } }, "@nextcloud/vue-richtext": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/@nextcloud/vue-richtext/-/vue-richtext-2.0.1.tgz", - "integrity": "sha512-/44HTGBqokWXyRQJyh2YJgnJK7xv0nKdHxwHqvVAmcnsp7tipc6C1aPRJeHGXgbHoo+DbdpVp4l3+hlVqeUkFA==", + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/@nextcloud/vue-richtext/-/vue-richtext-2.0.3.tgz", + "integrity": "sha512-uHeQY1oRWqk3Vxe6WshBvieJLQsUgZJbRddk8pozUdw5V13R/nIjH7xKIdpf48CYlDU1kX+3HxJQXZk56wZhbw==", "requires": { "@nextcloud/axios": "^2.0.0", "@nextcloud/router": "^2.0.0", diff --git a/package.json b/package.json index f94a4b43d..ab61775eb 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "@nextcloud/router": "^2.0.0", "@nextcloud/vue": "^7.0.0-beta.7", "@nextcloud/vue-dashboard": "^2.0.1", - "@nextcloud/vue-richtext": "^2.0.1", + "@nextcloud/vue-richtext": "^2.0.3", "blueimp-md5": "^2.19.0", "dompurify": "^2.4.0", "lodash": "^4.17.21",