Adds passport-http to package-lock.json
This commit is contained in:
parent
89babdc8c0
commit
a860762683
1 changed files with 8 additions and 0 deletions
8
package-lock.json
generated
8
package-lock.json
generated
|
@ -11480,6 +11480,14 @@
|
||||||
"passport-oauth2": "1.x.x"
|
"passport-oauth2": "1.x.x"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"passport-http": {
|
||||||
|
"version": "0.3.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/passport-http/-/passport-http-0.3.0.tgz",
|
||||||
|
"integrity": "sha1-juU9Q4C+nGDfIVGSUCmCb3cRVgM=",
|
||||||
|
"requires": {
|
||||||
|
"passport-strategy": "1.x.x"
|
||||||
|
}
|
||||||
|
},
|
||||||
"passport-local": {
|
"passport-local": {
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"resolved": "https://registry.npmjs.org/passport-local/-/passport-local-1.0.0.tgz",
|
"resolved": "https://registry.npmjs.org/passport-local/-/passport-local-1.0.0.tgz",
|
||||||
|
|
Loading…
Reference in a new issue