From 276f3e570e1760264aad201185caef0fae85f808 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 7 Feb 2026 05:16:31 +0000 Subject: [PATCH] chore(deps): Bump @nextcloud/files from 4.0.0-rc.0 to 4.0.0-rc.1 Bumps [@nextcloud/files](https://github.com/nextcloud-libraries/nextcloud-files) from 4.0.0-rc.0 to 4.0.0-rc.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/compare/v4.0.0-rc.0...v4.0.0-rc.1) --- updated-dependencies: - dependency-name: "@nextcloud/files" dependency-version: 4.0.0-rc.1 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 bf951a24..39c880f2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@nextcloud/axios": "^2.5.2", "@nextcloud/dialogs": "^7.1.0", "@nextcloud/event-bus": "^3.3.3", - "@nextcloud/files": "^4.0.0-rc.0", + "@nextcloud/files": "^4.0.0-rc.1", "@nextcloud/l10n": "^3.4.1", "@nextcloud/router": "^3.1.0", "@nextcloud/vue": "^9.5.0", @@ -1866,9 +1866,9 @@ } }, "node_modules/@nextcloud/files": { - "version": "4.0.0-rc.0", - "resolved": "https://registry.npmjs.org/@nextcloud/files/-/files-4.0.0-rc.0.tgz", - "integrity": "sha512-zg/TQH4oQQYlntzkcWokjKIkTX39maiYXceDYrE3OnzCYZv0IKmOH3+pQer58/Z9QfsU8huTnzHblhzVNsJvAA==", + "version": "4.0.0-rc.1", + "resolved": "https://registry.npmjs.org/@nextcloud/files/-/files-4.0.0-rc.1.tgz", + "integrity": "sha512-oJWg0UCAbPYBQBQ3BfKSCOzrCHFBp9LIpkZXo85WAvYniU0pJP9FHMdgh3BqAF0LVTd/E4F6wnlU7Au49IIwFA==", "license": "AGPL-3.0-or-later", "dependencies": { "@nextcloud/auth": "^2.5.3", diff --git a/package.json b/package.json index 4a6bf1d6..b4b3f9a4 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "@nextcloud/axios": "^2.5.2", "@nextcloud/dialogs": "^7.1.0", "@nextcloud/event-bus": "^3.3.3", - "@nextcloud/files": "^4.0.0-rc.0", + "@nextcloud/files": "^4.0.0-rc.1", "@nextcloud/l10n": "^3.4.1", "@nextcloud/router": "^3.1.0", "@nextcloud/vue": "^9.5.0",