diff --git a/package-lock.json b/package-lock.json index 1a89cb4f9e..3d0513d500 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "@nextcloud/auth": "^1.3.0", "@nextcloud/axios": "^1.6.0", "@nextcloud/dialogs": "^3.1.2", - "@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", @@ -3469,9 +3469,9 @@ "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" }, "node_modules/@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==", "dependencies": { "@nextcloud/l10n": "^1.3.0", "core-js": "^3.6.4" @@ -25898,9 +25898,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 cca99e7512..cf1ad2d7ab 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "@nextcloud/auth": "^1.3.0", "@nextcloud/axios": "^1.6.0", "@nextcloud/dialogs": "^3.1.2", - "@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",