From fc5a231e04f2bb239d5600fb5f38ef03313f7373 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 19 Sep 2026 01:03:44 +0000 Subject: [PATCH] Chore(deps): Bump @nextcloud/cdav-library from 2.7.0 to 2.8.0 Bumps [@nextcloud/cdav-library](https://github.com/nextcloud/cdav-library) from 2.7.0 to 2.8.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.7.0...v2.8.0) --- updated-dependencies: - dependency-name: "@nextcloud/cdav-library" dependency-version: 2.8.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 b7f32a1e1..d88f67c5b 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.7.0", + "@nextcloud/cdav-library": "2.8.0", "@nextcloud/dialogs": "7.5.0", "@nextcloud/event-bus": "^3.3.3", "@nextcloud/initial-state": "3.0.0", @@ -2777,9 +2777,9 @@ } }, "node_modules/@nextcloud/cdav-library": { - "version": "2.7.0", - "resolved": "https://registry.npmjs.org/@nextcloud/cdav-library/-/cdav-library-2.7.0.tgz", - "integrity": "sha512-8UhX6eQLgTIz5BPNmmCcVxNb6nl28r6i6cQb8JlGPZKCD2b/tD84lmAUaxd7I9kOMh6EOyi/tx6O/7nSPIUbAw==", + "version": "2.8.0", + "resolved": "https://registry.npmjs.org/@nextcloud/cdav-library/-/cdav-library-2.8.0.tgz", + "integrity": "sha512-fq9lPWC6CSNIcUdX9jzBn3m7tgkP9qV1eLhRs9ow2xd7UO2XOdKuU9Dd3qgBULYGF6diBJhJXd0Dtcu8bv3VFg==", "license": "AGPL-3.0-or-later", "dependencies": { "@nextcloud/axios": "^2.6.0" diff --git a/package.json b/package.json index 8cb4163ed..ebc4dbc87 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.7.0", + "@nextcloud/cdav-library": "2.8.0", "@nextcloud/dialogs": "7.5.0", "@nextcloud/event-bus": "^3.3.3", "@nextcloud/initial-state": "3.0.0",