From 26a75d0048527e4287ad88cf50792424de6479be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 23 May 2026 01:03:18 +0000 Subject: [PATCH] Chore(deps): Bump @nextcloud/cdav-library from 2.5.0 to 2.5.1 Bumps [@nextcloud/cdav-library](https://github.com/nextcloud/cdav-library) from 2.5.0 to 2.5.1. - [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.5.0...v2.5.1) --- updated-dependencies: - dependency-name: "@nextcloud/cdav-library" dependency-version: 2.5.1 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 76865ac37..76f1bcd1e 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.5.0", + "@nextcloud/cdav-library": "2.5.1", "@nextcloud/dialogs": "7.3.0", "@nextcloud/event-bus": "^3.3.3", "@nextcloud/initial-state": "3.0.0", @@ -2845,9 +2845,9 @@ } }, "node_modules/@nextcloud/cdav-library": { - "version": "2.5.0", - "resolved": "https://registry.npmjs.org/@nextcloud/cdav-library/-/cdav-library-2.5.0.tgz", - "integrity": "sha512-y30sLldmkhZYx24mVDgb7MlIGnxLmcpBKVXw8qeBMYtGImlMJYSdu8nT4GIwEoTReGyng/nPXgvoYJZUi1lYww==", + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/@nextcloud/cdav-library/-/cdav-library-2.5.1.tgz", + "integrity": "sha512-ZFf1YDQMTZgn/cxayNmy+awaDN34EqtPYLzxzq5lBgbk4BsK1aCidwLdXAb4SFZV5/Xn3TxgWZD19bm30QM/fQ==", "license": "AGPL-3.0-or-later", "dependencies": { "@nextcloud/axios": "^2.6.0" diff --git a/package.json b/package.json index 7ad534d6f..859f04836 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.5.0", + "@nextcloud/cdav-library": "2.5.1", "@nextcloud/dialogs": "7.3.0", "@nextcloud/event-bus": "^3.3.3", "@nextcloud/initial-state": "3.0.0",