From a75bd08d0548dcaaaeecc54a313a5618f0081a6d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Jan 2025 23:30:44 +0000 Subject: [PATCH] fix(deps): bump @nextcloud/calendar-js from 8.0.3 to ^8.1.0 (main) (#6646) Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 11 +++++------ package.json | 2 +- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 412ad5f34..da2275b04 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "@nextcloud/auth": "^2.4.0", "@nextcloud/axios": "^2.5.1", "@nextcloud/calendar-availability-vue": "^2.2.6", - "@nextcloud/calendar-js": "^8.0.3", + "@nextcloud/calendar-js": "^8.1.0", "@nextcloud/cdav-library": "^1.5.2", "@nextcloud/dialogs": "^6.0.1", "@nextcloud/event-bus": "^3.3.1", @@ -3336,9 +3336,9 @@ } }, "node_modules/@nextcloud/calendar-js": { - "version": "8.0.3", - "resolved": "https://registry.npmjs.org/@nextcloud/calendar-js/-/calendar-js-8.0.3.tgz", - "integrity": "sha512-MuOWlejsXQfQLf4Q5636fCv6i/qElv9//FDp3ZZ5Js3D8Z/mIrsZ2S9SJNzxm9d4wVF4VSXUtN1bjS3e470U1g==", + "version": "8.1.0", + "resolved": "https://registry.npmjs.org/@nextcloud/calendar-js/-/calendar-js-8.1.0.tgz", + "integrity": "sha512-KBgEGTICE41lEBYpqPazQUVqkckRuNp3Ti2chmpiintwW1aEM0r+OWntBy1omdtwGu4/X9Z8C2W+Rkeiv8qHzA==", "license": "AGPL-3.0-or-later", "engines": { "node": "^20.0.0", @@ -3346,8 +3346,7 @@ }, "peerDependencies": { "@nextcloud/timezones": "^0.1.1", - "ical.js": "^2.1.0", - "uuid": "^11.0.3" + "ical.js": "^2.1.0" } }, "node_modules/@nextcloud/capabilities": { diff --git a/package.json b/package.json index 8e7a0beec..c9a74f376 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "@nextcloud/auth": "^2.4.0", "@nextcloud/axios": "^2.5.1", "@nextcloud/calendar-availability-vue": "^2.2.6", - "@nextcloud/calendar-js": "^8.0.3", + "@nextcloud/calendar-js": "^8.1.0", "@nextcloud/cdav-library": "^1.5.2", "@nextcloud/dialogs": "^6.0.1", "@nextcloud/event-bus": "^3.3.1",