From f9177fa0d21a4f348fc17e6c941c81438d0ee00b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Sep 2020 13:20:21 +0000 Subject: [PATCH] Bump @nextcloud/vue from 2.6.4 to 2.6.5 Bumps [@nextcloud/vue](https://github.com/nextcloud/nextcloud-vue) from 2.6.4 to 2.6.5. - [Release notes](https://github.com/nextcloud/nextcloud-vue/releases) - [Commits](https://github.com/nextcloud/nextcloud-vue/compare/v2.6.4...v2.6.5) Signed-off-by: dependabot[bot] --- package-lock.json | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7e0c32c23..68392f5a0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1921,9 +1921,9 @@ } }, "@nextcloud/vue": { - "version": "2.6.4", - "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-2.6.4.tgz", - "integrity": "sha512-M5s2mD40KxYFHERZ+n9Yk3GkDXaKcXXxqOtlcgNNcPltcT7IvPKpm8+a0MaiYlQKBhDLkwRyRH+RHxcJKZjbIg==", + "version": "2.6.5", + "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-2.6.5.tgz", + "integrity": "sha512-ZeY4n/TJ0cRu/iDgLGCwFSksvStMO+fAeJfANwjp52LjrpFXuJjxqG8ZKBdr7zJewj/yTOq6k0wMDnyBFTgnXA==", "requires": { "@nextcloud/auth": "^1.2.3", "@nextcloud/axios": "^1.3.2", @@ -14184,9 +14184,9 @@ "integrity": "sha512-fX6Z5o4m6XsXBdli9g7DtWgAx+osMsRRZFKma1mIUsLCz6vRvv+pz5VNbyu9UEDzpMWulZfvpgb/cmDXVulYFQ==" }, "v-click-outside": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/v-click-outside/-/v-click-outside-3.1.0.tgz", - "integrity": "sha512-WZBeCxHjmL67+dpw4GTNwNWoCUsyjvP4bO0xFLCEPIYqWhigQso28NKasfvg4vDYn7fUvMigFmKf+mV42lbJ2Q==" + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/v-click-outside/-/v-click-outside-3.1.1.tgz", + "integrity": "sha512-JJCdOwsJw77bzO37fkQdWX9OnjgLBGQNOM2SVmIdDdUi+n2xc/06dQdctxySIhetd35IGbs3NGU11pkKnBuhJg==" }, "v-tooltip": { "version": "2.0.3", diff --git a/package.json b/package.json index 4043b38f3..4448c41fd 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "@nextcloud/logger": "^1.1.2", "@nextcloud/moment": "^1.1.1", "@nextcloud/router": "^1.2.0", - "@nextcloud/vue": "^2.6.4", + "@nextcloud/vue": "^2.6.5", "@nextcloud/vue-dashboard": "^0.1.8", "autosize": "^4.0.2", "calendar-js": "git+https://github.com/nextcloud/calendar-js.git",