From 3dbb4047f34bac78b8acb03be7c3e43fddae4dfd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Jul 2021 12:38:35 +0000 Subject: [PATCH] Bump @nextcloud/files from 1.1.0 to 2.0.0 Bumps @nextcloud/files from 1.1.0 to 2.0.0. --- updated-dependencies: - dependency-name: "@nextcloud/files" dependency-type: direct:production update-type: version-update:semver-major ... 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 db6faa37e9f9a..f270389b80ebc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5076,9 +5076,9 @@ } }, "@nextcloud/files": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@nextcloud/files/-/files-1.1.0.tgz", - "integrity": "sha512-wBtgtE3cSII5dNBOSIbkEHlroOGHS34CI7P20ye/9RYBY3TuKakhw5loT68wEOXa29Sp7GZsdWOuzxoRlsF2GA==", + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@nextcloud/files/-/files-2.0.0.tgz", + "integrity": "sha512-fM9wbyl4mGCuo+rLTJjycsC/1QWE+SKO5SBi08dgK6BU26lcdKAYJ41oPXYi7hnL4mqkNEblPQarXAZCIjteww==", "requires": { "@nextcloud/l10n": "^1.3.0", "core-js": "^3.6.4" diff --git a/package.json b/package.json index 05852278c1040..382ee07bf0715 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "@nextcloud/capabilities": "^1.0.4", "@nextcloud/dialogs": "^3.1.2", "@nextcloud/event-bus": "^1.3.0", - "@nextcloud/files": "^1.1.0", + "@nextcloud/files": "^2.0.0", "@nextcloud/initial-state": "^1.2.0", "@nextcloud/l10n": "^1.4.1", "@nextcloud/logger": "^1.1.2",