diff --git a/package-lock.json b/package-lock.json index a79fa5b8ada..13308969b2c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@nextcloud/capabilities": "^1.2.0", "@nextcloud/dialogs": "^6.0.0", "@nextcloud/event-bus": "^3.3.1", - "@nextcloud/files": "^3.9.0", + "@nextcloud/files": "^3.9.1", "@nextcloud/initial-state": "^2.2.0", "@nextcloud/l10n": "^3.0.0", "@nextcloud/moment": "^1.3.1", @@ -3598,9 +3598,9 @@ } }, "node_modules/@nextcloud/files": { - "version": "3.9.0", - "resolved": "https://registry.npmjs.org/@nextcloud/files/-/files-3.9.0.tgz", - "integrity": "sha512-GKlD8PESRgpP3Rz7xgLbRPXvk1EKStkN8zwM3/L2Dl70g2qkUh1IdEAPZO2KlCdJPD8QxcdK4ib0KClk/ounpA==", + "version": "3.9.1", + "resolved": "https://registry.npmjs.org/@nextcloud/files/-/files-3.9.1.tgz", + "integrity": "sha512-eureE0Hi13QhC7detUUlp5B7NjLLu1JnVLDF0yuNv/My5ETbe3SuWjulAXQ2KH3lvqVjhjgbNoEjH5wHemIG+g==", "dependencies": { "@nextcloud/auth": "^2.4.0", "@nextcloud/capabilities": "^1.2.0", @@ -23747,9 +23747,9 @@ } }, "@nextcloud/files": { - "version": "3.9.0", - "resolved": "https://registry.npmjs.org/@nextcloud/files/-/files-3.9.0.tgz", - "integrity": "sha512-GKlD8PESRgpP3Rz7xgLbRPXvk1EKStkN8zwM3/L2Dl70g2qkUh1IdEAPZO2KlCdJPD8QxcdK4ib0KClk/ounpA==", + "version": "3.9.1", + "resolved": "https://registry.npmjs.org/@nextcloud/files/-/files-3.9.1.tgz", + "integrity": "sha512-eureE0Hi13QhC7detUUlp5B7NjLLu1JnVLDF0yuNv/My5ETbe3SuWjulAXQ2KH3lvqVjhjgbNoEjH5wHemIG+g==", "requires": { "@nextcloud/auth": "^2.4.0", "@nextcloud/capabilities": "^1.2.0", diff --git a/package.json b/package.json index 0531ca90057..6af0c9a9d61 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "@nextcloud/capabilities": "^1.2.0", "@nextcloud/dialogs": "^6.0.0", "@nextcloud/event-bus": "^3.3.1", - "@nextcloud/files": "^3.9.0", + "@nextcloud/files": "^3.9.1", "@nextcloud/initial-state": "^2.2.0", "@nextcloud/l10n": "^3.0.0", "@nextcloud/moment": "^1.3.1",