From 6b05ada1e2ed2746db46a3d7841fce8a38ce2635 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 19 Oct 2024 02:28:55 +0000 Subject: [PATCH] Chore(deps): Bump @nextcloud/cdav-library from 1.5.1 to 1.5.2 Bumps [@nextcloud/cdav-library](https://github.com/nextcloud/cdav-library) from 1.5.1 to 1.5.2. - [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/v1.5.1...v1.5.2) --- updated-dependencies: - dependency-name: "@nextcloud/cdav-library" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7c29c543f..756342481 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@nextcloud/auth": "^2.4.0", "@nextcloud/axios": "^2.5.1", "@nextcloud/calendar-js": "8.0.2", - "@nextcloud/cdav-library": "1.5.1", + "@nextcloud/cdav-library": "1.5.2", "@nextcloud/dialogs": "4.1.0", "@nextcloud/event-bus": "^3.3.1", "@nextcloud/initial-state": "2.2.0", @@ -2882,9 +2882,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" diff --git a/package.json b/package.json index 85b051acb..506d0bb87 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "@nextcloud/auth": "^2.4.0", "@nextcloud/axios": "^2.5.1", "@nextcloud/calendar-js": "8.0.2", - "@nextcloud/cdav-library": "1.5.1", + "@nextcloud/cdav-library": "1.5.2", "@nextcloud/dialogs": "4.1.0", "@nextcloud/event-bus": "^3.3.1", "@nextcloud/initial-state": "2.2.0",