From cfc44068e65106680561c4f6f044c6a9d7ea1d8f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 10 May 2025 01:56:19 +0000 Subject: [PATCH] chore(deps): Bump @nextcloud/vue from 8.26.0 to 8.26.1 Bumps [@nextcloud/vue](https://github.com/nextcloud-libraries/nextcloud-vue) from 8.26.0 to 8.26.1. - [Release notes](https://github.com/nextcloud-libraries/nextcloud-vue/releases) - [Changelog](https://github.com/nextcloud-libraries/nextcloud-vue/blob/v8.26.1/CHANGELOG.md) - [Commits](https://github.com/nextcloud-libraries/nextcloud-vue/compare/v8.26.0...v8.26.1) --- updated-dependencies: - dependency-name: "@nextcloud/vue" dependency-version: 8.26.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 29 +++++++++++++++-------------- package.json | 2 +- 2 files changed, 16 insertions(+), 15 deletions(-) diff --git a/package-lock.json b/package-lock.json index 38ffb03e..88ffb757 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@nextcloud/dialogs": "^6.2.0", "@nextcloud/initial-state": "^2.2.0", "@nextcloud/router": "^3.0.1", - "@nextcloud/vue": "^8.26.0", + "@nextcloud/vue": "^8.26.1", "vue": "^2.7.16", "vue-material-design-icons": "^5.3.1", "vuex": "^3.6.2" @@ -2723,15 +2723,15 @@ } }, "node_modules/@nextcloud/timezones": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/@nextcloud/timezones/-/timezones-0.1.1.tgz", - "integrity": "sha512-ldLuLyz605sszetnp6jy6mtlThu4ICKsZThxHIZwn6t4QzjQH3xr+k8mRU7GIvKq9egUFDqBp4gBjxm3/ROZig==", + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/@nextcloud/timezones/-/timezones-0.2.0.tgz", + "integrity": "sha512-1mwQ+asTFOgv9rxPoAMEbDF8JfnenIa2EGNS+8MATCyi6WXxYh0Lhkaq1d3l2+xNbUPHgMnk4cRYsvIo319lkA==", + "license": "AGPL-3.0-or-later", "dependencies": { - "ical.js": "^2.0.1" + "ical.js": "^2.1.0" }, "engines": { - "node": "^20.0.0", - "npm": "^10.0.0" + "node": "^20 || ^22" } }, "node_modules/@nextcloud/typings": { @@ -2747,9 +2747,9 @@ } }, "node_modules/@nextcloud/vue": { - "version": "8.26.0", - "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-8.26.0.tgz", - "integrity": "sha512-7KyPAle4/tL2VzR0vVa5ssLAaAlDv54XJ1HPTPw9R4FIyqxDe9lICe1sRNG+uXsRY0NeYIKEmbJ3sqvbxaWdVQ==", + "version": "8.26.1", + "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-8.26.1.tgz", + "integrity": "sha512-kaTtiNeaiE2nT4mLe1X3oIbuNZbIYOQknPTa9gF6yCCn8gMwMTfg/JL/7Kr1a+UsLYNLLCizGZoCjEzR2DDpYA==", "license": "AGPL-3.0-or-later", "dependencies": { "@floating-ui/dom": "^1.1.0", @@ -2764,7 +2764,7 @@ "@nextcloud/logger": "^3.0.2", "@nextcloud/router": "^3.0.1", "@nextcloud/sharing": "^0.2.3", - "@nextcloud/timezones": "^0.1.1", + "@nextcloud/timezones": "^0.2.0", "@nextcloud/vue-select": "^3.25.1", "@vueuse/components": "^11.0.0", "@vueuse/core": "^11.0.0", @@ -8242,9 +8242,10 @@ } }, "node_modules/ical.js": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/ical.js/-/ical.js-2.0.1.tgz", - "integrity": "sha512-uYYb1CwTXbd9NP/xTtgQZ5ivv6bpUjQu9VM98s3X78L3XRu00uJW5ZtmnLwyxhztpf5fSiRyDpFW7ZNCePlaPw==" + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/ical.js/-/ical.js-2.1.0.tgz", + "integrity": "sha512-BOVfrH55xQ6kpS3muGvIXIg2l7p+eoe12/oS7R5yrO3TL/j/bLsR0PR+tYQESFbyTbvGgPHn9zQ6tI4FWyuSaQ==", + "license": "MPL-2.0" }, "node_modules/iconv-lite": { "version": "0.4.24", diff --git a/package.json b/package.json index e91d4f2d..6136d7be 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "@nextcloud/dialogs": "^6.2.0", "@nextcloud/initial-state": "^2.2.0", "@nextcloud/router": "^3.0.1", - "@nextcloud/vue": "^8.26.0", + "@nextcloud/vue": "^8.26.1", "vue": "^2.7.16", "vue-material-design-icons": "^5.3.1", "vuex": "^3.6.2"