Bump @nextcloud/auth from 1.2.1 to 1.2.2

Bumps [@nextcloud/auth](https://github.com/nextcloud/nextcloud-auth) from 1.2.1 to 1.2.2.
- [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.1...v1.2.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot]
2020-03-22 11:56:12 +00:00
committed by GitHub
parent aea46726ac
commit b93ffd754d
2 changed files with 16 additions and 16 deletions

30
package-lock.json generated
View File

@@ -3449,18 +3449,18 @@
}
},
"@nextcloud/auth": {
"version": "1.2.1",
"resolved": "https://registry.npmjs.org/@nextcloud/auth/-/auth-1.2.1.tgz",
"integrity": "sha512-54g9YPQBFJ+upYMfk5aZhTispuORY/D2R6WdSesJO/hirob7jSpQoUcWuURQj2tssuxADDSgD1rUAiBnbCe1OQ==",
"version": "1.2.2",
"resolved": "https://registry.npmjs.org/@nextcloud/auth/-/auth-1.2.2.tgz",
"integrity": "sha512-rrjqrvzrstGaunzr4uriL8ITlp0jgZVzHpdRoSPTkgIQvTRNn1W3E41wGM1Zb6BG3WKuGNh/VdM3vqEaX/TN5A==",
"requires": {
"@nextcloud/event-bus": "^1.1.2",
"core-js": "3.6.1"
"@nextcloud/event-bus": "^1.1.3",
"core-js": "3.6.4"
},
"dependencies": {
"core-js": {
"version": "3.6.1",
"resolved": "https://registry.npmjs.org/core-js/-/core-js-3.6.1.tgz",
"integrity": "sha512-186WjSik2iTGfDjfdCZAxv2ormxtKgemjC3SI6PL31qOA0j5LhTDVjHChccoc7brwLvpvLPiMyRlcO88C4l1QQ=="
"version": "3.6.4",
"resolved": "https://registry.npmjs.org/core-js/-/core-js-3.6.4.tgz",
"integrity": "sha512-4paDGScNgZP2IXXilaffL9X7968RuvwlkK3xWtZRVqgd8SYNiVKRJvkFd1aqqEuPfN7E68ZHEp9hDj6lHj4Hyw=="
}
}
},
@@ -3536,19 +3536,19 @@
}
},
"@nextcloud/event-bus": {
"version": "1.1.2",
"resolved": "https://registry.npmjs.org/@nextcloud/event-bus/-/event-bus-1.1.2.tgz",
"integrity": "sha512-E+j71+2LkqEdRjKLrmCKS/fEeI/NxSfthvDH2YkxIK0uH4ZSC+nlzmrNOr0Jby3z0qOgA8PH7+vSLU3D8qdTzw==",
"version": "1.1.3",
"resolved": "https://registry.npmjs.org/@nextcloud/event-bus/-/event-bus-1.1.3.tgz",
"integrity": "sha512-/f3OMh9Tu3bn17sCc1Sb5AaC/fjegP9bjFmlsPDFNcCAHrKKM5B2X+2eUDF2osLirYaBjVqypBmD87zyiE0WjQ==",
"requires": {
"@types/semver": "^6.2.0",
"@types/semver": "^6.2.1",
"core-js": "^3.6.2",
"semver": "^6.3.0"
},
"dependencies": {
"@types/semver": {
"version": "6.2.0",
"resolved": "https://registry.npmjs.org/@types/semver/-/semver-6.2.0.tgz",
"integrity": "sha512-1OzrNb4RuAzIT7wHSsgZRlMBlNsJl+do6UblR7JMW4oB7bbR+uBEYtUh7gEc/jM84GGilh68lSOokyM/zNUlBA=="
"version": "6.2.1",
"resolved": "https://registry.npmjs.org/@types/semver/-/semver-6.2.1.tgz",
"integrity": "sha512-+beqKQOh9PYxuHvijhVl+tIHvT6tuwOrE9m14zd+MT2A38KoKZhh7pYJ0SNleLtwDsiIxHDsIk9bv01oOxvSvA=="
},
"core-js": {
"version": "3.6.4",

View File

@@ -29,7 +29,7 @@
"@babel/polyfill": "^7.8.7",
"@babel/runtime": "^7.8.7",
"@juliushaertl/vue-richtext": "^0.3.0",
"@nextcloud/auth": "^1.2.1",
"@nextcloud/auth": "^1.2.2",
"@nextcloud/axios": "^1.3.2",
"@nextcloud/dialogs": "^1.2.1",
"@nextcloud/files": "^1.0.1",