From 7eeb5a807c67ca3ea5ccd622b42fedcc5d6d03f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Tue, 27 Nov 2018 02:20:23 +0000 Subject: [PATCH] Bump nextcloud-vue from 0.4.4 to 0.4.5 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] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9f693da..68fe12d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5758,9 +5758,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/package.json b/package.json index a8b423f..98e6796 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "nextcloud-axios": "^0.1.2", "nextcloud-password-confirmation": "^0.4.0", "nextcloud-server": "^0.15.9", - "nextcloud-vue": "^0.4.4", + "nextcloud-vue": "^0.4.5", "vue": "^2.5.16", "vuex": "^3.0.1" },