From f4cef949d6f872c685ab623d461601b5f5fae817 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 7 Sep 2024 01:11:05 +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.2 to 2.2.4. - [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.2...v2.2.4) --- updated-dependencies: - dependency-name: "@nextcloud/calendar-availability-vue" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 20 ++++++++++---------- package.json | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index 624fcaa1d48d1..3a1db25f5de3e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@nextcloud/axios": "^2.4.0", "@nextcloud/browser-storage": "^0.3.0", "@nextcloud/browserslist-config": "^3.0.1", - "@nextcloud/calendar-availability-vue": "^2.2.2", + "@nextcloud/calendar-availability-vue": "^2.2.4", "@nextcloud/capabilities": "^1.2.0", "@nextcloud/dialogs": "^5.3.7", "@nextcloud/event-bus": "^3.3.1", @@ -4309,15 +4309,15 @@ } }, "node_modules/@nextcloud/calendar-availability-vue": { - "version": "2.2.2", - "resolved": "https://registry.npmjs.org/@nextcloud/calendar-availability-vue/-/calendar-availability-vue-2.2.2.tgz", - "integrity": "sha512-UM+Eny8fwOPZIo1P5AwUe7dlBUJnrOKR6xyZhtRCYCSf5t5q61kqrYkYnFqvg0sMQuJLIYhZz74EqlC1zBFLgA==", + "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==", "dependencies": { "@nextcloud/logger": "^3.0.2", "ical.js": "^2.0.1", "icalzone": "^0.0.1", - "uuid": "^9.0.1", - "vue-material-design-icons": "^5.1.2" + "uuid": "^10.0.0", + "vue-material-design-icons": "^5.3.0" }, "engines": { "node": "^20.0.0", @@ -4325,7 +4325,7 @@ }, "peerDependencies": { "@nextcloud/l10n": "^1.4 || ^2.0 || ^3.0.0", - "@nextcloud/vue": "^8.12.0", + "@nextcloud/vue": "^8.16.0", "vue": "^2.7.16" } }, @@ -27710,9 +27710,9 @@ } }, "node_modules/uuid": { - "version": "9.0.1", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz", - "integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==", + "version": "10.0.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-10.0.0.tgz", + "integrity": "sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ==", "funding": [ "https://github.com/sponsors/broofa", "https://github.com/sponsors/ctavan" diff --git a/package.json b/package.json index de65c466ec3fb..99662645aa7fe 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "@nextcloud/axios": "^2.4.0", "@nextcloud/browser-storage": "^0.3.0", "@nextcloud/browserslist-config": "^3.0.1", - "@nextcloud/calendar-availability-vue": "^2.2.2", + "@nextcloud/calendar-availability-vue": "^2.2.4", "@nextcloud/capabilities": "^1.2.0", "@nextcloud/dialogs": "^5.3.7", "@nextcloud/event-bus": "^3.3.1",