Merge pull request #6212 from nextcloud/dependabot/npm_and_yarn/main/nextcloud/auth-2.4.0

This commit is contained in:
dependabot[bot]
2024-08-14 15:12:04 +00:00
committed by GitHub
2 changed files with 7 additions and 6 deletions

11
package-lock.json generated
View File

@@ -11,7 +11,7 @@
"dependencies": { "dependencies": {
"@babel/polyfill": "^7.12.1", "@babel/polyfill": "^7.12.1",
"@babel/runtime": "^7.24.8", "@babel/runtime": "^7.24.8",
"@nextcloud/auth": "^2.3.0", "@nextcloud/auth": "^2.4.0",
"@nextcloud/axios": "^2.5.0", "@nextcloud/axios": "^2.5.0",
"@nextcloud/capabilities": "^1.2.0", "@nextcloud/capabilities": "^1.2.0",
"@nextcloud/dialogs": "^5.3.5", "@nextcloud/dialogs": "^5.3.5",
@@ -3422,11 +3422,12 @@
"integrity": "sha512-KPnNOtm5i2pMabqZxpUz7iQf+mfrYZyKCZ8QNz85czgEt7cuHcGorWfdzUMWYA0SD+a6Hn4FmJ+YhzzzjkTZrQ==" "integrity": "sha512-KPnNOtm5i2pMabqZxpUz7iQf+mfrYZyKCZ8QNz85czgEt7cuHcGorWfdzUMWYA0SD+a6Hn4FmJ+YhzzzjkTZrQ=="
}, },
"node_modules/@nextcloud/auth": { "node_modules/@nextcloud/auth": {
"version": "2.3.0", "version": "2.4.0",
"resolved": "https://registry.npmjs.org/@nextcloud/auth/-/auth-2.3.0.tgz", "resolved": "https://registry.npmjs.org/@nextcloud/auth/-/auth-2.4.0.tgz",
"integrity": "sha512-PCkRJbML9sXvBENY43vTIERIZJFk2azu08IK6zYOnOZ7cFkD1QlFJtdTCZTImQLg01IXhIm0j0ExEdatHoqz7g==", "integrity": "sha512-T5OFltKd0O9Hfj47VrzE7TVjCwqOMHH9JLyjjLUR3pu2MaTY9WL6AjL79sHbFTXUaIkftZgJKu12lHYmqXnL2Q==",
"dependencies": { "dependencies": {
"@nextcloud/event-bus": "^3.2.0" "@nextcloud/browser-storage": "^0.4.0",
"@nextcloud/event-bus": "^3.3.1"
}, },
"engines": { "engines": {
"node": "^20.0.0", "node": "^20.0.0",

View File

@@ -32,7 +32,7 @@
"dependencies": { "dependencies": {
"@babel/polyfill": "^7.12.1", "@babel/polyfill": "^7.12.1",
"@babel/runtime": "^7.24.8", "@babel/runtime": "^7.24.8",
"@nextcloud/auth": "^2.3.0", "@nextcloud/auth": "^2.4.0",
"@nextcloud/axios": "^2.5.0", "@nextcloud/axios": "^2.5.0",
"@nextcloud/capabilities": "^1.2.0", "@nextcloud/capabilities": "^1.2.0",
"@nextcloud/dialogs": "^5.3.5", "@nextcloud/dialogs": "^5.3.5",