build(deps): bump @nextcloud/calendar-availability-vue

Bumps [@nextcloud/calendar-availability-vue](https://github.com/nextcloud/calendar-availability-vue) from 2.2.6 to 2.2.10.
- [Release notes](https://github.com/nextcloud/calendar-availability-vue/releases)
- [Changelog](https://github.com/nextcloud/calendar-availability-vue/blob/v2.2.10/CHANGELOG.md)
- [Commits](https://github.com/nextcloud/calendar-availability-vue/compare/v2.2.6...v2.2.10)

---
updated-dependencies:
- dependency-name: "@nextcloud/calendar-availability-vue"
  dependency-version: 2.2.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-08-30 02:11:20 +00:00 committed by Andy Scherzinger
parent d56f6dd8b2
commit a53d3545e4
2 changed files with 10 additions and 10 deletions

18
package-lock.json generated
View file

@ -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.6",
"@nextcloud/calendar-availability-vue": "^2.2.10",
"@nextcloud/capabilities": "^1.2.0",
"@nextcloud/dialogs": "^6.3.1",
"@nextcloud/event-bus": "^3.3.2",
@ -4838,14 +4838,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==",
"version": "2.2.10",
"resolved": "https://registry.npmjs.org/@nextcloud/calendar-availability-vue/-/calendar-availability-vue-2.2.10.tgz",
"integrity": "sha512-om6DkxKockjBipMqPMB+zNQzZwY5vDI0VQN82IRwQz/cx75C+4wEnHWexSx776kTixU6JJLACLFMExrF+tp9QA==",
"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": {
@ -4854,14 +4854,14 @@
},
"peerDependencies": {
"@nextcloud/l10n": "^1.4 || ^2.0 || ^3.0.0",
"@nextcloud/vue": "^8",
"@nextcloud/vue": "^8.28.0",
"vue": "^2.7.16"
}
},
"node_modules/@nextcloud/calendar-availability-vue/node_modules/uuid": {
"version": "11.0.5",
"resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.5.tgz",
"integrity": "sha512-508e6IcKLrhxKdBbcA2b4KQZlLVp2+J5UwQ6F7Drckkc5N9ZJwFa4TgWtsww9UG8fGHbm6gbV19TdM5pQ4GaIA==",
"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"

View file

@ -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.6",
"@nextcloud/calendar-availability-vue": "^2.2.10",
"@nextcloud/capabilities": "^1.2.0",
"@nextcloud/dialogs": "^6.3.1",
"@nextcloud/event-bus": "^3.3.2",