diff --git a/package-lock.json b/package-lock.json index 722ebf996c9f6..97a38f33343b2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@nextcloud/axios": "^2.5.1", "@nextcloud/browser-storage": "^0.4.0", "@nextcloud/browserslist-config": "^3.0.1", - "@nextcloud/calendar-availability-vue": "^2.2.4", + "@nextcloud/calendar-availability-vue": "^2.2.6", "@nextcloud/capabilities": "^1.2.0", "@nextcloud/dialogs": "^6.0.1", "@nextcloud/event-bus": "^3.3.1", @@ -4500,15 +4500,15 @@ } }, "node_modules/@nextcloud/calendar-availability-vue": { - "version": "2.2.4", - "resolved": "https://registry.npmjs.org/@nextcloud/calendar-availability-vue/-/calendar-availability-vue-2.2.4.tgz", - "integrity": "sha512-UAdqave5kWJCQHFndijQbYW0hX0ya1J+XRMpHi6RbV9Kgjdl9mP5Br6bDjrxeTt9mA55xYlI1LCdPTmUhsKq/A==", + "version": "2.2.6", + "resolved": "https://registry.npmjs.org/@nextcloud/calendar-availability-vue/-/calendar-availability-vue-2.2.6.tgz", + "integrity": "sha512-FVH1fyE3LClbTtrSGGkd/u0FBASQwXchp4DYDMrw+OPiLb3Q/p9zmOVC6liXzHuRmNPAwvtOgLyKWZE18Fr5Sg==", "dependencies": { "@nextcloud/logger": "^3.0.2", - "ical.js": "^2.0.1", + "ical.js": "^2.1.0", "icalzone": "^0.0.1", - "uuid": "^10.0.0", - "vue-material-design-icons": "^5.3.0" + "uuid": "^11.0.3", + "vue-material-design-icons": "^5.3.1" }, "engines": { "node": "^20.0.0", @@ -4516,7 +4516,7 @@ }, "peerDependencies": { "@nextcloud/l10n": "^1.4 || ^2.0 || ^3.0.0", - "@nextcloud/vue": "^8.16.0", + "@nextcloud/vue": "^8", "vue": "^2.7.16" } }, @@ -15846,10 +15846,9 @@ "license": "Unlicense" }, "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==", - "license": "MPL-2.0" + "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==" }, "node_modules/icalzone": { "version": "0.0.1", @@ -29162,15 +29161,15 @@ } }, "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.5", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.5.tgz", + "integrity": "sha512-508e6IcKLrhxKdBbcA2b4KQZlLVp2+J5UwQ6F7Drckkc5N9ZJwFa4TgWtsww9UG8fGHbm6gbV19TdM5pQ4GaIA==", "funding": [ "https://github.com/sponsors/broofa", "https://github.com/sponsors/ctavan" ], "bin": { - "uuid": "dist/bin/uuid" + "uuid": "dist/esm/bin/uuid" } }, "node_modules/v-click-outside": { diff --git a/package.json b/package.json index 4559588a7d0f4..f0a7c566af387 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "@nextcloud/axios": "^2.5.1", "@nextcloud/browser-storage": "^0.4.0", "@nextcloud/browserslist-config": "^3.0.1", - "@nextcloud/calendar-availability-vue": "^2.2.4", + "@nextcloud/calendar-availability-vue": "^2.2.6", "@nextcloud/capabilities": "^1.2.0", "@nextcloud/dialogs": "^6.0.1", "@nextcloud/event-bus": "^3.3.1",