chore(deps): bump passport-auth0 from 1.3.3 to 1.4.0 in /api-server

Bumps [passport-auth0](https://github.com/auth0/passport-auth0) from 1.3.3 to 1.4.0.
- [Release notes](https://github.com/auth0/passport-auth0/releases)
- [Changelog](https://github.com/auth0/passport-auth0/blob/master/CHANGELOG.md)
- [Commits](https://github.com/auth0/passport-auth0/commits)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2020-12-27 05:30:26 +00:00
parent 8eb8d30cbf
commit 730ff3d993
2 changed files with 8 additions and 21 deletions

View File

@ -15349,27 +15349,13 @@
} }
}, },
"passport-auth0": { "passport-auth0": {
"version": "1.3.3", "version": "1.4.0",
"resolved": "https://registry.npmjs.org/passport-auth0/-/passport-auth0-1.3.3.tgz", "resolved": "https://registry.npmjs.org/passport-auth0/-/passport-auth0-1.4.0.tgz",
"integrity": "sha512-rcjT0fV6HnJuSb8REwREl42/K5LpGK+doekDgEQbtT/pNwLAjfobSMiQ3RbTP1CkiEcDVRucGucuDSfgqHX/Vg==", "integrity": "sha512-U5Oe09VUtynA00tvEz5F9zFIAhucpu0OTHwkRnIlFOCZTzQabp3YHinnZlX1pMM0RzceROkO073JAAF86znLQg==",
"requires": { "requires": {
"passport-oauth": "^1.0.0", "passport-oauth": "^1.0.0",
"passport-oauth2": "^1.5.0", "passport-oauth2": "^1.5.0",
"request": "^2.88.0" "request": "^2.88.0"
},
"dependencies": {
"passport-oauth2": {
"version": "1.5.0",
"resolved": "https://registry.npmjs.org/passport-oauth2/-/passport-oauth2-1.5.0.tgz",
"integrity": "sha512-kqBt6vR/5VlCK8iCx1/KpY42kQ+NEHZwsSyt4Y6STiNjU+wWICG1i8ucc1FapXDGO15C5O5VZz7+7vRzrDPXXQ==",
"requires": {
"base64url": "3.x.x",
"oauth": "0.9.x",
"passport-strategy": "1.x.x",
"uid2": "0.0.x",
"utils-merge": "1.x.x"
}
}
} }
}, },
"passport-local": { "passport-local": {
@ -15431,10 +15417,11 @@
} }
}, },
"passport-oauth2": { "passport-oauth2": {
"version": "1.4.0", "version": "1.5.0",
"resolved": "https://registry.npmjs.org/passport-oauth2/-/passport-oauth2-1.4.0.tgz", "resolved": "https://registry.npmjs.org/passport-oauth2/-/passport-oauth2-1.5.0.tgz",
"integrity": "sha1-9i+BWDy+EmCb585vFguTlaJ7hq0=", "integrity": "sha512-kqBt6vR/5VlCK8iCx1/KpY42kQ+NEHZwsSyt4Y6STiNjU+wWICG1i8ucc1FapXDGO15C5O5VZz7+7vRzrDPXXQ==",
"requires": { "requires": {
"base64url": "3.x.x",
"oauth": "0.9.x", "oauth": "0.9.x",
"passport-strategy": "1.x.x", "passport-strategy": "1.x.x",
"uid2": "0.0.x", "uid2": "0.0.x",

View File

@ -48,7 +48,7 @@
"nanoid": "^1.3.4", "nanoid": "^1.3.4",
"nodemailer-ses-transport": "^1.5.1", "nodemailer-ses-transport": "^1.5.1",
"passport": "^0.4.1", "passport": "^0.4.1",
"passport-auth0": "^1.3.3", "passport-auth0": "^1.4.0",
"passport-local": "^1.0.0", "passport-local": "^1.0.0",
"query-string": "^6.13.7", "query-string": "^6.13.7",
"rx": "^4.1.0", "rx": "^4.1.0",