Bump nextcloud-vue from 0.6.0 to 0.6.1 in /apps/updatenotification

Bumps [nextcloud-vue](https://github.com/nextcloud/nextcloud-vue) from 0.6.0 to 0.6.1.
- [Release notes](https://github.com/nextcloud/nextcloud-vue/releases)
- [Commits](https://github.com/nextcloud/nextcloud-vue/compare/v0.6.0...v0.6.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
This commit is contained in:
dependabot[bot] 2019-02-02 02:13:19 +00:00 committed by Roeland Jago Douma
parent 422dd9dfd6
commit e7cb87832d
No known key found for this signature in database
GPG key ID: F941078878347C0C
4 changed files with 7 additions and 7 deletions

View file

@ -4833,9 +4833,9 @@
}
},
"nextcloud-vue": {
"version": "0.6.0",
"resolved": "https://registry.npmjs.org/nextcloud-vue/-/nextcloud-vue-0.6.0.tgz",
"integrity": "sha512-0Du8+jtaQN18NQRZvXpYYZPqWgiuxbQnLo12HMY1p+QkLfimoQOG1MI5vkVsrsbqg/ewJK9Wu1VsTJ30PJUuCQ==",
"version": "0.6.1",
"resolved": "https://registry.npmjs.org/nextcloud-vue/-/nextcloud-vue-0.6.1.tgz",
"integrity": "sha512-CfNuGFkVlFBJ6KFPDEQpTr3QbCJJULawojkCmrvE5ylmH17gOcn5iLoGnrKxeufSgbx8SsRps4nbvk4+TcGRaA==",
"requires": {
"md5": "^2.2.1",
"nextcloud-axios": "^0.1.2",
@ -7322,9 +7322,9 @@
"dev": true
},
"vue2-datepicker": {
"version": "2.8.0",
"resolved": "https://registry.npmjs.org/vue2-datepicker/-/vue2-datepicker-2.8.0.tgz",
"integrity": "sha512-IQw/ai04WYGZC4P7toLhryBHhrqc1hCJ3ivgEayXfeDD1EjJnIhUMb4nqo2JvRG72nPqc9HJvHM/66K+AZnjUA==",
"version": "2.9.1",
"resolved": "https://registry.npmjs.org/vue2-datepicker/-/vue2-datepicker-2.9.1.tgz",
"integrity": "sha512-fabvNRw29lEmw64Sd4qwpNBc/2l1isQSlw7Pxg6pE+M5L9SHy58QnFyUKq16porJLDR8vyKDWavLpRgJOffgSg==",
"requires": {
"fecha": "^2.3.3"
}

View file

@ -23,7 +23,7 @@
},
"homepage": "https://github.com/nextcloud/notifications#readme",
"dependencies": {
"nextcloud-vue": "^0.6.0",
"nextcloud-vue": "^0.6.1",
"v-tooltip": "^2.0.0-rc.33",
"vue": "^2.5.22",
"vue-click-outside": "^1.0.7"