diff --git a/package-lock.json b/package-lock.json index 6e380c3532c..678a5f4e7b5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@nextcloud/axios": "^2.5.1", "@nextcloud/browser-storage": "^0.5.0", "@nextcloud/browserslist-config": "^3.1.0", - "@nextcloud/calendar-availability-vue": "^2.2.6", + "@nextcloud/calendar-availability-vue": "^2.2.11", "@nextcloud/capabilities": "^1.2.0", "@nextcloud/dialogs": "^6.4.1", "@nextcloud/event-bus": "^3.3.3", @@ -3578,15 +3578,14 @@ } }, "node_modules/@nextcloud/calendar-availability-vue": { - "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==", - "license": "MIT", + "version": "2.2.11", + "resolved": "https://registry.npmjs.org/@nextcloud/calendar-availability-vue/-/calendar-availability-vue-2.2.11.tgz", + "integrity": "sha512-/gEtUA5NPBouHLDTpLeshNBt9GnIewFcVwPu4wTq5L1A2acqx+JeT3jEke+GF9nSicaLpf5ordlMvNv4W3dfXA==", "dependencies": { "@nextcloud/logger": "^3.0.2", "ical.js": "^2.1.0", "icalzone": "^0.0.1", - "uuid": "^11.0.3", + "uuid": "^11.1.0", "vue-material-design-icons": "^5.3.1" }, "engines": { @@ -3595,7 +3594,7 @@ }, "peerDependencies": { "@nextcloud/l10n": "^1.4 || ^2.0 || ^3.0.0", - "@nextcloud/vue": "^8", + "@nextcloud/vue": "^8.28.0", "vue": "^2.7.16" } }, @@ -25785,14 +25784,13 @@ } }, "node_modules/uuid": { - "version": "11.0.4", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.4.tgz", - "integrity": "sha512-IzL6VtTTYcAhA/oghbFJ1Dkmqev+FpQWnCBaKq/gUluLxliWvO8DPFWfIviRmYbtaavtSQe4WBL++rFjdcGWEg==", + "version": "11.1.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.1.0.tgz", + "integrity": "sha512-0/A9rDy9P7cJ+8w1c9WD9V//9Wj15Ce2MPz8Ri6032usz+NfePxx5AcN3bN+r6ZL6jEo066/yNYB3tn4pQEx+A==", "funding": [ "https://github.com/sponsors/broofa", "https://github.com/sponsors/ctavan" ], - "license": "MIT", "bin": { "uuid": "dist/esm/bin/uuid" } diff --git a/package.json b/package.json index a6129de54c6..cf9c3cce8e4 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "@nextcloud/axios": "^2.5.1", "@nextcloud/browser-storage": "^0.5.0", "@nextcloud/browserslist-config": "^3.1.0", - "@nextcloud/calendar-availability-vue": "^2.2.6", + "@nextcloud/calendar-availability-vue": "^2.2.11", "@nextcloud/capabilities": "^1.2.0", "@nextcloud/dialogs": "^6.4.1", "@nextcloud/event-bus": "^3.3.3",