From e9f5307589ceac7f330530f76bd9d1ecf990e9ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Jun 2026 01:02:51 +0000 Subject: [PATCH] Chore(deps): Bump @nextcloud/cdav-library from 2.6.0 to 2.6.2 Bumps [@nextcloud/cdav-library](https://github.com/nextcloud/cdav-library) from 2.6.0 to 2.6.2. - [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.6.0...v2.6.2) --- updated-dependencies: - dependency-name: "@nextcloud/cdav-library" dependency-version: 2.6.2 dependency-type: direct:production update-type: version-update:semver-patch ... 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 38d755042..55fbed4fe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@nextcloud/axios": "^2.6.0", "@nextcloud/calendar-js": "8.1.6", - "@nextcloud/cdav-library": "2.6.0", + "@nextcloud/cdav-library": "2.6.2", "@nextcloud/dialogs": "7.4.0", "@nextcloud/event-bus": "^3.3.3", "@nextcloud/initial-state": "3.0.0", @@ -2845,9 +2845,9 @@ } }, "node_modules/@nextcloud/cdav-library": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/@nextcloud/cdav-library/-/cdav-library-2.6.0.tgz", - "integrity": "sha512-7VpPk95W070mWsbqqcmyRxmF3FV0PvfoSQV+C85ltbiROr1wKeoIGh7ZjNETlpcS2FgdgbLQZeD7L+9zS9c+hw==", + "version": "2.6.2", + "resolved": "https://registry.npmjs.org/@nextcloud/cdav-library/-/cdav-library-2.6.2.tgz", + "integrity": "sha512-TVksMa2Liy4Vq3s3CdEgMZM4AZsU0yvm1oznMalKOKbMsvEknNEXb5nhh/+hINpJdmooYtY6Og9KC0HW4MfjCw==", "license": "AGPL-3.0-or-later", "dependencies": { "@nextcloud/axios": "^2.6.0" diff --git a/package.json b/package.json index b6311587c..141ebd319 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "dependencies": { "@nextcloud/axios": "^2.6.0", "@nextcloud/calendar-js": "8.1.6", - "@nextcloud/cdav-library": "2.6.0", + "@nextcloud/cdav-library": "2.6.2", "@nextcloud/dialogs": "7.4.0", "@nextcloud/event-bus": "^3.3.3", "@nextcloud/initial-state": "3.0.0",