From 7b2b5fc937e2c88b22b89381e50122c845acf414 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 3 Jul 2024 07:33:43 +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, 25 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 27d9349c2..fb44014f7 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.2", - "@nextcloud/calendar-js": "^7.0.0", + "@nextcloud/calendar-js": "^8.0.0", "@nextcloud/cdav-library": "^1.4.0", "@nextcloud/dialogs": "^5.3.4", "@nextcloud/event-bus": "^3.3.1", @@ -3265,17 +3265,32 @@ "vue": "^2.7.16" } }, + "node_modules/@nextcloud/calendar-availability-vue/node_modules/uuid": { + "version": "9.0.1", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz", + "integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==", + "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.0", + "resolved": "https://registry.npmjs.org/@nextcloud/calendar-js/-/calendar-js-8.0.0.tgz", + "integrity": "sha512-WvUgW7ho8LSzQxnxnMcdYsf1I+VBZAhX2W2vv1da2DjaOXR1BwSLqhLCpSUne5yvYxfn1YiHzehyGZ+VlaNO0Q==", + "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": { @@ -19247,14 +19262,15 @@ } }, "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 6e9d32f35..3d4797cc5 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.2", - "@nextcloud/calendar-js": "^7.0.0", + "@nextcloud/calendar-js": "^8.0.0", "@nextcloud/cdav-library": "^1.4.0", "@nextcloud/dialogs": "^5.3.4", "@nextcloud/event-bus": "^3.3.1",