Bump @nextcloud/auth from 1.2.2 to 1.2.3

Bumps [@nextcloud/auth](https://github.com/nextcloud/nextcloud-auth) from 1.2.2 to 1.2.3.
- [Release notes](https://github.com/nextcloud/nextcloud-auth/releases)
- [Changelog](https://github.com/nextcloud/nextcloud-auth/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nextcloud/nextcloud-auth/compare/v1.2.2...v1.2.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-04-08 08:09:46 +00:00 committed by GitHub
parent f174b86d2e
commit 8b9c55f89d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -1595,12 +1595,12 @@
}
},
"@nextcloud/auth": {
"version": "1.2.2",
"resolved": "https://registry.npmjs.org/@nextcloud/auth/-/auth-1.2.2.tgz",
"integrity": "sha512-rrjqrvzrstGaunzr4uriL8ITlp0jgZVzHpdRoSPTkgIQvTRNn1W3E41wGM1Zb6BG3WKuGNh/VdM3vqEaX/TN5A==",
"version": "1.2.3",
"resolved": "https://registry.npmjs.org/@nextcloud/auth/-/auth-1.2.3.tgz",
"integrity": "sha512-SN0g1nyflt2H34zkCFflOky/h0r9DNHb7T8l/JILyFTCoL8f+f67V2Q4jLLfyapEXgq0b3xG7p8FtrBX5/JhWA==",
"requires": {
"@nextcloud/event-bus": "^1.1.3",
"core-js": "3.6.4"
"core-js": "^3.6.4"
}
},
"@nextcloud/axios": {
@ -1639,9 +1639,9 @@
}
},
"@nextcloud/event-bus": {
"version": "1.1.3",
"resolved": "https://registry.npmjs.org/@nextcloud/event-bus/-/event-bus-1.1.3.tgz",
"integrity": "sha512-/f3OMh9Tu3bn17sCc1Sb5AaC/fjegP9bjFmlsPDFNcCAHrKKM5B2X+2eUDF2osLirYaBjVqypBmD87zyiE0WjQ==",
"version": "1.1.4",
"resolved": "https://registry.npmjs.org/@nextcloud/event-bus/-/event-bus-1.1.4.tgz",
"integrity": "sha512-It27KzmUaSQ7w22nHFwOn8XgeVG0HYYOSNG9gs4UkP5VqcZ16m4ydt3GkMpWcyFec4OUjJc+yf7omRc3pNxsSw==",
"requires": {
"@types/semver": "^6.2.1",
"core-js": "^3.6.2",

View File

@ -42,7 +42,7 @@
"@fullcalendar/resource-timeline": "4.3.0",
"@fullcalendar/timegrid": "4.3.0",
"@fullcalendar/vue": "4.3.1",
"@nextcloud/auth": "^1.2.2",
"@nextcloud/auth": "^1.2.3",
"@nextcloud/axios": "^1.3.2",
"@nextcloud/initial-state": "^1.1.1",
"@nextcloud/l10n": "^1.2.0",