From 38e46f16e4c76a79a17188f903a4dd4308ca4385 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Jun 2024 21:00:37 +0000 Subject: [PATCH] Chore(deps): Bump @nextcloud/files from 3.4.0 to 3.4.1 Bumps [@nextcloud/files](https://github.com/nextcloud-libraries/nextcloud-files) from 3.4.0 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.4.0...v3.4.1) --- updated-dependencies: - dependency-name: "@nextcloud/files" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 12 ++++-------- package.json | 2 +- 2 files changed, 5 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 15556a85d..a4738e56b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@nextcloud/axios": "^2.5.0", "@nextcloud/dialogs": "^5.3.1", "@nextcloud/event-bus": "^3.3.1", - "@nextcloud/files": "^3.2.1", + "@nextcloud/files": "^3.4.1", "@nextcloud/initial-state": "^2.2.0", "@nextcloud/l10n": "^3.1.0", "@nextcloud/logger": "^3.0.2", @@ -47,10 +47,6 @@ "eslint-plugin-cypress": "^3.3.0", "prettier": "^3.2.5", "vite": "^5.2.13" - }, - "engines": { - "node": "^20.0.0", - "npm": "^10.0.0" } }, "node_modules/@aashutoshrathi/word-wrap": { @@ -1777,9 +1773,9 @@ } }, "node_modules/@nextcloud/files": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/@nextcloud/files/-/files-3.4.0.tgz", - "integrity": "sha512-VfVI9bQVcORKpVA8WJDf93swo3StzuOdX7YDwmpkZqJcaAirsZr/B9tlMLYGAfgGPqOZfifyMGGWnKnx5HABug==", + "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 c5c1c4a62..c0aaf293a 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "@nextcloud/axios": "^2.5.0", "@nextcloud/dialogs": "^5.3.1", "@nextcloud/event-bus": "^3.3.1", - "@nextcloud/files": "^3.2.1", + "@nextcloud/files": "^3.4.1", "@nextcloud/initial-state": "^2.2.0", "@nextcloud/l10n": "^3.1.0", "@nextcloud/logger": "^3.0.2",