diff options
author | dependabot[bot] <support@dependabot.com> | 2018-11-27 02:16:44 +0000 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2018-11-29 19:52:36 +0100 |
commit | 9350c72f679a4fe638207071db6179fe3aa77afe (patch) | |
tree | 91b59f7e037a231ab5cdcb8da569232da8783583 /apps | |
parent | a915594b03757a9e7f3f0a266dd29003ac6dd7d0 (diff) | |
download | nextcloud-server-9350c72f679a4fe638207071db6179fe3aa77afe.tar.gz nextcloud-server-9350c72f679a4fe638207071db6179fe3aa77afe.zip |
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>
Diffstat (limited to 'apps')
-rw-r--r-- | apps/updatenotification/package-lock.json | 12 | ||||
-rw-r--r-- | apps/updatenotification/package.json | 2 |
2 files changed, 7 insertions, 7 deletions
diff --git a/apps/updatenotification/package-lock.json b/apps/updatenotification/package-lock.json index f5a2fcea720..82f1a45ff27 100644 --- a/apps/updatenotification/package-lock.json +++ b/apps/updatenotification/package-lock.json @@ -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", diff --git a/apps/updatenotification/package.json b/apps/updatenotification/package.json index d7deea9a9cb..293a3dc8a5a 100644 --- a/apps/updatenotification/package.json +++ b/apps/updatenotification/package.json @@ -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" |