diff --git a/package-lock.json b/package-lock.json index 5b6b9baba2f..8857b4b02c9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@nextcloud/axios": "^2.6.0", "@nextcloud/browser-storage": "^0.5.0", "@nextcloud/capabilities": "^1.2.1", - "@nextcloud/cdav-library": "^2.7.0", + "@nextcloud/cdav-library": "^2.8.0", "@nextcloud/dialogs": "^7.4.1", "@nextcloud/event-bus": "^3.3.3", "@nextcloud/files": "^4.0.0", @@ -1220,9 +1220,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 383b2a04529..0422c5e7993 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "@nextcloud/axios": "^2.6.0", "@nextcloud/browser-storage": "^0.5.0", "@nextcloud/capabilities": "^1.2.1", - "@nextcloud/cdav-library": "^2.7.0", + "@nextcloud/cdav-library": "^2.8.0", "@nextcloud/dialogs": "^7.4.1", "@nextcloud/event-bus": "^3.3.3", "@nextcloud/files": "^4.0.0",