From d674751988b334342f94acb508f1978d2ce1d527 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 28 Dec 2024 13:32:01 +0100 Subject: [PATCH] fix(deps): bump @nextcloud/calendar-js from 8.0.2 to ^8.0.3 (main) (#6526) 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 | 43 ++++++++++++++++++++++++++++++------------- package.json | 2 +- 2 files changed, 31 insertions(+), 14 deletions(-) diff --git a/package-lock.json b/package-lock.json index c78069908..8d67ee785 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "@nextcloud/auth": "^2.4.0", "@nextcloud/axios": "^2.5.1", "@nextcloud/calendar-availability-vue": "^2.2.4", - "@nextcloud/calendar-js": "^8.0.2", + "@nextcloud/calendar-js": "^8.0.3", "@nextcloud/cdav-library": "^1.5.2", "@nextcloud/dialogs": "^5.3.8", "@nextcloud/event-bus": "^3.3.1", @@ -3328,18 +3328,32 @@ "vue": "^2.7.16" } }, + "node_modules/@nextcloud/calendar-availability-vue/node_modules/uuid": { + "version": "10.0.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-10.0.0.tgz", + "integrity": "sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ==", + "funding": [ + "https://github.com/sponsors/broofa", + "https://github.com/sponsors/ctavan" + ], + "license": "MIT", + "bin": { + "uuid": "dist/bin/uuid" + } + }, "node_modules/@nextcloud/calendar-js": { - "version": "8.0.2", - "resolved": "https://registry.npmjs.org/@nextcloud/calendar-js/-/calendar-js-8.0.2.tgz", - "integrity": "sha512-um4S/MWdk+CY9r0kfw9WnjMyjs4iGSx0YyTzEdY6pJdB1OkinAtpW45urpjHAs3s+okTB8XqugdtvEwRvbULgw==", + "version": "8.0.3", + "resolved": "https://registry.npmjs.org/@nextcloud/calendar-js/-/calendar-js-8.0.3.tgz", + "integrity": "sha512-MuOWlejsXQfQLf4Q5636fCv6i/qElv9//FDp3ZZ5Js3D8Z/mIrsZ2S9SJNzxm9d4wVF4VSXUtN1bjS3e470U1g==", + "license": "AGPL-3.0-or-later", "engines": { "node": "^20.0.0", "npm": "^10.0.0" }, "peerDependencies": { "@nextcloud/timezones": "^0.1.1", - "ical.js": "^2.0.1", - "uuid": "^10.0.0" + "ical.js": "^2.1.0", + "uuid": "^11.0.3" } }, "node_modules/@nextcloud/capabilities": { @@ -11085,9 +11099,10 @@ } }, "node_modules/ical.js": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/ical.js/-/ical.js-2.0.1.tgz", - "integrity": "sha512-uYYb1CwTXbd9NP/xTtgQZ5ivv6bpUjQu9VM98s3X78L3XRu00uJW5ZtmnLwyxhztpf5fSiRyDpFW7ZNCePlaPw==" + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/ical.js/-/ical.js-2.1.0.tgz", + "integrity": "sha512-BOVfrH55xQ6kpS3muGvIXIg2l7p+eoe12/oS7R5yrO3TL/j/bLsR0PR+tYQESFbyTbvGgPHn9zQ6tI4FWyuSaQ==", + "license": "MPL-2.0" }, "node_modules/icalzone": { "version": "0.0.1", @@ -20079,15 +20094,17 @@ } }, "node_modules/uuid": { - "version": "10.0.0", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-10.0.0.tgz", - "integrity": "sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ==", + "version": "11.0.3", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.3.tgz", + "integrity": "sha512-d0z310fCWv5dJwnX1Y/MncBAqGMKEzlBb1AOf7z9K8ALnd0utBX/msg/fA0+sbyN1ihbMsLhrBlnl1ak7Wa0rg==", "funding": [ "https://github.com/sponsors/broofa", "https://github.com/sponsors/ctavan" ], + "license": "MIT", + "peer": true, "bin": { - "uuid": "dist/bin/uuid" + "uuid": "dist/esm/bin/uuid" } }, "node_modules/v-tooltip": { diff --git a/package.json b/package.json index 79e26eced..7ca685da2 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "@nextcloud/auth": "^2.4.0", "@nextcloud/axios": "^2.5.1", "@nextcloud/calendar-availability-vue": "^2.2.4", - "@nextcloud/calendar-js": "^8.0.2", + "@nextcloud/calendar-js": "^8.0.3", "@nextcloud/cdav-library": "^1.5.2", "@nextcloud/dialogs": "^5.3.8", "@nextcloud/event-bus": "^3.3.1",