Merge pull request #18521 from nextcloud/dependabot/npm_and_yarn/nextcloud/auth-1.1.0

Bump @nextcloud/auth from 0.3.1 to 1.1.0
This commit is contained in:
Roeland Jago Douma 2019-12-22 22:27:03 +01:00 committed by GitHub
commit 4539a7a120
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
42 changed files with 24 additions and 8 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
core/js/dist/login.js vendored

Binary file not shown.

Binary file not shown.

BIN
core/js/dist/main.js vendored

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

30
package-lock.json generated
View file

@ -2081,18 +2081,18 @@
}
},
"@nextcloud/auth": {
"version": "0.3.1",
"resolved": "https://registry.npmjs.org/@nextcloud/auth/-/auth-0.3.1.tgz",
"integrity": "sha512-kx5VfB2SWG+BNudoggnjQrmxr559rCDANVLnaDDKmCujToxv0l3kNMTBUUcYhSvv8dyYaD/ZTaXBUON9ZLm9lw==",
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/@nextcloud/auth/-/auth-1.1.0.tgz",
"integrity": "sha512-xm8q+lsyfvVl7ncnuK7p+VUre5+O16aKU5X9a4Rc6GkxlkHJWqwob3/5WJz6v61ovIQ4OwlPzVOumeLWEchoUQ==",
"requires": {
"@nextcloud/event-bus": "^0.2.0",
"core-js": "3.2.1"
"core-js": "3.5.0"
},
"dependencies": {
"core-js": {
"version": "3.2.1",
"resolved": "https://registry.npmjs.org/core-js/-/core-js-3.2.1.tgz",
"integrity": "sha512-Qa5XSVefSVPRxy2XfUC13WbvqkxhkwB3ve+pgCQveNgYzbM/UxZeu1dcOX/xr4UmfUd+muuvsaxilQzCyUurMw=="
"version": "3.5.0",
"resolved": "https://registry.npmjs.org/core-js/-/core-js-3.5.0.tgz",
"integrity": "sha512-Ifh3kj78gzQ7NAoJXeTu+XwzDld0QRIwjBLRqAMhuLhP3d2Av5wmgE9ycfnvK6NAEjTkQ1sDPeoEZAWO3Hx1Uw=="
}
}
},
@ -2110,6 +2110,22 @@
"core-js": "^3.2.1"
},
"dependencies": {
"@nextcloud/auth": {
"version": "0.3.1",
"resolved": "https://registry.npmjs.org/@nextcloud/auth/-/auth-0.3.1.tgz",
"integrity": "sha512-kx5VfB2SWG+BNudoggnjQrmxr559rCDANVLnaDDKmCujToxv0l3kNMTBUUcYhSvv8dyYaD/ZTaXBUON9ZLm9lw==",
"requires": {
"@nextcloud/event-bus": "^0.2.0",
"core-js": "3.2.1"
},
"dependencies": {
"core-js": {
"version": "3.2.1",
"resolved": "https://registry.npmjs.org/core-js/-/core-js-3.2.1.tgz",
"integrity": "sha512-Qa5XSVefSVPRxy2XfUC13WbvqkxhkwB3ve+pgCQveNgYzbM/UxZeu1dcOX/xr4UmfUd+muuvsaxilQzCyUurMw=="
}
}
},
"core-js": {
"version": "3.3.4",
"resolved": "https://registry.npmjs.org/core-js/-/core-js-3.3.4.tgz",

View file

@ -25,7 +25,7 @@
"dependencies": {
"@babel/polyfill": "^7.7.0",
"@chenfengyuan/vue-qrcode": "^1.0.1",
"@nextcloud/auth": "^0.3.1",
"@nextcloud/auth": "^1.1.0",
"@nextcloud/axios": "^0.5.0",
"@nextcloud/dialogs": "^0.1.1",
"@nextcloud/event-bus": "^0.2.1",