diff --git a/package-lock.json b/package-lock.json index 9b9ef5fb3..36242a92e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@nextcloud/capabilities": "^1.2.0", "@nextcloud/dialogs": "^5.3.1", "@nextcloud/event-bus": "^3.3.1", - "@nextcloud/files": "^3.3.1", + "@nextcloud/files": "^3.4.0", "@nextcloud/initial-state": "^2.2.0", "@nextcloud/l10n": "^3.1.0", "@nextcloud/moment": "^1.3.1", @@ -3652,9 +3652,9 @@ } }, "node_modules/@nextcloud/files": { - "version": "3.3.1", - "resolved": "https://registry.npmjs.org/@nextcloud/files/-/files-3.3.1.tgz", - "integrity": "sha512-m3jRxfrB2yF5x2rUcT8hIrpsTNKP7pkxGw80Im7QchNNFaDlJKGeXJufUAGisBRzeSJO533i35iAGgtai3blHQ==", + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/@nextcloud/files/-/files-3.4.0.tgz", + "integrity": "sha512-VfVI9bQVcORKpVA8WJDf93swo3StzuOdX7YDwmpkZqJcaAirsZr/B9tlMLYGAfgGPqOZfifyMGGWnKnx5HABug==", "dependencies": { "@nextcloud/auth": "^2.3.0", "@nextcloud/l10n": "^3.1.0", @@ -23753,9 +23753,9 @@ } }, "@nextcloud/files": { - "version": "3.3.1", - "resolved": "https://registry.npmjs.org/@nextcloud/files/-/files-3.3.1.tgz", - "integrity": "sha512-m3jRxfrB2yF5x2rUcT8hIrpsTNKP7pkxGw80Im7QchNNFaDlJKGeXJufUAGisBRzeSJO533i35iAGgtai3blHQ==", + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/@nextcloud/files/-/files-3.4.0.tgz", + "integrity": "sha512-VfVI9bQVcORKpVA8WJDf93swo3StzuOdX7YDwmpkZqJcaAirsZr/B9tlMLYGAfgGPqOZfifyMGGWnKnx5HABug==", "requires": { "@nextcloud/auth": "^2.3.0", "@nextcloud/l10n": "^3.1.0", diff --git a/package.json b/package.json index 55cd13146..2086623fb 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "@nextcloud/capabilities": "^1.2.0", "@nextcloud/dialogs": "^5.3.1", "@nextcloud/event-bus": "^3.3.1", - "@nextcloud/files": "^3.3.1", + "@nextcloud/files": "^3.4.0", "@nextcloud/initial-state": "^2.2.0", "@nextcloud/l10n": "^3.1.0", "@nextcloud/moment": "^1.3.1",