From 0e9f7707f178e68e02f27a7fc50ae4ffeb7f4ce9 Mon Sep 17 00:00:00 2001 From: Hamza Date: Tue, 2 Jun 2026 17:50:57 +0200 Subject: [PATCH] fix(deps): update cdav library Signed-off-by: Hamza --- 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 ba9ba82810..9c2b3a9752 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6,7 +6,7 @@ "packages": { "": { "name": "calendar", - "version": "6.4.1", + "version": "6.4.2", "license": "agpl", "dependencies": { "@fullcalendar/core": "6.1.20", @@ -23,7 +23,7 @@ "@nextcloud/axios": "^2.5.2", "@nextcloud/calendar-availability-vue": "^3.0.0", "@nextcloud/calendar-js": "^8.1.6", - "@nextcloud/cdav-library": "^2.4.0", + "@nextcloud/cdav-library": "^2.6.0", "@nextcloud/dialogs": "^7.3.0", "@nextcloud/event-bus": "^3.3.3", "@nextcloud/initial-state": "^3.0.0", @@ -3266,9 +3266,9 @@ } }, "node_modules/@nextcloud/cdav-library": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/@nextcloud/cdav-library/-/cdav-library-2.4.0.tgz", - "integrity": "sha512-F5Nu7+39X/HzCnfwLbJPodKzTPEzF2wXYHBOsr6p58izaVGOcjQ7QHR+KYayvuVHNTs5cVpoGKu4UpHXrpklyA==", + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/@nextcloud/cdav-library/-/cdav-library-2.6.0.tgz", + "integrity": "sha512-7VpPk95W070mWsbqqcmyRxmF3FV0PvfoSQV+C85ltbiROr1wKeoIGh7ZjNETlpcS2FgdgbLQZeD7L+9zS9c+hw==", "license": "AGPL-3.0-or-later", "dependencies": { "@nextcloud/axios": "^2.6.0" diff --git a/package.json b/package.json index 1f2f0e7836..fb51419add 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "@nextcloud/axios": "^2.5.2", "@nextcloud/calendar-availability-vue": "^3.0.0", "@nextcloud/calendar-js": "^8.1.6", - "@nextcloud/cdav-library": "^2.4.0", + "@nextcloud/cdav-library": "^2.6.0", "@nextcloud/dialogs": "^7.3.0", "@nextcloud/event-bus": "^3.3.3", "@nextcloud/initial-state": "^3.0.0",