diff --git a/package-lock.json b/package-lock.json index ada427254..1764a6ff7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5135,9 +5135,9 @@ } }, "@juliushaertl/vue-richtext": { - "version": "0.3.1", - "resolved": "https://registry.npmjs.org/@juliushaertl/vue-richtext/-/vue-richtext-0.3.1.tgz", - "integrity": "sha512-dSWIHpMXC7iWiWKXEKdQt+L4ahQZlFMGk6d7+TufvZYK1xiLYevaKp8P+BNXOagChl9xb14VrG7eiBgy8WtsEw==", + "version": "0.3.2", + "resolved": "https://registry.npmjs.org/@juliushaertl/vue-richtext/-/vue-richtext-0.3.2.tgz", + "integrity": "sha512-+24A7eYzqDu01tn1JKaw7ydm+3dEB7+hXvwi+1TOje70m8FdaI/+uwdOd6oKQUBk7Uztvy1tDdO6fD+JYh7aEg==", "requires": { "core-js": "^3.6.4", "vue": "^2.6.11" diff --git a/package.json b/package.json index e5a46d72f..e5edcc8e3 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "dependencies": { "@babel/polyfill": "^7.10.4", "@babel/runtime": "^7.10.4", - "@juliushaertl/vue-richtext": "^0.3.1", + "@juliushaertl/vue-richtext": "^0.3.2", "@nextcloud/auth": "^1.3.0", "@nextcloud/axios": "^1.3.2", "@nextcloud/dialogs": "^1.4.0",