From 7193851dd58beb10bf10c427a6e7a9ef8d1e6f33 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 30 Aug 2020 06:04:37 +0000 Subject: [PATCH] Bump @nextcloud/vue from 2.6.0 to 2.6.1 Bumps [@nextcloud/vue](https://github.com/nextcloud/nextcloud-vue) from 2.6.0 to 2.6.1. - [Release notes](https://github.com/nextcloud/nextcloud-vue/releases) - [Commits](https://github.com/nextcloud/nextcloud-vue/compare/v2.6.0...v2.6.1) Signed-off-by: dependabot-preview[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 275eedf6..8f2ec59c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3760,9 +3760,9 @@ } }, "@nextcloud/vue": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-2.6.0.tgz", - "integrity": "sha512-SzPXwxtbbc4BIUl4BhC7+8kDzgXG+Adr9W7x+hQdr/TuOhunVwcXOKGhyZgWew17oOCsd2c2ltrojhUiCmWjjg==", + "version": "2.6.1", + "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-2.6.1.tgz", + "integrity": "sha512-8orTDmtilZuFQJ67zqvqzmA20oAOojkfNpq4ERP8rsiAL0eHTUzMQC27dEfDuNq/GuloNsr/RDsimHSCq03DxA==", "requires": { "@nextcloud/auth": "^1.2.3", "@nextcloud/axios": "^1.3.2", @@ -6169,9 +6169,9 @@ } }, "date-fns": { - "version": "2.15.0", - "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-2.15.0.tgz", - "integrity": "sha512-ZCPzAMJZn3rNUvvQIMlXhDr4A+Ar07eLeGsGREoWU19a3Pqf5oYa+ccd+B3F6XVtQY6HANMFdOQ8A+ipFnvJdQ==" + "version": "2.16.0", + "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-2.16.0.tgz", + "integrity": "sha512-DWTRyfOA85sZ4IiXPHhiRIOs3fW5U6Msrp+gElXARa6EpoQTXPyHQmh7hr+ssw2nx9FtOQWnAMJKgL5vaJqILw==" }, "date-format-parse": { "version": "0.2.5", diff --git a/package.json b/package.json index ebf4cfcd..ecd4b1dd 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "@nextcloud/auth": "^1.3.0", "@nextcloud/axios": "^1.3.3", "@nextcloud/logger": "^1.1.2", - "@nextcloud/vue": "^2.6.0", + "@nextcloud/vue": "^2.6.1", "he": "^1.2.0", "linkifyjs": "^2.1.8", "tributejs": "^3.7.3",