mirror of
https://github.com/nextcloud/server.git
synced 2026-05-20 17:15:46 -04:00
chore(deps): Bump @nextcloud/auth from 2.5.3 to 2.6.0
Bumps [@nextcloud/auth](https://github.com/nextcloud-libraries/nextcloud-auth) from 2.5.3 to 2.6.0. - [Release notes](https://github.com/nextcloud-libraries/nextcloud-auth/releases) - [Changelog](https://github.com/nextcloud-libraries/nextcloud-auth/blob/main/CHANGELOG.md) - [Commits](https://github.com/nextcloud-libraries/nextcloud-auth/compare/v2.5.3...v2.6.0) --- updated-dependencies: - dependency-name: "@nextcloud/auth" dependency-version: 2.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
5bfddcc6fb
commit
1d017e2ad3
2 changed files with 7 additions and 6 deletions
11
package-lock.json
generated
11
package-lock.json
generated
|
|
@ -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",
|
||||
|
|
@ -2110,13 +2110,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"
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue