From 48116a4fcfd8edd9a26ff6244a04ccb79f702911 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jul 2024 14:00:39 +0000 Subject: [PATCH] fix(deps): bump @nextcloud/cdav-library from 1.5.0 to ^1.5.1 (main) (#6182) Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- 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 776d3294d..4996d3c19 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "@nextcloud/axios": "^2.5.0", "@nextcloud/calendar-availability-vue": "^2.2.2", "@nextcloud/calendar-js": "^7.0.0", - "@nextcloud/cdav-library": "^1.5.0", + "@nextcloud/cdav-library": "^1.5.1", "@nextcloud/dialogs": "^5.3.5", "@nextcloud/event-bus": "^3.3.1", "@nextcloud/initial-state": "^2.2.0", @@ -3291,9 +3291,9 @@ } }, "node_modules/@nextcloud/cdav-library": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/@nextcloud/cdav-library/-/cdav-library-1.5.0.tgz", - "integrity": "sha512-EDEKzwr5W8bjaKmMdl5lD3eYZzLuFFgPJiRNLUvEX/fMq0X/EK+MlCK4OzQxY4BhlTbFpNENet5OPg8Zbt4Vkw==", + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/@nextcloud/cdav-library/-/cdav-library-1.5.1.tgz", + "integrity": "sha512-NxKqOUAkH5ruanJcHMrtpbhBwnhs52OTVVCM4gUZubxrPTFClCXVCiNZUrpmaj245Birw+gxsVkMqNab3Fi/pw==", "license": "AGPL-3.0", "engines": { "node": "^20.0.0", diff --git a/package.json b/package.json index 1ef0795e5..07c5a658b 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "@nextcloud/axios": "^2.5.0", "@nextcloud/calendar-availability-vue": "^2.2.2", "@nextcloud/calendar-js": "^7.0.0", - "@nextcloud/cdav-library": "^1.5.0", + "@nextcloud/cdav-library": "^1.5.1", "@nextcloud/dialogs": "^5.3.5", "@nextcloud/event-bus": "^3.3.1", "@nextcloud/initial-state": "^2.2.0",