From f5d1b7cb83fbfb71d9a9cdc572fb1786bca549bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 16 Nov 2024 03:08:48 +0000 Subject: [PATCH] chore(deps): Bump @nextcloud/files from 3.9.1 to 3.9.2 Bumps [@nextcloud/files](https://github.com/nextcloud-libraries/nextcloud-files) from 3.9.1 to 3.9.2. - [Release notes](https://github.com/nextcloud-libraries/nextcloud-files/releases) - [Changelog](https://github.com/nextcloud-libraries/nextcloud-files/blob/main/CHANGELOG.md) - [Commits](https://github.com/nextcloud-libraries/nextcloud-files/commits/v3.9.2) --- updated-dependencies: - dependency-name: "@nextcloud/files" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9b95a7e55b..c14eafd194 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@nextcloud/capabilities": "^1.1.0", "@nextcloud/dialogs": "^5.3.7", "@nextcloud/event-bus": "^3.3.1", - "@nextcloud/files": "^3.9.1", + "@nextcloud/files": "^3.9.2", "@nextcloud/initial-state": "^2.2.0", "@nextcloud/l10n": "^2.2.0", "@nextcloud/moment": "^1.3.1", @@ -4040,9 +4040,9 @@ } }, "node_modules/@nextcloud/files": { - "version": "3.9.1", - "resolved": "https://registry.npmjs.org/@nextcloud/files/-/files-3.9.1.tgz", - "integrity": "sha512-eureE0Hi13QhC7detUUlp5B7NjLLu1JnVLDF0yuNv/My5ETbe3SuWjulAXQ2KH3lvqVjhjgbNoEjH5wHemIG+g==", + "version": "3.9.2", + "resolved": "https://registry.npmjs.org/@nextcloud/files/-/files-3.9.2.tgz", + "integrity": "sha512-Gc+CsAnzaE9QeaQInl5sY09wZnuoCC3lS8DP5RY8lmnTLg4o3wTp2s1b2MOKcdc7NpOiGgS3gmo3yzd+svGK2w==", "dependencies": { "@nextcloud/auth": "^2.4.0", "@nextcloud/capabilities": "^1.2.0", @@ -26959,9 +26959,9 @@ } }, "@nextcloud/files": { - "version": "3.9.1", - "resolved": "https://registry.npmjs.org/@nextcloud/files/-/files-3.9.1.tgz", - "integrity": "sha512-eureE0Hi13QhC7detUUlp5B7NjLLu1JnVLDF0yuNv/My5ETbe3SuWjulAXQ2KH3lvqVjhjgbNoEjH5wHemIG+g==", + "version": "3.9.2", + "resolved": "https://registry.npmjs.org/@nextcloud/files/-/files-3.9.2.tgz", + "integrity": "sha512-Gc+CsAnzaE9QeaQInl5sY09wZnuoCC3lS8DP5RY8lmnTLg4o3wTp2s1b2MOKcdc7NpOiGgS3gmo3yzd+svGK2w==", "requires": { "@nextcloud/auth": "^2.4.0", "@nextcloud/capabilities": "^1.2.0", diff --git a/package.json b/package.json index a8d099b721..8baa6440fc 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "@nextcloud/capabilities": "^1.1.0", "@nextcloud/dialogs": "^5.3.7", "@nextcloud/event-bus": "^3.3.1", - "@nextcloud/files": "^3.9.1", + "@nextcloud/files": "^3.9.2", "@nextcloud/initial-state": "^2.2.0", "@nextcloud/l10n": "^2.2.0", "@nextcloud/moment": "^1.3.1",