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",