From cc68b435a510efc0d976e14ba56eb24d3d47b311 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 31 May 2025 01:04:59 +0000 Subject: [PATCH] Chore(deps): Bump @nextcloud/cdav-library from 2.0.0 to 2.1.0 Bumps [@nextcloud/cdav-library](https://github.com/nextcloud/cdav-library) from 2.0.0 to 2.1.0. - [Release notes](https://github.com/nextcloud/cdav-library/releases) - [Changelog](https://github.com/nextcloud/cdav-library/blob/main/CHANGELOG.md) - [Commits](https://github.com/nextcloud/cdav-library/compare/v2.0.0...v2.1.0) --- updated-dependencies: - dependency-name: "@nextcloud/cdav-library" dependency-version: 2.1.0 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 b7512bedd..facfe7b8a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@nextcloud/axios": "^2.5.1", "@nextcloud/calendar-js": "8.1.2", - "@nextcloud/cdav-library": "2.0.0", + "@nextcloud/cdav-library": "2.1.0", "@nextcloud/dialogs": "6.2.0", "@nextcloud/event-bus": "^3.3.2", "@nextcloud/initial-state": "2.2.0", @@ -2709,9 +2709,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==", "license": "AGPL-3.0-or-later", "dependencies": { "@nextcloud/axios": "^2.5.1" diff --git a/package.json b/package.json index 3d362b476..2ee48b07b 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "dependencies": { "@nextcloud/axios": "^2.5.1", "@nextcloud/calendar-js": "8.1.2", - "@nextcloud/cdav-library": "2.0.0", + "@nextcloud/cdav-library": "2.1.0", "@nextcloud/dialogs": "6.2.0", "@nextcloud/event-bus": "^3.3.2", "@nextcloud/initial-state": "2.2.0",