diff --git a/package-lock.json b/package-lock.json index c55efe8a5..879a4b4de 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3536,12 +3536,12 @@ } }, "@juliushaertl/vue-richtext": { - "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==", + "version": "0.3.3", + "resolved": "https://registry.npmjs.org/@juliushaertl/vue-richtext/-/vue-richtext-0.3.3.tgz", + "integrity": "sha512-OmAtQfXY5ZkOq6CxE79RVAKTo60fS0HAX2x6MMfHUmTlZgtQQqSxlvIJUZEOo7EiJwD84OVMY0G9holV1iwgTA==", "requires": { "core-js": "^3.6.4", - "vue": "^2.6.11" + "vue": "^2.6.12" }, "dependencies": { "core-js": { diff --git a/package.json b/package.json index ad0ba5d8c..a5ca86f92 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "dependencies": { "@babel/polyfill": "^7.10.4", "@babel/runtime": "^7.11.2", - "@juliushaertl/vue-richtext": "^0.3.2", + "@juliushaertl/vue-richtext": "^0.3.3", "@nextcloud/auth": "^1.3.0", "@nextcloud/axios": "^1.3.3", "@nextcloud/dialogs": "^2.0.1",