Merge pull request #3419 from nextcloud/dependabot/npm_and_yarn/nextcloud/auth-2.1.0

This commit is contained in:
dependabot[bot] 2023-05-27 07:19:36 +00:00 committed by GitHub
commit fe119d3206
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 10 deletions

22
package-lock.json generated
View File

@ -10,7 +10,7 @@
"license": "agpl",
"dependencies": {
"@mattkrick/sanitize-svg": "^0.4.0",
"@nextcloud/auth": "^2.0.0",
"@nextcloud/auth": "^2.1.0",
"@nextcloud/axios": "^2.3.0",
"@nextcloud/capabilities": "^1.0.4",
"@nextcloud/cdav-library": "^1.1.0",
@ -2850,11 +2850,15 @@
}
},
"node_modules/@nextcloud/auth": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/@nextcloud/auth/-/auth-2.0.0.tgz",
"integrity": "sha512-v8K8tvjkOsGt1+gKydVeMiEwWLXlfPWSptXnMqP21Xd6pFAQxNuNNCY679XKU4MNaKzpZqLstCCxv/KrjeQv8A==",
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/@nextcloud/auth/-/auth-2.1.0.tgz",
"integrity": "sha512-wf5xQrWQu6fkl3MGegVdyR5mh/EdSQKJByH3m2Url2K2xbML9Y4Y7LAff9jjJAcMt2MkzzJEM463ZBbgTqs0lg==",
"dependencies": {
"@nextcloud/event-bus": "^3.0.0"
"@nextcloud/event-bus": "^3.1.0"
},
"engines": {
"node": "^16.0.0",
"npm": "^7.0.0 || ^8.0.0"
}
},
"node_modules/@nextcloud/axios": {
@ -19883,11 +19887,11 @@
"requires": {}
},
"@nextcloud/auth": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/@nextcloud/auth/-/auth-2.0.0.tgz",
"integrity": "sha512-v8K8tvjkOsGt1+gKydVeMiEwWLXlfPWSptXnMqP21Xd6pFAQxNuNNCY679XKU4MNaKzpZqLstCCxv/KrjeQv8A==",
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/@nextcloud/auth/-/auth-2.1.0.tgz",
"integrity": "sha512-wf5xQrWQu6fkl3MGegVdyR5mh/EdSQKJByH3m2Url2K2xbML9Y4Y7LAff9jjJAcMt2MkzzJEM463ZBbgTqs0lg==",
"requires": {
"@nextcloud/event-bus": "^3.0.0"
"@nextcloud/event-bus": "^3.1.0"
}
},
"@nextcloud/axios": {

View File

@ -37,7 +37,7 @@
},
"dependencies": {
"@mattkrick/sanitize-svg": "^0.4.0",
"@nextcloud/auth": "^2.0.0",
"@nextcloud/auth": "^2.1.0",
"@nextcloud/axios": "^2.3.0",
"@nextcloud/capabilities": "^1.0.4",
"@nextcloud/cdav-library": "^1.1.0",