From 5fd193a54db99046d0352c5b68d77d1247d553e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jul 2024 16:43:40 +0000 Subject: [PATCH] chore(deps): bump @nextcloud/calendar-availability-vue Bumps [@nextcloud/calendar-availability-vue](https://github.com/nextcloud/calendar-availability-vue) from 2.2.1 to 2.2.2. - [Release notes](https://github.com/nextcloud/calendar-availability-vue/releases) - [Changelog](https://github.com/nextcloud/calendar-availability-vue/blob/main/CHANGELOG.md) - [Commits](https://github.com/nextcloud/calendar-availability-vue/compare/v2.2.1...v2.2.2) --- updated-dependencies: - dependency-name: "@nextcloud/calendar-availability-vue" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: nextcloud-command --- ...v-settings-personal-availability.js.license | 2 +- package-lock.json | 18 +++++++++--------- package.json | 2 +- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/dist/dav-settings-personal-availability.js.license b/dist/dav-settings-personal-availability.js.license index 33f7fc976ccbd..958da4eac7804 100644 --- a/dist/dav-settings-personal-availability.js.license +++ b/dist/dav-settings-personal-availability.js.license @@ -84,7 +84,7 @@ This file is generated from multiple sources. Included packages: - version: 0.4.0 - license: GPL-3.0-or-later - @nextcloud/calendar-availability-vue - - version: 2.2.1 + - version: 2.2.2 - license: MIT - @nextcloud/capabilities - version: 1.2.0 diff --git a/package-lock.json b/package-lock.json index 89122f2c09194..d704e27303876 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@nextcloud/axios": "^2.5.0", "@nextcloud/browser-storage": "^0.4.0", "@nextcloud/browserslist-config": "^3.0.1", - "@nextcloud/calendar-availability-vue": "^2.2.1", + "@nextcloud/calendar-availability-vue": "^2.2.2", "@nextcloud/capabilities": "^1.0.4", "@nextcloud/dialogs": "^5.3.4", "@nextcloud/event-bus": "^3.3.1", @@ -4262,14 +4262,14 @@ } }, "node_modules/@nextcloud/calendar-availability-vue": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/@nextcloud/calendar-availability-vue/-/calendar-availability-vue-2.2.1.tgz", - "integrity": "sha512-jOCMZz3q/C5fat2c646V77TolibWBFM58wXDMbzTx6G5GEnXFiAUxWCN2at4IXVtb1N1KZQtIqEHXCZ4cXuihw==", + "version": "2.2.2", + "resolved": "https://registry.npmjs.org/@nextcloud/calendar-availability-vue/-/calendar-availability-vue-2.2.2.tgz", + "integrity": "sha512-UM+Eny8fwOPZIo1P5AwUe7dlBUJnrOKR6xyZhtRCYCSf5t5q61kqrYkYnFqvg0sMQuJLIYhZz74EqlC1zBFLgA==", "dependencies": { - "@nextcloud/logger": "^3.0.1", + "@nextcloud/logger": "^3.0.2", "ical.js": "^2.0.1", "icalzone": "^0.0.1", - "uuid": "^9.0.0", + "uuid": "^9.0.1", "vue-material-design-icons": "^5.1.2" }, "engines": { @@ -4277,9 +4277,9 @@ "npm": "^10.0.0" }, "peerDependencies": { - "@nextcloud/l10n": "^1.4 || ^2.0", - "@nextcloud/vue": "^8.6.2", - "vue": "^2.7" + "@nextcloud/l10n": "^1.4 || ^2.0 || ^3.0.0", + "@nextcloud/vue": "^8.12.0", + "vue": "^2.7.16" } }, "node_modules/@nextcloud/capabilities": { diff --git a/package.json b/package.json index dffa492159628..bf185ce9d6e7f 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "@nextcloud/axios": "^2.5.0", "@nextcloud/browser-storage": "^0.4.0", "@nextcloud/browserslist-config": "^3.0.1", - "@nextcloud/calendar-availability-vue": "^2.2.1", + "@nextcloud/calendar-availability-vue": "^2.2.2", "@nextcloud/capabilities": "^1.0.4", "@nextcloud/dialogs": "^5.3.4", "@nextcloud/event-bus": "^3.3.1",