Merge pull request #12675 from nextcloud/dependabot/npm_and_yarn/apps/updatenotification/nextcloud-vue-0.4.5

Bump nextcloud-vue from 0.4.4 to 0.4.5 in /apps/updatenotification
This commit is contained in:
Roeland Jago Douma 2018-11-30 07:52:45 +01:00 committed by GitHub
commit e152e3051a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 19 additions and 19 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

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"