diff --git a/package-lock.json b/package-lock.json index 429c3392f88..efe12bf48f8 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.1.0", "@nextcloud/event-bus": "^3.3.3", "@nextcloud/files": "^3.12.2", @@ -1512,15 +1512,15 @@ } }, "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==", "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": { @@ -16947,11 +16947,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 af0adc64eac..ccdb4d1a1be 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.1.0", "@nextcloud/event-bus": "^3.3.3", "@nextcloud/files": "^3.12.2",