From ab98a650734c14a96c807adbcd0e845af211b968 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 22:44:48 +0000 Subject: [PATCH] Chore(deps): Bump @nextcloud/files from 3.3.1 to 3.4.1 Bumps [@nextcloud/files](https://github.com/nextcloud-libraries/nextcloud-files) from 3.3.1 to 3.4.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/v3.3.1...v3.4.1) --- updated-dependencies: - dependency-name: "@nextcloud/files" dependency-type: direct:production update-type: version-update:semver-minor ... 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 7ace479..85d2967 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@mdi/svg": "^7.4.47", "@nextcloud/axios": "^2.5.0", "@nextcloud/dialogs": "^5.3.1", - "@nextcloud/files": "^3.3.1", + "@nextcloud/files": "^3.4.1", "@nextcloud/initial-state": "^2.2.0", "@nextcloud/l10n": "^3.1.0", "@nextcloud/router": "^3.0.1", @@ -3413,9 +3413,9 @@ } }, "node_modules/@nextcloud/files": { - "version": "3.3.1", - "resolved": "https://registry.npmjs.org/@nextcloud/files/-/files-3.3.1.tgz", - "integrity": "sha512-m3jRxfrB2yF5x2rUcT8hIrpsTNKP7pkxGw80Im7QchNNFaDlJKGeXJufUAGisBRzeSJO533i35iAGgtai3blHQ==", + "version": "3.4.1", + "resolved": "https://registry.npmjs.org/@nextcloud/files/-/files-3.4.1.tgz", + "integrity": "sha512-0riNodzy/epHRpjIR0uuibzu+WO5GEjYqc9HjifR7fGb4Umi7cNykX7vR5o6BoEg64eYEHau0I4wBUtX/vRssQ==", "dependencies": { "@nextcloud/auth": "^2.3.0", "@nextcloud/l10n": "^3.1.0", diff --git a/package.json b/package.json index f5eab46..f6e9991 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "@mdi/svg": "^7.4.47", "@nextcloud/axios": "^2.5.0", "@nextcloud/dialogs": "^5.3.1", - "@nextcloud/files": "^3.3.1", + "@nextcloud/files": "^3.4.1", "@nextcloud/initial-state": "^2.2.0", "@nextcloud/l10n": "^3.1.0", "@nextcloud/router": "^3.0.1",