From 31d759ee626131f79a5b5d6331dd0d1579776390 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 10 Oct 2020 01:04:10 +0000 Subject: [PATCH] Bump @nextcloud/vue from 2.6.9 to 2.7.0 Bumps [@nextcloud/vue](https://github.com/nextcloud/nextcloud-vue) from 2.6.9 to 2.7.0. - [Release notes](https://github.com/nextcloud/nextcloud-vue/releases) - [Commits](https://github.com/nextcloud/nextcloud-vue/compare/v2.6.9...v2.7.0) Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 715ed3428..85827e1e0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3617,9 +3617,9 @@ } }, "@nextcloud/vue": { - "version": "2.6.9", - "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-2.6.9.tgz", - "integrity": "sha512-Jx5h9WH+W9Tjz1mAhHq/QpqGMF9XbxpfQIK1DkEMPZ9N9ooLCpphaDN9qmPgOgt68ZGeUfGvJ+HrIfwD0r16Gw==", + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-2.7.0.tgz", + "integrity": "sha512-iZxTUWsDvfQdi3FRqEBfv5MGqJPPISk9FEXhX98wnWX37YaDwx9qOpvAQo+/6bjVVwwu8E7oWJN24NE4rxWhBg==", "requires": { "@nextcloud/auth": "^1.2.3", "@nextcloud/axios": "^1.3.2", diff --git a/package.json b/package.json index 4e7fe4031..ab3d7cc16 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "@nextcloud/l10n": "^1.4.1", "@nextcloud/moment": "^1.1.1", "@nextcloud/router": "^1.2.0", - "@nextcloud/vue": "^2.6.9", + "@nextcloud/vue": "^2.7.0", "@nextcloud/vue-dashboard": "^1.0.1", "blueimp-md5": "^2.18.0", "dompurify": "^2.1.1",