From bad2b0b8595d3100e74b5c1f1f851ded5a46f823 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2020 20:59:32 +0000 Subject: [PATCH] Bump @nextcloud/vue from 2.6.1 to 2.6.4 Bumps [@nextcloud/vue](https://github.com/nextcloud/nextcloud-vue) from 2.6.1 to 2.6.4. - [Release notes](https://github.com/nextcloud/nextcloud-vue/releases) - [Commits](https://github.com/nextcloud/nextcloud-vue/compare/v2.6.1...v2.6.4) Signed-off-by: dependabot[bot] --- package-lock.json | 25 +++++++------------------ package.json | 2 +- 2 files changed, 8 insertions(+), 19 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9647697..f9944d7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2863,14 +2863,14 @@ } }, "@nextcloud/vue": { - "version": "2.6.1", - "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-2.6.1.tgz", - "integrity": "sha512-8orTDmtilZuFQJ67zqvqzmA20oAOojkfNpq4ERP8rsiAL0eHTUzMQC27dEfDuNq/GuloNsr/RDsimHSCq03DxA==", + "version": "2.6.4", + "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-2.6.4.tgz", + "integrity": "sha512-M5s2mD40KxYFHERZ+n9Yk3GkDXaKcXXxqOtlcgNNcPltcT7IvPKpm8+a0MaiYlQKBhDLkwRyRH+RHxcJKZjbIg==", "requires": { "@nextcloud/auth": "^1.2.3", "@nextcloud/axios": "^1.3.2", "@nextcloud/capabilities": "^1.0.2", - "@nextcloud/dialogs": "^1.4.0", + "@nextcloud/dialogs": "^2.0.1", "@nextcloud/event-bus": "^1.1.4", "@nextcloud/l10n": "^1.2.3", "@nextcloud/router": "^1.0.2", @@ -2888,17 +2888,6 @@ "vue-multiselect": "^2.1.6", "vue-visible": "^1.0.2", "vue2-datepicker": "^3.6.2" - }, - "dependencies": { - "@nextcloud/dialogs": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/@nextcloud/dialogs/-/dialogs-1.4.0.tgz", - "integrity": "sha512-Rx4x+al/sy+vXu2p3qvEuVeeUDm5JVwa84S21Hxa+pDV3Pd93E2dJGWlZ6h++5fSXbee1sDX9t957B20kYiP3Q==", - "requires": { - "core-js": "^3.6.4", - "toastify-js": "^1.7.0" - } - } } }, "@nextcloud/webpack-vue-config": { @@ -4947,9 +4936,9 @@ } }, "date-fns": { - "version": "2.16.0", - "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-2.16.0.tgz", - "integrity": "sha512-DWTRyfOA85sZ4IiXPHhiRIOs3fW5U6Msrp+gElXARa6EpoQTXPyHQmh7hr+ssw2nx9FtOQWnAMJKgL5vaJqILw==" + "version": "2.16.1", + "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-2.16.1.tgz", + "integrity": "sha512-sAJVKx/FqrLYHAQeN7VpJrPhagZc9R4ImZIWYRFZaaohR3KzmuK88touwsSwSVT8Qcbd4zoDsnGfX4GFB4imyQ==" }, "date-format-parse": { "version": "0.2.5", diff --git a/package.json b/package.json index abd90d0..8f72c47 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "@nextcloud/l10n": "^1.3.0", "@nextcloud/moment": "^1.1.1", "@nextcloud/router": "^1.1.0", - "@nextcloud/vue": "^2.6.1", + "@nextcloud/vue": "^2.6.4", "core-js": "^3.6.5", "crypto-js": "^4.0.0", "debounce": "^1.2.0",