From 498fb127eb9690d96c0c8bb51f8c243a09a7a166 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 19 Nov 2024 01:39:38 +0000 Subject: [PATCH] fix(deps): bump @nextcloud/files from 3.9.1 to ^3.10.0 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 978e7f77f..de229e397 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@nextcloud/cdav-library": "^1.5.2", "@nextcloud/dialogs": "^5.3.8", "@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.1.0", "@nextcloud/logger": "^3.0.2", @@ -3876,9 +3876,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==", + "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", @@ -22486,9 +22486,9 @@ } }, "@nextcloud/files": { - "version": "3.9.1", - "resolved": "https://registry.npmjs.org/@nextcloud/files/-/files-3.9.1.tgz", - "integrity": "sha512-eureE0Hi13QhC7detUUlp5B7NjLLu1JnVLDF0yuNv/My5ETbe3SuWjulAXQ2KH3lvqVjhjgbNoEjH5wHemIG+g==", + "version": "3.10.0", + "resolved": "https://registry.npmjs.org/@nextcloud/files/-/files-3.10.0.tgz", + "integrity": "sha512-VvucXNM+Ci/Ej1nK1UAboliiPpAY8az6cDDMoBWxgtfKRL7Q9I0aN2/nl4V9j2JaCm6E4TVWnKXlYDySMPNQKQ==", "requires": { "@nextcloud/auth": "^2.4.0", "@nextcloud/capabilities": "^1.2.0", diff --git a/package.json b/package.json index d93ec6dc1..f4d4c1914 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "@nextcloud/cdav-library": "^1.5.2", "@nextcloud/dialogs": "^5.3.8", "@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.1.0", "@nextcloud/logger": "^3.0.2",