mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
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.11. - [Release notes](https://github.com/nextcloud/calendar-availability-vue/releases) - [Changelog](https://github.com/nextcloud/calendar-availability-vue/blob/v2.2.11/CHANGELOG.md) - [Commits](https://github.com/nextcloud/calendar-availability-vue/compare/v2.2.6...v2.2.11) --- updated-dependencies: - dependency-name: "@nextcloud/calendar-availability-vue" dependency-version: 2.2.11 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
1ef96544aa
commit
1fbad8d419
2 changed files with 10 additions and 12 deletions
20
package-lock.json
generated
20
package-lock.json
generated
|
|
@ -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"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue