Merge pull request #2134 from nextcloud/dependabot/npm_and_yarn/juliushaertl/vue-richtext-0.3.2

Bump @juliushaertl/vue-richtext from 0.3.1 to 0.3.2
This commit is contained in:
Julius Härtl
2020-07-20 16:07:28 +02:00
committed by GitHub
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -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"

View File

@@ -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",