From b117d0cb7fdbd1bddb4e9833179d0151caa7ca57 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 22 Aug 2024 18:46:25 +0000 Subject: [PATCH] fix(deps): bump @nextcloud/calendar-js from 7.0.0 to v8 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 32 ++++++++++---------------------- package.json | 2 +- 2 files changed, 11 insertions(+), 23 deletions(-) diff --git a/package-lock.json b/package-lock.json index 692eddf11..01485ddcc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "@nextcloud/auth": "^2.3.0", "@nextcloud/axios": "^2.5.0", "@nextcloud/calendar-availability-vue": "^2.2.4", - "@nextcloud/calendar-js": "^7.0.0", + "@nextcloud/calendar-js": "^8.0.2", "@nextcloud/cdav-library": "^1.5.1", "@nextcloud/dialogs": "^5.3.6", "@nextcloud/event-bus": "^3.3.1", @@ -3219,30 +3219,19 @@ "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": "7.0.0", - "resolved": "https://registry.npmjs.org/@nextcloud/calendar-js/-/calendar-js-7.0.0.tgz", - "integrity": "sha512-CvCcO4hFPjMfIB2AKW0QLNYukGoHFS7QQVvIC8khJjzNfVGS6qMJd2oaZtD9Q9w1fLpvwp1X7orcYGYmosDkAA==", + "version": "8.0.2", + "resolved": "https://registry.npmjs.org/@nextcloud/calendar-js/-/calendar-js-8.0.2.tgz", + "integrity": "sha512-um4S/MWdk+CY9r0kfw9WnjMyjs4iGSx0YyTzEdY6pJdB1OkinAtpW45urpjHAs3s+okTB8XqugdtvEwRvbULgw==", + "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": "^9.0.0" + "uuid": "^10.0.0" } }, "node_modules/@nextcloud/capabilities": { @@ -19092,15 +19081,14 @@ } }, "node_modules/uuid": { - "version": "9.0.1", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz", - "integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==", + "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", - "peer": true, "bin": { "uuid": "dist/bin/uuid" } diff --git a/package.json b/package.json index 00fff783f..707c00a54 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "@nextcloud/auth": "^2.3.0", "@nextcloud/axios": "^2.5.0", "@nextcloud/calendar-availability-vue": "^2.2.4", - "@nextcloud/calendar-js": "^7.0.0", + "@nextcloud/calendar-js": "^8.0.2", "@nextcloud/cdav-library": "^1.5.1", "@nextcloud/dialogs": "^5.3.6", "@nextcloud/event-bus": "^3.3.1",