chore(deps): bump passport from 0.4.0 to 0.4.1 in /api-server
Bumps [passport](https://github.com/jaredhanson/passport) from 0.4.0 to 0.4.1. - [Release notes](https://github.com/jaredhanson/passport/releases) - [Commits](https://github.com/jaredhanson/passport/compare/v0.4.0...v0.4.1) Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
6
api-server/package-lock.json
generated
6
api-server/package-lock.json
generated
@ -10966,9 +10966,9 @@
|
||||
"dev": true
|
||||
},
|
||||
"passport": {
|
||||
"version": "0.4.0",
|
||||
"resolved": "https://registry.npmjs.org/passport/-/passport-0.4.0.tgz",
|
||||
"integrity": "sha1-xQlWkTR71a07XhgCOMORTRbwWBE=",
|
||||
"version": "0.4.1",
|
||||
"resolved": "https://registry.npmjs.org/passport/-/passport-0.4.1.tgz",
|
||||
"integrity": "sha512-IxXgZZs8d7uFSt3eqNjM9NQ3g3uQCW5avD8mRNoXV99Yig50vjuaez6dQK2qC0kVWPRTujxY0dWgGfT09adjYg==",
|
||||
"requires": {
|
||||
"passport-strategy": "1.x.x",
|
||||
"pause": "0.0.1"
|
||||
|
@ -51,7 +51,7 @@
|
||||
"nodemailer-ses-transport": "^1.5.1",
|
||||
"normalize-url": "^1.3.1",
|
||||
"normalizr": "^2.2.1",
|
||||
"passport": "^0.4.0",
|
||||
"passport": "^0.4.1",
|
||||
"passport-auth0": "^1.3.3",
|
||||
"passport-local": "^1.0.0",
|
||||
"passport-oauth": "^1.0.0",
|
||||
|
Reference in New Issue
Block a user