[stable33] chore(deps): Bump @nextcloud/auth from 2.5.3 to 2.6.0

Dependabot couldn't find the original pull request head commit, a1b079fff1d65cc43a4e3f31dc13b945f5b653c5.
This commit is contained in:
dependabot[bot] 2026-04-20 22:02:20 +00:00 committed by GitHub
parent 75b03ff5be
commit 9e17315e37
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 7 additions and 6 deletions

11
package-lock.json generated
View file

@ -12,7 +12,7 @@
"dependencies": {
"@mdi/js": "^7.4.47",
"@mdi/svg": "^7.4.47",
"@nextcloud/auth": "^2.5.3",
"@nextcloud/auth": "^2.6.0",
"@nextcloud/axios": "^2.5.2",
"@nextcloud/calendar-availability-vue": "^3.0.0",
"@nextcloud/capabilities": "^1.2.1",
@ -2144,13 +2144,14 @@
"license": "MIT"
},
"node_modules/@nextcloud/auth": {
"version": "2.5.3",
"resolved": "https://registry.npmjs.org/@nextcloud/auth/-/auth-2.5.3.tgz",
"integrity": "sha512-KIhWLk0BKcP4hvypE4o11YqKOPeFMfEFjRrhUUF+h7Fry+dhTBIEIxuQPVCKXMIpjTDd8791y8V6UdRZ2feKAQ==",
"version": "2.6.0",
"resolved": "https://registry.npmjs.org/@nextcloud/auth/-/auth-2.6.0.tgz",
"integrity": "sha512-VkT87+9UqpPi7O36bVEE4/MxWF8d90VQcuMlvKltsZyLSLkEGrPXgowtD75Y54k60/8SR6mXbeqBwapi8dDUbA==",
"license": "GPL-3.0-or-later",
"dependencies": {
"@nextcloud/browser-storage": "^0.5.0",
"@nextcloud/event-bus": "^3.3.2"
"@nextcloud/event-bus": "^3.3.3",
"@nextcloud/router": "^3.1.0"
},
"engines": {
"node": "^20.0.0 || ^22.0.0 || ^24.0.0"

View file

@ -41,7 +41,7 @@
"dependencies": {
"@mdi/js": "^7.4.47",
"@mdi/svg": "^7.4.47",
"@nextcloud/auth": "^2.5.3",
"@nextcloud/auth": "^2.6.0",
"@nextcloud/axios": "^2.5.2",
"@nextcloud/calendar-availability-vue": "^3.0.0",
"@nextcloud/capabilities": "^1.2.1",