From 1211b4c9317fe3130ae3a02345b7d6e69a4f5adb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 May 2024 17:23:38 +0000 Subject: [PATCH] chore(deps): Bump @nextcloud/files from 3.3.1 to 3.4.0 Bumps [@nextcloud/files](https://github.com/nextcloud-libraries/nextcloud-files) from 3.3.1 to 3.4.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/compare/v3.3.1...v3.4.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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index e5ff7369..6ef59136 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1554,9 +1554,9 @@ "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" }, "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.0", + "resolved": "https://registry.npmjs.org/@nextcloud/files/-/files-3.4.0.tgz", + "integrity": "sha512-VfVI9bQVcORKpVA8WJDf93swo3StzuOdX7YDwmpkZqJcaAirsZr/B9tlMLYGAfgGPqOZfifyMGGWnKnx5HABug==", "dependencies": { "@nextcloud/auth": "^2.3.0", "@nextcloud/l10n": "^3.1.0",