From 6f1e0f220d21b127e2315cb7d03f69a929465196 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2020 06:33:14 +0000 Subject: [PATCH] Bump @juliushaertl/vue-richtext from 0.2.1 to 0.3.0 Bumps [@juliushaertl/vue-richtext](https://github.com/juliushaertl/vue-richtext) from 0.2.1 to 0.3.0. - [Release notes](https://github.com/juliushaertl/vue-richtext/releases) - [Commits](https://github.com/juliushaertl/vue-richtext/compare/v0.2.1...v0.3.0) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index acec7d05b..b90accab5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3363,9 +3363,9 @@ } }, "@juliushaertl/vue-richtext": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/@juliushaertl/vue-richtext/-/vue-richtext-0.2.1.tgz", - "integrity": "sha512-l44RhSULs3VrG+F9e1i0JXVd0uanOzN7m4mAp7tmtVMYgAFg+5YmudTQiqgg5Q1awdfMYaZtm3NmN7QjmDPt1g==", + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/@juliushaertl/vue-richtext/-/vue-richtext-0.3.0.tgz", + "integrity": "sha512-MybhmsMySbgvAr8w6nd/cudD+nz+ln9L1kB1QjPx3CIGnN3VZoYoMgiggADXzN5NcluzTb5gcw9nF3tzbCj6bw==", "requires": { "core-js": "^3.6.4", "vue": "^2.6.11" diff --git a/package.json b/package.json index 8dcd129b0..f3a7e8647 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "dependencies": { "@babel/polyfill": "^7.8.3", "@babel/runtime": "^7.8.4", - "@juliushaertl/vue-richtext": "^0.2.1", + "@juliushaertl/vue-richtext": "^0.3.0", "@nextcloud/auth": "^1.2.1", "@nextcloud/axios": "^1.3.1", "@nextcloud/l10n": "^1.1.0",