From b475714cd237e99729bc26ac793dcbe7b4a3de15 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 29 Aug 2020 01:20:35 +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 8168212..6f77530 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2872,9 +2872,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", @@ -4956,9 +4956,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 96e90ab..75cb7ee 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.0", + "@nextcloud/vue": "^2.6.1", "core-js": "^3.6.5", "crypto-js": "^4.0.0", "debounce": "^1.2.0",