diff --git a/package-lock.json b/package-lock.json index ed021f9bb1e..c16c317dc7e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@nextcloud/axios": "^2.5.1", "@nextcloud/browser-storage": "^0.5.0", "@nextcloud/capabilities": "^1.2.1", - "@nextcloud/cdav-library": "^2.1.1", + "@nextcloud/cdav-library": "^2.2.0", "@nextcloud/dialogs": "^7.3.0", "@nextcloud/event-bus": "^3.3.3", "@nextcloud/files": "^4.0.0", @@ -1667,15 +1667,16 @@ } }, "node_modules/@nextcloud/cdav-library": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/@nextcloud/cdav-library/-/cdav-library-2.1.1.tgz", - "integrity": "sha512-pKjlfaqRGtUxcHvRsBJp0jLHxyl97sryOEBwXzi9qd+UBCbfd3GYO9EIhLBZTqU9LAKRmGPY3P5XQH2C3UxvSA==", + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/@nextcloud/cdav-library/-/cdav-library-2.2.0.tgz", + "integrity": "sha512-vaikb6JFji8MjeNSl8rsbRm97sDI8f9+Qa4ixLtubYYomm6SuNxhTau7hVC+v7sIlzrBhQlz4h0Gmq9nEsZrug==", + "license": "AGPL-3.0-or-later", "dependencies": { - "@nextcloud/axios": "^2.5.1" + "@nextcloud/axios": "^2.5.2" }, "engines": { - "node": "^20.0.0", - "npm": "^10.0.0" + "node": "^24.0.0", + "npm": "^11.3.0" } }, "node_modules/@nextcloud/dialogs": { @@ -17697,11 +17698,11 @@ } }, "@nextcloud/cdav-library": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/@nextcloud/cdav-library/-/cdav-library-2.1.1.tgz", - "integrity": "sha512-pKjlfaqRGtUxcHvRsBJp0jLHxyl97sryOEBwXzi9qd+UBCbfd3GYO9EIhLBZTqU9LAKRmGPY3P5XQH2C3UxvSA==", + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/@nextcloud/cdav-library/-/cdav-library-2.2.0.tgz", + "integrity": "sha512-vaikb6JFji8MjeNSl8rsbRm97sDI8f9+Qa4ixLtubYYomm6SuNxhTau7hVC+v7sIlzrBhQlz4h0Gmq9nEsZrug==", "requires": { - "@nextcloud/axios": "^2.5.1" + "@nextcloud/axios": "^2.5.2" } }, "@nextcloud/dialogs": { diff --git a/package.json b/package.json index f24725a5970..3e53d41c176 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "@nextcloud/axios": "^2.5.1", "@nextcloud/browser-storage": "^0.5.0", "@nextcloud/capabilities": "^1.2.1", - "@nextcloud/cdav-library": "^2.1.1", + "@nextcloud/cdav-library": "^2.2.0", "@nextcloud/dialogs": "^7.3.0", "@nextcloud/event-bus": "^3.3.3", "@nextcloud/files": "^4.0.0",