mirror of
https://github.com/nextcloud/server.git
synced 2026-03-04 06:21:07 -05:00
build(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> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
This commit is contained in:
parent
6b387d8821
commit
a49a33ccb7
2 changed files with 11 additions and 12 deletions
21
package-lock.json
generated
21
package-lock.json
generated
|
|
@ -30,7 +30,7 @@
|
|||
"@nextcloud/router": "^3.0.0",
|
||||
"@nextcloud/sharing": "^0.2.4",
|
||||
"@nextcloud/upload": "^1.9.1",
|
||||
"@nextcloud/vue": "^8.26.0",
|
||||
"@nextcloud/vue": "^8.26.1",
|
||||
"@simplewebauthn/browser": "^10.0.0",
|
||||
"@skjnldsv/sanitize-svg": "^1.0.2",
|
||||
"@vue/web-component-wrapper": "^1.3.0",
|
||||
|
|
@ -4989,16 +4989,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": {
|
||||
|
|
@ -5081,9 +5080,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",
|
||||
|
|
@ -5098,7 +5097,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",
|
||||
|
|
|
|||
|
|
@ -58,7 +58,7 @@
|
|||
"@nextcloud/router": "^3.0.0",
|
||||
"@nextcloud/sharing": "^0.2.4",
|
||||
"@nextcloud/upload": "^1.9.1",
|
||||
"@nextcloud/vue": "^8.26.0",
|
||||
"@nextcloud/vue": "^8.26.1",
|
||||
"@simplewebauthn/browser": "^10.0.0",
|
||||
"@skjnldsv/sanitize-svg": "^1.0.2",
|
||||
"@vue/web-component-wrapper": "^1.3.0",
|
||||
|
|
|
|||
Loading…
Reference in a new issue