Merge pull request #1568 from nextcloud/dependabot/npm_and_yarn/juliushaertl/vue-richtext-0.3.0

This commit is contained in:
dependabot-preview[bot]
2020-03-02 06:36:43 +00:00
committed by GitHub
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

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

View File

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