Bump nextcloud-vue from 0.4.4 to 0.4.5 in /apps/updatenotification

Bumps [nextcloud-vue](https://github.com/nextcloud/nextcloud-vue) from 0.4.4 to 0.4.5.
- [Release notes](https://github.com/nextcloud/nextcloud-vue/releases)
- [Commits](https://github.com/nextcloud/nextcloud-vue/compare/v0.4.4...v0.4.5)

Signed-off-by: dependabot[bot] <support@dependabot.com>
This commit is contained in:
dependabot[bot] 2018-11-27 02:16:44 +00:00 committed by Roeland Jago Douma
parent a915594b03
commit 9350c72f67
No known key found for this signature in database
GPG Key ID: F941078878347C0C
2 changed files with 7 additions and 7 deletions

View File

@ -1521,9 +1521,9 @@
}
},
"follow-redirects": {
"version": "1.5.9",
"resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.5.9.tgz",
"integrity": "sha512-Bh65EZI/RU8nx0wbYF9shkFZlqLP+6WT/5FnA3cE/djNSuKNHJEinGGZgu/cQEkeeb2GdFOgenAmn8qaqYke2w==",
"version": "1.5.10",
"resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.5.10.tgz",
"integrity": "sha512-0V5l4Cizzvqt5D44aTXbFZz+FtyXV1vrDN6qrelxtfYQKW0KO0W2T/hkE8xvGa/540LkZlkaUjO4ailYTFtHVQ==",
"requires": {
"debug": "=3.1.0"
},
@ -2947,9 +2947,9 @@
}
},
"nextcloud-vue": {
"version": "0.4.4",
"resolved": "https://registry.npmjs.org/nextcloud-vue/-/nextcloud-vue-0.4.4.tgz",
"integrity": "sha512-iaL7mJGZpiyn9Evg0pnoilSj30wWD/TujGPqC2RN7jggeTdWrQQBuwjfiIoY3n4wcg9DgsZ4TwE9gOHz9+Yhrg==",
"version": "0.4.5",
"resolved": "https://registry.npmjs.org/nextcloud-vue/-/nextcloud-vue-0.4.5.tgz",
"integrity": "sha512-+fzJ1nefWMKaW9iBioB2huxsdwNohC6DxSZCZZEABtgbJUGKhSFcz1sEMBsi87wHGbbIkg/78khY+YFiBIDpGw==",
"requires": {
"@babel/polyfill": "^7.0.0",
"md5": "^2.2.1",

View File

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