diff --git a/package-lock.json b/package-lock.json index f09812d4f..c9d2f985b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@nextcloud/auth": "^2.5.1", "@nextcloud/axios": "^2.5.1", "@nextcloud/capabilities": "^1.2.0", - "@nextcloud/cdav-library": "^2.0.0", + "@nextcloud/cdav-library": "^2.1.0", "@nextcloud/dialogs": "^5.3.8", "@nextcloud/event-bus": "^3.3.2", "@nextcloud/files": "^3.10.2", @@ -3712,9 +3712,9 @@ } }, "node_modules/@nextcloud/cdav-library": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/@nextcloud/cdav-library/-/cdav-library-2.0.0.tgz", - "integrity": "sha512-/uNEv9l/NtRBu3ycOC7+aLCWvfld8ZX2EXy8sKroTuxR5Mk2t6lLeGNqHmgGqmq38TX2uvxehoEAaWxcbETnsQ==", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/@nextcloud/cdav-library/-/cdav-library-2.1.0.tgz", + "integrity": "sha512-5vD2gDkUN5nr7/0ItR3GYhR3OSB0NrCTt7QDEnuySpfb84xKmJ4lGYwdcSufVQmfH5NLDSnbjvNPP46/kLkVmA==", "dependencies": { "@nextcloud/axios": "^2.5.1" }, @@ -22597,9 +22597,9 @@ } }, "@nextcloud/cdav-library": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/@nextcloud/cdav-library/-/cdav-library-2.0.0.tgz", - "integrity": "sha512-/uNEv9l/NtRBu3ycOC7+aLCWvfld8ZX2EXy8sKroTuxR5Mk2t6lLeGNqHmgGqmq38TX2uvxehoEAaWxcbETnsQ==", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/@nextcloud/cdav-library/-/cdav-library-2.1.0.tgz", + "integrity": "sha512-5vD2gDkUN5nr7/0ItR3GYhR3OSB0NrCTt7QDEnuySpfb84xKmJ4lGYwdcSufVQmfH5NLDSnbjvNPP46/kLkVmA==", "requires": { "@nextcloud/axios": "^2.5.1" } diff --git a/package.json b/package.json index cb34033ef..7efdfb838 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "@nextcloud/auth": "^2.5.1", "@nextcloud/axios": "^2.5.1", "@nextcloud/capabilities": "^1.2.0", - "@nextcloud/cdav-library": "^2.0.0", + "@nextcloud/cdav-library": "^2.1.0", "@nextcloud/dialogs": "^5.3.8", "@nextcloud/event-bus": "^3.3.2", "@nextcloud/files": "^3.10.2",