Merge pull request #391 from nextcloud/dependabot/npm_and_yarn/nextcloud-vue-0.11.1

This commit is contained in:
dependabot[bot] 2019-05-08 10:10:29 +00:00 committed by GitHub
commit bc2b9b2651
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View file

@ -1,6 +1,6 @@
{
"name": "tasks",
"version": "0.10.0-alpha3",
"version": "0.10.0-alpha4",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
@ -10724,9 +10724,9 @@
}
},
"nextcloud-vue": {
"version": "0.11.0",
"resolved": "https://registry.npmjs.org/nextcloud-vue/-/nextcloud-vue-0.11.0.tgz",
"integrity": "sha512-ap4N9kHPaP1ECr1eZGgdaGGgL4IP/M0EoRXhvEpffLDIBCDBlmqK20PH/mtIpXxuKw805yP5bHoCLttgBhibZg==",
"version": "0.11.1",
"resolved": "https://registry.npmjs.org/nextcloud-vue/-/nextcloud-vue-0.11.1.tgz",
"integrity": "sha512-gQnAyTyIjgSOPMLrTMfmVldjwP3lz+xWU6gynDj3InGl4EgjoRp+7fQfgvanPAoDJWLHYh/cmxm4O9AaVZCSSg==",
"requires": {
"hammerjs": "^2.0.8",
"md5": "^2.2.1",

View file

@ -36,7 +36,7 @@
"markdown-it-link-attributes": "~2.1.0",
"markdown-it-task-lists": "~2.1.1",
"linkify-it": "~2.1.0",
"nextcloud-vue": "^0.11.0",
"nextcloud-vue": "^0.11.1",
"p-limit": "^2.2.0",
"p-queue": "^5.0.0",
"uuid": "^3.3.2",