From 2ac31c2848f93e611a72805a90a153f016fc8af1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Nov 2024 16:18:34 +0000 Subject: [PATCH] chore(deps): Bump @nextcloud/files from 3.9.1 to 3.10.0 Bumps [@nextcloud/files](https://github.com/nextcloud-libraries/nextcloud-files) from 3.9.1 to 3.10.0. - [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.10.0) --- updated-dependencies: - dependency-name: "@nextcloud/files" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 ++++----- package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 33530980cb..1938244bf6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "@nextcloud/axios": "^2.5.1", "@nextcloud/dialogs": "^6.0.1", "@nextcloud/event-bus": "^3.3.1", - "@nextcloud/files": "^3.9.1", + "@nextcloud/files": "^3.10.0", "@nextcloud/initial-state": "^2.2.0", "@nextcloud/l10n": "^3.0.0", "@nextcloud/logger": "^3.0.2", @@ -2627,10 +2627,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==", - "license": "AGPL-3.0-or-later", + "version": "3.10.0", + "resolved": "https://registry.npmjs.org/@nextcloud/files/-/files-3.10.0.tgz", + "integrity": "sha512-VvucXNM+Ci/Ej1nK1UAboliiPpAY8az6cDDMoBWxgtfKRL7Q9I0aN2/nl4V9j2JaCm6E4TVWnKXlYDySMPNQKQ==", "dependencies": { "@nextcloud/auth": "^2.4.0", "@nextcloud/capabilities": "^1.2.0", diff --git a/package.json b/package.json index 3b7c0be60e..7f6637bfa0 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "@nextcloud/axios": "^2.5.1", "@nextcloud/dialogs": "^6.0.1", "@nextcloud/event-bus": "^3.3.1", - "@nextcloud/files": "^3.9.1", + "@nextcloud/files": "^3.10.0", "@nextcloud/initial-state": "^2.2.0", "@nextcloud/l10n": "^3.0.0", "@nextcloud/logger": "^3.0.2",