From 4ee813ec332bd0472350c9defbf22c21ebb1a398 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 16:59:01 +0000 Subject: [PATCH] chore(deps): Bump @nextcloud/files from 3.9.0 to 3.9.1 Bumps [@nextcloud/files](https://github.com/nextcloud-libraries/nextcloud-files) from 3.9.0 to 3.9.1. - [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) --- updated-dependencies: - dependency-name: "@nextcloud/files" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index e84613bced..d5911a41df 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@nextcloud/axios": "^2.5.1", "@nextcloud/dialogs": "^5.3.7", "@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/logger": "^3.0.2", @@ -3148,9 +3148,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", diff --git a/package.json b/package.json index b5b734f482..1e7784a248 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "@nextcloud/axios": "^2.5.1", "@nextcloud/dialogs": "^5.3.7", "@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/logger": "^3.0.2",