From 02167c8fccc6cfc115b1384becb6691e2be560a3 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 17 Apr 2020 11:54:49 +0000 Subject: [PATCH] Bump @juliushaertl/vue-richtext from 0.3.0 to 0.3.1 Bumps [@juliushaertl/vue-richtext](https://github.com/juliushaertl/vue-richtext) from 0.3.0 to 0.3.1. - [Release notes](https://github.com/juliushaertl/vue-richtext/releases) - [Commits](https://github.com/juliushaertl/vue-richtext/compare/v0.3.0...v0.3.1) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 38835d0cb..9143798a6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2744,18 +2744,18 @@ } }, "@juliushaertl/vue-richtext": { - "version": "0.3.0", - "resolved": "https://registry.npmjs.org/@juliushaertl/vue-richtext/-/vue-richtext-0.3.0.tgz", - "integrity": "sha512-MybhmsMySbgvAr8w6nd/cudD+nz+ln9L1kB1QjPx3CIGnN3VZoYoMgiggADXzN5NcluzTb5gcw9nF3tzbCj6bw==", + "version": "0.3.1", + "resolved": "https://registry.npmjs.org/@juliushaertl/vue-richtext/-/vue-richtext-0.3.1.tgz", + "integrity": "sha512-dSWIHpMXC7iWiWKXEKdQt+L4ahQZlFMGk6d7+TufvZYK1xiLYevaKp8P+BNXOagChl9xb14VrG7eiBgy8WtsEw==", "requires": { "core-js": "^3.6.4", "vue": "^2.6.11" }, "dependencies": { "core-js": { - "version": "3.6.4", - "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.6.4.tgz", - "integrity": "sha512-4paDGScNgZP2IXXilaffL9X7968RuvwlkK3xWtZRVqgd8SYNiVKRJvkFd1aqqEuPfN7E68ZHEp9hDj6lHj4Hyw==" + "version": "3.6.5", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.6.5.tgz", + "integrity": "sha512-vZVEEwZoIsI+vPEuoF9Iqf5H7/M3eeQqWlQnYa8FSKKePuYTf5MWnxb5SDAzCa60b3JBRS5g9b+Dq7b1y/RCrA==" } } }, diff --git a/package.json b/package.json index 30285e225..1c4e3b856 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "dependencies": { "@babel/polyfill": "^7.8.7", "@babel/runtime": "^7.9.2", - "@juliushaertl/vue-richtext": "^0.3.0", + "@juliushaertl/vue-richtext": "^0.3.1", "@nextcloud/auth": "^1.2.3", "@nextcloud/axios": "^1.3.2", "@nextcloud/dialogs": "^1.2.2",