From cf8cf6b4991a0c279e76b92b5510ece9a78edfe6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 May 2026 01:02:52 +0000 Subject: [PATCH] Chore(deps): Bump @nextcloud/cdav-library from 2.2.0 to 2.5.0 Bumps [@nextcloud/cdav-library](https://github.com/nextcloud/cdav-library) from 2.2.0 to 2.5.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.2.0...v2.5.0) --- updated-dependencies: - dependency-name: "@nextcloud/cdav-library" dependency-version: 2.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 57e5abfe3..bae72b0d6 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.2.0", + "@nextcloud/cdav-library": "2.5.0", "@nextcloud/dialogs": "7.3.0", "@nextcloud/event-bus": "^3.3.3", "@nextcloud/initial-state": "3.0.0", @@ -2828,12 +2828,12 @@ } }, "node_modules/@nextcloud/cdav-library": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/@nextcloud/cdav-library/-/cdav-library-2.2.0.tgz", - "integrity": "sha512-vaikb6JFji8MjeNSl8rsbRm97sDI8f9+Qa4ixLtubYYomm6SuNxhTau7hVC+v7sIlzrBhQlz4h0Gmq9nEsZrug==", + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/@nextcloud/cdav-library/-/cdav-library-2.5.0.tgz", + "integrity": "sha512-y30sLldmkhZYx24mVDgb7MlIGnxLmcpBKVXw8qeBMYtGImlMJYSdu8nT4GIwEoTReGyng/nPXgvoYJZUi1lYww==", "license": "AGPL-3.0-or-later", "dependencies": { - "@nextcloud/axios": "^2.5.2" + "@nextcloud/axios": "^2.6.0" }, "engines": { "node": "^24.0.0", diff --git a/package.json b/package.json index 61fce105d..cbd374a6a 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.2.0", + "@nextcloud/cdav-library": "2.5.0", "@nextcloud/dialogs": "7.3.0", "@nextcloud/event-bus": "^3.3.3", "@nextcloud/initial-state": "3.0.0",