From a769432056150b5be320d91a036354f8c9d39099 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Jun 2025 00:23:03 +0000 Subject: [PATCH] fix(deps): bump @nextcloud/cdav-library from 2.0.0 to ^2.1.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 f09812d4f..c9d2f985b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@nextcloud/auth": "^2.5.1", "@nextcloud/axios": "^2.5.1", "@nextcloud/capabilities": "^1.2.0", - "@nextcloud/cdav-library": "^2.0.0", + "@nextcloud/cdav-library": "^2.1.0", "@nextcloud/dialogs": "^5.3.8", "@nextcloud/event-bus": "^3.3.2", "@nextcloud/files": "^3.10.2", @@ -3712,9 +3712,9 @@ } }, "node_modules/@nextcloud/cdav-library": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/@nextcloud/cdav-library/-/cdav-library-2.0.0.tgz", - "integrity": "sha512-/uNEv9l/NtRBu3ycOC7+aLCWvfld8ZX2EXy8sKroTuxR5Mk2t6lLeGNqHmgGqmq38TX2uvxehoEAaWxcbETnsQ==", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/@nextcloud/cdav-library/-/cdav-library-2.1.0.tgz", + "integrity": "sha512-5vD2gDkUN5nr7/0ItR3GYhR3OSB0NrCTt7QDEnuySpfb84xKmJ4lGYwdcSufVQmfH5NLDSnbjvNPP46/kLkVmA==", "dependencies": { "@nextcloud/axios": "^2.5.1" }, @@ -22597,9 +22597,9 @@ } }, "@nextcloud/cdav-library": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/@nextcloud/cdav-library/-/cdav-library-2.0.0.tgz", - "integrity": "sha512-/uNEv9l/NtRBu3ycOC7+aLCWvfld8ZX2EXy8sKroTuxR5Mk2t6lLeGNqHmgGqmq38TX2uvxehoEAaWxcbETnsQ==", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/@nextcloud/cdav-library/-/cdav-library-2.1.0.tgz", + "integrity": "sha512-5vD2gDkUN5nr7/0ItR3GYhR3OSB0NrCTt7QDEnuySpfb84xKmJ4lGYwdcSufVQmfH5NLDSnbjvNPP46/kLkVmA==", "requires": { "@nextcloud/axios": "^2.5.1" } diff --git a/package.json b/package.json index cb34033ef..7efdfb838 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "@nextcloud/auth": "^2.5.1", "@nextcloud/axios": "^2.5.1", "@nextcloud/capabilities": "^1.2.0", - "@nextcloud/cdav-library": "^2.0.0", + "@nextcloud/cdav-library": "^2.1.0", "@nextcloud/dialogs": "^5.3.8", "@nextcloud/event-bus": "^3.3.2", "@nextcloud/files": "^3.10.2",