diff --git a/package-lock.json b/package-lock.json index eb1e88b5e..4ac0c2044 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": { @@ -11043,9 +11057,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", @@ -19924,15 +19939,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 1f938f504..579b81377 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",