diff --git a/package-lock.json b/package-lock.json index d30c49cac3988..508ccc96b34e7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4059,9 +4059,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 79e8c8a4e315c..a4f255f6fd8f2 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",