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] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-05-08 16:17:16 +00:00 committed by GitHub
parent 26164965b9
commit 72d44de5cb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 11 additions and 12 deletions

21
package-lock.json generated
View file

@ -28,7 +28,7 @@
"@nextcloud/paths": "^2.2.1",
"@nextcloud/router": "^3.0.1",
"@nextcloud/upload": "^1.10.0",
"@nextcloud/vue": "^8.26.0",
"@nextcloud/vue": "^8.26.1",
"@vueuse/core": "^11.3.0",
"blueimp-md5": "^2.19.0",
"copy-webpack-plugin": "^13.0.0",
@ -3295,16 +3295,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": {
@ -3353,9 +3352,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",
@ -3370,7 +3369,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",

View file

@ -39,7 +39,7 @@
"@nextcloud/paths": "^2.2.1",
"@nextcloud/router": "^3.0.1",
"@nextcloud/upload": "^1.10.0",
"@nextcloud/vue": "^8.26.0",
"@nextcloud/vue": "^8.26.1",
"@vueuse/core": "^11.3.0",
"blueimp-md5": "^2.19.0",
"copy-webpack-plugin": "^13.0.0",