diff --git a/package-lock.json b/package-lock.json index 4651331bf..21702ba39 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@nextcloud/auth": "^2.4.0", "@nextcloud/axios": "^2.5.1", "@nextcloud/capabilities": "^1.2.0", - "@nextcloud/cdav-library": "^1.5.1", + "@nextcloud/cdav-library": "^1.5.2", "@nextcloud/dialogs": "^5.3.7", "@nextcloud/event-bus": "^3.3.1", "@nextcloud/files": "^3.9.0", @@ -3670,9 +3670,9 @@ } }, "node_modules/@nextcloud/cdav-library": { - "version": "1.5.1", - "resolved": "https://registry.npmjs.org/@nextcloud/cdav-library/-/cdav-library-1.5.1.tgz", - "integrity": "sha512-NxKqOUAkH5ruanJcHMrtpbhBwnhs52OTVVCM4gUZubxrPTFClCXVCiNZUrpmaj245Birw+gxsVkMqNab3Fi/pw==", + "version": "1.5.2", + "resolved": "https://registry.npmjs.org/@nextcloud/cdav-library/-/cdav-library-1.5.2.tgz", + "integrity": "sha512-awHcgFrWfzK3ELh62j9BDV4uA+UGqBDN+sl5/4BRBu8ChM5dI64T4UxID1e1+a3pIriONNEPGm4EWsi7/GVvAA==", "engines": { "node": "^20.0.0", "npm": "^10.0.0" @@ -22327,9 +22327,9 @@ } }, "@nextcloud/cdav-library": { - "version": "1.5.1", - "resolved": "https://registry.npmjs.org/@nextcloud/cdav-library/-/cdav-library-1.5.1.tgz", - "integrity": "sha512-NxKqOUAkH5ruanJcHMrtpbhBwnhs52OTVVCM4gUZubxrPTFClCXVCiNZUrpmaj245Birw+gxsVkMqNab3Fi/pw==" + "version": "1.5.2", + "resolved": "https://registry.npmjs.org/@nextcloud/cdav-library/-/cdav-library-1.5.2.tgz", + "integrity": "sha512-awHcgFrWfzK3ELh62j9BDV4uA+UGqBDN+sl5/4BRBu8ChM5dI64T4UxID1e1+a3pIriONNEPGm4EWsi7/GVvAA==" }, "@nextcloud/dialogs": { "version": "5.3.7", diff --git a/package.json b/package.json index 254a4c67b..7e2f2d885 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "@nextcloud/auth": "^2.4.0", "@nextcloud/axios": "^2.5.1", "@nextcloud/capabilities": "^1.2.0", - "@nextcloud/cdav-library": "^1.5.1", + "@nextcloud/cdav-library": "^1.5.2", "@nextcloud/dialogs": "^5.3.7", "@nextcloud/event-bus": "^3.3.1", "@nextcloud/files": "^3.9.0",