From 5b0fbc42dccb5b1571b6cc09dea63e2787d5646d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Sat, 26 Jan 2019 13:40:38 +0000 Subject: [PATCH] Bump nextcloud-vue from 0.5.0 to 0.6.0 in /settings Bumps [nextcloud-vue](https://github.com/nextcloud/vue-components) from 0.5.0 to 0.6.0. - [Release notes](https://github.com/nextcloud/vue-components/releases) - [Commits](https://github.com/nextcloud/vue-components/compare/v0.5.0...v0.6.0) Signed-off-by: dependabot[bot] --- settings/package-lock.json | 6 +++--- settings/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/settings/package-lock.json b/settings/package-lock.json index 54f7d11b98..8d2653d773 100644 --- a/settings/package-lock.json +++ b/settings/package-lock.json @@ -4477,9 +4477,9 @@ "integrity": "sha512-ZqnNDFNR0rCpifb29uoqyqd9IyVwNZrDePzmP6DbGiNStFrvnlOG8OTdIMSdC82bKzKAqzXU5L73kSQncG8oXA==" }, "nextcloud-vue": { - "version": "0.5.1", - "resolved": "https://registry.npmjs.org/nextcloud-vue/-/nextcloud-vue-0.5.1.tgz", - "integrity": "sha512-TTNz7vg2KxtASipBoKadsnipKptK/SK/tHjtq2x1xVDkLgjXrNCUm2+EtU/fPLNoOaueD4yUyAOJPNKQ4ff08Q==", + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/nextcloud-vue/-/nextcloud-vue-0.6.0.tgz", + "integrity": "sha512-0Du8+jtaQN18NQRZvXpYYZPqWgiuxbQnLo12HMY1p+QkLfimoQOG1MI5vkVsrsbqg/ewJK9Wu1VsTJ30PJUuCQ==", "requires": { "md5": "^2.2.1", "nextcloud-axios": "^0.1.2", diff --git a/settings/package.json b/settings/package.json index a3e6ab8f21..ca456535d6 100644 --- a/settings/package.json +++ b/settings/package.json @@ -16,7 +16,7 @@ "marked": "^0.6.0", "nextcloud-axios": "^0.1.3", "nextcloud-password-confirmation": "^0.4.1", - "nextcloud-vue": "^0.5.0", + "nextcloud-vue": "^0.6.0", "v-tooltip": "^2.0.0-rc.33", "vue": "^2.5.22", "vue-click-outside": "^1.0.7",