From 7ae156f671be50ab86cfd7ca9fb4e5c88ee1f8ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Mar 2026 07:44:24 +0000 Subject: [PATCH] build(deps): Bump @nextcloud/cdav-library from 2.1.1 to 2.2.0 Bumps [@nextcloud/cdav-library](https://github.com/nextcloud/cdav-library) from 2.1.1 to 2.2.0. - [Release notes](https://github.com/nextcloud/cdav-library/releases) - [Changelog](https://github.com/nextcloud/cdav-library/blob/main/CHANGELOG.md) - [Commits](https://github.com/nextcloud/cdav-library/compare/v2.1.1...v2.2.0) --- updated-dependencies: - dependency-name: "@nextcloud/cdav-library" dependency-version: 2.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 22 +++++++++++----------- package.json | 2 +- 2 files changed, 12 insertions(+), 12 deletions(-) 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",